[Kamailio-Devel] [ openser-Patches-1824748 ] Add callID testing to registrar:registered()

SourceForge.net noreply at sourceforge.net
Mon Aug 11 12:21:58 CEST 2008


Patches item #1824748, was opened at 2007-11-02 16:32
Message generated for change (Comment added) made by henningw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1824748&group_id=139143

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: ver 1.2.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kobi Eshun (ekobi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add callID testing to registrar:registered()

Initial Comment:
Attached is a small patch to facilitate managing multiple registration instances using the same credentials. It introduces a new module AVP, reg_callid_avp. If reg_callid_avp is defined and populated when registered() is invoked, the result is TRUE only if an active registration with the specified callID is found.

--
kobi

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

>Comment By: Henning Westerholt (henningw)
Date: 2008-08-11 10:21

Message:
Logged In: YES 
user_id=337916
Originator: NO

Hi,

thank you for the patch. I've tried it, it did not compile anymore for the
actual trunk. I get the following errors:

reg_mod.c: In function mod_init:
reg_mod.c:278: warning: implicit declaration of function
xl_parse_spec
reg_mod.c:279: Error: error: XL_THROW_ERROR undeclared (first use in
this function)
reg_mod.c:279: Error: error: (Each undeclared identifier is reported only
once
reg_mod.c:279: Error: error: for each function it appears in.)
reg_mod.c:279: Error: error: XL_DISABLE_MULTI undeclared (first use
in this function)
reg_mod.c:279: Error: error: XL_DISABLE_COLORS undeclared (first use
in this function)
reg_mod.c:280: Error: error: XL_AVP undeclared (first use in this
function)
reg_mod.c:281: warning: implicit declaration of function LOG
reg_mod.c:286: warning: implicit declaration of function
xl_get_avp_name

Perhaps do you have already created an updated version that you use
internally? Cheers,

Henning

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1824748&group_id=139143



More information about the Devel mailing list