[Freeswitch-dev] DialPlan and Mod_Managed

Michael Jerris mike at jerris.com
Tue Apr 21 22:11:23 PDT 2009


No Route means you are not matching anything in the dialplan.  You are  
either not calling 9009 or in the wrong context or dialplan.  You can  
turn up the debug (F8 in the default config) to see the dialplan  
matching criteria.


Mike

On Apr 22, 2009, at 12:46 AM, Robert Clayton wrote:

> 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?




More information about the Freeswitch-dev mailing list