Thnx Chris,<br><br><br>I was able to do that via ${<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;">originate_disposition} in XML, how can i do it via lua script ?<br>
<br><br>Regds<br>Sam<br></span></span><br><div class="gmail_quote">On Sat, Dec 18, 2010 at 12:55 PM, Chris Burns [via freeswitch-users] <span dir="ltr">&lt;<a href="mailto:ml-node%2B5847699-1581430113-292429@n2.nabble.com">ml-node+5847699-1581430113-292429@n2.nabble.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">

        First of all, your log output is different than your dialplan example. Second, you show only a tiny log snip taken after everything interesting occurred. All it shows is that you are having the issue you describe. Third, it seems like you are making multiple posts to the list for the same issue, and multiple emails within those requests. Slow down, take your time, try to learn as best you can (using the wiki), and give the list a reasonable amount of time to answer your questions. If you cant get a hangup cause in your XML dialplan, you dont need to start a seperate thread for how you cant do it in LUA either ... you see my point? :)<br>

<br>The other end has to answer the call in order to hang up on you, as far as I know. If the originate fails you don&#39;t get a hangup cause into the bridge_hangup_cause channel variable. For instance, the other end never answers the call and originate fails with NO_USER_RESPONSE .... you will not have any value in bridge_hangup_cause because nothing ever bridged. Check the variable originate_disposition: <a href="http://wiki.freeswitch.org/wiki/Variable_originate_disposition" rel="nofollow" link="external" target="_blank">http://wiki.freeswitch.org/wiki/Variable_originate_disposition</a><br>

<br>Try out this extension using the &quot;info&quot; app to debug variables after your bridge:<br>&lt;extension name=&quot;funwithvariables&quot;&gt;<br></div><div class="im">  &lt;condition field=&quot;destination_number&quot; expression=&quot;^1234$&quot;&gt;<br>
</div><div class="im">
    &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<br>    &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br></div>    &lt;action application=&quot;bridge&quot; data=&quot;<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=0" rel="nofollow" target="_blank">[hidden email]</a>&quot;/&gt;<div class="im">
<br>
    &lt;action application=&quot;info&quot;/&gt;<br>  &lt;/condition&gt;<br>&lt;/extension&gt;<br><br><br></div><div class="gmail_quote"><div class="im">On Fri, Dec 17, 2010 at 11:12 PM, Sam <span dir="ltr">&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=1" rel="nofollow" target="_blank">[hidden email]</a>&gt;</span> wrote:<br>

</div><blockquote class="gmail_quote" style="border-left: 2px solid rgb(204, 204, 204); padding: 0pt 1em;"><div class="im">Yes Bleg hangs up first but i am not able to fetch the hangupcause here,<div><br>
<br>hangup cause:
${bridge_hangup_cause}<br><br></div>in logs i get as :-<br><br></div><span style="background-color: rgb(255, 255, 204);">EXECUTE sofia/internal/<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=2" rel="nofollow" target="_blank">[hidden email]</a> log(1 B-leg hangup Q850 cause: )</span><br>


2010-12-18 09:37:08.342225 [DEBUG] switch_core_state_machine.c:449 (sofia/external/<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=3" rel="nofollow" target="_blank">[hidden email]</a>) Callstate Change HANGUP -&gt; DOWN<div class="im">
<br><span style="background-color: rgb(255, 255, 204);">2010-12-18 09:37:08.342225 [ALERT] mod_dptools.c:1152 B-leg hangup Q850 cause:</span><br></div>

2010-12-18 09:37:08.342225 [DEBUG] switch_core_state_machine.c:452 (sofia/external/<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=4" rel="nofollow" target="_blank">[hidden email]</a>) Running State Change CS_DESTROY<br>
<br><span><span style="background-color: rgb(255, 255, 204);"></span></span><br>

Regds<br>Sam<div><div></div><div><br><br><br><br><div class="gmail_quote"><div class="im">On Sat, Dec 18, 2010 at 3:21 AM, Michael Collins <span dir="ltr">&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=5" rel="nofollow" target="_blank">[hidden email]</a>&gt;</span> wrote:<br>

</div><blockquote class="gmail_quote" style="border-left: 2px solid rgb(204, 204, 204); padding: 0pt 1em;"><div class="im">
You&#39;re almost there. First off, you can delete this line:<div><div>&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;</div></div><div>That&#39;s the default behavior and you have to set it prior to the bridge anyway.</div>



<div><br></div><div>Move this line before the bridge:</div><div><div>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div></div><div>Otherwise it won&#39;t have any effect.</div>

<div><br></div><div>The other stuff should work if the b-leg hangs up first, but not if the a-leg does. </div><div><br></div><font color="#888888"><div>-MC</div></font></div><div><div></div><div><div><br><br><div class="gmail_quote">
<div class="im">

On Thu, Dec 16, 2010 at 2:28 AM, Sam <span dir="ltr">&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=6" rel="nofollow" target="_blank">[hidden email]</a>&gt;</span> wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 2px solid rgb(204, 204, 204); padding: 0pt 1em;"><div class="im"><br>I am not able to fetch the hangup cause in the dial-plan by using log function .<br>I would like to use that hangup cause variable for further routing so that<br>



the routing would be conditional to hangup cause. <br><br>
Regards<br>Sam<br><br></div><div class="gmail_quote"><div class="im">On Wed, Dec 15, 2010 at 9:48 AM, samir <span dir="ltr">&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=7" rel="nofollow" target="_blank">[hidden email]</a>&gt;</span> wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 2px solid rgb(204, 204, 204); padding: 0pt 1em;"><div class="im">



<br>
Hello friends,<br>
<br>
was trying to create a routing rule to to route calls by accounting to the<br>
hangup causes,<br>
<br>
I have written below syntax but it fails to give the cause code to the<br>
varriable for routing.<br>
<br>
&lt;extension name=&quot;refer&quot;&gt;<br>
               &lt;condition field=&quot;destination_number&quot; expression=&quot;^1234$&quot;&gt;<br>
<br>
<br></div>
       &lt;action application=&quot;bridge&quot; data=&quot;<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=8" rel="nofollow" target="_blank">[hidden email]</a>&quot;/&gt;<div class="im"><br>
       &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<br>
       &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>
       &lt;action application=&quot;log&quot; data=&quot;1 B-leg hangup cause:<br>
${bridge_hangup_cause}&quot;/&gt;<br>
       &lt;action application=&quot;transfer&quot; data=&quot;${bridge_hangup_cause} XML<br>
conbridge&quot;/&gt;<br>
<br>
               &lt;/condition&gt;<br>
<br>
<br>
   &lt;/extension&gt;<br>
<br>
       &lt;extension name=&quot;no user&quot;&gt;<br>
               &lt;condition field=&quot;destination_number&quot;<br>
expression=&quot;^(NO_USER_RESPONSE)$&quot;&gt;<br>
               &lt;action application=&quot;bridge&quot;<br></div>
data=&quot;<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=9" rel="nofollow" target="_blank">[hidden email]</a>&quot;/&gt;<div class="im"><br>
<br>
               &lt;/condition&gt;<br>
       &lt;/extension&gt;<br>
<br>
<br>
here the ${bridge_hangup_cause} is not getting executed. Am I doing it right<br>
or is there any other way to do it.<br>
<br>
Regards<br>
Sam<br>
--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/routing-via-hangup-cause-tp5837136p5837136.html?by-user=t" rel="nofollow" link="external" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/routing-via-hangup-cause-tp5837136p5837136.html</a><br>





Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
</div><a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=10" rel="nofollow" target="_blank">[hidden email]</a><div class="im"><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>
</div></blockquote></div><br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=11" rel="nofollow" target="_blank">[hidden email]</a><div class="im"><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>
<br></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=12" rel="nofollow" target="_blank">[hidden email]</a><div class="im"><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>
<br></div></blockquote></div><br>
</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=13" rel="nofollow" target="_blank">[hidden email]</a><div class="im"><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>
<br></div></blockquote></div><br>
<br>_______________________________________________
<br>FreeSWITCH-users mailing list
<br><a href="http://user/SendEmail.jtp?type=node&amp;node=5847699&amp;i=14" rel="nofollow" target="_blank">[hidden email]</a>
<br><div class="im"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>
        
        <br>
        <br>
        <hr color="#cccccc" noshade size="1">
        </div><div style="color: rgb(102, 102, 102); font: 11px tahoma,geneva,helvetica,arial,sans-serif;">
                View message @ <a href="http://freeswitch-users.2379917.n2.nabble.com/routing-via-hangup-cause-tp5837136p5847699.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/routing-via-hangup-cause-tp5837136p5847699.html</a><div class="im">
<br>
                
                To unsubscribe from routing via hangup_cause, <a href="http://freeswitch-users.2379917.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=5837136&amp;code=dTJuc2FtQGdtYWlsLmNvbXw1ODM3MTM2fC0xMTk1MzYwMDk5" target="_blank">click here</a>.
        </div></div></blockquote></div><br>