Hi,

 

    I am testing a sip application and I’m using SER as a presence server.  I see two issues in notifies generated by SER.  Here is the actual notify that I receive after my app sends a subscribe:

 

 

         NOTIFY sip:Google@10.4.12.10:50600 SIP/2.0

         Via: SIP/2.0/UDP 10.4.12.11;branch=z9hG4bK6c01.a4670966.0

         To: <sip:Google@127.0.0.1>;tag=2cb6000467458b6bc623

         From: sip:test@10.4.12.11;tag=5e359e0a74af9df0dcf075250e57d0d9-d5fe

         CSeq: 1 NOTIFY

         Call-ID: 2cb6000567458b6bc623

         Content-Length: 240

         User-Agent: Sip EXpress router(0.9.6 (i386/linux))

         Event: presence ß The ID from the subscribe is missing

         Content-Type: application/pidf+xml

         Subscription-State: active;expires=597

 

         <?xml version="1.0"?>

           <!DOCTYPE presence PUBLIC "//IETF//DTD RFCxxxx PIDF 1.0//EN" "pidf.dtd">

             <presence entity="sip:test@10.4.12.11">

               <tuple id="9r28r49">ser">  ß XML Error

                 <status>

                  <basic>closed</basic>

                 </status>

              </tuple>

            </presence>

 

    Are these known issues?  If so can someone point me to where I can get a fix?

 

Regards,

Jason