[OpenSIPS-Devel] [ opensips-Bugs-2591935 ] Error in sending NOTIFY for PUBLISH in RLS mode

SourceForge.net noreply at sourceforge.net
Tue Feb 24 07:23:20 CET 2009


Bugs item #2591935, was opened at 2009-02-12 12:01
Message generated for change (Comment added) made by rmnathan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2591935&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: trunk
Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nathan (rmnathan)
Assigned to: Anca Vamanu (anca_vamanu)
Summary: Error in sending NOTIFY for PUBLISH in RLS mode

Initial Comment:
Hi
When opensips got publish for the user(say E1_1) which has in two list subscriptions, it is sending notify to one user only.
For example:
UE2_1 list will have 2 entry uri like E1_1,E1_2
UE2_2 list will have 2 entry uri like E1_2,E1_1

S2_1 subscribe to UE2_1
S2_2 subscribe to UE2_2
If E1_1 send publish, opensips sends notify to S2_1 only. But it should send notify to S2_2 too.

Please find the attached pcap file for detailed call flow.

Regards,
rmnathan


----------------------------------------------------------------------

Comment By: Nathan (rmnathan)
Date: 2009-02-24 11:53

Message:
Hi Anca,
I tried with latest trunk 5354 build. while starting opensips i got
following error message
stinbng46:/usr/local/trunk# /usr/local/sbin/opensips
Listening on
             udp: 10.6.2.246 [10.6.2.246]:5060
Aliases:
             udp: stinbng46:5060

stinbng46:/usr/local/trunk# Feb 24 11:46:35 [2520]
ERROR:core:db_check_table_version: invalid version 0 for table
rls_presentity found, expected 1
Feb 24 11:46:35 [2520] ERROR:rls:mod_init: error during table version
check.
Feb 24 11:46:35 [2520] ERROR:core:init_mod: failed to initialize module
rls
Feb 24 11:46:35 [2520] ERROR:core:main: error while initializing modules
i have   rls_presentity table also in opensips database.
mysql> desc rls_presentity
    -> ;
+----------------+------------------+------+-----+---------+----------------+
| Field          | Type             | Null | Key | Default | Extra        
 |
+----------------+------------------+------+-----+---------+----------------+
| id             | int(10) unsigned | NO   | PRI | NULL    |
auto_increment |
| rlsubs_did     | char(255)        | NO   | MUL |         |              
 |
| resource_uri   | char(128)        | NO   |     |         |              
 |
| content_type   | char(64)         | NO   |     |         |              
 |
| presence_state | blob             | NO   |     |         |              
 |
| expires        | int(11)          | NO   |     |         |              
 |
| updated        | int(11)          | NO   | MUL |         |              
 |
| auth_state     | int(11)          | NO   |     |         |              
 |
| reason         | char(64)         | NO   |     |         |              
 |
+----------------+------------------+------+-----+---------+----------------+
9 rows in set (0.00 sec)

I have changed and tried table version in script also 
INSERT INTO version (table_name, table_version) values
('rls_presentity','1');
  CREATE TABLE rls_presentity (
      id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
      rlsubs_did CHAR(255) NOT NULL,
      resource_uri CHAR(128) NOT NULL,
      content_type CHAR(64) NOT NULL,
      presence_state BLOB NOT NULL,
      expires INT(11) NOT NULL,
      updated INT(11) NOT NULL,
      auth_state INT(11) NOT NULL,
      reason CHAR(64) NOT NULL,
      CONSTRAINT rls_presentity_idx UNIQUE (rlsubs_did, resource_uri)
  ) ENGINE=MyISAM;
Again i got the same error.

Regards
rmnathan

----------------------------------------------------------------------

Comment By: Anca Vamanu (anca_vamanu)
Date: 2009-02-18 20:47

Message:
Hi Rmnathan,

Thank you for this report.
Indeed, you were right- not all update Notifies were sent due to a bug in
the code. I have fixed it. Please update to the new svn version and test it
yourself. I will wait for your feedback before closing this bug report.

regards,
Anca



----------------------------------------------------------------------

Comment By: Anca Vamanu (anca_vamanu)
Date: 2009-02-18 20:47

Message:
Hi Rmnathan,

Thank you for this report.
Indeed, you were right- not all update Notifies were sent due to a bug in
the code. I have fixed it. Please update to the new svn version and test it
yourself. I will wait for your feedback before closing this bug report.

regards,
Anca



----------------------------------------------------------------------

Comment By: Anca Vamanu (anca_vamanu)
Date: 2009-02-18 20:46

Message:
Hi Rmnathan,

Thank you for this report.
Indeed, you were right- not all update Notifies were sent due to a bug in
the code. I have fixed it. Please update to the new svn version and test it
yourself. I will wait for your feedback before closing this bug report.

regards,
Anca



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2591935&group_id=232389



More information about the Devel mailing list