Displaying 1 result from an estimated 1 matches for "pstnnumbertocall1".
Did you mean:
pstnnumbertocall2
2007 Jan 18
0
re: putting 2 SIP channels together - hangup issues
...asterisk 1.4
here are the relevant bits:
the extension:
exten=> 157,1,Answer
exten=> 157,2,Dial(IAX2/myusername@voipjet/PSTNnumberToCall2, 60)
exten=> 157,3,Hangup
the .call file:
# Create the call on group 2 dial lines and set up
# some re-try timers
#
Channel: IAX2/username@voipjet/PSTNnumberToCall1
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Extension: 157
Priority: 1
if anyone can shed some light on this i'd be eternally grateful, first of
all, why if i glue 2 SIP channels together hanging up the POTS phone doesn't
release the SIP channels, and second why if i glue two IAX channels tog...