Re: [SR-Users] Random Proxy Crash, Restarted OK Anything Here For Concern?

2017-07-07 Thread Alex Balashov
It's one of those "shit happens" things that happens from time to time, much like the creation of the universe ... -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) Web: http://www.evaristesys.com/, http://www.csrpswitch.com/

[SR-Users] Random Proxy Crash, Restarted OK Anything Here For Concern?

2017-07-07 Thread JR Richardson
Hi All, I have a basic proxy up and running for over 6 months without issue, had a random crash, not sure why. Restarted kamailio process and it's working as expected. Any clue is the log to indicate what might have happened? snip Jul 5 16:31:46 sip-router3-ve206

[SR-Users] How to delay messages when msilo messages are dumped

2017-07-07 Thread Rahul Mehta
Hello, We are facing scenario when msilo dump function is called the user's device gets hanged/crash as messages are sent together to the user who gets online,please provide solution how to delay the messages which are send to the user when 'm_dump' function is called. I am providing the code

[SR-Users] kamctl v5 issues sending rpc from jsonrpc_exec_ex

2017-07-07 Thread Abdoul Osséni
Hello, Got this error : ERROR: jsonrpcs [jsonrpcs_mod.c:1323]: jsonrpc_exec_ex(): method callback not found [dlg.end_dlg 3660 9594] Regards ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] TR: Failure Mode

2017-07-07 Thread Nicolas Breuer
Hello Daniel, Thanks ! I sent all the information's to your email address De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : vendredi 7 juillet 2017 13:21 À : Nicolas Breuer ; Kamailio (SER) - Users Mailing List Objet

Re: [SR-Users] app_lua reload - what exactly gets reloaded?

2017-07-07 Thread Sebastian Damm
Hi, On Thu, Jul 6, 2017 at 12:26 PM, Daniel-Constantin Mierla wrote: > You can check a shared memory variable (like $sht(...) or $shv(...)) > that you can change via rpc, so you can re-fetch the database records > even if you don't change the lua script. I've implemented it

[SR-Users] domain vs uid_domain module

2017-07-07 Thread Huber Andreas
Hi, I was comparing the documentation of the "uid_domain" and "domain" modules and I was wondering what is the main difference between the two modules. While the "uid_domain" module has more documentation, it seems to me that both modules are offering very similar functionality, or am I missing

Re: [SR-Users] remove_hf_re error on startup

2017-07-07 Thread Daniel-Constantin Mierla
For the records, I just pushed a patch implementing remove_hf_exp(match, skip) in textops module, in which allows to provide two expressions: one to match the header for removal and one to skip the header. Will be in the next major release. Otherwise, besides the workaround presented in this

Re: [SR-Users] TR: Failure Mode

2017-07-07 Thread Daniel-Constantin Mierla
Can you get a ngrep trace captured on kamailio server for such situation? Also, can you paste the failure_route block here along with the log messages from the syslog? Cheers, Daniel On 07.07.17 12:42, Nicolas Breuer wrote: > > I think serial because the new branch is only created in case the

Re: [SR-Users] TR: Failure Mode

2017-07-07 Thread Nicolas Breuer
I think serial because the new branch is only created in case the first is timeout. De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : vendredi 7 juillet 2017 12:40 À : Kamailio (SER) - Users Mailing List ; Nicolas Breuer

Re: [SR-Users] TR: Failure Mode

2017-07-07 Thread Daniel-Constantin Mierla
Hello, are you doing parallel forking or serial forking? Cheers, Daniel On 07.07.17 12:24, Nicolas Breuer wrote: > > * * > > > > Hello, > > > > Some help here is needed > > > > # auto-discard branches from previous serial forking leg > > modparam("tm", "failure_reply_mode", 3) > > > >

[SR-Users] TR: Failure Mode

2017-07-07 Thread Nicolas Breuer
Hello, Some help here is needed # auto-discard branches from previous serial forking leg modparam("tm", "failure_reply_mode", 3) I test a call with two branches. 1st branch received a 408 timeout error 2nd branch received a 486 busy. Normally the failure route should be with the 486.

Re: [SR-Users] How to convert ipv6 to ipv4 address inside message body

2017-07-07 Thread Daniel-Constantin Mierla
Hello, maybe this tutorial is going to provide you some useful hints: - https://kb.asipto.com/kamailio:kamailio-mixed-ipv4-ipv6 Cheers, Daniel On 30.06.17 17:40, Narayan P wrote: > > Hi, > > > I am using kamailio as outbound proxy integrated with rtpproxy.I have > done the configuration

Re: [SR-Users] SUBSCRIBE not work with public ip kamailio

2017-07-07 Thread Daniel-Constantin Mierla
Hello, are you using presence modules in kamailio to handle the SUBSCRIBE? Or you forward it to the other party and the NOTIFY should be end-to-end? Can you capture with ngrep the SIP traffic on kamailio server for SUBSCRIBE and NOTIFY transactions? If yes, you can send it here and we can check

Re: [SR-Users] Dialog List cannot be listed using kamcmd

2017-07-07 Thread Daniel-Constantin Mierla
Hello, On 06.07.17 16:02, Muhammad Zaka wrote: > > Hi Daniel > > > > We are using 4.3 and the following command does the job for us: - > > root@kamailio:~# kamctl dialog show > ok, same command should work also for v5.0, but will print the result in json format. Cheers, Daniel > > > Many