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: +
[EMAIL PROTECTED];user=phone>" />
          <action application="bridge" data="sofia/internal/
[EMAIL PROTECTED]" />
          <action application="bridge" data="sofia/internal/
[EMAIL PROTECTED]" />
        </condition>
      </extension>
    </context>
  </section>
</document>

FS sends call to sofia/internal/[EMAIL PROTECTED] (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/[EMAIL PROTECTED] bridge(sofia/internal/
[EMAIL PROTECTED])

but it does not do the same thing to the next "action" -- <action
application="bridge" data="sofia/internal/[EMAIL PROTECTED]" />

Any thoughts?

Thanks for any help!

SR
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to