login | register
Fri 29 of Aug, 2008 [20:27 UTC]

voip-info.org

Asterisk func group_list

Created by: murf,Last modification on Wed 20 of Dec, 2006 [13:47 UTC] by lvazquez

GROUP_LIST

Gets a list of the groups set on a channel


Synopsis:

GROUP_LIST()

Description:

Returns a space separated list of all the groups set on a channel.

Return value

Returns the resulting string.

Notes

CLI> show function GROUP_LIST

Example

exten => s,1,Set(FOO=${GROUP_LIST()})

See also


Comments