Re: [SR-Users] sdp_with_transport

2017-01-31 Thread Serhat Guler
Hello, I have also realized that weird weird behavior with sdp_with_transport method and started using sdp_with_transport_like("RTP/SAVPF") instead. sdp_with_transport("RTP/SAVPF") returns false for the following line: m=audio 56481 UDP/TLS/RTP/SAVPF 109 9 0 8 If anyone could clarify it, it woul

Re: [SR-Users] rtpengine - Key file error

2017-01-29 Thread Serhat Guler
keep you updated about how it goes). Btw, I had glib2.0. Cheers, Serhat On 28 January 2017 at 18:48, Richard Fuchs wrote: > On 25/01/17 06:44 PM, Serhat Guler wrote: > > Hello, > > I am trying to setup my Kamailio environment on a new Debian system. > Everything went well, ex

[SR-Users] rtpengine - Key file error

2017-01-25 Thread Serhat Guler
Hello, I am trying to setup my Kamailio environment on a new Debian system. Everything went well, except I started facing a problem with the rtpengine. It did install it fine and I can view the program parameters via the help menu; however, when I run it with this command "rtpengine --interface 1

[SR-Users] Kamailio IMS Secure Websocket closes connection

2017-01-22 Thread Serhat Guler
Dear all, I am trying to make a call between 2 sipml5 client over WSS. Everything works fine and as expected when using WS. While using WSS, the clients are registered successfully, but when I make a call, the called party is disconnected from the network and the caller gets "User offline" message

Re: [SR-Users] Kamailio + IMS + sipml5 call to softphone

2016-11-01 Thread Serhat Guler
other approcah if offer SRTP and when the other ends answer with a > 488 Not Supported Here do the same. > > It is one way of bridging SRTP->RTP with the RTPEngine module. > > Regards, > > > On Tue, Nov 1, 2016 at 2:48 PM, Serhat Guler wrote: > >> Hi Alberto

Re: [SR-Users] Kamailio + IMS + sipml5 call to softphone

2016-11-01 Thread Serhat Guler
; between > plain RTP and SRTP. > > This is what I see is your issue based on the pcap files. > > PS: You can have a setup in your kamailio config file to offer first SRTP > and if the other end-point doesn't support it (when you receive a 4XX > reply) then send a Re-INV

Re: [SR-Users] Kamailio + IMS + sipml5 call to softphone

2016-11-01 Thread Serhat Guler
dpoint software. Maybe it doesn't like > headers with random string instead of ip addresses (e.g., in via, contact > ...). > > I am not aware of any ims softphone with webrtc capabilities. > Cheers, > Daniel > > > On 01/11/16 12:15, Serhat Guler wrote: > >

[SR-Users] Fwd: Kamailio + IMS + sipml5 call to softphone

2016-11-01 Thread Serhat Guler
Hi, I have a setup as follows: IMS enabled on Kamailio and whereas websockets are enabled for PCSCF for webrtc calls. Calls(both audio and video) between to sipml5 clients using firefox web browser is possible. The session is setup for the calls from sipml5 to Mercuro, but then there isn't audio

[SR-Users] Kamailio + IMS + sipml5 call to softphone

2016-11-01 Thread Serhat Guler
Hi, I have a setup as follows: IMS enabled on Kamailio and whereas websockets are enabled for PCSCF for webrtc calls. Calls(both audio and video) between to sipml5 clients using firefox web browser is possible. The session is setup for the calls from sipml5 to Mercuro, but then there isn't audio

Re: [SR-Users] PCSCF cannot create via header for sipml5 ACK package

2016-10-30 Thread Serhat Guler
SIP outbound Proxy URL: udp:// > 192.168.0.11:4060). > > Test it and let us know. > > Regards, > > On Sat, Oct 29, 2016 at 9:38 PM, Serhat Guler wrote: > >> Hi all, >> >> I am still stuck with the ACK message not being forwarded by the >> originati

Re: [SR-Users] PCSCF cannot create via header for sipml5 ACK package

2016-10-29 Thread Serhat Guler
Hi all, I am still stuck with the ACK message not being forwarded by the originating PCSCF. Any advice would be great. Thanks, Serhat On 24 October 2016 at 21:00, Serhat Guler wrote: > Hi Daniel, > > I am using only record_route() without any parameters. I do not have a > proper

Re: [SR-Users] PCSCF cannot create via header for sipml5 ACK package

2016-10-24 Thread Serhat Guler
; > can you get all the log messages for ACK but with debug=3 in the > kamailio.cfg? > > Cheers, > Daniel > > On 23/10/16 22:04, Serhat Guler wrote: > > ​Hello, > > I finally managed to place a call from sipml5 webrtc client​ to Mercuro > IMS client. The phone

[SR-Users] PCSCF cannot create via header for sipml5 ACK package

2016-10-23 Thread Serhat Guler
​Hello, I finally managed to place a call from sipml5 webrtc client​ to Mercuro IMS client. The phone rings, and when I answer it sends 200 OK to the sipml5 where as sipml5 send back an ACK message which never passes the originating PCSCF. The PCSCF says: 8(3640) WARNING: [msg_translator.c:2729

Re: [SR-Users] sipml5 fail invite kamailio ims web sockets

2016-10-20 Thread Serhat Guler
wrote: > Hello, > > it seems that the response to the invite doesn't have a Contact header. > Can you check that? You can print the message in logs with $mb. > Cheers, > Daniel > > > On 17/10/16 22:46, Serhat Guler wrote: > > Dear all, > > I can re

[SR-Users] Terminating PCSCF unresolvable request URI (Kamailio IMS Websockets)

2016-10-18 Thread Serhat Guler
Dear all, I am trying to make a call between 2 webrtc clients(sipml5) using my kamailio IMS setup. The invite request fails at the terminating PCSCF with error code "Status: 478 Unresolvable destination (478/TM)". I have traced the packages and saw that the package that arrives at the terminating

[SR-Users] sipml5 fail invite kamailio ims web sockets

2016-10-17 Thread Serhat Guler
Dear all, I can register the sipml5 client to my kamailio IMS setup successfully, but when I try to make a call the invite fails with "478 Unresolvable destination". From the wireshark trace file I think the PCSCF on the terminating side cannot resolve the destination. After the invite request fai

Re: [SR-Users] sipml5 register to kamailio IMS (Unauthorized - Challenging the UE)

2016-10-17 Thread Serhat Guler
t On 17 October 2016 at 11:47, Daniel-Constantin Mierla wrote: > Hello, > > maybe you can get more hints about what happens there by running with > debug=3 inside the kamailio cfg. > > Cheers, > Daniel > > On 14/10/16 17:40, Serhat Guler wrote: > > Hi, > >

[SR-Users] sipml5 register to kamailio IMS (Unauthorized - Challenging the UE)

2016-10-14 Thread Serhat Guler
Hi, I am trying to register sipml5 webrtc client to my kamailio IMS setup. I have tried to register the client both with ws and wss, but it seems to be that the sipml5 doesn't calculate the authentication digest right. The authentication mechanism i set to AKAv1-MD5 as default in the hss. A simple

[SR-Users] Websocket with kamailio IMS

2016-10-13 Thread Serhat Guler
Dear all, I am trying to configure websockets for kamailio IMS. My basic kamailio(without IMS) setup works properly with websockets and without websockets. The IMS functionality also works, but only with IMS clients and now I want to use webrtc clients and make calls. At the moment I am trying to