THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#70 - Add support of PVs in Regular Expression Transformations
User who did this - Juha Heinanen (jh)
http://sip-router.org/tracker/index.php?do=details&task_id=70
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.
Hello,
I have a small configuration file containing just the following lines in
the route block:
$var(domain1)="sip:+491@example.com";
$var(domain2)="sip:491@example.com";
if( $(var(domain1){uri.user}{re.subst,/^\+//}) ==
$(var(domain2){uri.user}) ) {
if ($(var(domain1){uri.domain}) == $(var(domain2){uri.domain})) {
xlog("L_ERR", "TEST OK");
}else {
xlog("L_ERR", "TEST FAILED");
}
}
The user check is ok, but somehow in 1.5 the domain check fails. I have
dug a little deeper and it seems that when comparing the uri.domain
str's they are wrong(it compares xample.com to example.com, but the
length of the str is still 11). The only way I could replicate this was
with the use of
a re.subst expression. I guess this is the culprit, as removing it fixed
the problem.
Any ideas on why this happens?
I didn't manage to replicate in ser, will try in kamailio 3.0.
Marius
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#69 - nathelper.c: rtpproxy_offer / rtpproxy_answer (str2 parameter ignored)
User who did this - Marc Villacorta (marc)
----------
I think this functions are ignoring //*str2//
rtpproxy_offer1_f
rtpproxy_answer1_f
force_rtp_proxy1_f
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=69#comment81
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.
Revision: 6003
http://openser.svn.sourceforge.net/openser/?rev=6003&view=rev
Author: mariuszbihlei
Date: 2010-04-27 11:45:21 +0000 (Tue, 27 Apr 2010)
Log Message:
-----------
Fixed a bug in db_free_rows that causes a crash in a OOM condition that leaves RES_ROW_N(res)!=0 and RES_ROWS(res)==NULL(can't be allocated)
Modified Paths:
--------------
branches/1.5/db/db_res.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
[ http://tracker.iptel.org/browse/SER-69?page=all ]
Pavel Kasparek updated SER-69:
------------------------------
Comment: was deleted
> 0.9.4 release crashes on my system
> ----------------------------------
>
> Key: SER-69
> URL: http://tracker.iptel.org/browse/SER-69
> Project: SER
> Issue Type: Bug
> Affects Versions: 0.9.4
> Environment: hardware : xeon machine dual proc.
> OS: linux ES 4
> Assigned To: FermÃn Galán Márquez
> Priority: Critical
> Attachments: index1834.html
>
>
> i am trying the 0.9.4 release and sometimes ser starts up ok. other times
> it crashes.
> here is the 'bt' results.
>
>
> Loaded symbols for /lib/libnss_dns.so.2
> #0 0x00b4eec3 in preload_udomain (_c=0x810c898, _d=0xb6178ce8)
> at udomain.c:302
> 302 ua.len = strlen(ua.s);
> (gdb) bt
> #0 0x00b4eec3 in preload_udomain (_c=0x810c898, _d=0xb6178ce8)
> at udomain.c:302
> #1 0x00b4ab76 in register_udomain (_n=0x0, _d=0xbfedf6ec) at dlist.c:249
> #2 0x00133795 in domain_fixup (param=0x810d834, param_no=1) at
> reg_mod.c:207
> #3 0x08070723 in fix_actions (a=0x0) at route.c:238
> #4 0x08070845 in fix_actions (a=0x0) at route.c:225
> #5 0x080744e4 in fix_rls () at route.c:726
> #6 0x0805e33d in main (argc=2, argv=0xbfedf9c4) at main.c:1582
> (gdb)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.iptel.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ http://tracker.iptel.org/browse/SER-69?page=all ]
Pavel Kasparek updated SER-69:
------------------------------
Comment: was deleted
> 0.9.4 release crashes on my system
> ----------------------------------
>
> Key: SER-69
> URL: http://tracker.iptel.org/browse/SER-69
> Project: SER
> Issue Type: Bug
> Affects Versions: 0.9.4
> Environment: hardware : xeon machine dual proc.
> OS: linux ES 4
> Assigned To: FermÃn Galán Márquez
> Priority: Critical
> Attachments: index1834.html
>
>
> i am trying the 0.9.4 release and sometimes ser starts up ok. other times
> it crashes.
> here is the 'bt' results.
>
>
> Loaded symbols for /lib/libnss_dns.so.2
> #0 0x00b4eec3 in preload_udomain (_c=0x810c898, _d=0xb6178ce8)
> at udomain.c:302
> 302 ua.len = strlen(ua.s);
> (gdb) bt
> #0 0x00b4eec3 in preload_udomain (_c=0x810c898, _d=0xb6178ce8)
> at udomain.c:302
> #1 0x00b4ab76 in register_udomain (_n=0x0, _d=0xbfedf6ec) at dlist.c:249
> #2 0x00133795 in domain_fixup (param=0x810d834, param_no=1) at
> reg_mod.c:207
> #3 0x08070723 in fix_actions (a=0x0) at route.c:238
> #4 0x08070845 in fix_actions (a=0x0) at route.c:225
> #5 0x080744e4 in fix_rls () at route.c:726
> #6 0x0805e33d in main (argc=2, argv=0xbfedf9c4) at main.c:1582
> (gdb)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.iptel.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ http://tracker.iptel.org/browse/SER-69?page=all ]
Pavel Kasparek updated SER-69:
------------------------------
Comment: was deleted
> 0.9.4 release crashes on my system
> ----------------------------------
>
> Key: SER-69
> URL: http://tracker.iptel.org/browse/SER-69
> Project: SER
> Issue Type: Bug
> Affects Versions: 0.9.4
> Environment: hardware : xeon machine dual proc.
> OS: linux ES 4
> Assigned To: FermÃn Galán Márquez
> Priority: Critical
> Attachments: index1834.html
>
>
> i am trying the 0.9.4 release and sometimes ser starts up ok. other times
> it crashes.
> here is the 'bt' results.
>
>
> Loaded symbols for /lib/libnss_dns.so.2
> #0 0x00b4eec3 in preload_udomain (_c=0x810c898, _d=0xb6178ce8)
> at udomain.c:302
> 302 ua.len = strlen(ua.s);
> (gdb) bt
> #0 0x00b4eec3 in preload_udomain (_c=0x810c898, _d=0xb6178ce8)
> at udomain.c:302
> #1 0x00b4ab76 in register_udomain (_n=0x0, _d=0xbfedf6ec) at dlist.c:249
> #2 0x00133795 in domain_fixup (param=0x810d834, param_no=1) at
> reg_mod.c:207
> #3 0x08070723 in fix_actions (a=0x0) at route.c:238
> #4 0x08070845 in fix_actions (a=0x0) at route.c:225
> #5 0x080744e4 in fix_rls () at route.c:726
> #6 0x0805e33d in main (argc=2, argv=0xbfedf9c4) at main.c:1582
> (gdb)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.iptel.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira