hugolivude
2010-Jun-02 11:03 UTC
[asterisk-users] How do you hangup a call without terminating your session?
Asterisk 1.6 CentOS 5.0 All - I'd like to offer my users the ability to hangup a call by pressing **. I'm using an attendant, so when ** is dialled I'd like processing to return to the attendant so the user can place a subsequent call. I have setup features.conf to include: [featuremap] disconnect => ** My Dial command looks like this: Dial("SIP/14165551212@<MyProvider>,30,TgH,"") This Dial command is buried in a context that is called using the Gosub command. When I press ** the Dial command exits and processing continues as expected given the 'g' option, but when processing returns to the calling context after the Return statement is reached, the call is terminated. What am I missing? I noticed that the h extension gets called in the calling function, so I tried trapping that to send processing back to the attendant but that didn't work either (it's probably too late that that point anyway). Any suggestions? Thanks, Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100602/688e4384/attachment.htm
hugolivude
2010-Jun-05 12:30 UTC
[asterisk-users] How do you hangup a call without terminating your session?
Asterisk 1.6 CentOS 5.0 All - I'd like to offer my users the ability to hangup a call by pressing **. I'm using an attendant, so when ** is dialled I'd like processing to return to the attendant so the user can place a subsequent call. I have setup features.conf to include: [featuremap] disconnect => ** My Dial command looks like this: Dial("SIP/14165551212@< MyProvider>,30,TgH,"") This Dial command is buried in a context that is called using the Gosub command. When I press ** the Dial command exits and processing continues as expected given the 'g' option, but when processing returns to the calling context after the Return statement is reached, the call is terminated. What am I missing? I noticed that the h extension gets called in the calling function, so I tried trapping that to send processing back to the attendant but that didn't work either (it's probably too late that that point anyway). Any suggestions? Thanks, Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100605/89e6ef87/attachment.htm
hugolivude
2010-Jun-05 13:52 UTC
[asterisk-users] How do you hangup a call without terminating your session?
Asterisk 1.6 CentOS 5.0 All - I'd like to offer my users the ability to hangup a call by pressing **. I'm using an attendant, so when ** is dialled I'd like processing to return to the attendant so the user can place a subsequent call. I have setup features.conf to include: [featuremap] disconnect => ** My Dial command looks like this: Dial("SIP/14165551212@< MyProvider>,30,TgH,"") This Dial command is buried in a context that is called using the Gosub command. When I press ** the Dial command exits and processing continues as expected given the 'g' option, but when processing returns to the calling context after the Return statement is reached, the call is terminated. What am I missing? I noticed that the h extension gets called in the calling function, so I tried trapping that to send processing back to the attendant but that didn't work either (it's probably too late that that point anyway). Any suggestions? Thanks, Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100605/7680ef5b/attachment.htm
hugolivude
2010-Jun-07 21:20 UTC
[asterisk-users] How do you hangup a call without terminating your session?
Asterisk 1.6 CentOS 5.0 All - I'd like to offer my users the ability to hangup a call by pressing **. I'm using an attendant, so when ** is dialled I'd like processing to return to the attendant so the user can place a subsequent call. I have setup features.conf to include: [featuremap] disconnect => ** My Dial command looks like this: Dial("SIP/14165551212@<MyProvider>,30,TgH,"") This Dial command is buried in a context that is called using the Gosub command. When I press ** the Dial command exits and processing continues as expected given the 'g' option, but when processing returns to the calling context after the Return statement is reached, the call is terminated. What am I missing? I noticed that the h extension gets called in the calling function, so I tried trapping that to send processing back to the attendant but that didn't work either (it's probably too late that that point anyway). Any suggestions? Thanks, Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100607/972264a4/attachment-0001.htm
hugolivude
2010-Jun-11 15:39 UTC
[asterisk-users] How do you hangup a call without terminating your session?
Asterisk 1.6 CentOS 5.0 All - I'd like to offer my users the ability to hangup a call by pressing **. I'm using an attendant, so when ** is dialled I'd like processing to return to the attendant so the user can place a subsequent call. I have setup features.conf to include: [featuremap] disconnect => ** My Dial command looks like this: Dial("SIP/14165551212@<MyProvider>,30,TgH,"") This Dial command is buried in a context that is called using the Gosub command. When I press ** the Dial command exits and processing continues as expected given the 'g' option, but when processing returns to the calling context after the Return statement is reached, the call is terminated. What am I missing? I noticed that the h extension gets called in the calling function, so I tried trapping that to send processing back to the attendant but that didn't work either (it's probably too late that that point anyway). Any suggestions? Thanks, Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100611/80c7c237/attachment.htm
hugolivude
2010-Jun-23 02:23 UTC
[asterisk-users] How do you hangup a call without terminating your session?
Asterisk 1.6 CentOS 5.0 All - I'd like to offer my users the ability to hangup a call by pressing **. I'm using an attendant, so when ** is dialled I'd like processing to return to the attendant so the user can place a subsequent call. I have setup features.conf to include: [featuremap] disconnect => ** My Dial command looks like this: Dial("SIP/14165551212@<MyProvider>,30,TgH,"") This Dial command is buried in a context that is called using the Gosub command. When I press ** the Dial command exits and processing continues as expected given the 'g' option, but when processing returns to the calling context after the Return statement is reached, the call is terminated. What am I missing? I noticed that the h extension gets called in the calling function, so I tried trapping that to send processing back to the attendant but that didn't work either (it's probably too late that that point anyway). Any suggestions? Thanks, Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100622/a7695536/attachment.htm
hugolivude
2010-Jun-23 11:29 UTC
[asterisk-users] How do you hangup a call without terminating your session?
Asterisk 1.6 CentOS 5.0 All - I'd like to offer my users the ability to hangup a call by pressing **. I'm using an attendant, so when ** is dialled I'd like processing to return to the attendant so the user can place a subsequent call. I have setup features.conf to include: [featuremap] disconnect => ** My Dial command looks like this: Dial("SIP/14165551212@<MyProvider>,30,TgH,"") This Dial command is buried in a context that is called using the Gosub command. When I press ** the Dial command exits and processing continues as expected given the 'g' option, but when processing returns to the calling context after the Return statement is reached, the call is terminated. What am I missing? I noticed that the h extension gets called in the calling function, so I tried trapping that to send processing back to the attendant but that didn't work either (it's probably too late that that point anyway). Any suggestions? Thanks, Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100623/af2ef8b4/attachment.htm