Hi there, 

I'm trying to make some tests with the RLS module, without much success 
I'm afraid. 

I´m sending the following message from my client trying to subscribe to a 
group: 

   SUBSCRIBE sip:[email protected] SIP/2.0
    Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
    Max-Forwards: 70
    From: sipp <sip:[email protected]>;tag=[call_number]
    To: sipp <sip:[email protected]>
    Contact: sip:s...@[local_ip]:[local_port]
    Call-ID: [call_id]
    CSeq: 1 SUBSCRIBE
    Event: presence
    Expires: 7200
    Accept: multipart/related, application/rlmi+xml, application/pidf+xml
    Allow-Events: presence.winfo, message-summary, xcap-diff, presence
    Supported: eventlist
    User-Agent: SIPp test by Gus
    Content-Length: 0


For some reason the opensips doesn´t recognise this a SUBSCRIBE method and 
hence doesn´t
follow the path for SUBSCRIBE requests. 

If a remove the param 'eventlist' leaving the Supported header empty the 
condition method == "SUBSCRIBE" (and also is_method) is met, however then 
the rls_handle_subscribe complains with the following: 

Mar 11 15:49:17 linux1 /usr/sbin/opensips[11841]: 
DBG:rls:rls_handle_subscribe: No 'Support: eventlist' header found

Maybe is something stupidly easy, but I just can´t figure it out. 

Many thanks

Gus








_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to