[Asterisk-Users] Warning from Asterisk

2004-04-16 Thread Joost Kraaijeveld
Hi all,

I get this warning from Asterisk and I want to assess whether it is important, and if 
so, if I should complain to the telephone manifacturer or start up my programmer's 
editor:

chan_sip.c:5152 handle_response: Host '172.31.1.7' does not implement 'NOTIFY'

What does this mean and am I missing some important feature?

Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: [EMAIL PROTECTED]
web: www.askesis.nl
___
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] Warning from Asterisk

2004-04-16 Thread chrisast
Hi there,

Doesn't look serious to me.
I get it when I use certain SIP phones.

Can you make / receive calls ok ??  That's the bacon :)

It probably means you have a phone that wants to tell asterisk about some
functionality it has (or something).

I think Olle is experimenting with code called chan_sip2.c
I'm not sure if this includes notify support - think it might. 
You could do a search of the bug tracker.   http://bugs.digium.com  ??

I hope that helps.  I'm sure someone else can give you more info on
exactly what NOTIFY does, or you could check the RFC for SIP (as I'm
still learning about SIP), but I can say if it's serious or not.. 
and my vote is that it shouldn't be / isn't.

- Good luck! Chris

On Fri, 16 Apr 2004, Joost Kraaijeveld wrote:

 Hi all,
 
 I get this warning from Asterisk and I want to assess whether it is important, and 
 if so, if I should complain to the telephone manifacturer or start up my 
 programmer's editor:
 
 chan_sip.c:5152 handle_response: Host '172.31.1.7' does not implement 'NOTIFY'
 
 What does this mean and am I missing some important feature?
 
 Groeten,
 
 Joost Kraaijeveld
 Askesis B.V.
 Molukkenstraat 14
 6524NB Nijmegen
 tel: 024-3888063 / 06-51855277
 fax: 024-3608416
 e-mail: [EMAIL PROTECTED]
 web: www.askesis.nl
 ___
 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] Warning from Asterisk

2004-04-16 Thread Kurt
On the * console do a sip debug and look for the
notify packet.  It should give you a reason why it is
being sent. 

Kurt




__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
___
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] Warning from Asterisk

2004-04-16 Thread Steven Kokinos
I have had problems with the NOTIFY packet being sent (not problems, 
just annoying warnings) when using keepalive with the Sipura SPA-2000. 
Asterisk will complain both using the Register and Notify methods 
(which are the two that the Sipura uses).

The NOTIFY warning isn't actually causing any trouble, but I opted to 
just send no data (a carriage return will also work) to get the adapter 
to keep the port open. Sending blank info keeps asterisk from 
complaining as well.

If you having this problem otherwise it is certainly something else.

-Steve

On Apr 16, 2004, at 1:20 PM, Kurt wrote:

On the * console do a sip debug and look for the
notify packet.  It should give you a reason why it is
being sent.
Kurt



__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
___
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] Warning from Asterisk

2004-04-16 Thread Olle E. Johansson
[EMAIL PROTECTED] wrote:
I get this warning from Asterisk and I want to assess whether it is important, and if so, if I should complain to the telephone manifacturer or start up my programmer's editor:

chan_sip.c:5152 handle_response: Host '172.31.1.7' does not implement 'NOTIFY'

What does this mean and am I missing some important feature?

Asterisk sends a NOTIFY to tell the phone that you have voicemail.

The phone is telling Asterisk that it doesn't have a clue of what this kind
of SIP message is and what it possibly could do with the following bits of data.
So you are not getting the message...
Turn on SIP debug in the CLI (as Chris suggested) and you'll see the packets.

If you don't want to get that message, remove the mailbox= from the peer configuration
in sip.conf
Sorry for not answering earlier. You didn't say SIP in the subject, so I didn't 
react...
(hint,hint)
/Olle
___
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