Thank you for this information !
Best regards,
On Thu, Jun 4, 2015 at 7:45 PM, Alex Balashov
wrote:
> On 06/04/2015 11:14 AM, Tuan Viet Nguyen wrote:
>
> I would like to know if Kamailio handles the case where we receive a big
>> SIP message fragmented in IP layer?
>&g
Hello,
I would like to know if Kamailio handles the case where we receive a big
SIP message fragmented in IP layer?
Thanks,
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router
Hello,
Does someone have the same problem?
Thanks in advance.
On Wed, Mar 12, 2014 at 1:07 PM, Tuan Viet Nguyen wrote:
> Hello,
>
> I disable the rr module and only use SIP elements for dialog match
> modparam("dialog", "dlg_match_mode", 2)
>
> Upon re
Hello,
I set duplicate_uri to store sip messages in an external server
#!ifdef WITH_SIPTRACE
modparam("siptrace", "db_url", mysql_conn_data)
modparam("siptrace", "traced_user_avp", "$avp(s:traced_user)")
modparam("siptrace", "trace_on",1) # disable siptrace
modparam("siptrace", "trace_flag",FLT_S
Hello,
I disable the rr module and only use SIP elements for dialog match
modparam("dialog", "dlg_match_mode", 2)
Upon receipt of a BYE request, the request is correctly forwarded and the
call ended but the dialog still exists with ref_count = 2
kamctl fifo dlg_list
dialog:: hash=731:5167
st
ilio.cfg
>
> I saw that other developers will start soon to investigate, I will look
> over the reports soon as well, currently being out of office.
>
> Cheers,
> Daniel
>
>
> On 28/02/14 13:31, Tuan Viet Nguyen wrote:
>
> Hello,
>
> I have another kamaili
Hello,
I have another kamailio crash with 4.1.1. The scenario is simple:
+ call a number, fail
+ retry on another peer, fails
In this case, I use t_reply("404", "Not found") then exit. It seems that we
have a double qm_free.
Log file
Feb 28 13:15:56 kamailio23 /usr/local/sbin/kamailio[29595]: WA
Hello,
I have a crash with the following scenario:
I try to route an INVITE to a remote host, it fails, I route to the second
suing the dispatcher module. It fails the second time and I stop the call.
It seems that I did not release the transaction in this case
93454 Feb 28 11:39:08 kamailio23 /u
n"
(gdb)
Regards,
On Wed, Feb 12, 2014 at 12:24 PM, Daniel-Constantin Mierla <
mico...@gmail.com> wrote:
> Hello,
>
> the backtrace you got is not relevant, because it is from the main process
> that is handling the singnal of the child process that crashed. So the
>
Hello,
Upon receipt an 502 Bad gateway, I have the following error then Kamailio
crashed
Feb 11 11:49:57 kamailio23 /usr/local/sbin/kamailio[28895]: WARNING: tm
[t_lookup.c:1564]: t_unref(): WARNING: script writer didn't release
transaction
Feb 11 11:50:03 kamailio23 /usr/local/sbin/kamailio[28926
' in the 'RELAY' route when the
> method is 'BYE':
>
> $(hdr(Reason){param.value,cause});
>
> Cheers,
> Björn Bylander
>
> On 07/02/14 15:09, Tuan Viet Nguyen wrote:
>
> Hello,
> Thanks for your reply
>
> Here is the field
> Reason: Q.
er here and how you used it in the config? Have
> tried to print it with xlog or in some other expression? Also, in what kind
> of routing block you try to get it?
>
> Cheers,
> Daniel
>
>
> On 07/02/14 13:14, Tuan Viet Nguyen wrote:
>
> Hello,
>
> How to ge
Hello,
How to get ISUP cause in the 'Reason' header field of SIP error reply ?
I've tried a few ways but it did not work
@message.header.Reason.params["cause"]
or
$hdr(Reason) gives null
Thanks,
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-
Hello,
It seems that when calling the function sdp_get_line_startswith, it removes
the \r (0d in hexa) from the SIP message before forwarding it. In the code
(sdpops_mod.c) from line 1402 to 1406, we see that
// remove ending \r\n if exists
if (avp_val.s.s[line.len-2] == '\r' && avp_val.s.s
14 matches
Mail list logo