Re: [Asterisk-Users] Asterisk and gateway

2006-03-21 Thread ram
Hi
 
add that information ( which you got from SIP provider)
in to sip.conf
 
and make changes according in  extension.conf for routing.
 
ram 
On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED]> wrote:
Dear all,I am really new in this world, In my office i setup a Asterisk and allextensions are working fine . i also add some trunk to route my local
calls. As some user needs to call overseas so we are looking for cheapgateway  with SIP supported.Now . we found one gateway . they just give me there softwitch's ipand told to me to send my call there.
i have no idea how to router my traffic from my Asterisk box to thatip . as from all other service i got a username/passwd .Could anyone give me any idea ?thanks___
--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:  
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk and gateway

2006-03-21 Thread Mohammad Salaque
thanks ram

all they give me an ip address. and told me to send SIP traffic.
so  on sip.conf should i add only these ?

[worlgateay]
host= xxx.xxx.xxx.xxx



thanks
Salaque



On 3/22/06, ram <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> add that information ( which you got from SIP provider)
> in to sip.conf
>
> and make changes according in  extension.conf for routing.
>
> ram
>
>
> On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED]> wrote:
> >
> Dear all,
>
> I am really new in this world, In my office i setup a Asterisk and all
> extensions are working fine . i also add some trunk to route my local
> calls. As some user needs to call overseas so we are looking for cheap
> gateway  with SIP supported.
>
> Now . we found one gateway . they just give me there softwitch's ip
> and told to me to send my call there.
>
> i have no idea how to router my traffic from my Asterisk box to that
> ip . as from all other service i got a username/passwd .
>
>
> Could anyone give me any idea ?
>
> thanks
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>


--
Got my mail ?
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk and gateway

2006-03-21 Thread ram
Hi
 
ya thats correct
 
 
[voip.provider.net-out]type=peersecret=passwordusername=2345host=ipaddressfromuser=2345nat=yesIn extensions.conf you'd then use a statement like this: 
exten => _9.,1,Dial(SIP/${EXTEN:[EMAIL PROTECTED],30,r)
just example above should help you
 
ram 
On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED]> wrote:
thanks ramall they give me an ip address. and told me to send SIP traffic.so  on sip.conf should i add only these ?
[worlgateay]host= xxx.xxx.xxx.xxxthanksSalaqueOn 3/22/06, ram <[EMAIL PROTECTED]> wrote:>> Hi>> add that information ( which you got from SIP provider)
> in to sip.conf>> and make changes according in  extension.conf for routing.>> ram>>> On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED]
> wrote:> >> Dear all,>> I am really new in this world, In my office i setup a Asterisk and all> extensions are working fine . i also add some trunk to route my local> calls. As some user needs to call overseas so we are looking for cheap
> gateway  with SIP supported.>> Now . we found one gateway . they just give me there softwitch's ip> and told to me to send my call there.>> i have no idea how to router my traffic from my Asterisk box to that
> ip . as from all other service i got a username/passwd .>>> Could anyone give me any idea ?>> thanks> ___> --Bandwidth and Colocation provided by 
Easynews.com -->> Asterisk-Users mailing list> To UNSUBSCRIBE or update options visit:>> 
http://lists.digium.com/mailman/listinfo/asterisk-users>>> ___> --Bandwidth and Colocation provided by Easynews.com
 -->> Asterisk-Users mailing list> To UNSUBSCRIBE or update options visit:>> http://lists.digium.com/mailman/listinfo/asterisk-users
>>>--Got my mail ?___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:  http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk and gateway

2006-03-21 Thread Mohammad Salaque
Dear Ram .

u miss something . as i told u . my provider didn't give me any
username /passwd.
they just give me IP address .  as they are gateway provider not gatekeeper .

i need to send my traffic to there IP address.  they give me only IP
address nothing else

thanks
Salaque
On 3/22/06, ram <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> ya thats correct
>
>
> [voip.provider.net-out]
> type=peer
> secret=password
> username=2345
> host=ipaddress
> fromuser=2345
> nat=yes
>
> In extensions.conf you'd then use a statement like this:
>
>
> exten =>
> _9.,1,Dial(SIP/${EXTEN:[EMAIL PROTECTED],30,r)
>
> just example above should help you
>
> ram
>
>
> On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED]> wrote:
> > thanks ram
> >
> > all they give me an ip address. and told me to send SIP traffic.
> > so  on sip.conf should i add only these ?
> >
> > [worlgateay]
> > host= xxx.xxx.xxx.xxx
> >
> >
> >
> > thanks
> > Salaque
> >
> >
> >
> > On 3/22/06, ram <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi
> > >
> > > add that information ( which you got from SIP provider)
> > > in to sip.conf
> > >
> > > and make changes according in  extension.conf for routing.
> > >
> > > ram
> > >
> > >
> > > On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED] > wrote:
> > > >
> > > Dear all,
> > >
> > > I am really new in this world, In my office i setup a Asterisk and all
> > > extensions are working fine . i also add some trunk to route my local
> > > calls. As some user needs to call overseas so we are looking for cheap
> > > gateway  with SIP supported.
> > >
> > > Now . we found one gateway . they just give me there softwitch's ip
> > > and told to me to send my call there.
> > >
> > > i have no idea how to router my traffic from my Asterisk box to that
> > > ip . as from all other service i got a username/passwd .
> > >
> > >
> > > Could anyone give me any idea ?
> > >
> > > thanks
> > > ___
> > > --Bandwidth and Colocation provided by Easynews.com --
> > >
> > > Asterisk-Users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > >
> > >
> http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> > >
> > > ___
> > > --Bandwidth and Colocation provided by Easynews.com --
> > >
> > > Asterisk-Users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > >
> > >
> http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> > >
> > >
> >
> >
> > --
> > Got my mail ?
> > ___
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > Asterisk-Users mailing list
> > To UNSUBSCRIBE or update options visit:
> >
> http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
>
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>


--
Got my mail ?
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk and gateway

2006-03-22 Thread ram
Hi
 
ok then just add the same  in to sip.conf
 
 
and same config made change in Extension.conf for outboud routing
 
ram
 
On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED]> wrote:
Dear Ram .u miss something . as i told u . my provider didn't give me anyusername /passwd.
they just give me IP address .  as they are gateway provider not gatekeeper .i need to send my traffic to there IP address.  they give me only IPaddress nothing elsethanksSalaqueOn 3/22/06, ram <
[EMAIL PROTECTED]> wrote:>> Hi>> ya thats correct>>> [voip.provider.net-out]> type=peer> secret=password> username=2345
> host=ipaddress> fromuser=2345> nat=yes>> In extensions.conf you'd then use a statement like this:>>> exten =>> _9.,1,Dial(
SIP/${EXTEN:[EMAIL PROTECTED],30,r)>> just example above should help you>> ram>>> On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED]
> wrote:> > thanks ram> >> > all they give me an ip address. and told me to send SIP traffic.> > so  on sip.conf should i add only these ?> >> > [worlgateay]
> > host= xxx.xxx.xxx.xxx> >> >> >> > thanks> > Salaque> >> >> >> > On 3/22/06, ram <
[EMAIL PROTECTED]> wrote:> > >> > > Hi> > >> > > add that information ( which you got from SIP provider)> > > in to sip.conf> > >> > > and make changes according in  
extension.conf for routing.> > >> > > ram> > >> > >> > > On 3/22/06, Mohammad Salaque <[EMAIL PROTECTED] > wrote:
> > > >> > > Dear all,> > >> > > I am really new in this world, In my office i setup a Asterisk and all> > > extensions are working fine . i also add some trunk to route my local
> > > calls. As some user needs to call overseas so we are looking for cheap> > > gateway  with SIP supported.> > >> > > Now . we found one gateway . they just give me there softwitch's ip
> > > and told to me to send my call there.> > >> > > i have no idea how to router my traffic from my Asterisk box to that> > > ip . as from all other service i got a username/passwd .
> > >> > >> > > Could anyone give me any idea ?> > >> > > thanks> > > ___> > > --Bandwidth and Colocation provided by 
Easynews.com --> > >> > > Asterisk-Users mailing list> > > To UNSUBSCRIBE or update options visit:> > >> > >> 
http://lists.digium.com/mailman/listinfo/asterisk-users> > >> > >> > > ___> > > --Bandwidth and Colocation provided by 
Easynews.com --> > >> > > Asterisk-Users mailing list> > > To UNSUBSCRIBE or update options visit:> > >> > >> 
http://lists.digium.com/mailman/listinfo/asterisk-users> > >> > >> > >> >> >> > --> > Got my mail ?> > ___
> > --Bandwidth and Colocation provided by Easynews.com --> >> > Asterisk-Users mailing list> > To UNSUBSCRIBE or update options visit:> >
> http://lists.digium.com/mailman/listinfo/asterisk-users>  ___
> --Bandwidth and Colocation provided by Easynews.com -->> Asterisk-Users mailing list> To UNSUBSCRIBE or update options visit:>> 
http://lists.digium.com/mailman/listinfo/asterisk-users>>>--Got my mail ?___--Bandwidth and Colocation provided by 
Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:  http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users