Asterisk 1.6<br>CentOS 5.0<br><br>All -<br><br>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:<br>
<br> [featuremap]<br> disconnect => **<br><br>My Dial command
looks like this:<br><br> Dial("SIP/14165551212@<<div>MyProvider>,30,TgH,"")<br><br>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?<br>
<br>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?<br>
<br>Thanks,<br>Hugh</div>