Re: [SR-Users] Problem faced when Using Kamaiio as Session Refresher

2020-03-26 Thread harneet singh
Hi Daniel, The following code works if the Session-Expires comes WITHOUTa refresher parameter. if(is_present_hf("Session-Expires")) { $avp(...) = $(hdr(Session-Expires){s.int}); } If however, The session expires comes like below, there is an error in parsing Session-Expires:

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > >> wondering if anyone here is aware of a lightweight sip app that can > >> answer a call, play some file and/or do echo mode, mainly targeted at > >> using it for basic sip routing and call testing. > > baresip cli app can do all that. > > OK, thanks, I will

Re: [SR-Users] Segmentation fault in DMQ module

2020-03-26 Thread Virgílio Cunha
Hello Daniel, I followed your recommendation and upgraded to kamailio-5.3.3 but the problem remains with this version. So I applied this patch: https://github.com/kamailio/kamailio/commit/21bdbff049571ca22f1205a041c8b1162005d319 and I run the tests again. After applying the patch, I was no longer

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Henning Westerholt
Hello, you can give the important stuff (like codecs, play file, auto accept etc..) on the command line. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com -Original Message- From: sr-users On Behalf Of Daniel-Constantin

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Daniel-Constantin Mierla
On 26.03.20 11:19, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> wondering if anyone here is aware of a lightweight sip app that can >> answer a call, play some file and/or do echo mode, mainly targeted at >> using it for basic sip routing and call testing. > baresip cli app can do

[SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > wondering if anyone here is aware of a lightweight sip app that can > answer a call, play some file and/or do echo mode, mainly targeted at > using it for basic sip routing and call testing. baresip cli app can do all that. -- Juha

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Nuno Ferreira
baresip is also something to consider https://github.com/alfredh/baresip Regards, Nuno On Thu, Mar 26, 2020 at 8:56 AM Daniel-Constantin Mierla wrote: > I looked a bit at the pjsua recently (and used it along the time), but I > couldn't find an option to do echo mode. Are you aware if it can

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Daniel-Constantin Mierla
I looked a bit at the pjsua recently (and used it along the time), but I couldn't find an option to do echo mode. Are you aware if it can be done? Cheers, Daniel On 26.03.20 09:08, Alexey Vasilyev wrote: > I’m using pjsua in test suite. It is lightweight, it can be controlled by > telnet. > It

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Daniel-Constantin Mierla
Thanks! The inconvenient thing with sipp is that I have to write the xml scenarios, which can be different if the call goes through many proxies or single proxy or just behind another media server like asterisk or freeswitch. Cheers, Daniel On 26.03.20 08:53, Yuriy Gorlichenko wrote: > Sipp

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Alexey Vasilyev
I’m using pjsua in test suite. It is lightweight, it can be controlled by telnet. It is easily can be built for Alpine and run in the docker. Docker image size is 19 MB. It can play file when calling, it can answer and play file, it can record call. And fully supports IPv4, IPv6, TLS/TCP/UDP,

Re: [SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Yuriy Gorlichenko
Sipp since version 3.3 ( as I remember ) can play files. I have used that for some kind of testing. On Thu, 26 Mar 2020, 08:45 Daniel-Constantin Mierla, wrote: > Hello, > > wondering if anyone here is aware of a lightweight sip app that can > answer a call, play some file and/or do echo mode,

[SR-Users] [ot] lightweight sip app for auto-answering with play file and echo mode

2020-03-26 Thread Daniel-Constantin Mierla
Hello, wondering if anyone here is aware of a lightweight sip app that can answer a call, play some file and/or do echo mode, mainly targeted at using it for basic sip routing and call testing. Of course I know that Asterisk and FreeSwitch (or even SEMS) can do that, but they have many