[asterisk-users] Intercom with Dial() works, but not with Page()
Jonas Kellens
jonas.kellens at telenet.be
Thu Sep 30 09:03:38 CDT 2010
Hello list,
this works :
exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0")
exten => _*XXX*,n,Dial(SIP/${SIPACCOUNT})
The phone auto-answers the call...
this does not work :
exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0")
exten => _*XXX*,n,Page(SIP/${SIPACCOUNT})
The phone rings and does not auto-answer the call...
Can you tell me how I can get my Snom 320 auto-answer the call when I
use the Page()-command ?
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100930/d2412adf/attachment.htm
More information about the asterisk-users
mailing list