Revision: 5914
http://openser.svn.sourceforge.net/openser/?rev=5914&view=rev
Author: miconda
Date: 2009-08-26 18:35:18 +0000 (Wed, 26 Aug 2009)
Log Message:
-----------
- backport from 1.5 - fix memleak in perl module and use append_branch() C function
Modified Paths:
--------------
branches/1.4/modules/perl/openserxs.xs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5913
http://openser.svn.sourceforge.net/openser/?rev=5913&view=rev
Author: miconda
Date: 2009-08-26 18:07:09 +0000 (Wed, 26 Aug 2009)
Log Message:
-----------
- use the dedicated append_branch() in Perl function instead of mk_action()
- avoid lot of pkg operations and fixes the memory leak (reported by James Puckett)
Modified Paths:
--------------
branches/1.5/modules/perl/openserxs.xs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
according to s domain module documentation
In addition to that domain-level attributes, if any, will be available
as either $fd.<name> or $td.<name>.
i tried like this:
if (lookup_domain("$fd", "$var(from_uri_domain)")) {
xlog("L_INFO", "Got lcr_id <$fd.lcr_id>\n");
but got error at startup:
Aug 26 10:39:10 localhost /usr/sbin/sip-router[9075]: ERROR: <core> [pvapi.c:500]: error searching pvar "fd.lcr_id"
why?
-- juha