Displaying 1 result from an estimated 1 matches for "two_way_intercom_group".
2007 Jan 27
1
How to fix error when paging
...; **1,n,Page(${One_Way_Paging_List}|)
exten => **1,n, Hangup
; Note: Above configuration will allow user to one way page(broadcast)
to all ; the extensions defined in variable "One_Way_Paging_list"
One_Way_Paging_List => SIP/420&SIP/422/&SIP/400&SIP/413&SIP/410
[Two_Way_Intercom_GROUP] ; one to many intercom
exten => **2,1,VERBOSE("ENTERING [default] **2 in extensions.conf" 1)
exten => **2,n,SIPAddHeader(Call-Info: answer-after=0)
exten => **2,n,Page(${Two_Way_Intercom_List}|d)
exten => **2,n, Hangup
Two_Way_Intercom_List => SIP/420&SIP/422/&SIP...