[Freeswitch-dev] DialPlan and Mod_Managed
Robert Clayton
rjcajax at gmail.com
Tue Apr 21 21:46:07 PDT 2009
All,
I am sure this is a simple error, but in using mod_managed to call the
Demo.cs class AppDemo, what is improper with this dialplan entry?
<extension name="managed_app">
<condition field="destination_number" expression="^9009$">
<action application="managed" data="AppDemo"/>
</condition>
</extension>
This seems to match the documentation but has a routing problem.
2009-04-22 00:34:03 [INFO] switch_core_state_machine.c:136
switch_core_standard_on_routing() No Route, Aborting
Are there any working contributions?
Bob
More information about the Freeswitch-dev
mailing list