Re: [asterisk-users] SIP registration problem

2007-05-13 Thread Dovid B
I have seen this issue where there were internet connectivity issues. Asterisk 
registers every so often with the ITS. For some reason or another (it can be 
many reasons such as DNS, internet, ISP has issue etc). asterisk cant 
re-register so it keeps trying.
As far as the so context if you have a simple register line in sip.conf (such 
as register= axe:[EMAIL PROTECTED]) then asterisk will tell the server that it 
is registering it with to send all calls to the s extension in your default 
context.

  - Original Message - 
  From: Michelle Dupuis 
  To: asterisk-users@lists.digium.com 
  Sent: Saturday, May 05, 2007 4:08 PM
  Subject: [asterisk-users] SIP registration problem


  I've reposted with a more meaningful subject - hopefully someone will 
replyWe have an Asterisk v1.2.16 box registering with an ITSP using SIP.  
The registration succeeds, and is confirmed with SIP SHOW REGISTER.   However, 
we frequently (every few minutes) see this on our console:

  REGISTER attempt 1 to [EMAIL PROTECTED] 
  REGISTER attempt 2 to [EMAIL PROTECTED] 

  Any ideas what is going on?  In particular
  1.  What causes the two register attempt messages above?
  2.  Why is our asterisk box being associated with the entryunauthorized 
context, not the entryinternal context?  (See below)
  3.  Why is the contact sip:[EMAIL PROTECTED]:5060 in our SIP messages, 
why s@ anything?

  Thanks
  MD

  --

  Contents of sip.conf at ITSP:

  [999]
  context=entryinternal   ; I know this context exists! This is the right 
context.
  type=friend
  username=999
  secret=
  callerid=Test 999
  host=dynamic
  nat=no
  canreinvite=no
  allow=ulaw
  allow=alaw
  dtmfmode=rfc2833

  ---

  Console log from ITSP show strange SIP traffic:

  ---
  Scheduling destruction of call '[EMAIL PROTECTED]' in 15000 ms
  pbx*CLI 
  pbx*CLI 
  -- SIP read from 123.183.86.231:5060: 
  REGISTER sip:pbx.itsp.com SIP/2.0
  Via: SIP/2.0/UDP 123.183.86.231:5060;branch=z9hG4bK1a8cee82;rport
  From: sip:[EMAIL PROTECTED];tag=as3218ff14
  To: sip:[EMAIL PROTECTED]
  Call-ID: [EMAIL PROTECTED]
  CSeq: 103 REGISTER
  User-Agent: Asterisk PBX
  Max-Forwards: 70
  Authorization: Digest username=999, realm=pbx.itsp.com, algorithm=MD5, 
uri=sip:pbx.itsp.com, nonce=5cec66c0, 
response=6451967016fc38f896efeb7247523fe1, opaque=
  Expires: 120
  Contact: sip:[EMAIL PROTECTED]:5060
  Event: registration
  Content-Length: 0

  --- (13 headers 0 lines) ---
  Using latest REGISTER request as basis request
  Sending to 123.183.86.231 : 5060 (NAT)
  Transmitting (no NAT) to 123.183.86.231:5060:
  SIP/2.0 100 Trying
  Via: SIP/2.0/UDP 
123.183.86.231:5060;branch=z9hG4bK1a8cee82;received=123.183.86.231;rport=5060
  From: sip:[EMAIL PROTECTED];tag=as3218ff14
  To: sip:[EMAIL PROTECTED]
  Call-ID: [EMAIL PROTECTED]
  CSeq: 103 REGISTER
  User-Agent: Asterisk PBX
  Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  Contact: sip:[EMAIL PROTECTED]
  Content-Length: 0


  ---
  Transmitting (no NAT) to 123.183.86.231:5060:
  SIP/2.0 200 OK
  Via: SIP/2.0/UDP 
123.183.86.231:5060;branch=z9hG4bK1a8cee82;received=123.183.86.231;rport=5060
  From: sip:[EMAIL PROTECTED];tag=as3218ff14
  To: sip:[EMAIL PROTECTED];tag=as7d680d48
  Call-ID: [EMAIL PROTECTED]
  CSeq: 103 REGISTER
  User-Agent: Asterisk PBX
  Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  Expires: 120
  Contact: sip:[EMAIL PROTECTED]:5060;expires=120
  Date: Fri, 04 May 2007 19:27:58 GMT
  ontent-Length: 0

  -- SIP read from 123.183.86.231:5060: 
  OPTIONS sip:pbx.itsp.com SIP/2.0
  Via: SIP/2.0/UDP 123.183.86.231:5060;branch=z9hG4bK36c1df86;rport
  From: asterisk sip:[EMAIL PROTECTED];tag=as6e5334cf
  To: sip:pbx.itsp.com
  Contact: sip:[EMAIL PROTECTED]:5060
  Call-ID: [EMAIL PROTECTED]
  CSeq: 102 OPTIONS
  User-Agent: Asterisk PBX
  Max-Forwards: 70
  Date: Fri, 04 May 2007 19:38:36 GMT
  Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  Content-Length: 0

  --- (12 headers 0 lines) ---
  Looking for s in entryunauthorized (domain pbx.itsp.com)
  Transmitting (no NAT) to 123.183.86.231:5060:
  SIP/2.0 200 OK
  Via: SIP/2.0/UDP 
123.183.86.231:5060;branch=z9hG4bK36c1df86;received=123.183.86.231;rport=5060
  From: asterisk sip:[EMAIL PROTECTED];tag=as6e5334cf
  To: sip:pbx.itsp.com;tag=as51d476cd
  Call-ID: [EMAIL PROTECTED]
  CSeq: 102 OPTIONS
  User-Agent: Asterisk PBX
  Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  Contact: sip:74.110.57.25
  Accept: application/sdp
  Content-Length: 0


   



--


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

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

[asterisk-users] SIP registration problem

2007-05-05 Thread Michelle Dupuis
I've reposted with a more meaningful subject - hopefully someone will
replyWe have an Asterisk v1.2.16 box registering with an ITSP using SIP.
The registration succeeds, and is confirmed with SIP SHOW REGISTER.
However, we frequently (every few minutes) see this on our console:
 
REGISTER attempt 1 to [EMAIL PROTECTED] 
REGISTER attempt 2 to [EMAIL PROTECTED] 
 
Any ideas what is going on?  In particular
1.  What causes the two register attempt messages above?
2.  Why is our asterisk box being associated with the entryunauthorized
context, not the entryinternal context?  (See below)
3.  Why is the contact sip:[EMAIL PROTECTED]:5060 in our SIP messages,
why s@ anything?

Thanks
MD
 
--
 
Contents of sip.conf at ITSP:
 
[999]
context=entryinternal   ; I know this context exists! This is the right
context.
type=friend
username=999
secret=
callerid=Test 999
host=dynamic
nat=no
canreinvite=no
allow=ulaw
allow=alaw
dtmfmode=rfc2833
 
---
 
Console log from ITSP show strange SIP traffic:
 
---
Scheduling destruction of call
mailto:'[EMAIL PROTECTED]'
'[EMAIL PROTECTED]' in 15000 ms
pbx*CLI 
pbx*CLI 
-- SIP read from 123.183.86.231:5060: 
REGISTER sip:pbx.itsp.com SIP/2.0
Via: SIP/2.0/UDP 123.183.86.231:5060;branch=z9hG4bK1a8cee82;rport
From: sip:[EMAIL PROTECTED];tag=as3218ff14
To: sip:[EMAIL PROTECTED]
Call-ID:  mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]
CSeq: 103 REGISTER
User-Agent: Asterisk PBX
Max-Forwards: 70
Authorization: Digest username=999, realm=pbx.itsp.com, algorithm=MD5,
uri=sip:pbx.itsp.com, nonce=5cec66c0,
response=6451967016fc38f896efeb7247523fe1, opaque=
Expires: 120
Contact: sip:[EMAIL PROTECTED]:5060
Event: registration
Content-Length: 0
 
--- (13 headers 0 lines) ---
Using latest REGISTER request as basis request
Sending to 123.183.86.231 : 5060 (NAT)
Transmitting (no NAT) to 123.183.86.231:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP
123.183.86.231:5060;branch=z9hG4bK1a8cee82;received=123.183.86.231;rport=506
0
From: sip:[EMAIL PROTECTED];tag=as3218ff14
To: sip:[EMAIL PROTECTED]
Call-ID:  mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]
CSeq: 103 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: sip:[EMAIL PROTECTED]
Content-Length: 0
 

---
Transmitting (no NAT) to 123.183.86.231:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP
123.183.86.231:5060;branch=z9hG4bK1a8cee82;received=123.183.86.231;rport=506
0
From: sip:[EMAIL PROTECTED];tag=as3218ff14
To: sip:[EMAIL PROTECTED];tag=as7d680d48
Call-ID:  mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]
CSeq: 103 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Expires: 120
Contact: sip:[EMAIL PROTECTED]:5060;expires=120
Date: Fri, 04 May 2007 19:27:58 GMT
ontent-Length: 0
 
-- SIP read from 123.183.86.231:5060: 
OPTIONS sip:pbx.itsp.com SIP/2.0
Via: SIP/2.0/UDP 123.183.86.231:5060;branch=z9hG4bK36c1df86;rport
From: asterisk sip:[EMAIL PROTECTED];tag=as6e5334cf
To: sip:pbx.itsp.com
Contact: sip:[EMAIL PROTECTED]:5060
Call-ID:  mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX
Max-Forwards: 70
Date: Fri, 04 May 2007 19:38:36 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Content-Length: 0
 
--- (12 headers 0 lines) ---
Looking for s in entryunauthorized (domain pbx.itsp.com)
Transmitting (no NAT) to 123.183.86.231:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP
123.183.86.231:5060;branch=z9hG4bK36c1df86;received=123.183.86.231;rport=506
0
From: asterisk sip:[EMAIL PROTECTED];tag=as6e5334cf
To: sip:pbx.itsp.com;tag=as51d476cd
Call-ID:  mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: sip:74.110.57.25
Accept: application/sdp
Content-Length: 0
 

 
 
___
--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] SIP registration problem w/ SBC

2007-01-22 Thread Tom

Thanks Andrew,

I see the resolved bug report.  I'll get the patch fix.

Sorry for the unnecessary mail.

-Tom

On 1/20/07, Andrew Joakimsen [EMAIL PROTECTED] wrote:



http://www.google.com/search?q=423+%22Interval+Too+Brief%22start=0ie=utf-8oe=utf-8client=firefox-arls=org.mozilla:en-US:official

Hint: Who develops Asterisk?

On 1/20/07, Thomas Madler [EMAIL PROTECTED] wrote:
 Hi,

 I'm trying to get my * server connected to a softswitch through an
SBC.  I
 get the following error when * trys to register.

 Got SIP response 423 Interval Too Brief back from xxx.xxx.xxx.xxx
 Jan 20 12:43:54 NOTICE[2138]: chan_sip.c:5473 sip_reg_timeout:--
 Registration for '[EMAIL PROTECTED] ' timed out, trying again
 (Attempt #9)

 Is there something I can tweak on my end to fix this?

 TIA,

 -Tom
 ___
 --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

___
--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


[asterisk-users] SIP registration problem w/ SBC

2007-01-20 Thread Thomas Madler

Hi,

I'm trying to get my * server connected to a softswitch through an SBC.  I
get the following error when * trys to register.

Got SIP response 423 Interval Too Brief back from xxx.xxx.xxx.xxx
Jan 20 12:43:54 NOTICE[2138]: chan_sip.c:5473 sip_reg_timeout:--
Registration for '[EMAIL PROTECTED] ' timed out, trying again
(Attempt #9)

Is there something I can tweak on my end to fix this?

TIA,

-Tom
___
--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] SIP registration problem w/ SBC

2007-01-20 Thread Andrew Joakimsen

http://www.google.com/search?q=423+%22Interval+Too+Brief%22start=0ie=utf-8oe=utf-8client=firefox-arls=org.mozilla:en-US:official

Hint: Who develops Asterisk?

On 1/20/07, Thomas Madler [EMAIL PROTECTED] wrote:

Hi,

I'm trying to get my * server connected to a softswitch through an SBC.  I
get the following error when * trys to register.

Got SIP response 423 Interval Too Brief back from xxx.xxx.xxx.xxx
Jan 20 12:43:54 NOTICE[2138]: chan_sip.c:5473 sip_reg_timeout:--
Registration for '[EMAIL PROTECTED] ' timed out, trying again
(Attempt #9)

Is there something I can tweak on my end to fix this?

TIA,

-Tom
___
--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


[Asterisk-Users] SIP Registration Problem

2005-11-21 Thread Asterisk User
I'm runing [EMAIL PROTECTED] beta6 and I have a problem with registration of SIP phone.
I can't find/replicate when exactly its happends but sometimes after server restart or phone restart one of the phone can't register and I get this in the server:


Transmitting (no NAT) to 10.1.1.152:5060:SIP/2.0 401 UnauthorizedVia: SIP/2.0/UDP 
10.1.1.152;branch=z9hG4bK4b554363d4497847;received= 10.1.1.152From: 
sip:[EMAIL PROTECTED];tag=12e8dd0080754148To: sip:[EMAIL PROTECTED];tag=as2383b1dfCall-ID: 
[EMAIL PROTECTED]CSeq: 100 REGISTERUser-Agent: Asterisk PBXAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFYMax-Forwards: 70Contact: 
 sip:[EMAIL PROTECTED]WWW-Authenticate: Digest realm=asterisk, nonce=54cb5290Content-Length: 0

After a few server restarts and/or phone restarts the phone registers ok.
Any ideas why ?
Thanks
___
--Bandwidth and Colocation sponsored by Easynews.com --

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

[Asterisk-Users] SIP registration problem

2005-03-02 Thread Marco Supino
Hi,
I am adding phones to my asterisk setup, until now i worked with some 
softphones, with no problem,

I got some Grandstream BT100 phones, and see something strange in the 
log, the on the phone's screen,

This is from the log :
Found peer '122'
Looking for 122 in default
Transmitting (no NAT):
SIP/2.0 404 Not Found
This happends when the action is SUBSCRIBE ,
Now, this is a SIP client, defined in the sip.conf, as
[122]
context=default
...
and also the exten is in the default context in the extension conf file,
Right after the the peer seems to be registered, and the phone seems to 
work, but from time to time, i see 404 on the phone's display, and 
need to touch it to make it change (dial something, or just pick up 
and hangup)

I couldnt find why this is happening, i searched, and found some with 
the same problem, but no solution,

If you have any idea why this is happening, i will be glad to hear it.
Thanks.
Marco.
___
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


Re: [Asterisk-Users] SIP registration problem

2005-03-02 Thread Olle E. Johansson
In the Grandstream setup, turn off subscribe to message waiting 
indication.

...or upgrade to CVS head, where I've fixed this problem with SUBSCRIBE.
Best regards,
/Olle
___
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


[Asterisk-Users] SIP Registration problem, 403 forbidden

2005-01-14 Thread Brian Chrystal

trying to set up and configure a polycom soundpoint ip 500 phone,  when trying 
to get it to register with sip, i get the following message


Sip read:
REGISTER sip:67.110.252.13:5060;transport=udp SIP/2.0
Via: SIP/2.0/UDP 67.110.253.129:5060;branch=z9hG4bK63df903b2EF1BB58
From: 138polycom sip:[EMAIL PROTECTED]:5060;tag=B8D9FA39-9D85A6AC
To: sip:[EMAIL PROTECTED]:5060
CSeq: 1 REGISTER
Call-ID: [EMAIL PROTECTED]
Contact: sip:[EMAIL PROTECTED]:5060;transport=udp;methods=INVITE, ACK, BYE, 
CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER
User-Agent: PolycomSoundPointIP-SPIP_500-UA/1.3.0
Max-Forwards: 70
Expires: 300
Content-Length: 0


11 headers, 0 lines
Using latest request as basis request
Sending to 67.110.253.129 : 5060 (non-NAT)
Transmitting (no NAT):
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 67.110.253.129:5060;branch=z9hG4bK63df903b2EF1BB58
From: 138polycom sip:[EMAIL PROTECTED]:5060;tag=B8D9FA39-9D85A6AC
To: sip:[EMAIL PROTECTED]:5060;tag=as62b71d67
Call-ID: [EMAIL PROTECTED]
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: sip:[EMAIL PROTECTED]
Content-Length: 0


 to 67.110.253.129:5060
Jan 14 11:44:49 NOTICE[3257]: chan_sip.c:8007 handle_request: Registration from 
'sip:[EMAIL PROTECTED]:5060' failed for '67.110.253.129'
Scheduling destruction of call '[EMAIL PROTECTED]' in 15000 ms
Destroying call '[EMAIL PROTECTED]'


i'm kinda new to this stuff, so if you need to see any cfg files, let me know 
and i'll put them up,  thanks
___
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


[Asterisk-Users] SIP Registration problem, 403 forbidden

2005-01-14 Thread Brian Chrystal

trying to set up and configure a polycom soundpoint ip 500 phone,  when trying 
to get it to register with sip, i get the following message


Sip read:
REGISTER sip:67.110.252.13:5060;transport=udp SIP/2.0
Via: SIP/2.0/UDP 67.110.253.129:5060;branch=z9hG4bK63df903b2EF1BB58
From: 138polycom sip:[EMAIL PROTECTED]:5060;tag=B8D9FA39-9D85A6AC
To: sip:[EMAIL PROTECTED]:5060
CSeq: 1 REGISTER
Call-ID: [EMAIL PROTECTED]
Contact: sip:[EMAIL PROTECTED]:5060;transport=udp;methods=INVITE, ACK, BYE, 
CANCEL, OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER
User-Agent: PolycomSoundPointIP-SPIP_500-UA/1.3.0
Max-Forwards: 70
Expires: 300
Content-Length: 0


11 headers, 0 lines
Using latest request as basis request
Sending to 67.110.253.129 : 5060 (non-NAT)
Transmitting (no NAT):
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 67.110.253.129:5060;branch=z9hG4bK63df903b2EF1BB58
From: 138polycom sip:[EMAIL PROTECTED]:5060;tag=B8D9FA39-9D85A6AC
To: sip:[EMAIL PROTECTED]:5060;tag=as62b71d67
Call-ID: [EMAIL PROTECTED]
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: sip:[EMAIL PROTECTED]
Content-Length: 0


 to 67.110.253.129:5060
Jan 14 11:44:49 NOTICE[3257]: chan_sip.c:8007 handle_request: Registration from 
'sip:[EMAIL PROTECTED]:5060' failed for '67.110.253.129'
Scheduling destruction of call '[EMAIL PROTECTED]' in 15000 ms
Destroying call '[EMAIL PROTECTED]'


i'm kinda new to this stuff, so if you need to see any cfg files, let me know 
and i'll put them up,  thanks

___
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


[Asterisk-Users] SIP Registration problem

2004-06-20 Thread Isamar Maia

Hi Folks,

I'm having problem with GS registering in Asterisk.
My setup is the following:

[1755]
type=friend
incominglimit=10
qualify=no
nat=yes
insecure=no
secret=X
dtmfmode=rfc2833
username=1755
host=dynamic
canreinvite=no
defaultip=192.168.0.1
context=sip-incoming


I have dozens of phones running the above configuration. All GS-BT101.
The problem is that some of those phones, in the other side of the world,
only register themselves during the boot and become unreachable after some
minutes not re-registering themselves periodically what would be the right
process.
Registration time is 5 min. Firmware version 1.5.0.0
Asterisk version is 7.2

Anyone has any clue?

Isamar







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


[Asterisk-Users] SIP Registration Problem

2004-05-28 Thread Brian Rathman
Title: Re: [Asterisk-Users] Wiki TOS - worrying for an open sourceproject?



I am 
using snom200 phones registering with Asterisk via SIP. I can see where the 
phone registers without a problem, and then when you try and make a call I get a 
proxy authentication required message on the phone and failed to authenticate 
user error in the Asterisk messages file. Then the next call you make from the 
phone goes through without a problem. Nothing changes between these two events, 
but it is almost like the phone is using two different passwords for the same 
account. Has anyone else seen a problem like this? I am using an Asterisk CVS 
version from early March, not sure if upgrading will help as 
well.

Thanks,
Brian





Re: [Asterisk-Users] SIP Registration Problem

2004-05-28 Thread Julien Levi
Brian Rathman wrote:
I am using snom200 phones registering with Asterisk via SIP. I can see 
where the phone registers without a problem, and then when you try and 
make a call I get a proxy authentication required message on the phone 
and failed to authenticate user error in the Asterisk messages file. 
Then the next call you make from the phone goes through without a 
problem. Nothing changes between these two events, but it is almost like 
the phone is using two different passwords for the same account. Has 
anyone else seen a problem like this? I am using an Asterisk CVS version 
from early March, not sure if upgrading will help as well.
 
Thanks,
Brian
 
 
 
Please don't start a new thread by replying to an exisiting post - 
threaded mailreaders list it as a reply to that post (even if you change 
the subject, as theading is done by messageid). You're also less likely 
to get a response due to the post being inside an existing converstion 
rather than as listed as a new topic.

regards,
Julien
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sip Registration Problem

2004-05-27 Thread Olle E. Johansson
Karl Brose wrote:
This is also closely related to Asterisk SIP's lack of proper [user 
section] authentication/recognition for incoming calls. We've seen a lot 
of posts here where new users have problems with this, but the real 
problem is usually not acknowledged.

So tell me what's wrong with the user authentication/recognition ?
I'm working on that part in chan_sip2 now.
/O
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sip Registration Problem

2004-05-25 Thread Olle E. Johansson
Karl Brose wrote:
Btw, Ignoring OPTIONS is not a valid option (:-) whether sip proxy or 
not, Asterisk doesn't do it correctly either.
The host should respond with 200/OK if the call could succeed 
theoretically if it were an INVITE or else it should send a
404 or maybe a 487(? hmm, have to look)  see the RFC for details.
Interesting, didn't know that. Where in the RFC?

I removed the qualify lines and sip reload [ed]. The extension still 
showed up as UNREACHABLE instead of UNMONITORED. I had to do a 
full restart to get it to stop sending the OPTIONS messages.
 
What did I do wrong here? How can I make a change to qualify without 
restarting?
If a peer is registred at reload/sip reload, it will not change.
You have to unload the sip module and reload it or restart asterisk
to change the configuration of a registred, i.e. active, peer.
/O
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Sip Registration Problem

2004-05-25 Thread Brett Nemeroff
How will this effect a live system? No new calls? Or will it terminate
exisiting calls?

I'll have a chat with the vendor regarding the OPTIONS reply.. It
certainly does sesem like it should reply with something..

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Olle E.
Johansson
Sent: Tuesday, May 25, 2004 1:13 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Sip Registration Problem


Karl Brose wrote:

 Btw, Ignoring OPTIONS is not a valid option (:-) whether sip proxy or
 not, Asterisk doesn't do it correctly either.
 The host should respond with 200/OK if the call could succeed 
 theoretically if it were an INVITE or else it should send a
 404 or maybe a 487(? hmm, have to look)  see the RFC for details.
Interesting, didn't know that. Where in the RFC?


 I removed the qualify lines and sip reload [ed]. The extension still 
 showed up as UNREACHABLE instead of UNMONITORED. I had to do a 
 full restart to get it to stop sending the OPTIONS messages.
  
 What did I do wrong here? How can I make a change to qualify without 
 restarting?
If a peer is registred at reload/sip reload, it will not change.
You have to unload the sip module and reload it or restart asterisk
to change the configuration of a registred, i.e. active, peer.

/O
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

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


Re: [Asterisk-Users] Sip Registration Problem

2004-05-25 Thread Fran Boon
I removed the qualify lines and sip reload [ed]. The extension still
showed up as UNREACHABLE instead of UNMONITORED. I had to do a
full restart to get it to stop sending the OPTIONS messages.
What did I do wrong here? How can I make a change to qualify without
restarting?
 If a peer is registred at reload/sip reload, it will not change.
 You have to unload the sip module and reload it or restart asterisk
 to change the configuration of a registred, i.e. active, peer.
 /O
Brett Nemeroff wrote:
How will this effect a live system? No new calls? Or will it terminate
exisiting calls?
Unloading SIP module will terminate all SIP calls
Restarting Asterisk will terminate all calls
:(
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sip Registration Problem

2004-05-25 Thread Karl Brose
RFC  3261  states:
11.2 Processing of OPTIONS Request
  The response to an OPTIONS is constructed using the standard rules
  for a SIP response as discussed in Section 8.2.6.  The response code
  chosen MUST be the same that would have been chosen had the request
  been an INVITE.  That is, a 200 (OK) would be returned if the UAS is
  ready to accept a call, a 486 (Busy Here) would be returned if the
  UAS is busy, etc.  This allows an OPTIONS request to be used to
  determine the basic state of a UAS, which can be an indication of
  whether the UAS will accept an INVITE request.
  An OPTIONS request received within a dialog generates a 200 (OK)
  response that is identical to one constructed outside a dialog and
  does not have any impact on the dialog.
  This use of OPTIONS has limitations due to the differences in proxy
  handling of OPTIONS and INVITE requests.  While a forked INVITE can
  result in multiple 200 (OK) responses being returned, a forked
  OPTIONS will only result in a single 200 (OK) response, since it is
  treated by proxies using the non-INVITE handling.  See Section 16.7
  for the normative details.
  If the response to an OPTIONS is generated by a proxy server, the
  proxy returns a 200 (OK), listing the capabilities of the server.
  The response does not contain a message body.
  Allow, Accept, Accept-Encoding, Accept-Language, and Supported header
  fields SHOULD be present in a 200 (OK) response to an OPTIONS
  request.  If the response is generated by a proxy, the Allow header
  field SHOULD be omitted as it is ambiguous since a proxy is method
  agnostic.  Contact header fields MAY be present in a 200 (OK)
  response and have the same semantics as in a 3xx response.  That is,
  they may list a set of alternative names and methods of reaching the
  user.  A Warning header field MAY be present.
  A message body MAY be sent, the type of which is determined by the
  Accept header field in the OPTIONS request (application/sdp is the
  default if the Accept header field is not present).  If the types
  include one that can describe media capabilities, the UAS SHOULD
  include a body in the response for that purpose.  Details on the
  construction of such a body in the case of application/sdp are
  described in [13].

Brett Nemeroff wrote:
How will this effect a live system? No new calls? Or will it terminate
exisiting calls?
I'll have a chat with the vendor regarding the OPTIONS reply.. It
certainly does sesem like it should reply with something..
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Olle E.
Johansson
Sent: Tuesday, May 25, 2004 1:13 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Sip Registration Problem
Karl Brose wrote:
 

Btw, Ignoring OPTIONS is not a valid option (:-) whether sip proxy or
not, Asterisk doesn't do it correctly either.
The host should respond with 200/OK if the call could succeed 
theoretically if it were an INVITE or else it should send a
404 or maybe a 487(? hmm, have to look)  see the RFC for details.
   

Interesting, didn't know that. Where in the RFC?
 

I removed the qualify lines and sip reload [ed]. The extension still 
showed up as UNREACHABLE instead of UNMONITORED. I had to do a 
full restart to get it to stop sending the OPTIONS messages.

What did I do wrong here? How can I make a change to qualify without 
restarting?
 

If a peer is registred at reload/sip reload, it will not change.
You have to unload the sip module and reload it or restart asterisk
to change the configuration of a registred, i.e. active, peer.
/O
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 

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


Re: [Asterisk-Users] Sip Registration Problem

2004-05-25 Thread Karl Brose
for those who want to patch their SIP, here is a quck fix to make 
Asterisk do a little better:

--- chan_sip.c  2004-05-16 01:33:06.0 -0400
+++ chan_sip.c_OPTIONS  2004-05-17 14:30:36.0 -0400
@@ -5916,6 +5916,7 @@
   /* Initialize the context if it hasn't been already */
   if (!strcasecmp(cmd, OPTIONS)) {
+   check_user(p, req, cmd, e, 0, sin, 0);
   res = get_destination(p, req);
   build_contact(p);
   /* XXX Should we authenticate OPTIONS? XXX */
Olle E. Johansson wrote:
Karl Brose wrote:
Btw, Ignoring OPTIONS is not a valid option (:-) whether sip proxy or 
not, Asterisk doesn't do it correctly either.
The host should respond with 200/OK if the call could succeed 
theoretically if it were an INVITE or else it should send a
404 or maybe a 487(? hmm, have to look)  see the RFC for details.
Interesting, didn't know that. Where in the RFC?

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


Re: [Asterisk-Users] Sip Registration Problem

2004-05-25 Thread Olle E. Johansson
Karl Brose wrote:
  If the response to an OPTIONS is generated by a proxy server, the
  proxy returns a 200 (OK), listing the capabilities of the server.
  The response does not contain a message body.
  Allow, Accept, Accept-Encoding, Accept-Language, and Supported header
  fields SHOULD be present in a 200 (OK) response to an OPTIONS
  request.  If the response is generated by a proxy, the Allow header
  field SHOULD be omitted as it is ambiguous since a proxy is method
  agnostic.  Contact header fields MAY be present in a 200 (OK)
  response and have the same semantics as in a 3xx response.  That is,
  they may list a set of alternative names and methods of reaching the
  user.  A Warning header field MAY be present.
This is what asterisk is doing, or?
Please explain where and how you think Asterisk is not following the RFC,
and I'll look into it.
The other alternative would be to act as a UAS, but that may be confusing.
Is any phone using this for checking if an URL is busy or not?
In dialogue or out of dialogue?
Just want to know if there's anything out there to test with.
Thank you for looking this up.
/O
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Sip Registration Problem

2004-05-24 Thread Brett Nemeroff
Title: Message



Hi 
All,
I had an unusual 
problem today; I'm sure it's a configuration problem. 

I had 2 phones 
behind a nat device and I had qualify=300 in both extensions config. The device 
I was talking to was an edgewater traffic shaper,/Sip Proxy. Since it is acting 
as a sip proxy, it was ignoring the OPTIONS messages that * was sending, and 
thus * interpreted that as the extensions being down. 

I removed the 
qualify lines and sip reload [ed]. The extension still showed up as 
"UNREACHABLE" instead of "UNMONITORED". I had to do a full restart to get it to 
stop sending the OPTIONS messages. 

What did I do wrong 
here? How can I make a change to qualify without restarting?

Thanks all,
Brett



Re: [Asterisk-Users] Sip Registration Problem

2004-05-24 Thread Karl Brose
It's a bug in Asterisk.
I believe it's still open also on the bugtracker. There are a few 
reported senarios with these kind of problems.
Some of them where solved with the recent 'ast_gethostbyname' fix. Are 
you running a recent version?

Btw, Ignoring OPTIONS is not a valid option (:-) whether sip proxy or 
not, Asterisk doesn't do it correctly either.
The host should respond with 200/OK if the call could succeed 
theoretically if it were an INVITE or else it should send a
404 or maybe a 487(? hmm, have to look)  see the RFC for details.

Brett Nemeroff wrote:
Hi All,
I had an unusual problem today; I'm sure it's a configuration problem.
 
I had 2 phones behind a nat device and I had qualify=300 in both 
extensions config. The device I was talking to was an edgewater 
traffic shaper,/Sip Proxy. Since it is acting as a sip proxy, it was 
ignoring the OPTIONS messages that * was sending, and thus * 
interpreted that as the extensions being down.
 
I removed the qualify lines and sip reload [ed]. The extension still 
showed up as UNREACHABLE instead of UNMONITORED. I had to do a 
full restart to get it to stop sending the OPTIONS messages.
 
What did I do wrong here? How can I make a change to qualify without 
restarting?
 

Thanks all,
Brett
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users