Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Anybody tried with Trunk between asterisk


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
sambasivarao_vemula at...
Guest





PostPosted: Wed Nov 05, 2008 1:32 am    Post subject: [Freeswitch-users] Anybody tried with Trunk between asterisk Reply with quote

Hi,
Any body tried with Trunkig between freeswitch and asterisk .
If any body tried and its working fine .
Please share the details.
Regards
Samba



DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
Back to top
faraz.khan at emergen.biz
Guest





PostPosted: Wed Nov 05, 2008 7:17 am    Post subject: [Freeswitch-users] Anybody tried with Trunk between asterisk Reply with quote

sambasivarao Vemula wrote:
Quote:


Hi,

Any body tried with Trunkig between freeswitch and asterisk .

If any body tried and its working fine .

Please share the details.

Why would it not?

We use a SIP trunk from our freeswitch to asterisk. Asterisk being used
ONLY as a ZAP gateway. Works fine. Its like setting up any other SIP trunk.

--
Faraz R Khan
Zivios::Open source Enterprise Management
www.zivios.org


_______________________________________________
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
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Nov 05, 2008 8:47 am    Post subject: [Freeswitch-users] Anybody tried with Trunk between asterisk Reply with quote

http://wiki.freeswitch.org/wiki/Connecting_Freeswitch_And_Asterisk

/b

On Nov 5, 2008, at 12:31 AM, sambasivarao Vemula wrote:
Quote:

Hi,
Any body tried with Trunkig between freeswitch and asterisk .
If any body tried and its working fine .
Please share the details.
Regards
Samba




DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails._______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Back to top
Prometheus001 at gmx.net
Guest





PostPosted: Thu Nov 06, 2008 9:25 am    Post subject: [Freeswitch-users] Anybody tried with Trunk between asterisk Reply with quote

It's rather simple
- Setup a sip user on asterisk with username/password
- Setup a gateway in freeswitch with the asterisk user credentials (ip,
username, password of asterisk)
- Define a route in the dialplan (e.g. default.xml) to route certain
numbers to the asterisk gateway
e.g.
<extension name="Long Distance -Asterisk">
<condition field="destination_number" expression="^(0[2-9]\d{4,13})$">
<action application="set" data="effective_caller_id_number="/>
<action application="export" data="sip_secure_media=true"/>
<action application="bridge"
data="sofia/gateway/asterisk/$1@asterisk.domain"/>
</condition>
</extension>

You should already be able to make outgoing calls via asterisk.

Best regards
Peter


sambasivarao Vemula schrieb:
Quote:



Hi,

Any body tried with Trunkig between freeswitch and asterisk .

If any body tried and its working fine .

Please share the details.

Regards

Samba





DISCLAIMER ========== This e-mail may contain privileged and
confidential information which is the property of Persistent Systems
Ltd. It is intended only for the use of the individual or entity to
which it is addressed. If you are not the intended recipient, you are
not authorized to read, retain, copy, print, distribute or use this
message. If you have received this communication in error, please
notify the sender and delete all copies of this message. Persistent
Systems Ltd. does not accept any liability for virus infected mails.

------------------------------------------------------------------------

_______________________________________________
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


_______________________________________________
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
Back to top
brian at freeswitch.org
Guest





PostPosted: Thu Nov 06, 2008 9:35 am    Post subject: [Freeswitch-users] Anybody tried with Trunk between asterisk Reply with quote

Was this not helpful? http://wiki.freeswitch.org/wiki/Connecting_Freeswitch_And_Asterisk

/b

On Nov 6, 2008, at 8:23 AM, Peter P GMX wrote:

Quote:
It's rather simple
- Setup a sip user on asterisk with username/password
- Setup a gateway in freeswitch with the asterisk user credentials
(ip,
username, password of asterisk)
- Define a route in the dialplan (e.g. default.xml) to route certain
numbers to the asterisk gateway
e.g.
<extension name="Long Distance -Asterisk">
<condition field="destination_number" expression="^(0[2-9]\d{4,13})$">
<action application="set" data="effective_caller_id_number="/>
<action application="export" data="sip_secure_media=true"/>
<action application="bridge"
data="sofia/gateway/asterisk/$1@asterisk.domain"/>
</condition>
</extension>

You should already be able to make outgoing calls via asterisk.

Best regards
Peter


sambasivarao Vemula schrieb:
Quote:



Hi,

Any body tried with Trunkig between freeswitch and asterisk .

If any body tried and its working fine .

Please share the details.

Regards

Samba





DISCLAIMER ========== This e-mail may contain privileged and
confidential information which is the property of Persistent Systems
Ltd. It is intended only for the use of the individual or entity to
which it is addressed. If you are not the intended recipient, you are
not authorized to read, retain, copy, print, distribute or use this
message. If you have received this communication in error, please
notify the sender and delete all copies of this message. Persistent
Systems Ltd. does not accept any liability for virus infected mails.

------------------------------------------------------------------------

_______________________________________________
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


_______________________________________________
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


_______________________________________________
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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services