<br><br><div class="gmail_quote">On Sun, Aug 16, 2009 at 4:24 AM, Woody Dickson <span dir="ltr">&lt;<a href="mailto:woodydickson@gmail.com">woodydickson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hello,</div>
<div> </div>
<div>I find hangup_hook, but I would like to define different actions for different hangup codes.  Is there anyway to do that?</div>
<div> </div></blockquote><div><br>I can think of at least two ways you could do this: one that uses only the dialplan and one that uses a script. If you don&#39;t mind using a scripting language then you can make it very clean:<br>
<br>&lt;action application=&quot;set&quot; data=&quot;api_hangup_hook=luarun chancleanup.lua ${hangup_cause}&quot;/&gt;<br><br>Then have your Lua script handle all the if-then-else or case stuff. <br><br>Question: are you trying to transfer the a-leg to some other destination if the b-leg hangup is a specific cause, or are you just doing some external cleanup stuff? Just curious...<br>
<br>-MC<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div></div><font color="#888888">
<div>Woody</div>
</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>