[Freeswitch-users] Newb question on dialplan config

John Millican jmillican at sentinelcommunications.com
Fri Oct 10 11:22:00 PDT 2008


Brian West wrote:
> Its looking for extension 2002 in context default on FreeSWITCH and  
> one doesn't exist so you get the NO ROUTE message.
> 
> Add a route to map 2002 so that it points at the Asterisk box.
> 
> /b
> 
> On Oct 10, 2008, at 1:00 PM, John Millican wrote:
> 
>> Processing John Millican->2002 in context defau
I currently have this in default.xml in the context default:
<extension name="ast_extens">
  <condition field="destination_number" expression="^(2\d{3})$">
    <action application="set" data="hangup_after_bridge=true"/>
    <action application="bridge" data="sofia/external/$1 at 192.168.100.11"/>
    <action application="hangup"/>
  </condition>
</extension>

Is this not a routemap?
I apologize for such simple questions, but I am learning.
JohnM





More information about the FreeSWITCH-users mailing list