Displaying 1 result from an estimated 1 matches for "entradas_pstn".
2011 Oct 31
1
Calls from PSTN on SPA3102
...an call outside from SIP phone throw the PSTN line and all is OK,
the problem is when I receive a call from the PSTN, on the out caller
phone there is a demo playback. I want to redirect the call to a
internal SIP phone.
This is the extensions.conf:
[spa]
include => saliente_pstn
include => entradas_pstn
include => sips
[saliente_pstn]
exten => _9ZXXXXXXX,1,Dial(SIP/${EXTEN}@pstn,60,)
exten => _9ZXXXXXXX,n,Hangup
[entradas_pstn]
exten => s,1,Dial(SIP/103,20,tm)
exten => s,2,VoiceMail(103)
exten => s,3,Hangup
[sips]
exten => 100,1,Dial(SIP/100,20,Ttm) ; extensi?n 100
exten =&...