RE: [Asterisk-Users] Asterisk and fwd

2003-12-15 Thread Arnold Ligtvoet
Shoval Tomer wrote :
>Hi, could anyone please provide a working sample of how to
>configure asterisk to connect to fwd?
>I've tried the one at www.loligo.com and it doesn't work.
>Not even when calling to  5.

I presume you're looking at the asterisk console (ie. started asterisk with
option -vvvc) ?

>Can you advise on how to debug sip (or trace and view sip packets) from
>the asterisk server to fwd so we can try to understand what exactly is >not
working?

If the regisstration went correctly you should see 'normal' call behaviour
in your client, the client calls the number and thinks the call is
connected. Also you can issue : 'sip show peers'. It should give you
something like :
*CLI> sip show peers
Name/usernameHost Mask Port Status
sipphone/xx  130.94.123.252   255.255.255.255  5060 Unmonitored
xlite(Unspecified)   (D)  255.255.255.255  0UNKNOWN
fwd/username 192.246.69.223   255.255.255.255  5060 OK (155 ms)

>Please be advised that our asterisk server is behind a NAT firewall.

I'm guessing you have succesfully opened the portranges needed in your fw
config? If so you also need the sip->nat patch by Leif Madsen. There has
been a topic for the last two weeks (subject : [Asterisk-Users] Asterisk
behind NAT << How to do it.). Look at this thread, install the patch and you
should be fine.

Arnold.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Asterisk and fwd

2003-12-14 Thread Tom Shoval








Please do.

 









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Chris HARIGA
Sent: Sunday, December 14, 2003
8:41 PM
To:
[EMAIL PROTECTED]
Subject: Re: [Asterisk-Users]
Asterisk and fwd



 



If
U want I can send U my settings. My FWD is working fine. Let me know...





 





Chris
HARIGA





 







-
Original Message - 





From: Shoval Tomer 





To: [EMAIL PROTECTED] 





Sent: Sunday, December 14, 2003 10:31 AM





Subject: [Asterisk-Users] Asterisk and fwd





 



Hi,
could anyone please provide a working sample of how to configure asterisk to
connect to fwd?

I've
tried the one at www.loligo.com and it
doesn't work. Not even when calling to 5.

 

Can
you advise on how to debug sip (or trace and view sip packets) from the
asterisk server to fwd so we can try to understand what exactly is not working?

 

Please
be advised that our asterisk server is behind a NAT firewall.

 

Thanks
in advance,

Tom.

 










Re: [Asterisk-Users] Asterisk and fwd

2003-12-14 Thread Olle E. Johansson
Shoval Tomer wrote:

Hi, could anyone please provide a working sample of how to configure 
asterisk to connect to fwd?

I've tried the one at www.loligo.com  and it 
doesn't work. Not even when calling to 5.

Check the Asterisk FAQ at http://www.voip-info.org
Can you advise on how to debug sip (or trace and view sip packets) from 
the asterisk server to fwd so we can try to understand what exactly is 
not working?


Test the CLI command "sip debug".

Regards,
/O
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk and fwd

2003-12-14 Thread Chris HARIGA



If U want I can send U my settings. My FWD is 
working fine. Let me know...
 
Chris HARIGA
 

  - Original Message - 
  From: 
  Shoval 
  Tomer 
  To: [EMAIL PROTECTED] 
  
  Sent: Sunday, December 14, 2003 10:31 
  AM
  Subject: [Asterisk-Users] Asterisk and 
  fwd
  
  
  Hi, could anyone 
  please provide a working sample of how to configure asterisk to connect to 
  fwd?
  I've tried the one at 
  www.loligo.com and it doesn't work. Not 
  even when calling to 5.
   
  Can you advise on how 
  to debug sip (or trace and view sip packets) from the asterisk server to fwd 
  so we can try to understand what exactly is not 
  working?
   
  Please be advised 
  that our asterisk server is behind a NAT 
firewall.
   
  Thanks in 
  advance,
  Tom.
   


Re: [Asterisk-Users] Asterisk and FWD

2003-07-22 Thread Dan
Hi,

Not any change...
just not used for a period of time and now... it doesn't work anymore.

BR,

Dan

- Original Message - 
From: "Joe Antkowiak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 10:43 PM
Subject: RE: [Asterisk-Users] Asterisk and FWD


> Did you move your box behind some type of nat device?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dan
> Sent: Tuesday, July 22, 2003 10:06 AM
> To: Asterisk Users
> Subject: [Asterisk-Users] Asterisk and FWD
>
> Hi,
>
> The line
> register => fwdnr:[EMAIL PROTECTED]/101
>
> does not work anymore in sip.con file.
> I get the following error in the Asterisk console:
>
> -- Got SIP response 479 "We dont accept private IP contacts. please
Set
> your external IP" back from 192.246.69.223
>
> The sane error when I try to call a FWD extension defined like that:
>
>
> Something changed in the mean time?
>
> exten => _X,1,SetCallerID(${FWDUSERID})
> exten => _X,2,SetCIDName(${FWDUSERNAME})
> exten => _X,3,Dial(SIP/[EMAIL PROTECTED])
> exten => _X,4,Hangup
> exten => _X,104,Hangup
>
>
> Thanks,
> Dan
>
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Asterisk and FWD

2003-07-22 Thread Joe Antkowiak
Did you move your box behind some type of nat device?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan
Sent: Tuesday, July 22, 2003 10:06 AM
To: Asterisk Users
Subject: [Asterisk-Users] Asterisk and FWD

Hi,

The line
register => fwdnr:[EMAIL PROTECTED]/101

does not work anymore in sip.con file.
I get the following error in the Asterisk console:

-- Got SIP response 479 "We dont accept private IP contacts. please Set
your external IP" back from 192.246.69.223

The sane error when I try to call a FWD extension defined like that:


Something changed in the mean time?

exten => _X,1,SetCallerID(${FWDUSERID})
exten => _X,2,SetCIDName(${FWDUSERNAME})
exten => _X,3,Dial(SIP/[EMAIL PROTECTED])
exten => _X,4,Hangup
exten => _X,104,Hangup


Thanks,
Dan


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk and FWD

2003-06-25 Thread Dan
Hi,

You must have:
register => 1:[EMAIL PROTECTED]/1


BR,
Dan

- Original Message - 
From: "Peter Zeltins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 1:56 PM
Subject: [Asterisk-Users] Asterisk and FWD


> I can't get my Asterisk to register/place calls with FWD. Here's what I
have
> in my SIP.CONF:
>
> register => [EMAIL PROTECTED]/1
>
> [fwd]
> type=friend
> secret=somesecret
> host=fwd.pulver.com
> username=1
> fromuser=1
> fromdomain=fwd.pulver.com
>
> I'm using CVS version of Asterisk, checked it out last week. I get
> authenticate error when registering with fwd, and all my calls to mailbox:
>
> exten => 71,1,Dial(SIP/[EMAIL PROTECTED])
>
> are bounced back with 403 Forbidden
>
> What I'm doing wrong there?
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users