[sr-dev] [tracker] Task opened: module pua_reginfo, function reginfo_handle_notify

sip-router bugtracker at sip-router.org
Mon Sep 16 13:06:54 CEST 2013


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Devs Voicenter (voicenter) 

Attached to Project - sip-router
Summary - module pua_reginfo,  function reginfo_handle_notify 
Task Type - Bug Report
Category - Modules kamailio
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 4.0
Due in Version - Undecided
Due Date - Undecided
Details - According to the documentation (http://www.kamailio.org/docs/modules/4.0.x/modules/pua_reginfo.html) function reginfo_handle_notify () doesn't accept any parameters, though the code says different:
 {"reginfo_handle_notify", (cmd_function)reginfo_handle_notify, 1, domain_fixup, 0, REQUEST_ROUTE}

the quick fix would be:
-       {"reginfo_handle_notify", (cmd_function)reginfo_handle_notify, 1, domain_fixup, 0, REQUEST_ROUTE},
+       {"reginfo_handle_notify", (cmd_function)reginfo_handle_notify, 0, domain_fixup, 0, REQUEST_ROUTE},

but not sure if it's the right one

AFAIK it's in all 4.0.0 (maybe not including -pre release)




More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=340

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the sr-dev mailing list