I added the user "pstn" to /etc/asterisk/sip.conf
[pstn]To forward an incoming call to my Asterisk extension, I created a new "pstn" context in /etc/asterisk/extensions.conf
type=friend
host=dynamic
secret=*******
dtmfmode=rfc2833
context=pstn
insecure=very
nat=yes
qualify=yes
[pstn]
exten => 1000,1,Dial(SIP/1000)
No comments:
Post a Comment