Hi,
On Jul 5, 2011, at 2:24 PM, Barsan Liviu wrote: > Hello, > > We have OpenSIPs and MediaProxy working well with clients like Bria and > Blink, but appears errors with Ekiga, for example at Presence (SUBSCRIBE, > PUBLISH, NOTIFY). > Below is what we dump with ngrep, can be seen that the server send a Bad > Event for SUBSCRIBE coming from Ekiga: > > 1) SUBSCRIBE > > U 2011/07/05 14:48:11.680455 192.168.6.100:5060 -> 80.97.X.X:5060 > SUBSCRIBE sip:[email protected] SIP/2.0. > Route: <sip:80.97.X.X:5060;lr>. > CSeq: 3 SUBSCRIBE. > Via: SIP/2.0/UDP > 192.168.6.100:5060;branch=z9hG4bKac271354-6aa5-e011-9516-0800275f495b;rport. > User-Agent: Ekiga/3.2.7. > From: <sip:[email protected]>;tag=e2c40d54-6aa5-e011-9516-0800275f495b. > Call-ID: 807c0d54-6aa5-e011-9516-0800275f495b@VMDebian. > To: <sip:[email protected]>. > Contact: <sip:[email protected]>. > Accept: application/simple-message-summary. > Proxy-Authorization: Digest username="vm", realm="80.97.X.X", > nonce="4e12fa3a00000251becde984ef3592cd72e75ecc15928768", > uri="sip:[email protected]", algorithm=MD5, > response="924dd2d10e877edb80722abfaf1ab505". > Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING. > Expires: 3600. > Event: message-summary. "message-summary" is not a presnece event, its used mainly for Message Waiting Indication (MWI). If you want to handle those with OpenSIPS you'll need to load the presence_mwi module. But take into account that message-summary is not presence. Regards, -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
