[asterisk-users] paging/intercom
lists at contacttel.com
lists at contacttel.com
Sat Oct 10 09:32:23 CDT 2009
I'm having hard times with paging intercom
Heres my dialplan
exten => 777,1,Goto(intercom,777,1)
[intercom]
exten => 777,1,SIPAddHeader(Call-Info: <sip:192.168.16.105>\;answer-after=0)
exten => 777,2,Page(Local/308 at page& Local/309 at page& Local/310 at page)
[page] ; Paging context
exten => _X.,1,Macro(page,SIP/${EXTEN})
[macro-page]
; Paging macro:
; Check to see if SIP device is in use and DO NOT PAGE if they are
; ${ARG1} - Device to page
;
exten => s,1,ChanIsAvail(${ARG1}|js) ; j is for dump and s is for ANY call
exten => s,2,SIPAddHeader(Alert-Info: Ring Answer) ; this one is for the
Polycom IP601
exten => s,3,Dial(${ARG1}|3|) ; should ring 3 seconds
exten => s,4,Hangup
exten => s,104,Hangup
Problem is that if lets say 310 is on the phone with a client.. and one
pages all.. (777) then the 310 phone (Linksys 942) puts current call on
hold and or drops the call to answer page.
Is that the send audio to speaker option in preference of the phone that's
not right ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091010/5f0baf30/attachment.htm
More information about the asterisk-users
mailing list