Re: [SR-Users] 478/sl and 478/sm on BYE?

2015-03-16 Thread Don Fanning
-- iirc, there should be a sample config > in the docs of websocket module. On github you should search and find other > kamailio.cfg examples for webrtc. > > Cheers, > Daniel > > > On 15/03/15 01:02, Don Fanning wrote: > > I am getting these both when one end of the clie

[SR-Users] 478/sl and 478/sm on BYE?

2015-03-14 Thread Don Fanning
I am getting these both when one end of the client sends a BYE - after the other client has already sent a BYE and got a 200 back. Config: http://pastebin.com/5gcFpJ3m /usr/local/sbin/kamailio[3259]: INFO:

[SR-Users] wss calls between devices works but strange error

2015-03-04 Thread Don Fanning
Hi All, I'm placing calls between two devices over WSS and sipML5. Connection seems to work and stays up (despite some grumbling sometimes with 603 failed to get local SDP) but my question is the following log entries - could someone translate what is happening here? Thanks! Mar 5 03:35:19 san

[SR-Users] Route Between WebSockets without rtpengine getting into the mix

2015-03-02 Thread Don Fanning
Hello All, Prior to going down the rtpengine path for another need, calling was working fine between WSS client. Now that I've added in some pieces from caruizdiaz's config [ https://github.com/caruizdiaz/kamailio-ws/blob/master/kamailio-ws.cfg] relating to SETUP_BY_TRANSPORT, it has broken that

Re: [SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-07 Thread Don Fanning
I just took Muhammad's advice and recompiled with a current git pull from master (37d98ad3ed3c29acfaa1f9a7d8a9404397dc442b) and can report success! I do recall seeing the exact same dtls log messages but did not focus on it. On Sat, Feb 7, 2015 at 1:22 PM, Don Fanning wrote: > I myself

Re: [SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-07 Thread Don Fanning
I myself am using a git pull from master with this being the last (first) entry. commit a0068f4f02c47af80685e9c0687c85e74b4e29af Author: Richard Fuchs Date: Thu Jan 8 10:47:52 2015 -0500 relax sdes key lifetime validation check fixes #57 On Sat, Feb 7, 2015 at 5:53 AM, Richard Fuchs

Re: [SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-06 Thread Don Fanning
> > On 02/05/2015 09:38 PM, Don Fanning wrote: > >> Hello All, >> >> I currently am running Kamailio in a WSS configuration with sipML5. I >> use rtpengine to convert a RTP/SAVPF packet to a RTP/AVP packet as the >> destination server only supports AVP or SAVP.

Re: [SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-06 Thread Don Fanning
ner > The Palner Group, Inc. > http://www.palner.com (web) > +1-503-914-0999 (direct) > > > On 02/05/2015 09:38 PM, Don Fanning wrote: > >> Hello All, >> >> I currently am running Kamailio in a WSS configuration with sipML5. I >> use rtpengine to convert a RTP/SA

[SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-05 Thread Don Fanning
Hello All, I currently am running Kamailio in a WSS configuration with sipML5. I use rtpengine to convert a RTP/SAVPF packet to a RTP/AVP packet as the destination server only supports AVP or SAVP. RTPEngine has no issues rewriting the packet going out, the SIP session comes up and handshakes co