search for: softhanghup

Displaying 1 result from an estimated 1 matches for "softhanghup".

Did you mean: _softhangup
2005 Sep 26
0
"Non-blocking" Dial (and other commands): is there a way?
...e a device without getting blocked until the call ends passes through an AGI script that drops a callfile into the /var/spool/asterisk/outgoing directory, telling Asterisk to dial the FXO port and then connect the channel to, say, the MusicOnHold() application. When I'm done, I can then issue a SoftHanghup() to the FXO device. This method strikes me as pretty clumsy: aren't there better ways of issuing commands from the dialplan in "detached mode", perhaps getting a handle useful to regain control later, and proceed to do other things? Enzo