Hi Everybody,<br><br>this is what i' trying to do / unsuccessfully / so far:<br><br><br>&nbsp;&nbsp; &lt;extension name="test"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^1(\d+)$" break="never"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="set" data="bypass_media=true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="set" data="continue_on_fail=true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="sofia/gateway/gw_1/$1"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="info" /&gt;&nbsp; -&gt; at this point i'd like to collect some sip Vars from the failed call<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="export" data="nolocal:sip_hangup_phrase" /&gt; - from what i red in wiki i think this is the way to export the var to the Bleg<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="sofia/gateway/gw_2/$0" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>the gw_2&nbsp; does not&nbsp; seem to receive the&nbsp; sip_hangup_phrase.<br>pls&nbsp; help me to figure out what i'm doing wrong.<br><br>thank you in advance.<br>regards<br>Chav<br>