Displaying 1 result from an estimated 1 matches for "ebc5eafd".
Did you mean:
dbc5afd
2010 Sep 30
2
Intercom with Dial() works, but not with Page()
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