Asterisk func group_list
GROUP_LIST
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_LISTExample
exten => s,1,Set(FOO=${GROUP_LIST()})
Comments