Re: [SR-Users] [pua] Question to DB Mode 0

2015-10-05 Thread Maciej Marczyński
Hi, sure: Oct 5 07:04:36 028e61eb5dc7 kamailio[286]: DEBUG: presence [publish.c:75]: >> msg_presentity_clean(): cleaning expired presentity information > > Oct 5 07:04:36 028e61eb5dc7 kamailio[286]: DEBUG: db_sqlite >> [dbase.c:183]: db_sqlite_submit_query(): submit_query: select >> username,dom

Re: [SR-Users] Siremis debug window

2015-10-05 Thread Infinicalls Infinicalls
Hi, The problem here is : 1) After changing the values /siremis/modules/ser/config/common.Main.php for $cfg_siremis_public_registrations = true; and when I try to register, it says "public registration not allowed" . When I try to add user using admin login and try to login with the new username

[SR-Users] Prepend values to PSTN gateway?

2015-10-05 Thread Infinicalls Infinicalls
Hi, I am able to successfully connect to a PSTN gw from Kamailio. Now, he says I need to prepend a value (eg.123123) before the number(ENUM) and then only terminate the calls. Where do I add this? Can somebody help me? thanks Ganesh Kumar ___ SIP Expr

Re: [SR-Users] [pua] Question to DB Mode 0

2015-10-05 Thread Daniel-Constantin Mierla
Hello, to confirm it is timer or not, can you do: kamctl ps That will show the type of the process. Cheers, Daniel On 05/10/15 09:29, Maciej Marczyński wrote: > Hi, sure: > > Oct 5 07:04:36 028e61eb5dc7 kamailio[286]: DEBUG: presence > [publish.c:75]: msg_presentity_clean(): c

Re: [SR-Users] Interoperability issues between browsers and mobile phones to place a call.

2015-10-05 Thread Daniel-Constantin Mierla
To exclude various possibilities, can you do a call between two web browsers? That will ensure that at least signaling is routed ok and the investigation must be oriented towards the client application. Cheers, Daniel On 05/10/15 07:48, Safdar Khan wrote: > Registration for both clients web-brows

Re: [SR-Users] Siremis debug window

2015-10-05 Thread Daniel-Constantin Mierla
Hello, are there any errors in the logs of the web server? Cheers, Daniel On 05/10/15 12:02, Infinicalls Infinicalls wrote: > Hi, > The problem here is : > > 1) After changing the values > /siremis/modules/ser/config/common.Main.php for > $cfg_siremis_public_registrations = true; and when I try

Re: [SR-Users] Prepend values to PSTN gateway?

2015-10-05 Thread Federico Cabiddu
Hi, for this kind of operations you really have a lot of possible choices with kamailio. Some examples: 1) operating directly on $ru, since it is a r/w pseudovariable ( http://www.kamailio.org/wiki/cookbooks/devel/pseudovariables#ru_-_request_uri ) 2) use textops module's susbst_uri function http:

[SR-Users] pv_printf buffer for spec value

2015-10-05 Thread Sven Neuhaus
Hello, I'm getting these errors since the last couple of changes I made to the Kamailio 4.3.x configuration: ERROR: [pvapi.c:1361]: pv_printf(): no more space for spec value ERROR: [pvapi.c:1370]: pv_printf(): buffer overflow -- increase the buffer size... I'm not even using pv_printf() so thi

Re: [SR-Users] Prepend values to PSTN gateway?

2015-10-05 Thread Infinicalls Infinicalls
Hi, Thanks. I added directly to $ru and it worked. Thanks again. regards Ganesh Kumar On 10/5/15, Infinicalls Infinicalls wrote: > Hi, > I am able to successfully connect to a PSTN gw from Kamailio. Now, he > says I need to prepend a value (eg.123123) before the number(ENUM) > and then only

Re: [SR-Users] Prepend values to PSTN gateway?

2015-10-05 Thread Cezary Siwek
I would also add prefix() function available in the core. http://www.kamailio.org/wiki/cookbooks/4.2.x/core#prefix Regards, Cezary On 05/10/2015 14:43, Federico Cabiddu wrote: Hi, for this kind of operations you really have a lot of possible choices with kamailio. Some examples: 1) opera

Re: [SR-Users] pv_printf buffer for spec value

2015-10-05 Thread Daniel-Constantin Mierla
Hello, that might not be related to the core pv buffers, some variables are using their own buffers. You need to identify the variable that throws that error. As a side note, the last version should have the default core pv buffer size set to 8kB, maybe the wiki docs were not updated. Cheers, Da

Re: [SR-Users] Http authentification with JSON-RPC command

2015-10-05 Thread Alex Balashov
Here's an example from our config: #!subst "/DB_USER//" #!subst "/DB_PASSWORD/xx/" event_route[xhttp:request] { # Challenge for authentication credentials DB_NAME and DB_PASSWORD. xlog("L_INFO", "[R-XHTTP-REQUEST:$ci] Received HTTP request $rm $hu from $si:$sp\n

Re: [SR-Users] [pua] Question to DB Mode 0

2015-10-05 Thread Maciej Marczyński
The process is: |slow timer| Thanks, Maciej W dniu 2015-10-05 o 15:23, Daniel-Constantin Mierla pisze: Hello, to confirm it is timer or not, can you do: kamctl ps That will show the type of the process. Cheers, Daniel On 05/10/15 09:29, Maciej Marczyński wrote: Hi, sure: Oct 5 07

Re: [SR-Users] [pua] Question to DB Mode 0

2015-10-05 Thread Daniel-Constantin Mierla
OK -- it is clear now where to look in the code, I will do it as soon as I get a chance. Daniel On 05/10/15 20:09, Maciej Marczyński wrote: > The process is: |slow timer| > > Thanks, > Maciej > W dniu 2015-10-05 o 15:23, Daniel-Constantin Mierla pisze: >> Hello, >> >> to confirm it is timer or no

Re: [SR-Users] diameter auth with round trip

2015-10-05 Thread Daniel-Constantin Mierla
Hello, maybe woth looking at auth_diameter, which is sort of unmaintained, because of the lack of interest during the past years, but iirc, the authentication was done inside diameter server, which was returned ok/not-ok. I expect the module to need some coding, but could be not that big changes t