Hi Samir,
i am making some progress here. I am seeing the routing now doing the routing looking etc, but keep getting a blank context in my xml:
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] Content-Type: text/plain; charset=ISO-8859-1\r
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] \r
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <?xml version="1.0" encoding="UTF-8" standalone="no"?>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <document type="freeswitch/xml">
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <section name="dialplan" description="ASTPP Dynamic Routing">
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <context name="">
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <extension name="13237309140">
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <condition field="destination_number" expression="13237309140">
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="effective_destination_number=13237309140"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="sched_hangup" data="+86400"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="accountcode=98765432"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="hangup_after_bridge=true"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="continue_on_fail=true"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="calltype=STANDARD"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="outbound_route=1"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="trunk=xxxxxx"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="set" data="provider=12345678"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] <action application="bridge" data="sofia/gateway/xxxxxx/13237309140"/>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] </condition>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] </extension>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] </context>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] </section>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110] </document>
[Tue Jul 03 21:19:37 2012] [error] [client 83.231.149.110]
As a result I see in the CLI:
2012-07-03 21:19:37.157769 [INFO] mod_dialplan_xml.c:485 Processing 9876543210275 <9876543210275>->
13237309140 in context public
2012-07-03 21:19:37.557770 [WARNING] mod_dialplan_xml.c:515 Context public not found
2012-07-03 21:19:37.557770 [INFO] switch_core_state_machine.c:179 No Route, Aborting
Any thoughts?
Thanks,
Phillip
--
Phillip Haynes