darklion11 at yahoo.com Guest
|
Posted: Wed Jun 24, 2009 4:10 am Post subject: [Freeswitch-users] Originate works but dialplan does not wo |
|
|
when a type on the API of freeswitch originate
sofia/external/8011104@116.541.23.12 1001, 8011104 my extension that I want
to call and its ip is 116.541.23.12. I register on 1001 using a softphone
(X-Lite) and my ip is 116.541.23.11. It works actually.
but when dialing on softphone 1001 account on ip 116.541.23.11 Temporary
Unavailable...
What do you think is the possible issue?
On originate it works sometimes but an ERR - SERVICE_NOT_IMPLEMENTED
Here is my dialplan on sip_profiles/external/myprofile.xml
<extension name="dialmyprof">
<condition field="destination_number" expression="^(\d+)$">
<action application="set" data="gate_site_id=1"/>
<action application="bridge"
data="sofia/external/@1@116.541.23.12"/>
</condition>
</extension>
Set acl perfectly.
I set auth-calls to false.
No found error on logs.
Just destroying the call...
Please help me...
Thanks
--
View this message in context: http://www.nabble.com/Originate-works-but-dialplan-does-not-work--tp24181208p24181208.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|