<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">&lt;action application="set" data="hangup_after_bridge=true"/><div><br></div><div>change to</div><div><br></div><div>&lt;action application="set" data="hangup_after_bridge=false"/></div><div><br></div><div>also, if your serving up from xml_curl, you can do the conditions on your cgi and just have a blank condition tag, no reason to have the switch do the regex as well.</div><div><br></div><div>Mike</div><div><br></div><div><div><div>On Nov 7, 2008, at 1:35 PM, Shelby Ramsey wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello,<div><br class="webkit-block-placeholder"></div><div>I have a question re: xml_curl ... if I reply with this (from the /tmp/ file created by fs after xml_curl debug_on):</div><div><br class="webkit-block-placeholder"> </div><div><div>&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?></div><div>&lt;document type="freeswitch/xml"></div><div>&nbsp;&nbsp;&lt;section name="dialplan" description="FS RESPONSE"></div> <div>&nbsp;&nbsp; &nbsp;&lt;context name="public"></div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;extension name="7135454263"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;condition field="destination_number" expression="7135454263"></div> <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="hangup_after_bridge=true"/></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="call_timeout=180"/></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="proxy_media=true"/></div> <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="pass_rfc2833=true"/></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="accountcode=TEST" /></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="origination_caller_id_name=NULL" /></div> <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="origination_caller_id_number=7135454263" /></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="effective_caller_id_name=NULL" /></div> <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="effective_caller_id_number=7133000522" /></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="sip_h_P-Asserted-Identity=&lt;sip: +<a href="mailto:17133000522@4.71.122.214">17133000522@4.71.122.214</a>;user=phone>" /></div> <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="bridge" data="sofia/internal/<a href="mailto:7135454263@4.71.122.250">7135454263@4.71.122.250</a>" /></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="bridge" data="sofia/internal/<a href="mailto:7135454263@4.71.122.131">7135454263@4.71.122.131</a>" /></div> <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;/condition></div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;/extension></div><div>&nbsp;&nbsp; &nbsp;&lt;/context></div><div>&nbsp;&nbsp;&lt;/section></div><div>&lt;/document></div><div><br></div><div>FS sends call to&nbsp;sofia/internal/<a href="mailto:7135454263@4.71.122.250">7135454263@4.71.122.250</a> (which returns a 404) but does not send to the next "action".</div> <div><br class="webkit-block-placeholder"></div><div>Somewhat of a FS newbie but I thought this should work ... looking at the log files I can see this:</div><div><br class="webkit-block-placeholder"></div><div><div>2008-11-07 11:45:00 [DEBUG] switch_core_state_machine.c:140 switch_core_standard_on_execute() sofia/external/<a href="mailto:8885551000@4.71.122.250">8885551000@4.71.122.250</a> Execute bridge(sofia/internal/<a href="mailto:7135454263@4.71.122.250">7135454263@4.71.122.250</a>)</div> <div><br class="webkit-block-placeholder"></div><div>but it does not do the same thing to the next "action" --&nbsp;&lt;action application="bridge" data="sofia/internal/<a href="mailto:7135454263@4.71.122.131">7135454263@4.71.122.131</a>" /></div> <div><br></div></div></div></blockquote></div></div></body></html>