[Asterisk-Users] SIP Forward

2005-11-25 Thread Waldo Rubinstein
Hi guys, I'm trying to forward a call from one * server to another using SIP. Everything works when I use fromuser in the sip entry of the * forwarding the call. The problem is that when the receiving * sends the call to the UA, it puts the caller to be the value of fromuser instead of the

[asterisk-users] sip forward behind a nat

2006-11-11 Thread nik600
Hi i have to forward a call from my asterisk server on another server but my server is behind nat. How can i setup my extension.conf? Actually i have set up it as follows: exten => 046566,1,Dial(SIP/[EMAIL PROTECTED]) my server has a private ip 192.168.100.249 and doesn't have a public ip

Re: [asterisk-users] sip forward behind a nat

2006-11-11 Thread Rosli Sukri
u need another box say box a with real/addressable ip address. create an iax entry in box a and have the private ip (box b) box register to box a. then you can do a  Dial(IAX2/boxb/${EXTEN}) that will ring the extension connected to your 192.168.100.249 boxhope that helps;) On 11/12/06, nik600 < [E

Re: [asterisk-users] sip forward behind a nat

2006-11-12 Thread Vicky
Yep make the server with dynamic ip register to server with static ip ( sip or iax both will do but in sip keep nat=yes while making extension ) On 12/11/06, Rosli Sukri <[EMAIL PROTECTED]> wrote: u need another box say box a with real/addressable ip address. create an iax entry in box a and have

Re: [asterisk-users] sip forward behind a nat

2006-11-12 Thread nik600
On 11/12/06, Vicky <[EMAIL PROTECTED]> wrote: Yep make the server with dynamic ip register to server with static ip ( sip or iax both will do but in sip keep nat=yes while making extension ) the problem is that the server with dynamic ip can't register on the other server! This is the situatio

Re: [asterisk-users] sip forward behind a nat

2006-11-13 Thread nik600
On 11/12/06, nik600 <[EMAIL PROTECTED]> wrote: On 11/12/06, Vicky <[EMAIL PROTECTED]> wrote: > Yep make the server with dynamic ip register to server with static ip ( sip > or iax both will do but in sip keep nat=yes while making extension ) > the problem is that the server with dynamic ip can't

Re: [asterisk-users] sip forward behind a nat

2006-11-13 Thread Vicky
IF your asterisk server is behind NAT and no port forwarding is done then how can that static ip user/device reach it . You will have to keep asterisk server in static ip or do port forwarding to accept connections from outside .  OR maybe i didnt understand senario properly here . Is it like your

Re: [asterisk-users] sip forward behind a nat

2006-11-14 Thread nik600
On 11/13/06, Vicky <[EMAIL PROTECTED]> wrote: IF your asterisk server is behind NAT and no port forwarding is done then how can that static ip user/device reach it . You will have to keep asterisk server in static ip or do port forwarding to accept connections from outside . i've understand but

Re: [asterisk-users] sip forward behind a nat

2006-11-14 Thread Vicky
One more thing i would like to point out is that softphones like sjphone use some freeware stun server to detect nat on network (as a client ) . Asterisk ( as client ) cannot use external stun server to detect nat type automatically so i think thats why it isnt able to make calls while softphone wo

Re: [asterisk-users] sip forward behind a nat

2006-11-17 Thread nik600
On 11/14/06, Vicky <[EMAIL PROTECTED]> wrote: One more thing i would like to point out is that softphones like sjphone use some freeware stun server to detect nat on network (as a client ) . Asterisk ( as client ) cannot use external stun server to detect nat type automatically so i think thats w