This didn't work either. The X-Header-Name header is present only on the 486 response message. It contains the hangup cause.<br>I need to get the value of the header in the 486 message generated in response for the Invite.<br>
Like this:<br><br> Invite Invite<br>User------------->FS--------------->Server<br><br> 486<br> 404 X-Header=Not Found<br>User<------------FS<---------------Server<br>
<br><br>FS would receive a 486 response with X-Header, and generate a response to the user based on X-Header value.<br>Is it possible?<br><br clear="all">Santiago Soares<br><br>
<br><br><div class="gmail_quote">On Wed, Nov 10, 2010 at 2:28 PM, Anthony Minessale <span dir="ltr"><<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>></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"><extension name="header_test_extension"><br>
<br>
</div><condition field="network_addr" expression="10.1.1.1"/><br>
<div class="im"> <condition field="${sip_h_X-Header-Name}" expression="Header Value"><br>
<action application="respond" data="404"/><br>
<action application="hangup"/><br>
</div> <anti-action application="set" data="continue_on_fail=USER_BUSY"/><br>
<anti-action application="bridge"<br>
<div class="im">data="sofia/gateway/profile/${sip_to_user}"/><br>
</condition><br>
</div></extension><br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Nov 10, 2010 at 7:02 AM, Santiago Soares<br>
<<a href="mailto:santiagosoares@gmail.com">santiagosoares@gmail.com</a>> wrote:<br>
> Thank you for the answers, but it didn't work.<br>
> Isn't there any way I can get a header value from the called endpoint<br>
> response?<br>
> I have a server that returns 486 for many call setup problems, and I'd like<br>
> that FS send another response to the caller endpoint, based on this<br>
> "X-Header-Name".<br>
> In other words, I'd like to override the callee response, based on this<br>
> header value.<br>
> Is it possible?<br>
><br>
> Santiago Soares<br>
> Fone: (41) 8488-0537<br>
><br>
><br>
> On Wed, Nov 10, 2010 at 4:27 AM, Troy Anderson<br>
> <<a href="mailto:freeswitch@tlainvestments.com">freeswitch@tlainvestments.com</a>> wrote:<br>
>><br>
>> Santiago,<br>
>><br>
>> I think something like this will work:<br>
>><br>
>> <extension name="header_test_extension"><br>
>> <condition field="network_addr" expression="10.1.1.1"><br>
>> <action application="set" data="continue_on_fail=USER_BUSY"/><br>
>> <action application="bridge"<br>
>> data="sofia/gateway/profile/${sip_to_user}"/><br>
>> <action application="transfer'<br>
>> data="header_test_extension-BUSY"><br>
>> </condition><br>
>> </extension><br>
>><br>
>> <extension name="header_test_extension-BUSY"><br>
>> <condition field="${sip_h_X-Header-Name}" expression="Header Value"><br>
>> <action application="respond" data="404"/><br>
>> <action application="hangup"/><br>
>> </condition><br>
>> </extension><br>
>><br>
>> -Troy<br>
>><br>
>> On Nov 8, 2010, at 1:46 PM, Santiago Soares wrote:<br>
>><br>
>> > Hello everybody,<br>
>> ><br>
>> > I'd like to handle my calls like this:<br>
>> > If callee sends a "486 User Busy" AND a certain header is present in the<br>
>> > response, Freeswitch would send a "404 Not Found" to the caller.<br>
>> > The following code would solve my problem:<br>
>> ><br>
>> > <extension name="header_test_extension"><br>
>> ><br>
>> > <condition field="network_addr" expression="10.1.1.1"><br>
>> > <action application="set" data="continue_on_fail=USER_BUSY"/><br>
>> > <action application="bridge"<br>
>> > data="sofia/gateway/profile/${sip_to_user}"/><br>
>> > <condition field="${sip_h_X-Header-Name}" expression="Header Value"><br>
>> > <action application="respond" data="404"/><br>
>> > <action application="hangup"/><br>
>> > </condition><br>
>> > </condition><br>
>> ><br>
>> > </extension><br>
>> ><br>
>> > But the thing is that Freeswitch doesn't allow nested conditions.<br>
>> ><br>
>> > Any ideas on how I can handle this?<br>
>> ><br>
>> > Santiago Soares<br>
>> > Fone: (41) 8488-0537<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>
>><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>
><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>
><br>
<br>
<br>
<br>
</div></div>--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
<div><div></div><div class="h5"><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>
</div></div></blockquote></div><br>