Kanishka Somaratne
2005-Feb-23 09:28 UTC
[Asterisk-Users] Send outgoing calls to a SIP gateway
How do I route all the outgoing calls through a SIP gateway, this should send more than one outgoing call to the sip gateway at once. please show me the sample configurations on how to do this. my SIP gatway can accecpt direct IP traffic or SIP proxy traffc. Thank You Kanishka -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050223/6f9ff4c3/attachment.htm
Richard J. Sears
2005-Feb-23 09:42 UTC
[Asterisk-Users] Send outgoing calls to a SIP gateway
Kanishka - Just add something like this for an outbound context - in this case, I match any calls dialed with 11 digits and point it out my NuFone connection. [pstn_outbound] exten => _1NXXNXXXXXX,1,Dial(IAX2/iblahblah@NuFone/${EXTEN}) and include it where you need it... [default] include => pstn_outbound Be careful where you put it as it determines who has access to your outbound dialtone. On Wed, 23 Feb 2005 16:28:11 -0000 "Kanishka Somaratne" <kani@technoportal.biz> wrote:> How do I route all the outgoing calls through a SIP gateway, this should send more than one outgoing call to the sip gateway at once. please show me the sample configurations on how to do this. > > my SIP gatway can accecpt direct IP traffic or SIP proxy traffc. > > Thank You > Kanishka****************************************** Richard J. Sears Vice President American Internet Services ---------------------------------------------------- rsears@adnc.com http://www.adnc.com ---------------------------------------------------- 858.576.4272 - Phone 858.427.2401 - Fax INOC-DBA - 6130 ---------------------------------------------------- I fly because it releases my mind from the tyranny of petty things . . "Work like you don't need the money, love like you've never been hurt and dance like you do when nobody's watching."
> How do I route all the outgoing calls through a SIP gateway, this should > send more than one outgoing call to the sip gateway at once. please show me > the sample configurations on how to do this. > > my SIP gatway can accecpt direct IP traffic or SIP proxy traffc.Do you AT LEAST try to find the answer yourself or you just post to this list every question that comes to your mind ?
Jessie V. Mabanglo
2005-Feb-23 21:16 UTC
[Asterisk-Users] Send outgoing calls to a SIP gateway
Hi Kanisha, After the long time of simulation we are now been able to send a calls to a Quintum Sip gateway on its PBX ports but not yet on the PSTN ports. We are glad to share all the config but we still need to make things work well. BTW, what is your SIP gateway? Regards, Jessie ----- Original Message ----- From: Kanishka Somaratne To: asterisk-users@lists.digium.com Sent: Thursday, February 24, 2005 12:28 AM Subject: [Asterisk-Users] Send outgoing calls to a SIP gateway How do I route all the outgoing calls through a SIP gateway, this should send more than one outgoing call to the sip gateway at once. please show me the sample configurations on how to do this. my SIP gatway can accecpt direct IP traffic or SIP proxy traffc. Thank You Kanishka ------------------------------------------------------------------------------ _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050223/2a776071/attachment.htm