[Freeswitch-users] xml_curl ...
Shelby Ramsey
sicfslist at gmail.com
Fri Nov 7 10:35:01 PST 2008
Hello,
I have a question re: xml_curl ... if I reply with this (from the /tmp/ file
created by fs after xml_curl debug_on):
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="freeswitch/xml">
<section name="dialplan" description="FS RESPONSE">
<context name="public">
<extension name="7135454263">
<condition field="destination_number" expression="7135454263">
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="call_timeout=180"/>
<action application="set" data="proxy_media=true"/>
<action application="set" data="pass_rfc2833=true"/>
<action application="set" data="accountcode=TEST" />
<action application="set" data="origination_caller_id_name=NULL"
/>
<action application="set"
data="origination_caller_id_number=7135454263" />
<action application="set" data="effective_caller_id_name=NULL" />
<action application="set"
data="effective_caller_id_number=7133000522" />
<action application="set" data="sip_h_P-Asserted-Identity=<sip: +
17133000522 at 4.71.122.214;user=phone>" />
<action application="bridge" data="sofia/internal/
7135454263 at 4.71.122.250" />
<action application="bridge" data="sofia/internal/
7135454263 at 4.71.122.131" />
</condition>
</extension>
</context>
</section>
</document>
FS sends call to sofia/internal/7135454263 at 4.71.122.250 (which returns a
404) but does not send to the next "action".
Somewhat of a FS newbie but I thought this should work ... looking at the
log files I can see this:
2008-11-07 11:45:00 [DEBUG] switch_core_state_machine.c:140
switch_core_standard_on_execute()
sofia/external/8885551000 at 4.71.122.250Execute bridge(sofia/internal/
7135454263 at 4.71.122.250)
but it does not do the same thing to the next "action" -- <action
application="bridge" data="sofia/internal/7135454263 at 4.71.122.131" />
Any thoughts?
Thanks for any help!
SR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081107/f1945d1a/attachment-0002.html
More information about the FreeSWITCH-users
mailing list