Edmar Cruz <[email protected]> wrote:
> This is my dialpla/public/00_test.xml
> <condition field="destination_number" expression="^(\d+)$">
Where's your
<extension name="test_extension">
tag to open the extension element and give it a name?
> <action application="set" data="gate_site_id=1"/>
> <action application="set"
> data="effective_caller_id_name=${effective_caller_id_name}"/>
> <action application="set"
> data="effective_caller_id_number=${effective_caller_id_number}"/>
The above two lines won't do anything - you're setting the variables to values
that they already have.
> <action application="bridge" data="sofia/default/[email protected]"/>
You now need to close the elements:
</condition>
</extension>
> Actually am connecting Freeswitch and Asterisks
>
> Do you think the issue is the codec?
No. I've explained this already: the issue in the log that you provided is a
failure of FreeSWITCH to match your dial plan extension.
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org