<html><head><title>Re: [Freeswitch-users] The problem with the codec</title>
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hi All,<br>
<br>
<br>
In my jssip works great conference and 9193. But when I try to try to call from 1004 to 1006 for example - I have an error. <br>
I think the error in internal.xml. Something I did not set up correctly and it stopped working.<br>
<br>
Sending my internal.xml. If someone understands can look at it, it would be great.<br>
<br>
<span style=" font-family:'calibri'; color: #c0c0c0;"><i>-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
mob.tel. 775-415-382<br>
<br>
&#269;tvrtek 11. &#269;ervna 2015, 16:18:16, napsal jste:<br>
<br>
</i></span></span><table>
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td><span style=" font-family:'courier new'; font-size: 9pt;">why is everyone so set on trying to get jssip working if sip.js works fine?<br>
<br>
On Thursday, June 11, 2015, Victor Medina &lt;</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:victor.medina@cibersys.com">victor.medina@cibersys.com</a><span style=" font-family:'courier new'; font-size: 9pt;">&gt; wrote:<br>
OK... think I found it.<br>
<br>
<br>
Taken from... </span><a style=" font-family:'courier new'; font-size: 9pt;" href="https://github.com/versatica/JsSIP/issues/320">https://github.com/versatica/JsSIP/issues/320</a><br>
<br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">Currently SIP UA using JsSIP library writes token RTP/SAVPF on SDP m line(s) of outgoing INVITE requests to describe RTP/SAVPF RTP profile, e.g.,<br>
m=audio 35070 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126<br>
According to RFC 5764 this in incorrect. The token shall be UDP/TLS/RTP/SAVPF instead:<br>
</span>
<ol style="text-indent: 0px; margin-left: 40px; list-style-position: outside; list-style-type: decimal;">
<li class=rvps0></li>
</ol>
<span style=" font-family:'courier new'; font-size: 9pt;">Session Description for RTP/SAVP over DTLS<br>
This specification defines new tokens to describe the protocol used in SDP media descriptions ("m=" lines and their associated parameters). The new values defined for the proto field are:<br>
o When a RTP/SAVP or RTP/SAVPF [RFC5124] stream is transported over<br>
DTLS with the Datagram Congestion Control Protocol (DCCP), then<br>
the token SHALL be DCCP/TLS/RTP/SAVP or DCCP/TLS/RTP/SAVPF<br>
respectively.<br>
o When a RTP/SAVP or RTP/SAVPF stream is transported over DTLS with<br>
UDP, the token SHALL be UDP/TLS/RTP/SAVP or UDP/TLS/RTP/SAVPF<br>
respectively.<br>
Correct behavior can be achieved by the diff below (perhaps a check should be added that description type is "offer" and that sdp is defined). <br>
I would like to make JsSIP UA to use the correct profile token either always or if configured to do so. Current non-standard behavior makes outgoing calls to fail if callee only understands standardized token of RTP/SAVPF RTP profile.<br>
<br>
added this. Will try later. <br>
description.sdp = description.sdp.replace(/ RTP\/SAVP/gi, " UDP/TLS/RTP/SAVP");<br>
this.pc.setLocalDescription( description);<br>
<br>
Would somebody try it out? Confirm maybe? Line starting is.. 22241, on JsSIP latest from Github, 0.6.30.<br>
<br>
RTCPeerConnection.prototype.setLocalDescription = function (description, successCallback, failureCallback) {<br>
 &nbsp; &nbsp;debug('setLocalDescription()');<br>
<br>
 &nbsp; &nbsp;var self = this;<br>
 &nbsp; &nbsp;<br>
 &nbsp; &nbsp;// VICTOR Modified/added this...<br>
 &nbsp; &nbsp;description.sdp = description.sdp.replace(" RTP/SAVPF", " UDP/TLS/RTP/SAVP");<br>
 &nbsp; &nbsp;this.pc.setLocalDescription(description);<br>
 &nbsp; &nbsp;// ENDS Here<br>
<br>
2015-06-11 6:52 GMT-04:30 Victor Medina &lt;</span><a style=" font-family:'courier new'; font-size: 9pt;" href="javascript:_e(%7B%7D,'cvml','victor.medina@cibersys.com');">victor.medina@cibersys.com</a><span style=" font-family:'courier new'; font-size: 9pt;">&gt;:<br>
I rebuilt<br>
<br>
freeswitch@internal&gt; version<br>
FreeSWITCH Version 1.7.0+git~20150611T050046Z~67ed8f4260~64bit (git 67ed8f4 2015-06-11 05:00:46Z 64bit)<br>
<br>
freeswitch@internal&gt;<br>
<br>
Ill Test it.<br>
<br>
Any way... advice is welcome. Im very grateful for your help, patience and experience.<br>
<br>
<br>
2015-06-11 6:42 GMT-04:30 Victor Medina &lt;</span><a style=" font-family:'courier new'; font-size: 9pt;" href="javascript:_e(%7B%7D,'cvml','victor.medina@cibersys.com');">victor.medina@cibersys.com</a><span style=" font-family:'courier new'; font-size: 9pt;">&gt;:<br>
Trying both demos, and only calling 9196 (with or without videos) and an external phone (my cell) seems to me that Sip.js without further configuration works! Have not tried callin to and from another ext. And I am only using the demo site, So I cannot tweak it.<br>
<br>
If you want I can provide credentials for you to test.<br>
<br>
2015-06-11 6:35 GMT-04:30 Michael Jerris &lt;</span><a style=" font-family:'courier new'; font-size: 9pt;" href="javascript:_e(%7B%7D,'cvml','mike@jerris.com');">mike@jerris.com</a><span style=" font-family:'courier new'; font-size: 9pt;">&gt;:<br>
so are you saying sip.js works and jssip doesn't?<br>
<br>
<br>
On Thursday, June 11, 2015, Victor Medina &lt;</span><a style=" font-family:'courier new'; font-size: 9pt;" href="javascript:_e(%7B%7D,'cvml','victor.medina@cibersys.com');">victor.medina@cibersys.com</a><span style=" font-family:'courier new'; font-size: 9pt;">&gt; wrote:<br>
Michael. Denis. <br>
<br>
First of all. Good Morning guys.<br>
<br>
<br>
I am having some very similar problems to him.<br>
<br>
1.- I rebuilt Tuesday.<br>
2.- Server is on a 1gb connection, no nat.<br>
3.- Im behind a Nat @home<br>
4.- Dev team are JsSIP (Im honestly starting to hate it!)<br>
<br>
When I try 9196 with Video enable it works... for a while, then call is dropped<br>
When I try 9196 without Video it will not work, no rtp.<br>
<br>
What Im seeing is JsSIP setting up act/pass and Freeswitch using active, then JsSip complaining.<br>
If I try with Sip.js, it will set up act/pass, Freeswitch will setup active, and coversation will proceed.<br>
<br>
JsSIP seems to send a=group:BUNDLE audio video even if its an Audio only, JsSIP seems to always use RTP/SAVPF<br>
Sip.JS sees to a=group:BUNDLE audio video ONLY if its a video call, if its audio in only sends audio, Sip.js uses UDP/TLS/RTP/SAVPF<br>
<br>
<br>
Is there any trick?, settings? good advice? in the sip profile that could guaranteed or at least could provide some basic safety or assurance that wss/ws will work as expected? Servers most of the time will not be behind a NAT firewall. Most clients will do. Browsers will usually have Opus, VP8 and G711. And different js library will act pretty different. <br>
<br>
Im asking this as the man behind the FS servers =) , since must of the time they argue its my fault!, and not library/browser behaviour. <br>
Im willing to accept any advice on your side guys.<br>
<br>
As usual thanks! Every advice comment is welcome.<br>
<br>
<br>
The invite:<br>
<br>
INVITE sip:9196@conference2.cibersys.com SIP/2.0<br>
Via: SIP/2.0/WSS l3nbdffa0opf.invalid;branch=z9hG4bK7927680<br>
Max-Forwards: 69<br>
To: &lt;sip:9196@conference2.cibersys.com&gt;<br>
From: &lt;sip:1000@conference2.cibersys.com&gt;;tag=5hp7n36gjm<br>
Call-ID: jnicb84inognuej1f5hh<br>
CSeq: 6469 INVITE<br>
X-Can-Renegotiate: true<br>
Contact: &lt;sip:4iv564gg@l3nbdffa0opf.invalid;transport=ws;ob&gt;<br>
Content-Type: application/sdp<br>
Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS<br>
Supported: ice,outbound<br>
User-Agent: JsSIP 0.6.30<br>
Content-Length: 4285<br>
<br>
v=0<br>
o=- 2921960164244051031 2 IN IP4 127.0.0.1<br>
s=-<br>
t=0 0<br>
a=group:BUNDLE audio video<br>
a=msid-semantic: WMS DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14<br>
m=audio 34582 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126<br>
c=IN IP4 200.82.236.209<br>
a=rtcp:45589 IN IP4 200.82.236.209<br>
a=candidate:2999745851 1 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122194687">2122194687</a><span style=" font-family:'courier new'; font-size: 9pt;"> 192.168.56.1 54329 typ host generation 0<br>
a=candidate:1013097898 1 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122129151">2122129151</a><span style=" font-family:'courier new'; font-size: 9pt;"> 10.0.1.8 54330 typ host generation 0<br>
a=candidate:2999745851 2 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122194686">2122194686</a><span style=" font-family:'courier new'; font-size: 9pt;"> 192.168.56.1 54331 typ host generation 0<br>
a=candidate:1013097898 2 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122129150">2122129150</a><span style=" font-family:'courier new'; font-size: 9pt;"> 10.0.1.8 54332 typ host generation 0<br>
a=candidate:50610563 2 udp 1685921534 200.82.236.209 45589 typ srflx raddr 10.0.1.8 rport 54332 generation 0<br>
a=candidate:50610563 1 udp 1685921535 200.82.236.209 34582 typ srflx raddr 10.0.1.8 rport 54330 generation 0<br>
a=candidate:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4233069003">4233069003</a><span style=" font-family:'courier new'; font-size: 9pt;"> 1 tcp 1518214911 192.168.56.1 0 typ host tcptype active generation 0<br>
a=candidate:1927371098 1 tcp 1518149375 10.0.1.8 0 typ host tcptype active generation 0<br>
a=candidate:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4233069003">4233069003</a><span style=" font-family:'courier new'; font-size: 9pt;"> 2 tcp 1518214910 192.168.56.1 0 typ host tcptype active generation 0<br>
a=candidate:1927371098 2 tcp 1518149374 10.0.1.8 0 typ host tcptype active generation 0<br>
a=ice-ufrag:j2iFDE+TMp4by5ts<br>
a=ice-pwd:gW3Wu5v5qyW5vfka7YaM4KFt<br>
a=fingerprint:sha-256 34:95:A3:46:CF:B5:8C:3B:5C:E9:1C:80:39:54:67:7F:AA:FA:10:E3:2D:64:0F:00:43:EB:D2:FE:4A:58:0A:DC<br>
a=setup:actpass<br>
a=mid:audio<br>
a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level<br>
a=extmap:3 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time">http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time</a><br>
<span style=" font-family:'courier new'; font-size: 9pt;">a=sendrecv<br>
a=rtcp-mux<br>
a=rtpmap:111 opus/48000/2<br>
a=fmtp:111 minptime=10; useinbandfec=1<br>
a=rtpmap:103 ISAC/16000<br>
a=rtpmap:104 ISAC/32000<br>
a=rtpmap:9 G722/8000<br>
a=rtpmap:0 PCMU/8000<br>
a=rtpmap:8 PCMA/8000<br>
a=rtpmap:106 CN/32000<br>
a=rtpmap:105 CN/16000<br>
a=rtpmap:13 CN/8000<br>
a=rtpmap:126 telephone-event/8000<br>
a=maxptime:60<br>
a=ssrc:4294620237 cname:HxX5s5jUcyIryP5Z<br>
a=ssrc:4294620237 msid:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14 c35ff906-5ee6-433a-9f58-1fd28cc05605<br>
a=ssrc:4294620237 mslabel:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14<br>
a=ssrc:4294620237 label:c35ff906-5ee6-433a-9f58-1fd28cc05605<br>
m=video 41790 RTP/SAVPF 100 116 117 96<br>
c=IN IP4 200.82.236.209<br>
a=rtcp:42265 IN IP4 200.82.236.209<br>
a=candidate:2999745851 1 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122194687">2122194687</a><span style=" font-family:'courier new'; font-size: 9pt;"> 192.168.56.1 54333 typ host generation 0<br>
a=candidate:1013097898 1 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122129151">2122129151</a><span style=" font-family:'courier new'; font-size: 9pt;"> 10.0.1.8 54334 typ host generation 0<br>
a=candidate:2999745851 2 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122194686">2122194686</a><span style=" font-family:'courier new'; font-size: 9pt;"> 192.168.56.1 54335 typ host generation 0<br>
a=candidate:1013097898 2 udp </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:2122129150">2122129150</a><span style=" font-family:'courier new'; font-size: 9pt;"> 10.0.1.8 54336 typ host generation 0<br>
a=candidate:50610563 1 udp 1685921535 200.82.236.209 41790 typ srflx raddr 10.0.1.8 rport 54334 generation 0<br>
a=candidate:50610563 2 udp 1685921534 200.82.236.209 42265 typ srflx raddr 10.0.1.8 rport 54336 generation 0<br>
a=candidate:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4233069003">4233069003</a><span style=" font-family:'courier new'; font-size: 9pt;"> 1 tcp 1518214911 192.168.56.1 0 typ host tcptype active generation 0<br>
a=candidate:1927371098 1 tcp 1518149375 10.0.1.8 0 typ host tcptype active generation 0<br>
a=candidate:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4233069003">4233069003</a><span style=" font-family:'courier new'; font-size: 9pt;"> 2 tcp 1518214910 192.168.56.1 0 typ host tcptype active generation 0<br>
a=candidate:1927371098 2 tcp 1518149374 10.0.1.8 0 typ host tcptype active generation 0<br>
a=ice-ufrag:j2iFDE+TMp4by5ts<br>
a=ice-pwd:gW3Wu5v5qyW5vfka7YaM4KFt<br>
a=fingerprint:sha-256 34:95:A3:46:CF:B5:8C:3B:5C:E9:1C:80:39:54:67:7F:AA:FA:10:E3:2D:64:0F:00:43:EB:D2:FE:4A:58:0A:DC<br>
a=setup:actpass<br>
a=mid:video<br>
a=extmap:2 urn:ietf:params:rtp-hdrext:toffset<br>
a=extmap:3 </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time">http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time</a><br>
<span style=" font-family:'courier new'; font-size: 9pt;">a=extmap:4 urn:3gpp:video-orientation<br>
a=sendrecv<br>
a=rtcp-mux<br>
a=rtpmap:100 VP8/90000<br>
a=rtcp-fb:100 ccm fir<br>
a=rtcp-fb:100 nack<br>
a=rtcp-fb:100 nack pli<br>
a=rtcp-fb:100 goog-remb<br>
a=rtpmap:116 red/90000<br>
a=rtpmap:117 ulpfec/90000<br>
a=rtpmap:96 rtx/90000<br>
a=fmtp:96 apt=100<br>
a=ssrc-group:FID </span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4013710955">4013710955</a><span style=" font-family:'courier new'; font-size: 9pt;"> 1664537724<br>
a=ssrc:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4013710955">4013710955</a><span style=" font-family:'courier new'; font-size: 9pt;"> cname:HxX5s5jUcyIryP5Z<br>
a=ssrc:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4013710955">4013710955</a><span style=" font-family:'courier new'; font-size: 9pt;"> msid:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14 746564c8-940d-424e-8a4d-20aad74152ac<br>
a=ssrc:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4013710955">4013710955</a><span style=" font-family:'courier new'; font-size: 9pt;"> mslabel:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14<br>
a=ssrc:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4013710955">4013710955</a><span style=" font-family:'courier new'; font-size: 9pt;"> label:746564c8-940d-424e-8a4d-20aad74152ac<br>
a=ssrc:1664537724 cname:HxX5s5jUcyIryP5Z<br>
a=ssrc:1664537724 msid:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14 746564c8-940d-424e-8a4d-20aad74152ac<br>
a=ssrc:1664537724 mslabel:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14<br>
a=ssrc:1664537724 label:746564c8-940d-424e-8a4d-20aad74152ac<br>
<br>
<br>
Freeswitch response:<br>
<br>
SIP/2.0 200 OK<br>
Via: SIP/2.0/WSS l3nbdffa0opf.invalid;branch=z9hG4bK4050936;received=200.82.236.209;rport=45823<br>
From: &lt;sip:1000@conference2.cibersys.com&gt;;tag=5hp7n36gjm<br>
To: &lt;sip:9196@conference2.cibersys.com&gt;;tag=6g97NQgHK9NFD<br>
Call-ID: jnicb84inognuej1f5hh<br>
CSeq: 6470 INVITE<br>
Contact: &lt;sip:9196@167.114.64.133:5060;transport=udp&gt;<br>
User-Agent: FreeSWITCH-mod_sofia/1.7.0+git~20150609T042756Z~18063a4754~64bit<br>
Accept: application/sdp<br>
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE<br>
Supported: timer, path, replaces<br>
Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer<br>
Session-Expires: 120;refresher=uas<br>
Content-Type: application/sdp<br>
Content-Disposition: session<br>
Content-Length: 1493<br>
Remote-Party-ID: "9196" &lt;sip:9196@conference2.cibersys.com&gt;;party=calling;privacy=off;screen=no<br>
<br>
v=0<br>
o=FreeSWITCH 1433989971 1433989972 IN IP4 167.114.64.133<br>
s=FreeSWITCH<br>
c=IN IP4 167.114.64.133<br>
t=0 0<br>
a=msid-semantic: WMS 0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU<br>
m=audio 26946 RTP/SAVPF 0 126<br>
a=rtpmap:0 PCMU/8000<br>
a=rtpmap:126 telephone-event/8000<br>
a=ptime:20<br>
a=fingerprint:sha-256 68:8F:C5:D4:DB:3B:F2:05:F6:D2:A0:3A:0F:3E:BF:A5:71:3B:36:EA:9B:CF:23:E4:B2:A9:7C:FC:FB:47:5B:9E<br>
a=setup:active<br>
a=rtcp-mux<br>
a=rtcp:26946 IN IP4 167.114.64.133<br>
a=ice-ufrag:mlzYgDD5JKJDxLou<br>
a=ice-pwd:YtrWsCxoRPNUbuSnGhcMKFHk<br>
a=candidate:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="tel:4322851414">4322851414</a><span style=" font-family:'courier new'; font-size: 9pt;"> 1 udp 659136 167.114.64.133 26946 typ host generation 0<br>
a=ssrc:1635618133 cname:6ne788lL6orydvR7<br>
a=ssrc:1635618133 msid:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU a0<br>
a=ssrc:1635618133 mslabel:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU<br>
a=ssrc:1635618133 label:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcUa0<br>
m=video 31094 RTP/SAVPF 100<br>
b=AS:2048<br>
a=rtpmap:100 VP8/90000<br>
a=fingerprint:sha-256 68:8F:C5:D4:DB:3B:F2:05:F6:D2:A0:3A:0F:3E:BF:A5:71:3B:36:EA:9B:CF:23:E4:B2:A9:7C:FC:FB:47:5B:9E<br>
a=setup:active<br>
a=rtcp-mux<br>
a=rtcp:31094 IN IP4 167.114.64.133<br>
a=rtcp-fb:100 ccm fir<br>
a=rtcp-fb:100 nack<br>
a=rtcp-fb:100 nack pli<br>
a=ssrc:918630538 cname:6ne788lL6orydvR7<br>
a=ssrc:918630538 msid:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU v0<br>
a=ssrc:918630538 mslabel:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU<br>
a=ssrc:918630538 label:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcUv0<br>
a=ice-ufrag:hSaGxCKm9rBsOttY<br>
a=ice-pwd:lQkem2ZJp6GKqgwxYw3mZEyZ<br>
a=candidate:5976490621 1 udp 659136 167.114.64.133 31094 typ host generation 0<br>
<br>
jssip.js:21418 JsSIP:Transport sending WebSocket message:<br>
<br>
SIP/2.0 100 Trying<br>
Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK8FZSBmg68N2vQ<br>
To: &lt;sip:1000@conference2.cibersys.com&gt;;tag=5hp7n36gjm<br>
From: &lt;sip:9196@conference2.cibersys.com&gt;;tag=6g97NQgHK9NFD<br>
Call-ID: jnicb84inognuej1f5hh<br>
CSeq: 76672396 INVITE<br>
Supported: ice,outbound<br>
Content-Length: 0<br>
<br>
<br>
 +4ms<br>
jssip.js:21418 JsSIP:RTCSession receiveRequest() +1ms<br>
jssip.js:21418 JsSIP:RTCSession receiveReinvite() +0ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection setRemoteDescription() +5ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection onsignalingstatechange() | signalingState: have-remote-offer +2ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection setRemoteDescription() | success +13ms<br>
jssip.js:21418 JsSIP:RTCSession createLocalDescription() +0ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection createAnswer() +1ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection createAnswer() | success +1ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection setLocalDescription() +1ms<br>
jssip.js:21593 rtcninja:ERROR:RTCPeerConnection setLocalDescription() | error: +1ms Failed to set local answer sdp: Failed to push down transport description: Offerer must use actpass value for setup attribute.<br>
jssip.js:21418 JsSIP:Transport sending WebSocket message:<br>
<br>
SIP/2.0 500 JsSIP Internal Error<br>
Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK8FZSBmg68N2vQ<br>
To: &lt;sip:1000@conference2.cibersys.com&gt;;tag=5hp7n36gjm<br>
From: &lt;sip:9196@conference2.cibersys.com&gt;;tag=6g97NQgHK9NFD<br>
Call-ID: jnicb84inognuej1f5hh<br>
CSeq: 76672396 INVITE<br>
Supported: ice,outbound<br>
Content-Length: 0<br>
<br>
<br>
 +1ms<br>
jssip.js:21418 JsSIP:Transport received WebSocket text message:<br>
<br>
ACK sip:4iv564gg@l3nbdffa0opf.invalid;transport=ws;ob SIP/2.0<br>
Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK8FZSBmg68N2vQ<br>
Max-Forwards: 70<br>
From: &lt;sip:9196@conference2.cibersys.com&gt;;tag=6g97NQgHK9NFD<br>
To: &lt;sip:1000@conference2.cibersys.com&gt;;tag=5hp7n36gjm<br>
Call-ID: jnicb84inognuej1f5hh<br>
CSeq: 76672396 ACK<br>
Content-Length: 0<br>
<br>
<br>
 +405ms<br>
jssip.js:21418 JsSIP:Transport received WebSocket text message:<br>
<br>
BYE sip:4iv564gg@l3nbdffa0opf.invalid;transport=ws;ob SIP/2.0<br>
Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK9rrjDF195yrFK<br>
Max-Forwards: 70<br>
From: &lt;sip:9196@conference2.cibersys.com&gt;;tag=6g97NQgHK9NFD<br>
To: &lt;sip:1000@conference2.cibersys.com&gt;;tag=5hp7n36gjm<br>
Call-ID: jnicb84inognuej1f5hh<br>
CSeq: 76672397 BYE<br>
Contact: &lt;sip:9196@167.114.64.133:5060;transport=udp&gt;<br>
User-Agent: FreeSWITCH-mod_sofia/1.7.0+git~20150609T042756Z~18063a4754~64bit<br>
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE<br>
Supported: timer, path, replaces<br>
Content-Length: 0<br>
<br>
<br>
 +4ms<br>
jssip.js:21418 JsSIP:RTCSession receiveRequest() +6ms<br>
jssip.js:21418 JsSIP:Transport sending WebSocket message:<br>
<br>
SIP/2.0 200 OK<br>
Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK9rrjDF195yrFK<br>
To: &lt;sip:1000@conference2.cibersys.com&gt;;tag=5hp7n36gjm<br>
From: &lt;sip:9196@conference2.cibersys.com&gt;;tag=6g97NQgHK9NFD<br>
Call-ID: jnicb84inognuej1f5hh<br>
CSeq: 76672397 BYE<br>
Supported: outbound<br>
Content-Length: 0<br>
<br>
<br>
 +1ms<br>
jssip.js:21418 JsSIP:RTCSession session ended +0ms<br>
jssip.js:21418 JsSIP:RTCSession close() +1ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection close() +1ms<br>
jssip.js:21418 JsSIP:RTCSession close() | closing local MediaStream +5ms<br>
jssip.js:21418 rtcninja:Adapter closeMediaStream() | calling stop() on all the MediaStreamTrack +1ms<br>
jssip.js:21418 JsSIP:Dialog dialog jnicb84inognuej1f5hh5hp7n36gjm6g97NQgHK9NFD deleted +0ms<br>
jssip.js:21418 rtcninja:Adapter closeMediaStream() | calling stop() on all the MediaStreamTrack +13ms<br>
jssip.js:21418 JsSIP:NonInviteServerTransaction Timer J expired for transaction z9hG4bK9rrjDF195yrFK +1ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection oniceconnectionstatechange() | iceConnectionState: closed +1ms<br>
jssip.js:21418 rtcninja:RTCPeerConnection onsignalingstatechange() | signalingState: closed +0ms<br>
jssip.js:21418 JsSIP:InviteServerTransaction Timer H expired for transaction z9hG4bK8FZSBmg68N2vQ +32s<br>
<br>
<br>
2015-06-11 5:36 GMT-04:30 Michael Jerris &lt;mike@jerris.com&gt;:<br>
can you confirm you are using latest master code?<br>
<br>
On Jun 11, 2015, at 4:11 AM, Denis Jakovlev &lt;yadenis@seznam.cz&gt; wrote:<br>
Hi All,<br>
<br>
No proxy I have here a log. I do not understand why it does not work<br>
<br>
<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd v=0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd o=FreeSWITCH 1433990004 1433990006 IN IP4 62.168.61.75<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd s=FreeSWITCH<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd c=IN IP4 62.168.61.75<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd t=0 0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=msid-semantic: WMS 9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd m=audio 19680 RTP/SAVPF 111 126 106<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:111 opus/48000/2<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=fmtp:111 useinbandfec=1; minptime=10<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:126 telephone-event/8000<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:106 CN/8000<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ptime:20<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=sendrecv<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=fingerprint:sha-256 85:0C:F2:1A:E0:24:BE:9C:B0:22:6F:57:95:EA:44:4E:97:14:D1:AA:F5:CC:F5:99:9C:D0:95:72:D7:A5:24:A5<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=setup:active<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-mux<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp:19680 IN IP4 62.168.61.75<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ice-ufrag:B1CrawQReO5oNpw5<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ice-pwd:yRuHfs2XKtcpSvwkmYBmki4p<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=candidate:1471468333 1 udp 659136 62.168.61.75 19680 typ host generation 0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563 cname:sjuyix8uSrApOzsg<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563 msid:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti a0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563 mslabel:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563 label:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8tia0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd m=video 26744 RTP/SAVPF 100<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:100 VP8/90000<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=fingerprint:sha-256 85:0C:F2:1A:E0:24:BE:9C:B0:22:6F:57:95:EA:44:4E:97:14:D1:AA:F5:CC:F5:99:9C:D0:95:72:D7:A5:24:A5<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=setup:active<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-mux<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp:26744 IN IP4 62.168.61.75<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd b=AS:1024<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-fb:100 ccm fir<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-fb:100 nack<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-fb:100 nack pli<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585 cname:sjuyix8uSrApOzsg<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585 msid:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti v0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585 mslabel:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585 label:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8tiv0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ice-ufrag:1Izq5669ZYJtxd4D<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ice-pwd:GuVXnqIVLGfyekd5SClNziMp<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=candidate:0062636174 1 udp 659136 62.168.61.75 26744 typ host generation 0<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd <br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.981091 [NOTICE] switch_ivr_originate.c:3522 Channel [sofia/internal/1004@62.168.61.75] has been answered<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.981091 [DEBUG] switch_channel.c:3759 (sofia/internal/1004@62.168.61.75) Callstate Change EARLY -&gt; ACTIVE<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.981091 [DEBUG] sofia.c:6701 Channel sofia/internal/1004@62.168.61.75 entering state [completed][200]<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.981091 [DEBUG] switch_ivr_originate.c:3580 Originate Resulted in Success: [sofia/internal/91q3mnj4@302talpeitp7.invalid]<br>
9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091 [NOTICE] switch_core_session.c:1657 Session 2 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Ended<br>
9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091 [NOTICE] switch_core_session.c:1661 Close Channel sofia/internal/91q3mnj4@302talpeitp7.invalid [CS_DESTROY]<br>
9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091 [DEBUG] switch_core_state_machine.c:630 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Running State Change CS_DESTROY<br>
9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State DESTROY<br>
9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091 [DEBUG] mod_sofia.c:341 sofia/internal/91q3mnj4@302talpeitp7.invalid SOFIA DESTROY<br>
9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091 [DEBUG] switch_core_state_machine.c:111 sofia/internal/91q3mnj4@302talpeitp7.invalid Standard DESTROY<br>
9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State DESTROY going to sleep<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.991091 [DEBUG] switch_ivr_originate.c:3580 Originate Resulted in Success: [sofia/internal/91q3mnj4@302talpeitp7.invalid]<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091 [DEBUG] switch_core_media.c:8778 sofia/internal/91q3mnj4@302talpeitp7.invalid PAUSE Jitterbuffer<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.991091 [DEBUG] switch_core_media.c:8778 sofia/internal/1004@62.168.61.75 PAUSE Jitterbuffer<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091 [DEBUG] switch_ivr_bridge.c:1457 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State Change CS_CONSUME_MEDIA -&gt; CS_EXCHANGE_MEDIA<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Running State Change CS_EXCHANGE_MEDIA<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091 [DEBUG] switch_core_state_machine.c:542 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State EXCHANGE_MEDIA<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091 [DEBUG] mod_sofia.c:612 SOFIA EXCHANGE_MEDIA<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.041090 [DEBUG] sofia.c:6701 Channel sofia/internal/1004@62.168.61.75 entering state [ready][200]<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.041090 [NOTICE] sofia.c:952 Hangup sofia/internal/1004@62.168.61.75 [CS_EXECUTE] [NORMAL_CLEARING]<br>
2015-06-11 10:01:34.041090 [DEBUG] switch_core_media.c:4983 sofia/internal/1004@62.168.61.75 Video thread ended<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.041090 [DEBUG] switch_ivr_bridge.c:649 BRIDGE THREAD DONE [sofia/internal/1004@62.168.61.75]<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.061089 [DEBUG] switch_ivr_bridge.c:590 Ending video thread.<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.061089 [DEBUG] switch_ivr_bridge.c:638 Ending video thread.<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_ivr_bridge.c:98 sofia/internal/91q3mnj4@302talpeitp7.invalid video thread ended.<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_ivr_bridge.c:649 BRIDGE THREAD DONE [sofia/internal/91q3mnj4@302talpeitp7.invalid]<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [NOTICE] switch_ivr_bridge.c:746 Hangup sofia/internal/91q3mnj4@302talpeitp7.invalid [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:542 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State EXCHANGE_MEDIA going to sleep<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Running State Change CS_HANGUP<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Callstate Change ACTIVE -&gt; HANGUP<br>
2015-06-11 10:01:34.071090 [DEBUG] switch_core_media.c:4983 sofia/internal/91q3mnj4@302talpeitp7.invalid Video thread ended<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:741 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State HANGUP<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_ivr_bridge.c:1555 sofia/internal/91q3mnj4@302talpeitp7.invalid skip receive message [UNBRIDGE] (channel is hungup already)<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] mod_sofia.c:425 sofia/internal/91q3mnj4@302talpeitp7.invalid Overriding SIP cause 480 with 200 from the other leg<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_ivr_bridge.c:1558 sofia/internal/1004@62.168.61.75 skip receive message [UNBRIDGE] (channel is hungup already)<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] mod_sofia.c:431 Channel sofia/internal/91q3mnj4@302talpeitp7.invalid hanging up, cause: NORMAL_CLEARING<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] mod_sofia.c:483 Sending BYE to sofia/internal/91q3mnj4@302talpeitp7.invalid<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:60 sofia/internal/91q3mnj4@302talpeitp7.invalid Standard HANGUP, cause: NORMAL_CLEARING<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:741 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State HANGUP going to sleep<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_session.c:2924 sofia/internal/1004@62.168.61.75 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:539 (sofia/internal/1004@62.168.61.75) State EXECUTE going to sleep<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/1004@62.168.61.75) Running State Change CS_HANGUP<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:508 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State Change CS_HANGUP -&gt; CS_REPORTING<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1004@62.168.61.75) Callstate Change ACTIVE -&gt; HANGUP<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Running State Change CS_REPORTING<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:741 (sofia/internal/1004@62.168.61.75) State HANGUP<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] mod_sofia.c:425 sofia/internal/1004@62.168.61.75 Overriding SIP cause 480 with 503 from the other leg<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] mod_sofia.c:431 Channel sofia/internal/1004@62.168.61.75 hanging up, cause: NORMAL_CLEARING<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:827 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State REPORTING<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:104 sofia/internal/91q3mnj4@302talpeitp7.invalid Standard REPORTING, cause: NORMAL_CLEARING<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:827 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State REPORTING going to sleep<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:499 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State Change CS_REPORTING -&gt; CS_DESTROY<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_session.c:1639 Session 3 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Locked, Waiting on external entities<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [NOTICE] switch_core_session.c:1657 Session 3 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Ended<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [NOTICE] switch_core_session.c:1661 Close Channel sofia/internal/91q3mnj4@302talpeitp7.invalid [CS_DESTROY]<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:60 sofia/internal/1004@62.168.61.75 Standard HANGUP, cause: NORMAL_CLEARING<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:741 (sofia/internal/1004@62.168.61.75) State HANGUP going to sleep<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:508 (sofia/internal/1004@62.168.61.75) State Change CS_HANGUP -&gt; CS_REPORTING<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:630 (sofia/internal/91q3mnj4@302talpeitp7.invalid) Running State Change CS_DESTROY<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/1004@62.168.61.75) Running State Change CS_REPORTING<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:827 (sofia/internal/1004@62.168.61.75) State REPORTING<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:104 sofia/internal/1004@62.168.61.75 Standard REPORTING, cause: NORMAL_CLEARING<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:827 (sofia/internal/1004@62.168.61.75) State REPORTING going to sleep<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State DESTROY<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] mod_sofia.c:341 sofia/internal/91q3mnj4@302talpeitp7.invalid SOFIA DESTROY<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:111 sofia/internal/91q3mnj4@302talpeitp7.invalid Standard DESTROY<br>
6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/91q3mnj4@302talpeitp7.invalid) State DESTROY going to sleep<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:499 (sofia/internal/1004@62.168.61.75) State Change CS_REPORTING -&gt; CS_DESTROY<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_session.c:1639 Session 1 (sofia/internal/1004@62.168.61.75) Locked, Waiting on external entities<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [NOTICE] switch_core_session.c:1657 Session 1 (sofia/internal/1004@62.168.61.75) Ended<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [NOTICE] switch_core_session.c:1661 Close Channel sofia/internal/1004@62.168.61.75 [CS_DESTROY]<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:630 (sofia/internal/1004@62.168.61.75) Running State Change CS_DESTROY<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/1004@62.168.61.75) State DESTROY<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] mod_sofia.c:341 sofia/internal/1004@62.168.61.75 SOFIA DESTROY<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:111 sofia/internal/1004@62.168.61.75 Standard DESTROY<br>
cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/1004@62.168.61.75) State DESTROY going to sleep<br>
<br>
<br>
<br>
<span style=" color: #c0c0c0;"><i>-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
</i></span></span><a style=" color: #c0c0c0; font-family:'courier new'; font-size: 9pt; font-style: Italic;" href="http://mob.tel">mob.tel</a><span style=" font-family:'courier new'; font-size: 9pt; color: #c0c0c0;"><i>. 775-415-382<br>
<br>
st&#345;eda 10. &#269;ervna 2015, 20:46:51, napsal jste:<br>
<br>
</i></span><table>
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td><span style=" font-family:'courier new'; font-size: 9pt;">If you dont need proxy, dont use it.. if you have another issue, why not look at that, as it may be related.<br>
<br>
On Jun 10, 2015, at 2:39 PM, Denis Jakovlev &lt;yadenis@seznam.cz&gt; wrote:<br>
<br>
Dobr&#253; den.<br>
<br>
No. But without a proxy that does not work either.<br>
<br>
<span style=" font-size: 8pt; color: #c0c0c0;"><i>-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
</i></span></span><a style=" color: #c0c0c0; font-family:'courier new'; font-size: 9pt; font-style: Italic;" href="http://mob.tel">mob.tel</a><span style=" font-family:'courier new'; font-size: 9pt; color: #c0c0c0;"><i>. 775-415-382<br>
<br>
</i>On 10. 6. 2015, at 20:17, Michael Jerris &lt;<span style=" color: #000000;">mike@jerris.com&gt; wrote:</td>
</tr>
</table>
<span style=" font-family:'courier new'; font-size: 9pt;">Is there any reason you actually need proxy? &nbsp;<br>
<br>
On Jun 10, 2015, at 1:47 PM, Denis Jakovlev &lt;yadenis@seznam.cz&gt; wrote:<br>
<br>
Dobr&#253; den.<br>
<br>
This is the latest version 1.7. On Debian<br>
<br>
<span style=" font-size: 8pt; color: #c0c0c0;"><i>-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
</i></span></span><a style=" color: #c0c0c0; font-family:'courier new'; font-size: 9pt; font-style: Italic;" href="http://mob.tel">mob.tel</a><span style=" font-family:'courier new'; font-size: 9pt; color: #c0c0c0;"><i>. 775-415-382<br>
<br>
</i>On 10. 6. 2015, at 18:04, Michael Jerris &lt;<span style=" color: #000000;">mike@jerris.com&gt; wrote:<br>
<br>
This sounds like an old bug we already fixed.<br>
<br>
On Wednesday, June 10, 2015, Denis Jakovlev &lt;yadenis@seznam.cz&gt; wrote:<br>
Hi all,<br>
<br>
I have a strange problem. I use jssyp for communication. Conference work. 9193 also work and video writes perfectly.<br>
<br>
But when I try to call from 1004 to 1006 for example, I have an error<br>
<br>
2015-06-10 16:13:06.524244 [WARNING] switch_core_codec.c:717 Codec PROXY Exists but not at the desired implementation. 0hz 0ms 1ch<br>
2015-06-10 16:13:06.524244 [ERR] switch_core_media.c:2788 Can't load codec?<br>
<br>
<br>
inbound-proxy-media true<br>
inbound-late-negotiation true<br>
<br>
what am I doing wrong?<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services: <br>
consulting@freeswitch.org<br>
</span></span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">Official FreeSWITCH Sites<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">FreeSWITCH-users mailing list<br>
FreeSWITCH-users@lists.freeswitch.org<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
<span style=" font-family:'courier new'; font-size: 9pt;">UNSUBSCRIBE:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
consulting@freeswitch.org<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">Official FreeSWITCH Sites<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">FreeSWITCH-users mailing list<br>
FreeSWITCH-users@lists.freeswitch.org<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
<span style=" font-family:'courier new'; font-size: 9pt;">UNSUBSCRIBE:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">-- <br>
<br>
<br>
<br>
V&#237;ctor E. Medina M.<br>
Platform Architect / Chief Infrastructure<br>
+58424 291 4561<br>
BB #79A8AFA2<br>
@VMCibersys<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="javascript:_e(%7B%7D,'cvml','consulting@freeswitch.org');">consulting@freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">Official FreeSWITCH Sites<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">FreeSWITCH-users mailing list<br>
</span><a style=" font-family:'courier new'; font-size: 9pt;" href="javascript:_e(%7B%7D,'cvml','FreeSWITCH-users@lists.freeswitch.org');">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
<span style=" font-family:'courier new'; font-size: 9pt;">UNSUBSCRIBE:</span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a style=" font-family:'courier new'; font-size: 9pt;" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">-- <br>
<br>
<br>
<br>
V&#237;ctor E. Medina M.<br>
Platform Architect / Chief Infrastructure<br>
+58424 291 4561<br>
BB #79A8AFA2<br>
@VMCibersys<br>
<br>
<br>
<br>
<br>
-- <br>
<br>
<br>
<br>
V&#237;ctor E. Medina M.<br>
Platform Architect / Chief Infrastructure<br>
+58424 291 4561<br>
BB #79A8AFA2<br>
@VMCibersys<br>
<br>
<br>
<br>
<br>
-- <br>
<br>
<br>
<br>
V&#237;ctor E. Medina M.<br>
Platform Architect / Chief Infrastructure<br>
+58424 291 4561<br>
BB #79A8AFA2<br>
@VMCibersys<br>
</td>
</tr>
</table>
</body></html>