[Freeswitch-users] The problem with the codec

Victor Medina victor.medina at cibersys.com
Thu Jun 11 18:25:57 MSD 2015


je je je I honestly asking myself the same! =)





2015-06-11 9:48 GMT-04:30 Michael Jerris <mike at jerris.com>:

> why is everyone so set on trying to get jssip working if sip.js works fine?
>
>
> On Thursday, June 11, 2015, Victor Medina <victor.medina at cibersys.com>
> wrote:
>
>> OK... think I found it.
>>
>>
>> Taken from... https://github.com/versatica/JsSIP/issues/320
>>
>>
>> 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.,
>>
>> m=audio 35070 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126
>>
>> According to RFC 5764 this in incorrect. The token shall be
>> UDP/TLS/RTP/SAVPF instead:
>>
>>    1.
>>
>>    Session Description for RTP/SAVP over DTLS
>>
>>    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:
>>
>>    o When a RTP/SAVP or RTP/SAVPF [RFC5124] stream is transported over
>>    DTLS with the Datagram Congestion Control Protocol (DCCP), then
>>    the token SHALL be DCCP/TLS/RTP/SAVP or DCCP/TLS/RTP/SAVPF
>>    respectively.
>>
>>    o When a RTP/SAVP or RTP/SAVPF stream is transported over DTLS with
>>    UDP, the token SHALL be UDP/TLS/RTP/SAVP or UDP/TLS/RTP/SAVPF
>>    respectively.
>>
>> 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).
>>
>> 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.
>>
>>
>> added this. Will try later.
>> description.sdp = description.sdp.replace(/ RTP\/SAVP/gi, "
>> UDP/TLS/RTP/SAVP");
>> this.pc.setLocalDescription( description);
>>
>>
>> Would somebody try it out? Confirm maybe? Line starting is.. 22241, on
>> JsSIP latest from Github, 0.6.30.
>>
>>
>> RTCPeerConnection.prototype.setLocalDescription = function (description,
>> successCallback, failureCallback) {
>>     debug('setLocalDescription()');
>>
>>     var self = this;
>>
>>     // VICTOR Modified/added this...
>>     description.sdp = description.sdp.replace(" RTP/SAVPF", "
>> UDP/TLS/RTP/SAVP");
>>     this.pc.setLocalDescription(description);
>>     // ENDS Here
>>
>>
>> 2015-06-11 6:52 GMT-04:30 Victor Medina <victor.medina at cibersys.com>:
>>
>>> I rebuilt
>>>
>>> freeswitch at internal> version
>>> FreeSWITCH Version 1.7.0+git~20150611T050046Z~67ed8f4260~64bit (git
>>> 67ed8f4 2015-06-11 05:00:46Z 64bit)
>>>
>>> freeswitch at internal>
>>>
>>> Ill Test it.
>>>
>>> Any way... advice is welcome. Im very grateful for your help, patience
>>> and experience.
>>>
>>>
>>> 2015-06-11 6:42 GMT-04:30 Victor Medina <victor.medina at cibersys.com>:
>>>
>>>> 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.
>>>>
>>>> If you want I can provide credentials for you to test.
>>>>
>>>> 2015-06-11 6:35 GMT-04:30 Michael Jerris <mike at jerris.com>:
>>>>
>>>>> so are you saying sip.js works and jssip doesn't?
>>>>>
>>>>>
>>>>> On Thursday, June 11, 2015, Victor Medina <victor.medina at cibersys.com>
>>>>> wrote:
>>>>>
>>>>>> Michael. Denis.
>>>>>>
>>>>>> First of all. Good Morning guys.
>>>>>>
>>>>>>
>>>>>> I am having some very similar problems to him.
>>>>>>
>>>>>> 1.- I rebuilt Tuesday.
>>>>>> 2.- Server is on a 1gb connection, no nat.
>>>>>> 3.- Im behind a Nat @home
>>>>>> 4.- Dev team are JsSIP (Im honestly starting to hate it!)
>>>>>>
>>>>>> When I try 9196 with Video enable it works... for a while, then call
>>>>>> is dropped
>>>>>> When I try 9196 without Video it will not work, no rtp.
>>>>>>
>>>>>> What Im seeing is JsSIP setting up act/pass and Freeswitch using
>>>>>> active, then JsSip complaining.
>>>>>> If I try with Sip.js, it will set up act/pass, Freeswitch will setup
>>>>>> active, and coversation will proceed.
>>>>>>
>>>>>> JsSIP seems to send a=group:BUNDLE audio video even if its an Audio
>>>>>> only, JsSIP seems to always use RTP/SAVPF
>>>>>> 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
>>>>>>
>>>>>>
>>>>>> 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.
>>>>>>
>>>>>> 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.
>>>>>> Im willing to accept any advice on your side guys.
>>>>>>
>>>>>> As usual thanks! Every advice comment is welcome.
>>>>>>
>>>>>>
>>>>>> The invite:
>>>>>>
>>>>>> INVITE sip:9196 at conference2.cibersys.com SIP/2.0
>>>>>> Via: SIP/2.0/WSS l3nbdffa0opf.invalid;branch=z9hG4bK7927680
>>>>>> Max-Forwards: 69
>>>>>> To: <sip:9196 at conference2.cibersys.com>
>>>>>> From: <sip:1000 at conference2.cibersys.com>;tag=5hp7n36gjm
>>>>>> Call-ID: jnicb84inognuej1f5hh
>>>>>> CSeq: 6469 INVITE
>>>>>> X-Can-Renegotiate: true
>>>>>> Contact: <sip:4iv564gg at l3nbdffa0opf.invalid;transport=ws;ob>
>>>>>> Content-Type: application/sdp
>>>>>> Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS
>>>>>> Supported: ice,outbound
>>>>>> User-Agent: JsSIP 0.6.30
>>>>>> Content-Length: 4285
>>>>>>
>>>>>> v=0
>>>>>> o=- 2921960164244051031 2 IN IP4 127.0.0.1
>>>>>> s=-
>>>>>> t=0 0
>>>>>> a=group:BUNDLE audio video
>>>>>> a=msid-semantic: WMS DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14
>>>>>> m=audio 34582 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126
>>>>>> c=IN IP4 200.82.236.209
>>>>>> a=rtcp:45589 IN IP4 200.82.236.209
>>>>>> a=candidate:2999745851 1 udp 2122194687 192.168.56.1 54329 typ host
>>>>>> generation 0
>>>>>> a=candidate:1013097898 1 udp 2122129151 10.0.1.8 54330 typ host
>>>>>> generation 0
>>>>>> a=candidate:2999745851 2 udp 2122194686 192.168.56.1 54331 typ host
>>>>>> generation 0
>>>>>> a=candidate:1013097898 2 udp 2122129150 10.0.1.8 54332 typ host
>>>>>> generation 0
>>>>>> a=candidate:50610563 2 udp 1685921534 200.82.236.209 45589 typ srflx
>>>>>> raddr 10.0.1.8 rport 54332 generation 0
>>>>>> a=candidate:50610563 1 udp 1685921535 200.82.236.209 34582 typ srflx
>>>>>> raddr 10.0.1.8 rport 54330 generation 0
>>>>>> a=candidate:4233069003 1 tcp 1518214911 192.168.56.1 0 typ host
>>>>>> tcptype active generation 0
>>>>>> a=candidate:1927371098 1 tcp 1518149375 10.0.1.8 0 typ host tcptype
>>>>>> active generation 0
>>>>>> a=candidate:4233069003 2 tcp 1518214910 192.168.56.1 0 typ host
>>>>>> tcptype active generation 0
>>>>>> a=candidate:1927371098 2 tcp 1518149374 10.0.1.8 0 typ host tcptype
>>>>>> active generation 0
>>>>>> a=ice-ufrag:j2iFDE+TMp4by5ts
>>>>>> a=ice-pwd:gW3Wu5v5qyW5vfka7YaM4KFt
>>>>>> 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
>>>>>> a=setup:actpass
>>>>>> a=mid:audio
>>>>>> a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
>>>>>> a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
>>>>>> a=sendrecv
>>>>>> a=rtcp-mux
>>>>>> a=rtpmap:111 opus/48000/2
>>>>>> a=fmtp:111 minptime=10; useinbandfec=1
>>>>>> a=rtpmap:103 ISAC/16000
>>>>>> a=rtpmap:104 ISAC/32000
>>>>>> a=rtpmap:9 G722/8000
>>>>>> a=rtpmap:0 PCMU/8000
>>>>>> a=rtpmap:8 PCMA/8000
>>>>>> a=rtpmap:106 CN/32000
>>>>>> a=rtpmap:105 CN/16000
>>>>>> a=rtpmap:13 CN/8000
>>>>>> a=rtpmap:126 telephone-event/8000
>>>>>> a=maxptime:60
>>>>>> a=ssrc:4294620237 cname:HxX5s5jUcyIryP5Z
>>>>>> a=ssrc:4294620237 msid:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14
>>>>>> c35ff906-5ee6-433a-9f58-1fd28cc05605
>>>>>> a=ssrc:4294620237 mslabel:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14
>>>>>> a=ssrc:4294620237 label:c35ff906-5ee6-433a-9f58-1fd28cc05605
>>>>>> m=video 41790 RTP/SAVPF 100 116 117 96
>>>>>> c=IN IP4 200.82.236.209
>>>>>> a=rtcp:42265 IN IP4 200.82.236.209
>>>>>> a=candidate:2999745851 1 udp 2122194687 192.168.56.1 54333 typ host
>>>>>> generation 0
>>>>>> a=candidate:1013097898 1 udp 2122129151 10.0.1.8 54334 typ host
>>>>>> generation 0
>>>>>> a=candidate:2999745851 2 udp 2122194686 192.168.56.1 54335 typ host
>>>>>> generation 0
>>>>>> a=candidate:1013097898 2 udp 2122129150 10.0.1.8 54336 typ host
>>>>>> generation 0
>>>>>> a=candidate:50610563 1 udp 1685921535 200.82.236.209 41790 typ srflx
>>>>>> raddr 10.0.1.8 rport 54334 generation 0
>>>>>> a=candidate:50610563 2 udp 1685921534 200.82.236.209 42265 typ srflx
>>>>>> raddr 10.0.1.8 rport 54336 generation 0
>>>>>> a=candidate:4233069003 1 tcp 1518214911 192.168.56.1 0 typ host
>>>>>> tcptype active generation 0
>>>>>> a=candidate:1927371098 1 tcp 1518149375 10.0.1.8 0 typ host tcptype
>>>>>> active generation 0
>>>>>> a=candidate:4233069003 2 tcp 1518214910 192.168.56.1 0 typ host
>>>>>> tcptype active generation 0
>>>>>> a=candidate:1927371098 2 tcp 1518149374 10.0.1.8 0 typ host tcptype
>>>>>> active generation 0
>>>>>> a=ice-ufrag:j2iFDE+TMp4by5ts
>>>>>> a=ice-pwd:gW3Wu5v5qyW5vfka7YaM4KFt
>>>>>> 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
>>>>>> a=setup:actpass
>>>>>> a=mid:video
>>>>>> a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
>>>>>> a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
>>>>>> a=extmap:4 urn:3gpp:video-orientation
>>>>>> a=sendrecv
>>>>>> a=rtcp-mux
>>>>>> a=rtpmap:100 VP8/90000
>>>>>> a=rtcp-fb:100 ccm fir
>>>>>> a=rtcp-fb:100 nack
>>>>>> a=rtcp-fb:100 nack pli
>>>>>> a=rtcp-fb:100 goog-remb
>>>>>> a=rtpmap:116 red/90000
>>>>>> a=rtpmap:117 ulpfec/90000
>>>>>> a=rtpmap:96 rtx/90000
>>>>>> a=fmtp:96 apt=100
>>>>>> a=ssrc-group:FID 4013710955 1664537724
>>>>>> a=ssrc:4013710955 cname:HxX5s5jUcyIryP5Z
>>>>>> a=ssrc:4013710955 msid:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14
>>>>>> 746564c8-940d-424e-8a4d-20aad74152ac
>>>>>> a=ssrc:4013710955 mslabel:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14
>>>>>> a=ssrc:4013710955 label:746564c8-940d-424e-8a4d-20aad74152ac
>>>>>> a=ssrc:1664537724 cname:HxX5s5jUcyIryP5Z
>>>>>> a=ssrc:1664537724 msid:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14
>>>>>> 746564c8-940d-424e-8a4d-20aad74152ac
>>>>>> a=ssrc:1664537724 mslabel:DZbwVhxdAQdrx5Y6oxT8gGV25DRfrP8tlZ14
>>>>>> a=ssrc:1664537724 label:746564c8-940d-424e-8a4d-20aad74152ac
>>>>>>
>>>>>>
>>>>>> Freeswitch response:
>>>>>>
>>>>>> SIP/2.0 200 OK
>>>>>> Via: SIP/2.0/WSS
>>>>>> l3nbdffa0opf.invalid;branch=z9hG4bK4050936;received=200.82.236.209;rport=45823
>>>>>> From: <sip:1000 at conference2.cibersys.com>;tag=5hp7n36gjm
>>>>>> To: <sip:9196 at conference2.cibersys.com>;tag=6g97NQgHK9NFD
>>>>>> Call-ID: jnicb84inognuej1f5hh
>>>>>> CSeq: 6470 INVITE
>>>>>> Contact: <sip:9196 at 167.114.64.133:5060;transport=udp>
>>>>>> User-Agent:
>>>>>> FreeSWITCH-mod_sofia/1.7.0+git~20150609T042756Z~18063a4754~64bit
>>>>>> Accept: application/sdp
>>>>>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE,
>>>>>> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
>>>>>> Supported: timer, path, replaces
>>>>>> Allow-Events: talk, hold, conference, presence, as-feature-event,
>>>>>> dialog, line-seize, call-info, sla, include-session-description,
>>>>>> presence.winfo, message-summary, refer
>>>>>> Session-Expires: 120;refresher=uas
>>>>>> Content-Type: application/sdp
>>>>>> Content-Disposition: session
>>>>>> Content-Length: 1493
>>>>>> Remote-Party-ID: "9196" <sip:9196 at conference2.cibersys.com
>>>>>> >;party=calling;privacy=off;screen=no
>>>>>>
>>>>>> v=0
>>>>>> o=FreeSWITCH 1433989971 1433989972 IN IP4 167.114.64.133
>>>>>> s=FreeSWITCH
>>>>>> c=IN IP4 167.114.64.133
>>>>>> t=0 0
>>>>>> a=msid-semantic: WMS 0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU
>>>>>> m=audio 26946 RTP/SAVPF 0 126
>>>>>> a=rtpmap:0 PCMU/8000
>>>>>> a=rtpmap:126 telephone-event/8000
>>>>>> a=ptime:20
>>>>>> 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
>>>>>> a=setup:active
>>>>>> a=rtcp-mux
>>>>>> a=rtcp:26946 IN IP4 167.114.64.133
>>>>>> a=ice-ufrag:mlzYgDD5JKJDxLou
>>>>>> a=ice-pwd:YtrWsCxoRPNUbuSnGhcMKFHk
>>>>>> a=candidate:4322851414 1 udp 659136 167.114.64.133 26946 typ host
>>>>>> generation 0
>>>>>> a=ssrc:1635618133 cname:6ne788lL6orydvR7
>>>>>> a=ssrc:1635618133 msid:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU a0
>>>>>> a=ssrc:1635618133 mslabel:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU
>>>>>> a=ssrc:1635618133 label:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcUa0
>>>>>> m=video 31094 RTP/SAVPF 100
>>>>>> b=AS:2048
>>>>>> a=rtpmap:100 VP8/90000
>>>>>> 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
>>>>>> a=setup:active
>>>>>> a=rtcp-mux
>>>>>> a=rtcp:31094 IN IP4 167.114.64.133
>>>>>> a=rtcp-fb:100 ccm fir
>>>>>> a=rtcp-fb:100 nack
>>>>>> a=rtcp-fb:100 nack pli
>>>>>> a=ssrc:918630538 cname:6ne788lL6orydvR7
>>>>>> a=ssrc:918630538 msid:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU v0
>>>>>> a=ssrc:918630538 mslabel:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcU
>>>>>> a=ssrc:918630538 label:0iktbV3nM7dQBZdt40DBM4ePZfgN4XcUv0
>>>>>> a=ice-ufrag:hSaGxCKm9rBsOttY
>>>>>> a=ice-pwd:lQkem2ZJp6GKqgwxYw3mZEyZ
>>>>>> a=candidate:5976490621 1 udp 659136 167.114.64.133 31094 typ host
>>>>>> generation 0
>>>>>>
>>>>>> jssip.js:21418 JsSIP:Transport sending WebSocket message:
>>>>>>
>>>>>> SIP/2.0 100 Trying
>>>>>> Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK8FZSBmg68N2vQ
>>>>>> To: <sip:1000 at conference2.cibersys.com>;tag=5hp7n36gjm
>>>>>> From: <sip:9196 at conference2.cibersys.com>;tag=6g97NQgHK9NFD
>>>>>> Call-ID: jnicb84inognuej1f5hh
>>>>>> CSeq: 76672396 INVITE
>>>>>> Supported: ice,outbound
>>>>>> Content-Length: 0
>>>>>>
>>>>>>
>>>>>>  +4ms
>>>>>> jssip.js:21418 JsSIP:RTCSession receiveRequest() +1ms
>>>>>> jssip.js:21418 JsSIP:RTCSession receiveReinvite() +0ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection setRemoteDescription() +5ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection onsignalingstatechange() |
>>>>>> signalingState: have-remote-offer +2ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection setRemoteDescription() |
>>>>>> success +13ms
>>>>>> jssip.js:21418 JsSIP:RTCSession createLocalDescription() +0ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection createAnswer() +1ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection createAnswer() | success
>>>>>> +1ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection setLocalDescription() +1ms
>>>>>> 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.
>>>>>> jssip.js:21418 JsSIP:Transport sending WebSocket message:
>>>>>>
>>>>>> SIP/2.0 500 JsSIP Internal Error
>>>>>> Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK8FZSBmg68N2vQ
>>>>>> To: <sip:1000 at conference2.cibersys.com>;tag=5hp7n36gjm
>>>>>> From: <sip:9196 at conference2.cibersys.com>;tag=6g97NQgHK9NFD
>>>>>> Call-ID: jnicb84inognuej1f5hh
>>>>>> CSeq: 76672396 INVITE
>>>>>> Supported: ice,outbound
>>>>>> Content-Length: 0
>>>>>>
>>>>>>
>>>>>>  +1ms
>>>>>> jssip.js:21418 JsSIP:Transport received WebSocket text message:
>>>>>>
>>>>>> ACK sip:4iv564gg at l3nbdffa0opf.invalid;transport=ws;ob SIP/2.0
>>>>>> Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK8FZSBmg68N2vQ
>>>>>> Max-Forwards: 70
>>>>>> From: <sip:9196 at conference2.cibersys.com>;tag=6g97NQgHK9NFD
>>>>>> To: <sip:1000 at conference2.cibersys.com>;tag=5hp7n36gjm
>>>>>> Call-ID: jnicb84inognuej1f5hh
>>>>>> CSeq: 76672396 ACK
>>>>>> Content-Length: 0
>>>>>>
>>>>>>
>>>>>>  +405ms
>>>>>> jssip.js:21418 JsSIP:Transport received WebSocket text message:
>>>>>>
>>>>>> BYE sip:4iv564gg at l3nbdffa0opf.invalid;transport=ws;ob SIP/2.0
>>>>>> Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK9rrjDF195yrFK
>>>>>> Max-Forwards: 70
>>>>>> From: <sip:9196 at conference2.cibersys.com>;tag=6g97NQgHK9NFD
>>>>>> To: <sip:1000 at conference2.cibersys.com>;tag=5hp7n36gjm
>>>>>> Call-ID: jnicb84inognuej1f5hh
>>>>>> CSeq: 76672397 BYE
>>>>>> Contact: <sip:9196 at 167.114.64.133:5060;transport=udp>
>>>>>> User-Agent:
>>>>>> FreeSWITCH-mod_sofia/1.7.0+git~20150609T042756Z~18063a4754~64bit
>>>>>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE,
>>>>>> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
>>>>>> Supported: timer, path, replaces
>>>>>> Content-Length: 0
>>>>>>
>>>>>>
>>>>>>  +4ms
>>>>>> jssip.js:21418 JsSIP:RTCSession receiveRequest() +6ms
>>>>>> jssip.js:21418 JsSIP:Transport sending WebSocket message:
>>>>>>
>>>>>> SIP/2.0 200 OK
>>>>>> Via: SIP/2.0/WSS 167.114.64.133:7443;branch=z9hG4bK9rrjDF195yrFK
>>>>>> To: <sip:1000 at conference2.cibersys.com>;tag=5hp7n36gjm
>>>>>> From: <sip:9196 at conference2.cibersys.com>;tag=6g97NQgHK9NFD
>>>>>> Call-ID: jnicb84inognuej1f5hh
>>>>>> CSeq: 76672397 BYE
>>>>>> Supported: outbound
>>>>>> Content-Length: 0
>>>>>>
>>>>>>
>>>>>>  +1ms
>>>>>> jssip.js:21418 JsSIP:RTCSession session ended +0ms
>>>>>> jssip.js:21418 JsSIP:RTCSession close() +1ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection close() +1ms
>>>>>> jssip.js:21418 JsSIP:RTCSession close() | closing local MediaStream
>>>>>> +5ms
>>>>>> jssip.js:21418 rtcninja:Adapter closeMediaStream() | calling stop()
>>>>>> on all the MediaStreamTrack +1ms
>>>>>> jssip.js:21418 JsSIP:Dialog dialog
>>>>>> jnicb84inognuej1f5hh5hp7n36gjm6g97NQgHK9NFD deleted +0ms
>>>>>> jssip.js:21418 rtcninja:Adapter closeMediaStream() | calling stop()
>>>>>> on all the MediaStreamTrack +13ms
>>>>>> jssip.js:21418 JsSIP:NonInviteServerTransaction Timer J expired for
>>>>>> transaction z9hG4bK9rrjDF195yrFK +1ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection
>>>>>> oniceconnectionstatechange() | iceConnectionState: closed +1ms
>>>>>> jssip.js:21418 rtcninja:RTCPeerConnection onsignalingstatechange() |
>>>>>> signalingState: closed +0ms
>>>>>> jssip.js:21418 JsSIP:InviteServerTransaction Timer H expired for
>>>>>> transaction z9hG4bK8FZSBmg68N2vQ +32s
>>>>>>
>>>>>>
>>>>>> 2015-06-11 5:36 GMT-04:30 Michael Jerris <mike at jerris.com>:
>>>>>>
>>>>>>> can you confirm you are using latest master code?
>>>>>>>
>>>>>>> On Jun 11, 2015, at 4:11 AM, Denis Jakovlev <yadenis at seznam.cz>
>>>>>>> wrote:
>>>>>>>
>>>>>>>  Hi All,
>>>>>>>
>>>>>>> No proxy I have here a log. I do not understand why it does not work
>>>>>>>
>>>>>>>
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd v=0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd o=FreeSWITCH 1433990004
>>>>>>> 1433990006 IN IP4 62.168.61.75
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd s=FreeSWITCH
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd c=IN IP4 62.168.61.75
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd t=0 0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=msid-semantic: WMS
>>>>>>> 9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd m=audio 19680 RTP/SAVPF 111 126
>>>>>>> 106
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:111 opus/48000/2
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=fmtp:111 useinbandfec=1;
>>>>>>> minptime=10
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:126
>>>>>>> telephone-event/8000
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:106 CN/8000
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ptime:20
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=sendrecv
>>>>>>> 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
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=setup:active
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-mux
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp:19680 IN IP4 62.168.61.75
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ice-ufrag:B1CrawQReO5oNpw5
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd
>>>>>>> a=ice-pwd:yRuHfs2XKtcpSvwkmYBmki4p
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=candidate:1471468333 1 udp
>>>>>>> 659136 62.168.61.75 19680 typ host generation 0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563
>>>>>>> cname:sjuyix8uSrApOzsg
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563
>>>>>>> msid:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti a0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563
>>>>>>> mslabel:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:763188563
>>>>>>> label:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8tia0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd m=video 26744 RTP/SAVPF 100
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtpmap:100 VP8/90000
>>>>>>> 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
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=setup:active
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-mux
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp:26744 IN IP4 62.168.61.75
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd b=AS:1024
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-fb:100 ccm fir
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-fb:100 nack
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=rtcp-fb:100 nack pli
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585
>>>>>>> cname:sjuyix8uSrApOzsg
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585
>>>>>>> msid:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti v0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585
>>>>>>> mslabel:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8ti
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ssrc:46204585
>>>>>>> label:9uZmf8cKmvsfGw8dCbIv0i4zRR8nj8tiv0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=ice-ufrag:1Izq5669ZYJtxd4D
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd
>>>>>>> a=ice-pwd:GuVXnqIVLGfyekd5SClNziMp
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd a=candidate:0062636174 1 udp
>>>>>>> 659136 62.168.61.75 26744 typ host generation 0
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.981091
>>>>>>> [NOTICE] switch_ivr_originate.c:3522 Channel
>>>>>>> [sofia/internal/1004 at 62.168.61.75] has been answered
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.981091
>>>>>>> [DEBUG] switch_channel.c:3759 (sofia/internal/1004 at 62.168.61.75) Callstate
>>>>>>> Change EARLY -> ACTIVE
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.981091
>>>>>>> [DEBUG] sofia.c:6701 Channel sofia/internal/1004 at 62.168.61.75 entering
>>>>>>> state [completed][200]
>>>>>>> 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 at 302talpeitp7.invalid]
>>>>>>> 9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091
>>>>>>> [NOTICE] switch_core_session.c:1657 Session 2
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Ended
>>>>>>> 9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091
>>>>>>> [NOTICE] switch_core_session.c:1661 Close Channel
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid [CS_DESTROY]
>>>>>>> 9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091
>>>>>>> [DEBUG] switch_core_state_machine.c:630
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Running State Change
>>>>>>> CS_DESTROY
>>>>>>> 9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091
>>>>>>> [DEBUG] switch_core_state_machine.c:640
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State DESTROY
>>>>>>> 9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091
>>>>>>> [DEBUG] mod_sofia.c:341 sofia/internal/91q3mnj4 at 302talpeitp7.invalid SOFIA
>>>>>>> DESTROY
>>>>>>> 9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091
>>>>>>> [DEBUG] switch_core_state_machine.c:111
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid Standard DESTROY
>>>>>>> 9c89d57d-f3b9-46d2-995d-8541ffc591bb 2015-06-11 10:01:33.981091
>>>>>>> [DEBUG] switch_core_state_machine.c:640
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State DESTROY going to sleep
>>>>>>> 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 at 302talpeitp7.invalid]
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091
>>>>>>> [DEBUG] switch_core_media.c:8778
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid PAUSE Jitterbuffer
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:33.991091
>>>>>>> [DEBUG] switch_core_media.c:8778 sofia/internal/1004 at 62.168.61.75 PAUSE
>>>>>>> Jitterbuffer
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091
>>>>>>> [DEBUG] switch_ivr_bridge.c:1457
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State Change
>>>>>>> CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091
>>>>>>> [DEBUG] switch_core_state_machine.c:473
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Running State Change
>>>>>>> CS_EXCHANGE_MEDIA
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091
>>>>>>> [DEBUG] switch_core_state_machine.c:542
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State EXCHANGE_MEDIA
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:33.991091
>>>>>>> [DEBUG] mod_sofia.c:612 SOFIA EXCHANGE_MEDIA
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.041090
>>>>>>> [DEBUG] sofia.c:6701 Channel sofia/internal/1004 at 62.168.61.75 entering
>>>>>>> state [ready][200]
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.041090
>>>>>>> [NOTICE] sofia.c:952 Hangup sofia/internal/1004 at 62.168.61.75 [CS_EXECUTE]
>>>>>>> [NORMAL_CLEARING]
>>>>>>> 2015-06-11 10:01:34.041090 [DEBUG] switch_core_media.c:4983
>>>>>>> sofia/internal/1004 at 62.168.61.75 Video thread ended
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.041090
>>>>>>> [DEBUG] switch_ivr_bridge.c:649 BRIDGE THREAD DONE
>>>>>>> [sofia/internal/1004 at 62.168.61.75]
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.061089
>>>>>>> [DEBUG] switch_ivr_bridge.c:590 Ending video thread.
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.061089
>>>>>>> [DEBUG] switch_ivr_bridge.c:638 Ending video thread.
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_ivr_bridge.c:98 sofia/internal/91q3mnj4 at 302talpeitp7.invalid
>>>>>>> video thread ended.
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_ivr_bridge.c:649 BRIDGE THREAD DONE
>>>>>>> [sofia/internal/91q3mnj4 at 302talpeitp7.invalid]
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [NOTICE] switch_ivr_bridge.c:746 Hangup
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid [CS_EXCHANGE_MEDIA]
>>>>>>> [NORMAL_CLEARING]
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:542
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State EXCHANGE_MEDIA going
>>>>>>> to sleep
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:473
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Running State Change
>>>>>>> CS_HANGUP
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:739
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Callstate Change ACTIVE ->
>>>>>>> HANGUP
>>>>>>> 2015-06-11 10:01:34.071090 [DEBUG] switch_core_media.c:4983
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid Video thread ended
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:741
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State HANGUP
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_ivr_bridge.c:1555
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid skip receive message
>>>>>>> [UNBRIDGE] (channel is hungup already)
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] mod_sofia.c:425 sofia/internal/91q3mnj4 at 302talpeitp7.invalid
>>>>>>> Overriding SIP cause 480 with 200 from the other leg
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_ivr_bridge.c:1558 sofia/internal/1004 at 62.168.61.75 skip
>>>>>>> receive message [UNBRIDGE] (channel is hungup already)
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] mod_sofia.c:431 Channel
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid hanging up, cause:
>>>>>>> NORMAL_CLEARING
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] mod_sofia.c:483 Sending BYE to
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:60
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid Standard HANGUP, cause:
>>>>>>> NORMAL_CLEARING
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:741
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State HANGUP going to sleep
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_session.c:2924 sofia/internal/1004 at 62.168.61.75 skip
>>>>>>> receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:539 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State EXECUTE going to sleep
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:473 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> Running State Change CS_HANGUP
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:508
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State Change CS_HANGUP ->
>>>>>>> CS_REPORTING
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> Callstate Change ACTIVE -> HANGUP
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:473
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Running State Change
>>>>>>> CS_REPORTING
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:741 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State HANGUP
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] mod_sofia.c:425 sofia/internal/1004 at 62.168.61.75 Overriding SIP
>>>>>>> cause 480 with 503 from the other leg
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] mod_sofia.c:431 Channel sofia/internal/1004 at 62.168.61.75 hanging
>>>>>>> up, cause: NORMAL_CLEARING
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:827
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State REPORTING
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:104
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid Standard REPORTING, cause:
>>>>>>> NORMAL_CLEARING
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:827
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State REPORTING going to
>>>>>>> sleep
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:499
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State Change CS_REPORTING ->
>>>>>>> CS_DESTROY
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_session.c:1639 Session 3
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Locked, Waiting on external
>>>>>>> entities
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [NOTICE] switch_core_session.c:1657 Session 3
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Ended
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [NOTICE] switch_core_session.c:1661 Close Channel
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid [CS_DESTROY]
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:60 sofia/internal/1004 at 62.168.61.75
>>>>>>> Standard HANGUP, cause: NORMAL_CLEARING
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:741 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State HANGUP going to sleep
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:508 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State Change CS_HANGUP -> CS_REPORTING
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:630
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) Running State Change
>>>>>>> CS_DESTROY
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:473 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> Running State Change CS_REPORTING
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:827 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State REPORTING
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:104 sofia/internal/1004 at 62.168.61.75
>>>>>>> Standard REPORTING, cause: NORMAL_CLEARING
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:827 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State REPORTING going to sleep
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:640
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State DESTROY
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] mod_sofia.c:341 sofia/internal/91q3mnj4 at 302talpeitp7.invalid SOFIA
>>>>>>> DESTROY
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:111
>>>>>>> sofia/internal/91q3mnj4 at 302talpeitp7.invalid Standard DESTROY
>>>>>>> 6a491493-bcc1-4aa7-b78b-913509bdb7b8 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:640
>>>>>>> (sofia/internal/91q3mnj4 at 302talpeitp7.invalid) State DESTROY going to sleep
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:499 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State Change CS_REPORTING -> CS_DESTROY
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_session.c:1639 Session 1
>>>>>>> (sofia/internal/1004 at 62.168.61.75) Locked, Waiting on external entities
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [NOTICE] switch_core_session.c:1657 Session 1
>>>>>>> (sofia/internal/1004 at 62.168.61.75) Ended
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [NOTICE] switch_core_session.c:1661 Close Channel
>>>>>>> sofia/internal/1004 at 62.168.61.75 [CS_DESTROY]
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:630 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> Running State Change CS_DESTROY
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:640 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State DESTROY
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] mod_sofia.c:341 sofia/internal/1004 at 62.168.61.75 SOFIA DESTROY
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:111 sofia/internal/1004 at 62.168.61.75
>>>>>>> Standard DESTROY
>>>>>>> cd8468d0-2f0f-4df2-a0df-d621bbc6ddcd 2015-06-11 10:01:34.071090
>>>>>>> [DEBUG] switch_core_state_machine.c:640 (sofia/internal/1004 at 62.168.61.75)
>>>>>>> State DESTROY going to sleep
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *-- S pozdravem, Ing.Denis Jakovlev
>>>>>>> mob.tel <http://mob.tel>. 775-415-382 středa 10. června 2015, 20:46:51,
>>>>>>> napsal jste: *
>>>>>>>  If you dont need proxy, dont use it.. if you have another issue,
>>>>>>> why not look at that, as it may be related.
>>>>>>>
>>>>>>> On Jun 10, 2015, at 2:39 PM, Denis Jakovlev <yadenis at seznam.cz>
>>>>>>> wrote:
>>>>>>>
>>>>>>> Dobrý den.
>>>>>>>
>>>>>>> No. But without a proxy that does not work either.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *-- S pozdravem, Ing.Denis Jakovlev
>>>>>>> mob.tel <http://mob.tel>. 775-415-382 *On 10. 6. 2015, at 20:17,
>>>>>>> Michael Jerris <mike at jerris.com> wrote:
>>>>>>>   Is there any reason you actually need proxy?
>>>>>>>
>>>>>>> On Jun 10, 2015, at 1:47 PM, Denis Jakovlev <yadenis at seznam.cz>
>>>>>>> wrote:
>>>>>>>
>>>>>>> Dobrý den.
>>>>>>>
>>>>>>> This is the latest version 1.7. On Debian
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *-- S pozdravem, Ing.Denis Jakovlev
>>>>>>> mob.tel <http://mob.tel>. 775-415-382 *On 10. 6. 2015, at 18:04,
>>>>>>> Michael Jerris <mike at jerris.com> wrote:
>>>>>>>
>>>>>>> This sounds like an old bug we already fixed.
>>>>>>>
>>>>>>> On Wednesday, June 10, 2015, Denis Jakovlev <yadenis at seznam.cz>
>>>>>>> wrote:
>>>>>>> Hi all,
>>>>>>>
>>>>>>> I have a strange problem. I use jssyp for communication. Conference
>>>>>>> work. 9193 also work and video writes perfectly.
>>>>>>>
>>>>>>> But when I try to call from 1004 to 1006 for example, I have an error
>>>>>>>
>>>>>>> 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
>>>>>>> 2015-06-10 16:13:06.524244 [ERR] switch_core_media.c:2788 Can't load
>>>>>>> codec?
>>>>>>>
>>>>>>>
>>>>>>> inbound-proxy-media true
>>>>>>> inbound-late-negotiation true
>>>>>>>
>>>>>>> what am I doing wrong?
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://confluence.freeswitch.org
>>>>>>> http://www.cluecon.com
>>>>>>>
>>>>>>> FreeSWITCH-users mailing list
>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> http://www.freeswitch.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://confluence.freeswitch.org
>>>>>>> http://www.cluecon.com
>>>>>>>
>>>>>>> FreeSWITCH-users mailing list
>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> http://www.freeswitch.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>>
>>>>>>
>>>>>> Víctor E. Medina M.
>>>>>> Platform Architect / Chief Infrastructure
>>>>>> +58424 291 4561
>>>>>> BB #79A8AFA2
>>>>>> @VMCibersys
>>>>>>
>>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> Víctor E. Medina M.
>>>> Platform Architect / Chief Infrastructure
>>>> +58424 291 4561
>>>> BB #79A8AFA2
>>>> @VMCibersys
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>>
>>>
>>> Víctor E. Medina M.
>>> Platform Architect / Chief Infrastructure
>>> +58424 291 4561
>>> BB #79A8AFA2
>>> @VMCibersys
>>>
>>>
>>
>>
>> --
>>
>>
>>
>> Víctor E. Medina M.
>> Platform Architect / Chief Infrastructure
>> +58424 291 4561
>> BB #79A8AFA2
>> @VMCibersys
>>
>>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 



Víctor E. Medina M.
Platform Architect / Chief Infrastructure
+58424 291 4561
BB #79A8AFA2
@VMCibersys
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150611/623a705c/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list