Re: [SR-Users] Question on the debug change level command with 5.0.x

2017-03-23 Thread Federico Cabiddu
No, you don't. The debugger module, among other things, allows​ to set the debug level per module. Regards, Federico On 23 Mar 2017 6:31 pm, "Ginhoux, Patrick" wrote: Hi, Thanks you so much; it works fine as expected. Now have I to keep the ‘debugger’

Re: [SR-Users] Status of db_cassandra

2017-03-23 Thread Andreas Granig
Hi, I also believe the module needs to be marked somehow, because it's implemented against a very old cassandra version and does not work with recent versions at all. I'm afraid a complete re-implementation from scratch is needed there, because the protocol changed significantly. Also schema

[SR-Users] Regex module having trouble with large regex expressions in kamailio 4.4.5

2017-03-23 Thread Tim Balmer
Hi, I discovered some strange behavior from the regex module yesterday (kamailio version 4.4.5). For example we have the phone number 0033755500381 that we try to match with the following kamailio code: #!define REGEX_FF_NEG_INTERNATIONAL"6" ... if

[SR-Users] append_rpid_hf("$fU","; party=calling; id-type=subscriber; privacy=off; screen=yes");

2017-03-23 Thread Olivier Taylor
Hello, using Kamailio 4.4, append_rpid_hf("$fU",";party=calling;id-type=subscriber;privacy=off;screen=yes"); on the PSTN route doesn't append the rpid header on the INVITE As well as append_hf("P-hint: outbound\r\n"); on the SIPOUT route doesn't work What do I miss? Best regards,

[SR-Users] append_rpid_hf("$fU","; party=calling; id-type=subscriber; privacy=off; screen=yes");

2017-03-23 Thread Olivier Taylor
Hello, using Kamailio 4.4, append_rpid_hf("$fU",";party=calling;id-type=subscriber;privacy=off;screen=yes"); on the PSTN route doesn't append the rpid header on the INVITE As well as append_hf("P-hint: outbound\r\n"); on the SIPOUT route doesn't work What do I miss? Best regards,

Re: [SR-Users] Status of db_cassandra

2017-03-23 Thread Markus Bönke
Hi, can somebody say how much effort it is to adjust (or rewrite) this module to be compatible with the latest kamailio and cassandra version? Is there someone in the community with the appropriate skills who can do this? In our current project we have some budget left to support this.

Re: [SR-Users] kamcli doesn't function

2017-03-23 Thread Marko Tirs
Hi Daniel, Kamailio is running as root.How to solve the socket problem? RegardsMarko From: Daniel-Constantin Mierla To: Marko Tirs ; Kamailio (SER) - Users Mailing List Sent: Thursday, March 23, 2017 1:46 PM

[SR-Users] Cannot yum download from download.opensuse.org, no mirrors

2017-03-23 Thread Shadowy Man
This is only happening for one particular block of IP's. I can download from other blocks. I suspect it is being done on the download.opensuse.org end for some reason. It appears to be the entire xx.xx block of which I only use a few addresses from. I will probably have to try contact them

Re: [SR-Users] failed to find append_branch

2017-03-23 Thread Anuradha Selvarajan
Thank you for your reply! I figured it out yesterday but couldn’t remove my question from the mailing list☺ Thanks! From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Thursday, March 23, 2017 4:55 AM To: Kamailio (SER) - Users Mailing List Cc:

Re: [SR-Users] Regex module having trouble with large regex expressions in kamailio 4.4.5

2017-03-23 Thread Daniel-Constantin Mierla
Hello, looking quickly at the code, I see that there is a define of 500 limit for each line loaded from the file, probably it is what the developer considered to be enough for a regexp. I haven't gone further checking, as I am out of the office, but I guess it just truncates the longer lines

[SR-Users] Presence + RLS + XCAP

2017-03-23 Thread Paul Smith
Hi I am struggling to figure out how to build and test an integrated presence server with Resource-List (rls.so) and XCAP (xcap_server.so). I am confused about what is meant to happen and how to debug it. Not sure if I am suffering from incompatibilities, configuration errors, or bugs… I

Re: [SR-Users] kamcli doesn't function

2017-03-23 Thread Daniel-Constantin Mierla
Hello, kamcli is creating its own (temporary) socket file in order to retrieve the response from kamailio. I guess there is a problem with access rights to it. Is kamailio running as root or other user? Cheers, Daniel March 22, 2017 3:53 PM, "Marko Tirs" wrote: > Hello

[SR-Users] Presence + RLS + XCAP

2017-03-23 Thread Paul Smith
Longer version of this got blocked by the mail list earlier today… and I have dug a bit deeper since then… I am trying to SUBSCRIBE to a resource-list (rls.so) but the rls_handle_subscribe() is returning with a “list not found" Mar 23 16:36:11 presence kamailio[12536]: DEBUG: rls

Re: [SR-Users] Question on the debug change level command with 5.0.x

2017-03-23 Thread Ginhoux, Patrick
Hi, Thanks you so much; it works fine as expected. Now have I to keep the ‘debugger’ module lines in my config ? Cordialement Patrick GINHOUX De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Federico Cabiddu Envoyé : jeudi 23 mars 2017 17:38 À : Kamailio (SER) -

Re: [SR-Users] failed to find append_branch

2017-03-23 Thread Daniel-Constantin Mierla
Hello, the function was in core, but then moved to the corex module a while ago. Functions from the core are documented in the cookbook: - https://www.kamailio.org/wiki/cookbooks/5.0.x/core For the functions exported by modules, you can find an alphabetic index at: -

[SR-Users] Question on the debug change level command with 5.0.x

2017-03-23 Thread Ginhoux, Patrick
Hi, Previously, in my kamailio.cfg 3.3.1, the debug level is set using the 'debug' option. Then with the MI_FIFO module it was simple to change debug level on the flight using the simple command 'kamctl fifo debug '. Moving to kamailio 5.0.x, there is no more MI_FIFO module. In the

Re: [SR-Users] Question on the debug change level command with 5.0.x

2017-03-23 Thread Federico Cabiddu
Hi, you have to load the cfg_rpc module ( http://www.kamailio.org/docs/modules/5.0.x/modules/cfg_rpc.html). Then you can run kamcmd cfg.set_now_int core debug . Regards, Federico On Thu, Mar 23, 2017 at 5:24 PM, Ginhoux, Patrick < patrick.ginh...@fr.unisys.com> wrote: > Hi, > > > >

Re: [SR-Users] failed to find append_branch

2017-03-23 Thread Ginhoux, Patrick
Hi, I'm a new user too and I'm working on a 'migration' from kamailio 3.3.x to 5.0.x. So first, what is the level of kamailio you use ? Then what is the content of line 45, column 43, where kamailio finds a 'mi' command ? At least, on the web you can see similar examples as yours :