[Freeswitch-users] Newb question on dialplan config

Brian West brian at freeswitch.org
Fri Oct 10 11:24:57 PDT 2008


I'm going to guess you added it at the very bottom of the default.xml?

It needs to be above this line:

<X-PRE-PROCESS cmd="include" data="default/*.xml"/>


/b


On Oct 10, 2008, at 1:22 PM, John Millican wrote:

> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081010/4aa6f141/attachment-0002.html 


More information about the FreeSWITCH-users mailing list