Hi All, Can anybody send me a complete list of sip events. i know only 3 of those whihc are register, message-summary, message notification. message-summary event is causing some problems actually. My client sends a bad-event response if it recieves a message-summary event in a NOTIFY sip packet. I have little knowledge of sip events. So if anybody knows a good link plz share. And if u know how to fix the bad event message then plz tell also. -- Best Regards Rizwan Hisham Software Engineer Axvoice Inc. www.axvoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070815/cf993a8f/attachment.htm
http://www.faqs.org/rfcs/rfc3261.html Rizwan Hisham wrote:> Hi All, > Can anybody send me a complete list of sip events. i know only 3 of > those whihc are register, message-summary, message notification. > message-summary event is causing some problems actually. My client > sends a bad-event response if it recieves a message-summary event in a > NOTIFY sip packet. I have little knowledge of sip events. So if > anybody knows a good link plz share. And if u know how to fix the bad > event message then plz tell also. > > -- > Best Regards > Rizwan Hisham > Software Engineer > Axvoice Inc. > www.axvoice.com <http://www.axvoice.com> > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
At least with my Manager API, I have the ability to simply set a default event handler and using that I can dump all events as the pass though. Then I setup a case switch and act on the ones I want. But the manager events I like are LINKED and HANGUP. http://www.voip-info.org/wiki/view/asterisk+manager+events On 8/15/07, Rizwan Hisham <rizwanhasham at gmail.com> wrote:> > Hi All, > Can anybody send me a complete list of sip events. i know only 3 of those > whihc are register, message-summary, message notification. message-summary > event is causing some problems actually. My client sends a bad-event > response if it recieves a message-summary event in a NOTIFY sip packet. I > have little knowledge of sip events. So if anybody knows a good link plz > share. And if u know how to fix the bad event message then plz tell also. > > -- > Best Regards > Rizwan Hisham > Software Engineer > Axvoice Inc. > www.axvoice.com > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- /Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070815/dfcd6e80/attachment.htm
Ah, I correct myself. I see, you wanted to know the headers for each SIP packet. Makes a lot more sense now. On 8/15/07, Anthony Francis <anthonyf at rockynet.com> wrote:> > http://www.faqs.org/rfcs/rfc3261.html > > Rizwan Hisham wrote: > > Hi All, > > Can anybody send me a complete list of sip events. i know only 3 of > > those whihc are register, message-summary, message notification. > > message-summary event is causing some problems actually. My client > > sends a bad-event response if it recieves a message-summary event in a > > NOTIFY sip packet. I have little knowledge of sip events. So if > > anybody knows a good link plz share. And if u know how to fix the bad > > event message then plz tell also. > > > > -- > > Best Regards > > Rizwan Hisham > > Software Engineer > > Axvoice Inc. > > www.axvoice.com <http://www.axvoice.com> > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- /Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070815/b6888193/attachment.htm