Re: [SR-Users] Check if user is registered before reply is routed

2015-07-30 Thread Seudin Kasumovic
://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- MSC Seudin Kasumovic Tuzla, Bosnia ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo

Re: [SR-Users] siptrace: how to log sent ACK within dialog

2015-06-17 Thread Seudin Kasumovic
Hello, It works, thank you. Regards, Seudin On Wed, Jun 17, 2015 at 3:21 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, iirc, you can use sip_trace() in onsend_route(), there you can capture the outgoing ACK. Cheers, Daniel On 16/06/15 16:55, Seudin Kasumovic wrote

[SR-Users] siptrace: how to log sent ACK within dialog

2015-06-16 Thread Seudin Kasumovic
[t_lookup.c:648]: t_lookup_request(): DEBUG: t_lookup_request: no transaction found DEBUG: tm [t_funcs.c:279]: t_relay_to(): SER: forwarding ACK statelessly DEBUG: script: 821:172.16.23.130:5060 -- 172.16.23.130:5070 ACK sip:8807@127.0.0.1:5080;transport=udp Regards, Seudin Kasumovic

Re: [SR-Users] Testing RPMs for v4.3.0

2015-06-09 Thread Seudin Kasumovic
, might be erlang-devel. Cheers, Daniel On 08/06/15 23:42, Seudin Kasumovic wrote: Hello, I'm not so familiar with RPM packaging. But as I understand, it depends of content of RPM repository. For Erlang module the erlang RPM covers all. But, some RPM sources for some architectures have

Re: [SR-Users] Testing RPMs for v4.3.0

2015-06-08 Thread Seudin Kasumovic
Seudin Kasumovic Tuzla, Bosnia ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] siputils: E164 check is broken

2015-01-12 Thread Seudin Kasumovic
by the editor. Providing the details of like or pasting the code where you refer would make it easier to understand what do you mean, but I guess you are referring to the line: for (i = 1; i = _user-len; i++) { Is it? Cheers, Daniel On 12/01/15 15:34, Seudin Kasumovic wrote: Hi

[SR-Users] siputils: E164 check is broken

2015-01-12 Thread Seudin Kasumovic
Regards, -- Seudin Kasumovic ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-01 Thread Seudin Kasumovic
? BR , Julia. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- MSC Seudin Kasumovic Tuzla, Bosnia

Re: [SR-Users] Bash Code Injection and 'exec' module

2014-09-25 Thread Seudin Kasumovic
sorry, I attached wrong patch in previous post here is new with fixed body length comparison. On Thu, Sep 25, 2014 at 4:40 PM, Seudin Kasumovic seudin.kasumo...@gmail.com wrote: Hi kamailio users, we are witnesses of new discovered bug in bash: Bash Code Injection Vulnerability via

[SR-Users] Missing AVPs in onreply_route (default reply route)

2014-05-26 Thread Seudin Kasumovic
4.5.4 Thanks, Seudin Kasumovic ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] kamailio/script call route(...) in switch(...) expression

2013-12-08 Thread Seudin Kasumovic
Hi, Let route[FOO]{...} returns -1, 0, or 1 value. Next example never print message in case -1: switch (route(FOO)) { case -1: xlog(L_INFO, FOO = -1\n); break; case 0: xlog(L_INFO, FOO = zero\n); break; case 1: xlog(L_INFO, FOO = +1\n); break; } Result from route(FOO)

Re: [SR-Users] dispatcher: ds_options_callback, Setting the state failed

2013-11-06 Thread Seudin Kasumovic
Hi, see comments inline. On Wed, Nov 6, 2013 at 12:35 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, you message is not clear for me ... see some comments inline. On 11/5/13 2:22 PM, Seudin Kasumovic wrote: Hi, Test configuration uses OPTION for ping method. In log

[SR-Users] dispatcher: ds_options_callback, Setting the state failed

2013-11-05 Thread Seudin Kasumovic
was finished with code 200 (to sip:192.0.2.4:5090, group 0) ds_list shows: SET_NO:: 2 SET:: 28 URI:: sip:198.51.100.68:5060 flags=TX priority=1 attrs= SET:: 0 URI:: sip:192.0.2.4:5090 flags=AP priority=1 attrs= -- Seudin Kasumovic ___ SIP Express Router (SER

Re: [SR-Users] Parameters list transformations comma and semi column conflict

2013-10-18 Thread Seudin Kasumovic
#paramvalue_name_delimiter Regards, Peter On 17 October 2013 16:04, Seudin Kasumovic seudin.kasumo...@gmail.comwrote: Hi, Transformation {param.value, param_name} returns incomplete or empty values when parameter value contains comma (,). See next example: *$avp*(my_var)=a=val_a1,val_a2,val_a3

Re: [SR-Users] Parameters list transformations comma and semi column conflict

2013-10-18 Thread Seudin Kasumovic
values in between quotes? Cheers, Daniel On 10/17/13 5:04 PM, Seudin Kasumovic wrote: Hi, Transformation {param.value, param_name} returns incomplete or empty values when parameter value contains comma (,). See next example: *$avp*(my_var)=a=val_a1,val_a2,val_a3;b=val_b; in next

Re: [SR-Users] Parameters list transformations comma and semi column conflict

2013-10-18 Thread Seudin Kasumovic
for this), e.g. $(*avp*(my_var){param.value, a, ;}) then no parsing complain. But, get same wrong results, for parameter value not quoted if contains ','. Is this expected behavior? Regards, Seudin On Fri, Oct 18, 2013 at 10:41 AM, Seudin Kasumovic seudin.kasumo...@gmail.com wrote: Hello

[SR-Users] Parameters list transformations comma and semi column conflict

2013-10-17 Thread Seudin Kasumovic
}) returns empty string Seams that comma in parameter value conflicts with semi column separator. Is this bug or wrong documented? Related link: http://www.kamailio.org/wiki/cookbooks/4.0.x/transformations#paramvalue_name -- Seudin Kasumovic Tuzla, Bosnia

Re: [SR-Users] bflag mystery

2013-04-23 Thread Seudin Kasumovic
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- MSC Seudin Kasumovic Tuzla, Bosnia ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-23 Thread Seudin Kasumovic
/listinfo/sr-users -- MSC Seudin Kasumovic Tuzla, Bosnia ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users