Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-07 Thread Olli Heiskanen
Hi, Thanks Matthew for trying to reproduce the problem, I appreciate your efforts very much. There must be something off in my setup in one way or another. I could just discard this server and build a new one, but I think it's not good practice to leave a problem unsolved, so I'll continue

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-07 Thread Joshua Colp
Olli Heiskanen wrote: Hi, Thanks Matthew for trying to reproduce the problem, I appreciate your efforts very much. There must be something off in my setup in one way or another. I could just discard this server and build a new one, but I think it's not good practice to leave a problem

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-07 Thread Olli Heiskanen
Hi Joshua, Excellent! I didn't even remember to consider newer versions of asterisk as 11.11 was the latest one when I started building on. I have had libuuid and libuuid-devel installed the whole time, but perhaps 11.11 just did not see it there. I just installed 11.13 and it works perfectly.

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-03 Thread Matthew Jordan
On Thu, Oct 2, 2014 at 10:18 AM, Olli Heiskanen ohjelmistoarkkite...@gmail.com wrote: Hi, Thanks Eric for your reply, yes I know Asterisk replaces the sdp, however it should create ice lines when calling to a webrtc client, which it is currently not doing. To recap my problem (check

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-02 Thread Olli Heiskanen
Hi, Is there anything I can do with this problem? Re-installing Asterisk does not solve this and the problem still persists. Or is there any other logs or configurations I can provide to help figure out why Asterisk is removing lines from the sdp? Any ideas would be greatly appreciated! I also

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-02 Thread Eric Wieling
-Commercial Discussion Subject: Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients Hi, Is there anything I can do with this problem? Re-installing Asterisk does not solve this and the problem still persists. Or is there any other logs or configurations I

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-02 Thread Olli Heiskanen
: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients Hi, Is there anything I can do with this problem? Re-installing Asterisk does not solve this and the problem still persists. Or is there any other logs or configurations I can provide to help figure out

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-09-08 Thread Matthew Jordan
On Mon, Sep 8, 2014 at 9:48 AM, Olli Heiskanen ohjelmistoarkkite...@gmail.com wrote: Hello, I have a problem with a call between 2 webrtc clients. Asterisk removes the ice-related lines from the sdp when it sends the INVITE out, and the called webrtc client rejects the INVITE due to the

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-09-08 Thread Olli Heiskanen
Hi Matthew, Here's the debug output: --- SIP read from UDP:PU.BL.IC.IP:5060 --- INVITE sip:6...@testers.com SIP/2.0 Record-Route: sip:PU.BL.IC.IP;r2=on;lr=on;ftag=856i7ei98p;nat=yes Record-Route: sip:PU.BL.IC.IP;transport=ws;r2=on;lr=on;ftag=856i7ei98p;nat=yes Via: SIP/2.0/UDP

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-09-08 Thread Matthew Jordan
On Mon, Sep 8, 2014 at 10:19 AM, Olli Heiskanen ohjelmistoarkkite...@gmail.com wrote: Hi Matthew, Here's the debug output: --- SIP read from UDP:PU.BL.IC.IP:5060 --- INVITE sip:6...@testers.com SIP/2.0 Record-Route: sip:PU.BL.IC.IP;r2=on;lr=on;ftag=856i7ei98p;nat=yes Record-Route:

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-09-08 Thread Olli Heiskanen
Hi, My bad, below is the output for peer 661 and the log output, which does not tell me much. I guess Asterisk assumes it's working correctly as there are no errors etc, however for some reason the INVITE leaves Asterisk without the ice definitions in the sdp. I must assume it's a configuration