Paging
From Wildix
[edit]
Paging for Snome phones
If for example you have PBX box with IP 192.168.1.1 and phones 101,102,103,104,105 to be paging. You should add this text to dialplan:
For Intercom:
It is only for one phone
601,1,SIPAddHeader(Call-Info: sip:192.168.1.1\; answer-after=0) 601,n,Dial(SIP/101)
For Overhead paging:
It is for paging all phones in list
602,1,Wait(1) 602,n,SIPAddHeader(Call-Info: sip:192.168.1.1\; answer-after=0) 602,n,Page(SIP/101&SIP/102&SIP/103&SIP/104&SIP/105|q)
[edit]
