On Wednesday 16 June 2010 08:21:17 David Backeberg wrote: > I know if I do not do an Answer() that the call is not yet picked up. > However, if I do a HangUp(), is that functionally equivalent? Can you > Hangup() a channel you never Answer() ed?
A Hangup just returns -1, which causes the dialplan to terminate. So yes, you can Hangup() a call you never answered. -- Tilghman Lesher Digium, Inc. | Senior Software Developer twitter: Corydon76 | IRC: Corydon76-dig (Freenode) Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
