[Freeswitch-users] Dialplans and XML_CURL
Mathieu Rene
mrene_lists at avgs.ca
Tue Nov 10 08:55:58 PST 2009
You'll get a single xml curl request, unless you use the transfer
application, which will trigger another one.
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene at avgs.ca
On 10-Nov-09, at 8:03 AM, Jonathan Pitcher wrote:
> Good morning everyone. I have a question regarding using MOD
> XML_CURL and returning a dial plan.
>
> I have my system setup to respond with the following dialplan.
>
>
> <?xml version="1.0"?>
> <document type="freeswitch/xml">
> <section name="dialplan" description="Regex/XML Dialplan">
> <context name="default">
>
> <extension name="one">
> <condition field="destination_number" expression="^(.*)$">
> <!-- Do Condition stuff here ... -->
> </condition>
> </extension>
>
> <extension name="two">
> <condition field="destination_number" expression="^(.*)$">
> <!-- Do Condition stuff here ... -->
> </condition>
> </extension>
>
> <extension name="three">
> <condition field="destination_number" expression="^(.*)$">
> <!-- Do Condition stuff here ... -->
> </condition>
> </extension>
>
> </context>
> </section>
> </document>
>
> My question is this. Can extension one, use extension two and three
> without XML_CURL making another dialplan request?
>
> Thanks,
>
> Jonathan Pitcher
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091110/f9f2e4c0/attachment-0002.html
More information about the FreeSWITCH-users
mailing list