Nice work Guillaume!
On 24 April 2017 at 15:21, Siwek, Cezary <cezary.siwek(a)vonage.com> wrote:
> Nice work Guillaume!
>
> On 21 April 2017 at 09:55, Daniel-Constantin Mierla <miconda(a)gmail.com>
> wrote:
>
>> Hello,
>>
>> I would like to announce that Guillaume Bour (https://github.com/gbour)
>> has now developer privileges on Kamailio's gihub project. He has
>> contributed recently a new module named keepalive:
>>
>> - http://kamailio.org/docs/modules/devel/modules/keepalive.html
>>
>> There is also a pull request from him waiting to be merge to drouting
>> module, adding capability of detecting active/inactive gateways used by
>> the module.
>>
>> Thanks for the contributions so far and looking forward to collaborate
>> in the future!
>>
>> Cheers,
>> Daniel
>>
>> --
>> Daniel-Constantin Mierla
>> www.twitter.com/miconda -- www.linkedin.com/in/miconda
>> Kamailio Advanced Training - May 22-24 (USA) - www.asipto.com
>> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>>
>>
>> _______________________________________________
>> Kamailio (SER) - Users Mailing List
>> sr-users(a)lists.kamailio.org
>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>>
>
>
Hi guys,
Any of you have experience using the '*start_recording()*' function of the
RTPENGINE in a WebRTC scenario?.
At this point, I am able to record the stream but I am not able to play
them. The output is a .pcap file in a raw format. I have tried the
conversion: raw -> H264 -> mp4/avi (with different tools: videosnarf, x264,
ffmepg) and not luck.
Do you know the right way to convert those stream in raw format?.
Any hint will be appreciated.
Regards,
Hi All.
During loadtest of kamailio 5.0.1 with topos module I got memory leak
in "udp receiver" process
After 1600 sip calls I got 10 Mbytes of free private memory. I set
limit to 32 Mbytes
output of kamcmd corex.pkg_summary pid xxx command at begin test and
before eom are in attached files.
If you need more info please let me know.
Thank you in advance.
--
Best regards,
Sergey Basov e-mail: sergey.v.basov(a)gmail.com
Hi ,
I'm very new to Kamailio application and trying to setup the test
environment for Android RCS client (https://github.com/android-rcs/rcsjta).
Parallelly we have deployed the Kamailio on ECS2 and able to make a
call/text using any other sip clients.
Apparently, we had enabled the MSRP modules over TCP and tried to test with
Android RCS. But getting stuck at the connecting screen.
Although we could see SIP exchange logs between two clients.
Can anyone help me in fixing this issue?
--
Jegadeesan M
Hello Everyone,
What possible cause for messsage
/usr/sbin/kamailio[4037]: ERROR: tm [t_fwd.c:1723]: t_forward_nonack():
no branches for forwarding
Thank you.
Hi
Thanks in advance if anyone can point me in the correct direction .
I have kamailio running in front of some asterisk VM's. SIP endpoint
register to their asterisk PBX via Kamailio dispatcher module. I'm running
rtpengine with a Wan and private interface to bridge audio stream between
these endpoints on the WAN to asterisk PBX running on LAN IP behind
Kamailio.
Calls from ext to ext work fine audio both directions , calls outbound to
PSTN via SIP trunk to SIP provider via trunk on asterisk work fine audio
both directions. But incoming calls via SIP provider I only get audio on
stream from asterisk registered ext to external caller , no audio from
external caller to the asterisk ext.
I reckon I have something wrong in my Kamailio.cfg . if I register an ext
direct to asterisk I get audio both ways on incoming calls. And rtp logs
from rtpenegine show it as trying to send the rtp to the private address of
the sip endpoint rather that its WAN address.
I think my mistake in somewhere in the cfg below.
Do I need to handle invites from the backend asterisk servers different that
invites from sip endpoints?
Gerry Kernan
Infinity IT | 17 The Mall | Beacon Court | Sandyford |
Dublin D18 E3C8 | Ireland
Tel: +353 - (0)1 - 293 0090 | E-Mail:
<mailto:gerry.kernan@infinityit.ie> gerry.kernan(a)infinityit.ie
Managed IT Services Infinity IT - <http://www.infinityit.ie/>
www.infinityit.ie
IP Telephony Asterisk Consulting -
<http://www.asteriskconsulting.com> www.asteriskconsulting.com
Contact Centre Total Interact -
<http://www.totalinteract.com> www.totalinteract.com
Hello,
I've got an IMS client which uses UDP for transport. Our application server is also using UDP. We are using a Kamailio IMS Core. The client REGISTERS with UDP and also does a SUBSCRIBE. Our application server responds with a NOTIFY to the client. Looking at the trace. The messages between the PCSCF and SCSCF are TCP. The REGISTER and SUBSCRIBE responses to the client from the PCSCF are UDP (which I would expect). However, when the PCSCF get the NOTIFY is tries to open a TCP connection to the Client. (I assume to send a NOTIFY).
Any ideas of what is happening here? I'm fairly new to the Kamailio IMS. I am more familiar with the Open IMS Core. (which is not having this issue).
Thanks,
Paul