Displaying 1 result from an estimated 1 matches for "frompstn_ext1".
2009 Aug 24
0
SIP doesn't recognize hangup
...don't know how to solve it.
My configuration is the following:
ISDN LINE ---> PATTON (SIP) ---> ASTERISK
in asterisk my sip.conf for sip patton account is the following:
[general]
port=5060
bindaddr=0.0.0.0
context=default
language=it
limitonpeers=yes
notifyringing=yes
[acc1]
context=fromPSTN_Ext1
type=friend
qualifiy=yes
host=dynamic
username=acc1
secret=1234
qualify=yes
Now I want to receive a call on acc1 and then redirect it again on acc1
through PSTN, in the following way:
[fromPSTN_Ext1]
exten => _X.,1,Noop(start call and redirect call through PSTN)
exten => _X.,n,Background(${...