<div dir="ltr">Matt,<div><br></div><div>Thank you very much for taking the time to respond!</div><div><br></div><div>Phil Mickelson</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 3, 2014 at 4:28 AM, Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Oct 2, 2014 at 7:11 PM, Phil Mickelson <<a href="mailto:phil@cbasoftware.com">phil@cbasoftware.com</a>> wrote:<br>
> Two questions:<br>
><br>
> 1.  There is a BridgeDestroy event but no ChannelDestroy (or ChannelClose or<br>
> whatever) event.  Why not?<br>
<br>
</span>The equivalent is Hangup. Channel lifetimes are marked by "Newchannel"<br>
and "Hangup".<br>
<br>
See: <a href="https://wiki.asterisk.org/wiki/display/AST/AMI+v2+Specification#AMIv2Specification-BasicChannelLifetime" target="_blank">https://wiki.asterisk.org/wiki/display/AST/AMI+v2+Specification#AMIv2Specification-BasicChannelLifetime</a><br>
<span class=""><br>
> 2.  Every other event seems to be in CamelCase, but Newchannel is not.  Is<br>
> there a reason for this or just an oversight or perhaps just unimportant?<br>
> In the same vein, why is it Newchannel and not ChannelCreate?<br>
<br>
</span>Really, it's just an artifact of historical AMI. The interface has<br>
always indicated a new channel using "Newchannel", and its termination<br>
with "Hangup". Bridges - as a first class citizen - are new in 12+,<br>
and hence have a slightly different convention that follow a more<br>
familiar nomenclature.<br>
<br>
While we renamed a decent chunk of AMI events in 12+, "Newchannel" and<br>
"Hangup" are so ubiquitous that renaming those two - in particular -<br>
would have hurt a lot of implementations. Hence we opted to keep the<br>
names the same.<br>
<br>
Matt<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Matthew Jordan<br>
Digium, Inc. | Engineering Manager<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</font></span></blockquote></div><br></div>