Re: [SR-Users] remove offline message prefix of Offline message of MSILO module

2017-02-15 Thread Daniel-Constantin Mierla
I thought there is also a parameter to customize that text and eventually set it to empty, but apparently the option is only for sending back the notification on offline with parameter: - https://www.kamailio.org/docs/modules/stable/modules/msilo.html#msilo.p.offline_message Maybe that could

Re: [SR-Users] Timejump causes kamailio to hang/stall

2017-02-15 Thread Daniel-Constantin Mierla
Hello, On 15/02/2017 14:47, Erik Visser wrote: > After I have kamailio up and running, with UAs properly registrered and > sessions routed successfully, my platform faces a timejump. > The platform starts up with date set to 1-1-2000 and after kamailio is > up and running, the date jumps to

Re: [SR-Users] MSILO offline messages are coming in reverse order.

2017-02-15 Thread Daniel-Constantin Mierla
Hello, looking quickly at the code, the records fetched from db are ordered by 'id', so they should be in the order they were received, not the opposite. Are you using mysql or other database server? Cheers, Daniel On 15/02/2017 14:24, Venkatesh Macha wrote: > Hi all, > >I am using MSILO

Re: [SR-Users] remove offline message prefix of Offline message of MSILO module

2017-02-15 Thread Venkatesh Macha
Got it, I need to add the following parameter. modparam("msilo", "add_date", 0) Thanks. -- View this message in context: http://sip-router.1086192.n5.nabble.com/remove-offline-message-prefix-of-Offline-message-of-MSILO-module-tp156088p156093.html Sent from the Users mailing list archive at

[SR-Users] MSILO offline messages are coming in reverse order.

2017-02-15 Thread Venkatesh Macha
Hi all, I am using MSILO module for the offline messaging feature. It is working good. But If I send more than one message to the offline user. Those messages are delivering in the reverse order. Please consider the following scenario. A sending B ( B is offline, so messages are stored in

[SR-Users] remove offline message prefix of Offline message of MSILO module

2017-02-15 Thread Venkatesh Macha
Hi all, I am implementing Offline messages functionality using the MSILO module. Everything went well. I am able to store and send those offline messages when the user comes online. But my present problem is, I don't want the offline message prefix. Please look at the following example.

Re: [SR-Users] memory: Free fragment not found

2017-02-15 Thread Dmitri Savolainen
No any tests. It was running two weeks and crushed in out of peak period. i have never seen this before in the months of uptime. Will start monitoring pkg memory from this moment too. 2017-02-16 9:58 GMT+03:00 Daniel-Constantin Mierla : > Hello, > > for how long it was

Re: [SR-Users] memory: Free fragment not found

2017-02-15 Thread Daniel-Constantin Mierla
If it is already running for some time, run: kamcmd corex.pkg_summary idx 1 and then get the related qm/fm status/summary log messages from syslog and send them here to check if there is any potential pkg leak in the sip worker one. Cheers, Daniel On 16/02/2017 08:27, Dmitri Savolainen wrote:

[SR-Users] Dispatcher and "src based" routing algorithm

2017-02-15 Thread Olli Attila
Hello, I am using kamailio 4.4.3 (x86_64/linux) 5a2195 and Dispatcher module to route calls towards PSTN (4 pstn gateways). The Dispatcher module is using round robin mechanism to select the pstn gateway. I have built a routing logic in a way that when call arrives to Kamailio from one of

Re: [SR-Users] Lost of connection with MySQL?

2017-02-15 Thread Daniel-Constantin Mierla
On 14/02/2017 14:36, Daniel Tryba wrote: > On Tue, Feb 14, 2017 at 02:27:59PM +0100, Igor Potjevlesch wrote: >> Looks to be a good idea. >> I use MySQL and MyISAM, so I understand that async is supported. > Async (db_insert_mode=2) is supported with any (acc)backend. To be accurate, not all

Re: [SR-Users] record_route() function

2017-02-15 Thread Daniel-Constantin Mierla
Hello, On 13/02/2017 19:43, Andy Chen wrote: > So the INVITE coming in (TLS) don't have Record-Route. When Kamailoi > received the INVITE, I call record_route() and adds the two entry. > However, one of the entry I need to have transport=tcp. When I added > it as this: > >

Re: [SR-Users] Lost of connection with MySQL?

2017-02-15 Thread Daniel-Constantin Mierla
On 14/02/2017 14:36, Daniel Tryba wrote: > On Tue, Feb 14, 2017 at 02:27:59PM +0100, Igor Potjevlesch wrote: >> Looks to be a good idea. >> I use MySQL and MyISAM, so I understand that async is supported. > Async (db_insert_mode=2) is supported with any (acc)backend. With myisam you > can use

[SR-Users] Timejump causes kamailio to hang/stall

2017-02-15 Thread Erik Visser
After I have kamailio up and running, with UAs properly registrered and sessions routed successfully, my platform faces a timejump. The platform starts up with date set to 1-1-2000 and after kamailio is up and running, the date jumps to the current date, causing two effects: - I loose all my

[SR-Users] IPv6 addresses in dispatcher.list file

2017-02-15 Thread Joel Serrano | VOZELIA
Hi, What is the correct format for the dispatcher.list file using IPv6? I have the following file: $ cat /etc/kamailio/dispatcher.list # $Id$ # dispatcher destination sets # # line format # setit(int) destination(sip uri) flags(int,opt) priority(int,opt) attributes(str,opt) # proxies 4

Re: [SR-Users] IPv6 addresses in dispatcher.list file

2017-02-15 Thread Sergey Okhapkin
I use sip:[X:X:X:X::X:1]:5060 format, it works fine to me. On Thursday, February 16, 2017 02:25:29 AM Joel Serrano | VOZELIA wrote: > Hi, > > What is the correct format for the dispatcher.list file using IPv6? > > I have the following file: > > $ cat /etc/kamailio/dispatcher.list > # $Id$ > #

[SR-Users] memory: Free fragment not found

2017-02-15 Thread Dmitri Savolainen
Hi. My kamailio v4.4.5 installation ( -m 512 -M 64 ) stop sip processing with repeatable error: Feb 15 21:45:05 kamailio[14173] ERROR: [mem/f_malloc.c:415]: > fm_search_defrag(): fm_search_defrag(0x7f39917fa010, 952); Free fragment > not found! > Feb 15 21:45:05 kamailio[14173] ERROR:

Re: [SR-Users] record_route() function

2017-02-15 Thread Andy Chen
So how do I define what is used? Again when I did call "record_route" I need one of the records to have "transport=tcp" param and not the default UDP. On Wed, Feb 15, 2017 at 12:09 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > On 13/02/2017 19:43, Andy Chen wrote: > > So

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-15 Thread Victor Seva
2017-02-09 12:36 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > the GIT branch 5.0 has just been created, it will host the release > series 5.0.x. To get this branch from GIT, you can use: > > git clone https://github.com/kamailio/kamailio.git kamailio > cd kamailio > git