[asterisk-dev] cancel an originated call
Richard Lyman
pchammer at dynx.net
Thu Mar 1 10:21:18 MST 2007
Iulian wrote:
> hello,
> i am trying to develope a conference application (using manager api commands on a socket)... and everything it's working fine except ... i can't figure out how to do this ... if i place an action: originate ... and after few seconds i change my mind ... how can i cancel the call ? ...
>
> thank you,
> Iulian
>
well if you used
Async: true
on your originate command, then you could simply do a
Action: Hangup
Channel: Tech/dev-occurance
if you didn't use Async: true, i have no idea because i have never tried
to send a break that way.
goodluck
More information about the asterisk-dev
mailing list