Displaying 1 result from an estimated 1 matches for "soundspath".
Did you mean:
sounds_path
2009 Aug 24
0
SIP doesn't recognize hangup
...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(${SoundsPath}/message)
exten => _X.,n,WaitExten(2)
exten => i,n,Monitor(wav,${MONITORFILENAME},m)
exten => i,n,Dial(SIP/NUMBERTOCALL at acc1,10,r)
ISDN LINE ---> PATTON (SIP acc1) ---> ASTERISK ---> PATTON (SIP acc1) --->
ISDN line
But if the external caller hang up the call ... the call...