sip_endpoint.c Warning Message

KC
kc cheng
Tue, Oct 30, 2007 7:08 AM

Hi,

Need help.

I saw this persistent log message when running PJSUA sample program :
14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102
(rdata00AD9234)
from 153.20.19.191:5060 was dropped/unhandled by any modules

See attached for a more complete log.

What is the cause of this log message? Is this a problem.
I did mange to receive call from an IP Phone. But the messages looked
worrying.

Thks.


Cheng

Hi, Need help. I saw this persistent log message when running PJSUA sample program : *14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102 (rdata00AD9234) from 153.20.19.191:5060 was dropped/unhandled by any modules* See attached for a more complete log. What is the cause of this log message? Is this a problem. I did mange to receive call from an IP Phone. But the messages looked worrying. Thks. ---------- Cheng
BP
Benny Prijono
Tue, Oct 30, 2007 4:26 PM

kc cheng wrote:

Hi,

Need help.

I saw this persistent log message when running PJSUA sample program :
14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102
(rdata00AD9234)
from 153.20.19.191:5060 http://153.20.19.191:5060 was
dropped/unhandled by any modules

See attached for a more complete log.

What is the cause of this log message? Is this a problem.
I did mange to receive call from an IP Phone. But the messages looked
worrying.

Asterisk was sending message waiting indication using NOTIFY without
SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this.
In your application, you can implement a module which respond this
with 200/OK or whatever.

-benny

kc cheng wrote: > Hi, > > Need help. > > I saw this persistent log message when running PJSUA sample program : > *14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102 > (rdata00AD9234) > from 153.20.19.191:5060 <http://153.20.19.191:5060> was > dropped/unhandled by any modules* > > See attached for a more complete log. > > What is the cause of this log message? Is this a problem. > I did mange to receive call from an IP Phone. But the messages looked > worrying. Asterisk was sending message waiting indication using NOTIFY without SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this. In your application, you can implement a module which respond this with 200/OK or whatever. -benny
KC
kc cheng
Tue, Oct 30, 2007 5:14 PM

Ok. Plse give me some pointer how to go about implement a module to reponse
to Notify without Subscribe. Thks.

On 10/31/07, Benny Prijono bennylp@pjsip.org wrote:

kc cheng wrote:

Hi,

Need help.

I saw this persistent log message when running PJSUA sample program :
14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102
(rdata00AD9234)
from 153.20.19.191:5060 http://153.20.19.191:5060 was
dropped/unhandled by any modules

See attached for a more complete log.

What is the cause of this log message? Is this a problem.
I did mange to receive call from an IP Phone. But the messages looked
worrying.

Asterisk was sending message waiting indication using NOTIFY without
SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this.
In your application, you can implement a module which respond this
with 200/OK or whatever.

-benny


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Ok. Plse give me some pointer how to go about implement a module to reponse to Notify without Subscribe. Thks. On 10/31/07, Benny Prijono <bennylp@pjsip.org> wrote: > > kc cheng wrote: > > Hi, > > > > Need help. > > > > I saw this persistent log message when running PJSUA sample program : > > *14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102 > > (rdata00AD9234) > > from 153.20.19.191:5060 <http://153.20.19.191:5060> was > > dropped/unhandled by any modules* > > > > See attached for a more complete log. > > > > What is the cause of this log message? Is this a problem. > > I did mange to receive call from an IP Phone. But the messages looked > > worrying. > > Asterisk was sending message waiting indication using NOTIFY without > SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this. > In your application, you can implement a module which respond this > with 200/OK or whatever. > > -benny > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
BP
Benny Prijono
Tue, Oct 30, 2007 5:20 PM

kc cheng wrote:

Ok. Plse give me some pointer how to go about implement a module to
reponse to Notify without Subscribe. Thks.

On 10/31/07, Benny Prijono <bennylp@pjsip.org
mailto:bennylp@pjsip.org> wrote:

 kc cheng wrote:

Hi,

Need help.

I saw this persistent log message when running PJSUA sample

 program :

*14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102
(rdata00AD9234)
from 153.20.19.191:5060 http://153.20.19.191:5060

 <http://153.20.19.191:5060 <http://153.20.19.191:5060>> was

dropped/unhandled by any modules*

See attached for a more complete log.

What is the cause of this log message? Is this a problem.
I did mange to receive call from an IP Phone. But the messages

 looked

worrying.

 Asterisk was sending message waiting indication using NOTIFY without
 SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this.
 In your application, you can implement a module which respond this
 with 200/OK or whatever.

 -benny



 _______________________________________________
 Visit our blog: http://blog.pjsip.org

 pjsip mailing list
 pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org>
 http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Benny Prijono
http://www.pjsip.org

kc cheng wrote: > Ok. Plse give me some pointer how to go about implement a module to > reponse to Notify without Subscribe. Thks. http://www.pjsip.org/release/0.5.4/PJSIP-Dev-Guide.pdf -benny > On 10/31/07, *Benny Prijono* <bennylp@pjsip.org > <mailto:bennylp@pjsip.org>> wrote: > > kc cheng wrote: > > Hi, > > > > Need help. > > > > I saw this persistent log message when running PJSUA sample > program : > > *14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102 > > (rdata00AD9234) > > from 153.20.19.191:5060 <http://153.20.19.191:5060> > <http://153.20.19.191:5060 <http://153.20.19.191:5060>> was > > dropped/unhandled by any modules* > > > > See attached for a more complete log. > > > > What is the cause of this log message? Is this a problem. > > I did mange to receive call from an IP Phone. But the messages > looked > > worrying. > > Asterisk was sending message waiting indication using NOTIFY without > SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this. > In your application, you can implement a module which respond this > with 200/OK or whatever. > > -benny > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Benny Prijono http://www.pjsip.org
KC
kc cheng
Tue, Oct 30, 2007 5:31 PM

I will use the guide. Thks.

On 10/31/07, Benny Prijono bennylp@pjsip.org wrote:

kc cheng wrote:

Ok. Plse give me some pointer how to go about implement a module to
reponse to Notify without Subscribe. Thks.

On 10/31/07, Benny Prijono <bennylp@pjsip.org
mailto:bennylp@pjsip.org> wrote:

 kc cheng wrote:

Hi,

Need help.

I saw this persistent log message when running PJSUA sample

 program :

*14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102
(rdata00AD9234)
from 153.20.19.191:5060 http://153.20.19.191:5060

 <http://153.20.19.191:5060 <http://153.20.19.191:5060>> was

dropped/unhandled by any modules*

See attached for a more complete log.

What is the cause of this log message? Is this a problem.
I did mange to receive call from an IP Phone. But the messages

 looked

worrying.

 Asterisk was sending message waiting indication using NOTIFY without
 SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this.
 In your application, you can implement a module which respond this
 with 200/OK or whatever.

 -benny



 _______________________________________________
 Visit our blog: http://blog.pjsip.org

 pjsip mailing list
 pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org>
 http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

I will use the guide. Thks. On 10/31/07, Benny Prijono <bennylp@pjsip.org> wrote: > > kc cheng wrote: > > Ok. Plse give me some pointer how to go about implement a module to > > reponse to Notify without Subscribe. Thks. > > > http://www.pjsip.org/release/0.5.4/PJSIP-Dev-Guide.pdf > > -benny > > > > On 10/31/07, *Benny Prijono* <bennylp@pjsip.org > > <mailto:bennylp@pjsip.org>> wrote: > > > > kc cheng wrote: > > > Hi, > > > > > > Need help. > > > > > > I saw this persistent log message when running PJSUA sample > > program : > > > *14:22:27.749 sip_endpoint.c Message Request msg NOTIFY/cseq=102 > > > (rdata00AD9234) > > > from 153.20.19.191:5060 <http://153.20.19.191:5060> > > <http://153.20.19.191:5060 <http://153.20.19.191:5060>> was > > > dropped/unhandled by any modules* > > > > > > See attached for a more complete log. > > > > > > What is the cause of this log message? Is this a problem. > > > I did mange to receive call from an IP Phone. But the messages > > looked > > > worrying. > > > > Asterisk was sending message waiting indication using NOTIFY without > > SUBSCRIBE, which is not supported by pjsip. IMO we can ignore this. > > In your application, you can implement a module which respond this > > with 200/OK or whatever. > > > > -benny > > > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > -- > Benny Prijono > http://www.pjsip.org > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >