Mobicents Sip Servlets 2.0.0.FINAL with support for HTML5 WebRTC is out !

3,339 views
Skip to first unread message

Jean Deruelle

unread,
Oct 19, 2012, 8:49:50 AM10/19/12
to mobicents-public
Formal Announcement and a BIG Thank YOU to Contributors is here http://dzone.com/links/mobicents_sip_servlets_200final_with_support_for.html

What is included in this release:
------------------------------------------
  • Mobicents SIP Servlets 2.0.0.FINALJSR 289 certified containers on Tomcat 7 and JBoss AS7
  • Bundled User Guides for both Mobicents Sip Servlets and Mobicents Media Server
  • HTML5 WebRTC Client
  • Educational converged example : Click To Call
  • Mobicents Media Server 3.0.0.CR1
  • The Mobicents SIP Load Balancer 1.6.0.FINAL

Project site :
-------------------
Mobicents SIP Servlets homepage : http://dev.telestax.com/sipservlets/


Where to download from?
-----------------------
http://sourceforge.net/projects/mobicents/files/Mobicents%20Sip%20Servlets/


Git tag:
----------------
http://dev.telestax.com/sipservlets/source/browse/?name=release-2.0.0.FINAL


Source repositories:
-------------------
http://dev.telestax.com/sipservlets/source/checkout


How to get started:
-------------------
You'll find either the bundle user guide under docs directory within the zip of the release or Online User Guide
Once the server is running, you'll find online instructions at http://code.google.com/p/sipservlets/wiki/Examples to try out the examples.


Roadmap
---------------------------------
To check our progress and know what lies ahead for the Mobicents SIP Servlets project, please check out the Roadmap


Looking forward to your feedback:
---------------------------------
Please feel free to post a mail on the mailing list of Mobicents public google group mobicent...@googlegroups.com or post an issue on google code http://dev.telestax.com/sipservlets/issues/entry 


Mobicents SIP Servlets Team


Jean Deruelle

unread,
Oct 19, 2012, 8:52:33 AM10/19/12
to mobicents-public

Mobicents SIP Servlets 2.0.0.Final HTML5 WebRTC Demo : vimeo.com/51744602


Jean

George Vagenas

unread,
Oct 19, 2012, 8:57:15 AM10/19/12
to mobicent...@googlegroups.com
Congratulations, keep up the hard work!  

George
--
George Vagenas

Jean Deruelle

unread,
Oct 19, 2012, 9:07:30 AM10/19/12
to mobicents-public
On a related not, Ericsson releases WebRTC browser for iOS and Android : https://groups.google.com/forum/?fromgroups=#!topic/ericsson-labs-web-rtc/z5fY6YqJVsU
Any taker for a video showing interop ? :-)

Jean

Alexandre Mendonça

unread,
Oct 19, 2012, 10:12:07 AM10/19/12
to mobicent...@googlegroups.com
Congratulations! Great stuff.

--
Alexandre Mendonça // JBoss R&D
http://ammendonca.blogspot.com/

Gregory W. Bond

unread,
Oct 19, 2012, 1:45:39 PM10/19/12
to mobicent...@googlegroups.com
Nice work! (you need a separate camera man for future videos :-)

Jean Deruelle

unread,
Oct 19, 2012, 3:00:15 PM10/19/12
to mobicent...@googlegroups.com
Thanks ! 
Yeah I know and a native english speaker also :-)

Jean

Tito Cumpen

unread,
Oct 19, 2012, 3:06:24 PM10/19/12
to mobicent...@googlegroups.com
AMAZING,

Can you provide details as to what type of media is being exchanged? is this standard RTP? I remember hearing something about media protocol being something else.

Thanks

Jean Deruelle

unread,
Oct 19, 2012, 3:32:08 PM10/19/12
to mobicent...@googlegroups.com

Tito Cumpen

unread,
Oct 22, 2012, 12:14:05 PM10/22/12
to mobicent...@googlegroups.com
Jean,

Are you aware of how standard sip endpoints will handle RTP/RTCP multiplexing. Would an intermediate device have to exist to decouple the rtp and rtcp portions? I've heard the ACME ASC as this functionality. Do you know of any others?


Thanks,
Tito

Jean-Francois JESTIN

unread,
Oct 23, 2012, 2:56:46 AM10/23/12
to mobicent...@googlegroups.com
Hello Tito,

2 possibilities:
- The SIP endpoint supports the RTCweb RTP/RTCP profile
- An intermediate server is used to adapt the RTP profile

This applies to the RTP profile but also to the codec is necessary...

Jean Deruelle

unread,
Nov 3, 2012, 6:32:00 AM11/3/12
to mobicent...@googlegroups.com
Tito,

Mobicents Media Server will support those profiles in a later version and will be able to act as a gateway, see https://groups.google.com/d/topic/mobicents-public/PiYWDLg9-Hk/discussion so watch this space closely
Any contributions is welcome to make it move faster also ;-)

Jean

Jean Deruelle

unread,
Nov 8, 2012, 7:04:10 AM11/8/12
to mobicent...@googlegroups.com
For eveyrone's benefits, I updated the WebRTC Client application with latest updates and fixes from Orange Labs team to JAIN SIP JS which means it now supports Google Chrome 23 which had non backward compatible change in the WbRTC API. You can get the latest snapshot from https://oss.sonatype.org/content/groups/public/org/mobicents/servlet/sip/examples/websockets-sip-servlet/2.1.0-SNAPSHOT/

Jean

Jean Deruelle

unread,
Nov 8, 2012, 4:50:23 PM11/8/12
to mobicent...@googlegroups.com
Make sure the default application located at mss-2.0.0.FINAL-jboss-as-7.1.2.Final/standalone/deployments/websockets-sip-servlet.war (and the same file name with .deployed) were removed before deploying the 2.1.0-SNAPSHOT war file there (or make sure you use the correct URL in the browser ie http://localhost:8080/websockets-sip-servlet-2.1.0-SNAPSHOT/jain-sip/MobicentsWebClient.jsp), because from http://code.google.com/p/sipservlets/source/browse/sip-servlets-examples/websocket-b2bua/src/main/sipapp/jain-sip/js/MobicentsWebRTCPhone.js#304 your Allow Header should contain more methods and the one you have in your message matches the one from the 2.0.0 tag release http://code.google.com/p/sipservlets/source/browse/sip-servlets-examples/websocket-b2bua/src/main/sipapp/jain-sip/js/ApplicationSipTest.js?name=release-2.0.0.FINAL#305

Can you share the full Javascript log console (Ctrl + Shift +J) and the server side log located at mss-2.0.0.FINAL-jboss-as-7.1.2.Final/standalone/log/server.log, this would tell for sure.

BR
Jean


On Thu, Nov 8, 2012 at 9:28 PM, Nathan Stratton <nat...@robotics.net> wrote:
On Thursday, November 8, 2012 6:04:32 AM UTC-6, Jean Deruelle wrote:
> For eveyrone's benefits, I updated the WebRTC Client application with latest updates and fixes from Orange Labs team to JAIN SIP JS which means it now supports Google Chrome 23 which had non backward compatible change in the WbRTC API. You can get the latest snapshot from https://oss.sonatype.org/content/groups/public/org/mobicents/servlet/sip/examples/websockets-sip-servlet/2.1.0-SNAPSHOT/
>

I am running the latest 2.1.0-SNAPSHOT and I am still not able to register, it looks like a problem with finding my local IP address.

I have tried:

Version 23.0.1271.64 beta       x86_64 23.0.1271.64-165188
Version 24.0.1312.2 dev         x86_64 24.0.1312.2-165266
Version 24.0.1312.5 dev         x86_64 24.0.1312.5-166104

SIP message sent: REGISTER sip:robotics.net SIP/2.0 Call-ID: 1352336714179 CSeq: 1 REGISTER From: <sip:10...@robotics.net>;tag=1352336714190 To: <sip:10...@robotics.net> Via: SIP/2.0/WS SGdUTQwcTU3r.invalid;branch=z9hG4bK1352336714112 Max-Forwards: 70 Expires: 3600 User-Agent: WebRTC JAIN SIP JS UserAgent Allow: INVITE,ACK,CANCEL,BYE Contact: <sip:10...@SGdUTQwcTU3r.invalid;transport=ws> Content-Length: 0

Jean Deruelle

unread,
Nov 16, 2012, 11:12:58 AM11/16/12
to mobicent...@googlegroups.com
There are experiments of video conferencing service without a media server (MCU), see https://groups.google.com/d/topic/discuss-webrtc/_DK17doBx2I/discussion and https://github.com/nurinamu/webrtc-multivc
Mobicents Media Server is still missing some features to enable interconnection with WebRTC for audio and it doesn"t currently support Video.

Jean


On Thu, Nov 15, 2012 at 6:28 PM, shanster <shans...@gmail.com> wrote:
Hi,

I am a beginner in creating services and I would like to create a simple video conference service, similar to the demo given.
I was able to run the demo successfully.
Is it possible to do video conferencing using the Webrtc client? What kind
of changes are to be done to the demo source code to enable a video-conference.

Would modifying the B2b Useragent in the demo to a conference-focus servlet with support of Mobicents Media server (for video mixing) would work here?

Thanks,
Shan

On Friday, November 9, 2012 2:35:02 PM UTC-5, Gonzalo Gasca wrote:
> I had similar issues, but got it working:
> I followed Jean wiki and start server like this::
>
>
>
> /usr/local/src/jboss/mss-2.0.0.FINAL-jboss-as-7.1.2.Final/bin/standalone.sh -b 110.10.0.220 -c standalone-sip.xml&
>
>
> I needed to edit my hosts files and remove my hostname from 127.0.0.1
>
>
>
> [root@zeus configuration]# more /etc/hosts
> 127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
> ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
> 110.10.0.220  zeus
> 110.10.0.220  localhost localhost.localdomain localhost4 localhost4.localdomain4 zeus
>
>
>
> Then in WebRTC client advance settings change the hostname of your server for the IP used in the -b option

>
>
>
> On Thursday, November 8, 2012 12:28:55 PM UTC-8, Nathan Stratton wrote:On Thursday, November 8, 2012 6:04:32 AM UTC-6, Jean Deruelle wrote:
>
> > For eveyrone's benefits, I updated the WebRTC Client application with latest updates and fixes from Orange Labs team to JAIN SIP JS which means it now supports Google Chrome 23 which had non backward compatible change in the WbRTC API. You can get the latest snapshot from https://oss.sonatype.org/content/groups/public/org/mobicents/servlet/sip/examples/websockets-sip-servlet/2.1.0-SNAPSHOT/
>
> >
>
>
>
> I am running the latest 2.1.0-SNAPSHOT and I am still not able to register, it looks like a problem with finding my local IP address.
>
>
>
> I have tried:
>
>
>
> Version 23.0.1271.64 beta        x86_64 23.0.1271.64-165188
>
> Version 24.0.1312.2 dev         x86_64 24.0.1312.2-165266
>
> Version 24.0.1312.5 dev         x86_64 24.0.1312.5-166104
>
>  
>
> SIP message sent: REGISTER sip:robotics.net SIP/2.0 Call-ID: 1352336714179 CSeq: 1 REGISTER From: <sip:...@robotics.net>;tag=1352336714190 To: <sip:...@robotics.net> Via: SIP/2.0/WS SGdUTQwcTU3r.invalid;branch=z9hG4bK1352336714112 Max-Forwards: 70 Expires: 3600 User-Agent: WebRTC JAIN SIP JS UserAgent Allow: INVITE,ACK,CANCEL,BYE Contact: <sip:10...@SGdUTQwcTU3r.invalid;transport=ws> Content-Length: 0


shanster

unread,
Nov 16, 2012, 2:17:14 PM11/16/12
to mobicent...@googlegroups.com
Ok. If it is about creating  simple video conference between 3 normal SIP UA's, would it not be possibe with Mobicents?  Can it be implemented like the descrption  I have given below

In the media-JSR309 demo description, it says video conferencing possible. So, If I have a conference servlet implementing JSR309 mixers and media groups running on mobicents sip-servlets, would the conference be established? 

If I am wrong, could you please let me know what is the architecture I have to use to create a simple video conference?

Thanks a lot for your help, Jean. I am trying to figure it out for more than a week. 

Jean Deruelle

unread,
Nov 20, 2012, 10:22:11 AM11/20/12
to mobicent...@googlegroups.com
http://code.google.com/p/sipservlets/wiki/ConferenceDemo is all about audio conferencing not video conferencing. We don't support any type of Video Conferencing, MCU at the moment.

Jean

Nathan Stratton

unread,
Dec 6, 2012, 1:45:58 PM12/6/12
to mobicent...@googlegroups.com
I was able to make a few changes and get it to register via reSIProcate,
however I am having issues with placing calls from the Mobicents client:

MobicentsWebRTCPhone:call():to: conf=10...@204.117.64.121
MobicentsWebRTCPhone.js:554<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:createPeerConnection() MobicentsWebRTCPhone.js:1055<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
newOffer=[object RTCSessionDescription] MobicentsWebRTCPhone.js:1219<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
this.peerConnection.readyState=new MobicentsWebRTCPhone.js:1220<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1221<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1222<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback:
this.peerConnectionState=new MobicentsWebRTCPhone.js:1223<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback(): event=[object
Event] MobicentsWebRTCPhone.js:1159<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1162<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1163<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1164<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1165<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback()
MobicentsWebRTCPhone.js:1269<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1272<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1273<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1274<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1275<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 1 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 2 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 1 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 2 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 2 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 1 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 2 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 1 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 2 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 1 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 2 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 2 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 1 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 2 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:sendInviteSipRequest() MobicentsWebRTCPhone.js:597<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: INVITE sip:conf=10...@204.117.64.121 SIP/2.0 Call-ID:
1354818899042 CSeq: 1 INVITE From:
<sip:10...@robotics.net>;tag=1354818899042 To:
<sip:conf=10...@204.117.64.121> Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport Max-Forwards: 70
Content-Type: application/sdp User-Agent: MobicentsWebRTCPhone Allow:
INVITE,ACK,CANCEL,BYE Contact: <sip:10...@lnDeHmuTEBpz.invalid;transport=ws>
Content-Length: 2781 v=0 o=- 2563152041 2 IN IP4 127.0.0.1 s=- t=0 0
a=group:BUNDLE audio video m=audio 43147 RTP/SAVPF 103 104 111 0 8 106 105
13 126 c=IN IP4 10.13.0.241 a=rtcp:43147 IN IP4 10.13.0.241
a=candidate:2104331942 1 udp 2113937151 10.13.0.241 43147 typ host
generation 0 a=candidate:2104331942 2 udp 2113937151 10.13.0.241 43147 typ
host generation 0 a=candidate:3247670995 1 udp 2113937151 75.148.206.241
46168 typ host generation 0 a=candidate:3247670995 2 udp 2113937151
75.148.206.241 46168 typ host generation 0 a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0 a=candidate:1174116769
2 udp 2113937151 192.168.48.1 48120 typ host generation 0
a=candidate:1374252256 1 udp 2113937151 192.168.24.1 54356 typ host
generation 0 a=candidate:1374252256 2 udp 2113937151 192.168.24.1 54356 typ
host generation 0 a=ice-ufrag:847wu/28Q/Pdoqf0
a=ice-pwd:Vcg8IkNwE58DYYYkX/Y6cOQY a=ice-options:google-ice a=sendrecv
a=mid:audio a=rtcp-mux a=crypto:1 AES_CM_128_HMAC_SHA1_80
inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87 a=rtpmap:103 ISAC/16000
a=rtpmap:104 ISAC/32000 a=rtpmap:111 opus/48000 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=ssrc:869642803
cname:7zPJ7gIA5Wt4fmow a=ssrc:869642803
msid:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL a0 a=ssrc:869642803
mslabel:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL a=ssrc:869642803
label:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfLa0 m=video 43147 RTP/SAVPF 100
101 102 c=IN IP4 10.13.0.241 a=rtcp:43147 IN IP4 10.13.0.241
a=candidate:2104331942 1 udp 2113937151 10.13.0.241 43147 typ host
generation 0 a=candidate:2104331942 2 udp 2113937151 10.13.0.241 43147 typ
host generation 0 a=candidate:3247670995 1 udp 2113937151 75.148.206.241
46168 typ host generation 0 a=candidate:3247670995 2 udp 2113937151
75.148.206.241 46168 typ host generation 0 a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0 a=candidate:1174116769
2 udp 2113937151 192.168.48.1 48120 typ host generation 0
a=candidate:1374252256 1 udp 2113937151 192.168.24.1 54356 typ host
generation 0 a=candidate:1374252256 2 udp 2113937151 192.168.24.1 54356 typ
host generation 0 a=ice-ufrag:847wu/28Q/Pdoqf0
a=ice-pwd:Vcg8IkNwE58DYYYkX/Y6cOQY a=ice-options:google-ice a=sendrecv
a=mid:video a=rtcp-mux a=crypto:1 AES_CM_128_HMAC_SHA1_80
inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87 a=rtpmap:100 VP8/90000
a=rtpmap:101 red/90000 a=rtpmap:102 ulpfec/90000 a=ssrc:984956541
cname:7zPJ7gIA5Wt4fmow a=ssrc:984956541
msid:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL v0 a=ssrc:984956541
mslabel:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL a=ssrc:984956541
label:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfLv0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
SIP message received: SIP/2.0 100 Trying Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
To: <sip:conf=10...@204.117.64.121> From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): 1XX
response ignored MobicentsWebRTCPhone.js:730<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 180 Ringing Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): 1XX
response ignored MobicentsWebRTCPhone.js:730<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. SIPClientTransaction:processResponseargu3(): catched
exception:TypeError: Cannot call method 'getAddress' of null
jain-sip.js:23398 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>

MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 1 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 2 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 1 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 2 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 1 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 2 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 1 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 2 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 1 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 2 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 1 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 2 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 1 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 2 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 1 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 2 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

2

1. Uncaught TypeError: Object #<DialogDeleteIfNoAckSentTask> has no
method 'raiseErrorEvent' jain-sip.js:21198<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

MobicentsWebRTCPhone:keepAliveRegister() MobicentsWebRTCPhone.js:338<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: REGISTER sip:robotics.net SIP/2.0 Expires: 3600
User-Agent: MobicentsWebRTCPhone Allow:
INVITE,UPDATE,ACK,CANCEL,BYE,NOTIFY,OPTIONS,MESSAGE,REFER Contact:
<sip:10...@lnDeHmuTEBpz.invalid;transport=ws> CSeq: 48 REGISTER Call-ID:
1354817054148 Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818935476;rport From:
<sip:10...@robotics.net>;tag=1354817054161 To: <sip:10...@robotics.net>
Max-Forwards: 70 Content-Length: 0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
contact has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818935476;rport=39445;received=75.148.206.241;rport
Contact: <sip:10...@75.148.206.246:1910;line=e67729bccb6068a>;expires=95 To:
<sip:10...@robotics.net>;tag=4c64b25c From:
<sip:10...@robotics.net>;tag=1354817054161 Call-ID: 1354817054148 CSeq: 48
REGISTER Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineRegisterResponseEvent():
this.registerState=REGISTER_REFRESHING_STATE MobicentsWebRTCPhone.js:386<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
8

1. Uncaught TypeError: Object #<DialogDeleteIfNoAckSentTask> has no
method 'raiseErrorEvent' jain-sip.js:21198<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

MobicentsWebRTCPhone:keepAliveRegister() MobicentsWebRTCPhone.js:338<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: REGISTER sip:robotics.net SIP/2.0 Expires: 3600
User-Agent: MobicentsWebRTCPhone Allow:
INVITE,UPDATE,ACK,CANCEL,BYE,NOTIFY,OPTIONS,MESSAGE,REFER Contact:
<sip:10...@lnDeHmuTEBpz.invalid;transport=ws> CSeq: 49 REGISTER Call-ID:
1354817054148 Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818975506;rport From:
<sip:10...@robotics.net>;tag=1354817054161 To: <sip:10...@robotics.net>
Max-Forwards: 70 Content-Length: 0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
contact has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818975506;rport=39445;received=75.148.206.241;rport
Contact: <sip:10...@75.148.206.246:1910;line=e67729bccb6068a>;expires=55 To:
<sip:10...@robotics.net>;tag=9e4f673a From:
<sip:10...@robotics.net>;tag=1354817054161 Call-ID: 1354817054148 CSeq: 49
REGISTER Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineRegisterResponseEvent():
this.registerState=REGISTER_REFRESHING_STATE MobicentsWebRTCPhone.js:386<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:keepAliveRegister() MobicentsWebRTCPhone.js:338<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: REGISTER sip:robotics.net SIP/2.0 Expires: 3600
User-Agent: MobicentsWebRTCPhone Allow:
INVITE,UPDATE,ACK,CANCEL,BYE,NOTIFY,OPTIONS,MESSAGE,REFER Contact:
<sip:10...@lnDeHmuTEBpz.invalid;transport=ws> CSeq: 50 REGISTER Call-ID:
1354817054148 Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354819015537;rport From:
<sip:10...@robotics.net>;tag=1354817054161 To: <sip:10...@robotics.net>
Max-Forwards: 70 Content-Length: 0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
contact has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354819015537;rport=39445;received=75.148.206.241;rport
Contact: <sip:10...@75.148.206.246:1910;line=e67729bccb6068a>;expires=15 To:
<sip:10...@robotics.net>;tag=e869d225 From:
<sip:10...@robotics.net>;tag=1354817054161 Call-ID: 1354817054148 CSeq: 50
REGISTER Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineRegisterResponseEvent():
this.registerState=REGISTER_REFRESHING_STATE


I was able to make a few changes and get it to register via reSIProcate,
but still having issues making calls...

MobicentsWebRTCPhone:call():to: conf=10...@204.117.64.121
MobicentsWebRTCPhone.js:554<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:createPeerConnection() MobicentsWebRTCPhone.js:1055<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
newOffer=[object RTCSessionDescription] MobicentsWebRTCPhone.js:1219<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
this.peerConnection.readyState=new MobicentsWebRTCPhone.js:1220<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1221<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1222<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback:
this.peerConnectionState=new MobicentsWebRTCPhone.js:1223<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback(): event=[object
Event] MobicentsWebRTCPhone.js:1159<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1162<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1163<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1164<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1165<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback()
MobicentsWebRTCPhone.js:1269<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1272<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1273<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1274<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1275<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 1 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 2 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 1 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 2 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 2 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 1 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 2 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 1 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 2 udp
2113937151 10.13.0.241 43147 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 1 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 2 udp
2113937151 75.148.206.241 46168 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1174116769 2 udp
2113937151 192.168.48.1 48120 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 1 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1374252256 2 udp
2113937151 192.168.24.1 54356 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:sendInviteSipRequest() MobicentsWebRTCPhone.js:597<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: INVITE sip:conf=10...@204.117.64.121 SIP/2.0 Call-ID:
1354818899042 CSeq: 1 INVITE From:
<sip:10...@robotics.net>;tag=1354818899042 To:
<sip:conf=10...@204.117.64.121> Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport Max-Forwards: 70
Content-Type: application/sdp User-Agent: MobicentsWebRTCPhone Allow:
INVITE,ACK,CANCEL,BYE Contact: <sip:10...@lnDeHmuTEBpz.invalid;transport=ws>
Content-Length: 2781 v=0 o=- 2563152041 2 IN IP4 127.0.0.1 s=- t=0 0
a=group:BUNDLE audio video m=audio 43147 RTP/SAVPF 103 104 111 0 8 106 105
13 126 c=IN IP4 10.13.0.241 a=rtcp:43147 IN IP4 10.13.0.241
a=candidate:2104331942 1 udp 2113937151 10.13.0.241 43147 typ host
generation 0 a=candidate:2104331942 2 udp 2113937151 10.13.0.241 43147 typ
host generation 0 a=candidate:3247670995 1 udp 2113937151 75.148.206.241
46168 typ host generation 0 a=candidate:3247670995 2 udp 2113937151
75.148.206.241 46168 typ host generation 0 a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0 a=candidate:1174116769
2 udp 2113937151 192.168.48.1 48120 typ host generation 0
a=candidate:1374252256 1 udp 2113937151 192.168.24.1 54356 typ host
generation 0 a=candidate:1374252256 2 udp 2113937151 192.168.24.1 54356 typ
host generation 0 a=ice-ufrag:847wu/28Q/Pdoqf0
a=ice-pwd:Vcg8IkNwE58DYYYkX/Y6cOQY a=ice-options:google-ice a=sendrecv
a=mid:audio a=rtcp-mux a=crypto:1 AES_CM_128_HMAC_SHA1_80
inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87 a=rtpmap:103 ISAC/16000
a=rtpmap:104 ISAC/32000 a=rtpmap:111 opus/48000 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=ssrc:869642803
cname:7zPJ7gIA5Wt4fmow a=ssrc:869642803
msid:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL a0 a=ssrc:869642803
mslabel:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL a=ssrc:869642803
label:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfLa0 m=video 43147 RTP/SAVPF 100
101 102 c=IN IP4 10.13.0.241 a=rtcp:43147 IN IP4 10.13.0.241
a=candidate:2104331942 1 udp 2113937151 10.13.0.241 43147 typ host
generation 0 a=candidate:2104331942 2 udp 2113937151 10.13.0.241 43147 typ
host generation 0 a=candidate:3247670995 1 udp 2113937151 75.148.206.241
46168 typ host generation 0 a=candidate:3247670995 2 udp 2113937151
75.148.206.241 46168 typ host generation 0 a=candidate:1174116769 1 udp
2113937151 192.168.48.1 48120 typ host generation 0 a=candidate:1174116769
2 udp 2113937151 192.168.48.1 48120 typ host generation 0
a=candidate:1374252256 1 udp 2113937151 192.168.24.1 54356 typ host
generation 0 a=candidate:1374252256 2 udp 2113937151 192.168.24.1 54356 typ
host generation 0 a=ice-ufrag:847wu/28Q/Pdoqf0
a=ice-pwd:Vcg8IkNwE58DYYYkX/Y6cOQY a=ice-options:google-ice a=sendrecv
a=mid:video a=rtcp-mux a=crypto:1 AES_CM_128_HMAC_SHA1_80
inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87 a=rtpmap:100 VP8/90000
a=rtpmap:101 red/90000 a=rtpmap:102 ulpfec/90000 a=ssrc:984956541
cname:7zPJ7gIA5Wt4fmow a=ssrc:984956541
msid:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL v0 a=ssrc:984956541
mslabel:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfL a=ssrc:984956541
label:0WBAUCp90oTsGleFb6r3eXn5EAAq245X4SfLv0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
SIP message received: SIP/2.0 100 Trying Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
To: <sip:conf=10...@204.117.64.121> From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): 1XX
response ignored MobicentsWebRTCPhone.js:730<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 180 Ringing Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): 1XX
response ignored MobicentsWebRTCPhone.js:730<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. SIPClientTransaction:processResponseargu3(): catched
exception:TypeError: Cannot call method 'getAddress' of null
jain-sip.js:23398 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>

MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 1 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 2 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 1 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 2 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 1 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 2 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 1 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:305256454 2 tcp
1509957375 10.13.0.241 58977 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 1 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:2703806356 2 tcp
1509957375 75.148.206.241 40663 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 1 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1613949711 2 tcp
1509957375 192.168.48.1 53440 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 1 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 2 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 1 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
RTCIceCandidateEvent.candidate.candidate=a=candidate:1948261966 2 tcp
1509957375 192.168.24.1 39348 typ host generation 0
MobicentsWebRTCPhone.js:1184<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
rtcIceCandidateEvent=[object RTCIceCandidateEvent]
MobicentsWebRTCPhone.js:1174<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback:
this.peerConnectionState=offer-sent MobicentsWebRTCPhone.js:1178<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: no anymore ICE
candidate MobicentsWebRTCPhone.js:1188<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback():
RTCPeerConnection bad state! MobicentsWebRTCPhone.js:1207<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>


1. StringMsgParser:processHeader(): catched exception:TypeError: Object
record-route has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818895448;rport=39445;received=75.148.206.241;rport
Record-Route: <sip:204.117.64.103:5060;transport=udp;lr;drr> Contact:
<sip:conf=10...@204.117.64.121:5060> To:
<sip:conf=10...@204.117.64.121>;tag=4c1c5f69 From:
<sip:10...@robotics.net>;tag=1354818899042 Call-ID: 1354818899042 CSeq: 1
INVITE Allow:
INVITE,ACK,CANCEL,OPTIONS,BYE,UPDATE,INVITE,REGISTER,ACK,CANCEL,BYE,INFO
Content-Type: application/sdp Content-Length: 812 v=0 o=mscore 1354818899 1
IN IP4 204.117.64.121 s=1354818899042 c=IN IP4 204.117.64.121 t=0 0
a=ice-lite m=audio 35714 RTP/SAVPF 103 a=rtpmap:103 ISAC/16000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:z5HMub78uyPZo0Nd a=ice-pwd:AnkW3xitzYOyZS1mNwX7xU4Q a=sendrecv
a=rtcp-mux a=ssrc:10220367 cname:ldjWoB60jbyQlR6e a=mid:audio
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 35714 typ host
m=video 51176 RTP/SAVPF 100 a=rtpmap:100 VP8/90000 a=crypto:1
AES_CM_128_HMAC_SHA1_80 inline:cNuyXocpQ98oZSzZx+SJRO4NVnaz61oS6DVScD87
a=ice-ufrag:JDvygwYuGLl2TCrG a=ice-pwd:gNvXCFAZswmbq0hXtCjAW6St a=sendrecv
a=rtcp-mux a=ssrc:358513 cname:ldjWoB60jbyQlR6e a=mid:video
a=candidate:2147483647 1 udp 2130714367 204.117.64.121 51176 typ host
jain-sip.js:15417 <http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent():
this.invitingState=INVITING_ACCEPTED_STATE MobicentsWebRTCPhone.js:722<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

1. MobicentsWebRTCPhone:handleStateMachineInvitingResponseEvent(): bad
state, SIP response ignored MobicentsWebRTCPhone.js:810<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>

2

1. Uncaught TypeError: Object #<DialogDeleteIfNoAckSentTask> has no
method 'raiseErrorEvent' jain-sip.js:21198<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

MobicentsWebRTCPhone:keepAliveRegister() MobicentsWebRTCPhone.js:338<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: REGISTER sip:robotics.net SIP/2.0 Expires: 3600
User-Agent: MobicentsWebRTCPhone Allow:
INVITE,UPDATE,ACK,CANCEL,BYE,NOTIFY,OPTIONS,MESSAGE,REFER Contact:
<sip:10...@lnDeHmuTEBpz.invalid;transport=ws> CSeq: 48 REGISTER Call-ID:
1354817054148 Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818935476;rport From:
<sip:10...@robotics.net>;tag=1354817054161 To: <sip:10...@robotics.net>
Max-Forwards: 70 Content-Length: 0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
contact has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818935476;rport=39445;received=75.148.206.241;rport
Contact: <sip:10...@75.148.206.246:1910;line=e67729bccb6068a>;expires=95 To:
<sip:10...@robotics.net>;tag=4c64b25c From:
<sip:10...@robotics.net>;tag=1354817054161 Call-ID: 1354817054148 CSeq: 48
REGISTER Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineRegisterResponseEvent():
this.registerState=REGISTER_REFRESHING_STATE MobicentsWebRTCPhone.js:386<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
8

1. Uncaught TypeError: Object #<DialogDeleteIfNoAckSentTask> has no
method 'raiseErrorEvent' jain-sip.js:21198<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

MobicentsWebRTCPhone:keepAliveRegister() MobicentsWebRTCPhone.js:338<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: REGISTER sip:robotics.net SIP/2.0 Expires: 3600
User-Agent: MobicentsWebRTCPhone Allow:
INVITE,UPDATE,ACK,CANCEL,BYE,NOTIFY,OPTIONS,MESSAGE,REFER Contact:
<sip:10...@lnDeHmuTEBpz.invalid;transport=ws> CSeq: 49 REGISTER Call-ID:
1354817054148 Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818975506;rport From:
<sip:10...@robotics.net>;tag=1354817054161 To: <sip:10...@robotics.net>
Max-Forwards: 70 Content-Length: 0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
contact has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354818975506;rport=39445;received=75.148.206.241;rport
Contact: <sip:10...@75.148.206.246:1910;line=e67729bccb6068a>;expires=55 To:
<sip:10...@robotics.net>;tag=9e4f673a From:
<sip:10...@robotics.net>;tag=1354817054161 Call-ID: 1354817054148 CSeq: 49
REGISTER Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineRegisterResponseEvent():
this.registerState=REGISTER_REFRESHING_STATE MobicentsWebRTCPhone.js:386<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:keepAliveRegister() MobicentsWebRTCPhone.js:338<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
SIP message sent: REGISTER sip:robotics.net SIP/2.0 Expires: 3600
User-Agent: MobicentsWebRTCPhone Allow:
INVITE,UPDATE,ACK,CANCEL,BYE,NOTIFY,OPTIONS,MESSAGE,REFER Contact:
<sip:10...@lnDeHmuTEBpz.invalid;transport=ws> CSeq: 50 REGISTER Call-ID:
1354817054148 Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354819015537;rport From:
<sip:10...@robotics.net>;tag=1354817054161 To: <sip:10...@robotics.net>
Max-Forwards: 70 Content-Length: 0 jain-sip.js:20683<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

1. StringMsgParser:processHeader(): catched exception:TypeError: Object
contact has no method 'concatenate' jain-sip.js:12169<http://bart:8080/websockets/jain-sip/js/jain-sip.js>

SIP message received: SIP/2.0 200 OK Via: SIP/2.0/WS
lnDeHmuTEBpz.invalid;branch=z9hG4bK1354819015537;rport=39445;received=75.148.206.241;rport
Contact: <sip:10...@75.148.206.246:1910;line=e67729bccb6068a>;expires=15 To:
<sip:10...@robotics.net>;tag=e869d225 From:
<sip:10...@robotics.net>;tag=1354817054161 Call-ID: 1354817054148 CSeq: 50
REGISTER Content-Length: 0 jain-sip.js:15417<http://bart:8080/websockets/jain-sip/js/jain-sip.js>
MobicentsWebRTCPhone:processTransactionTerminated()
MobicentsWebRTCPhone.js:185<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:processResponse() MobicentsWebRTCPhone.js:214<http://bart:8080/websockets/jain-sip/js/MobicentsWebRTCPhone.js>
MobicentsWebRTCPhone:handleStateMachineRegisterResponseEvent():
this.registerState=REGISTER_REFRESHING_STATE


On Thursday, November 8, 2012 2:28:55 PM UTC-6, Nathan Stratton wrote:
>
> On Thursday, November 8, 2012 6:04:32 AM UTC-6, Jean Deruelle wrote:

> > For eveyrone's benefits, I updated the WebRTC Client application with
> latest updates and fixes from Orange Labs team to JAIN SIP JS which means
> it now supports Google Chrome 23 which had non backward compatible change
> in the WbRTC API. You can get the latest snapshot from
> https://oss.sonatype.org/content/groups/public/org/mobicents/servlet/sip/examples/websockets-sip-servlet/2.1.0-SNAPSHOT/
> >
>

> I am running the latest 2.1.0-SNAPSHOT and I am still not able to
> register, it looks like a problem with finding my local IP address.
>
> I have tried:
>
> Version 23.0.1271.64 beta x86_64 23.0.1271.64-165188
> Version 24.0.1312.2 dev x86_64 24.0.1312.2-165266
> Version 24.0.1312.5 dev x86_64 24.0.1312.5-166104
>
> SIP message sent: REGISTER sip:robotics.net SIP/2.0 Call-ID:

> 1352336714179 CSeq: 1 REGISTER From: <sip:10...@robotics.net>;tag=1352336714190

> To: <sip:10...@robotics.net> Via: SIP/2.0/WS

Pedro Moreno

unread,
Apr 5, 2013, 10:55:42 AM4/5/13
to mobicent...@googlegroups.com
Hello
I have success in running the tomcat and acccessing to the Mobicents HTML5 WebTRC Client. But at this point, I do not know what user should be registered. If I try with the telestax user and press the register button nothing happens. Could you give any hint??
I have a IMS Architecture with a SIP Registar Server and I would like to employe the user I have created with this architecture
Kind regards and thanks in advance
Pedro


El miércoles, 16 de enero de 2013 16:55:57 UTC+1, Laurent strullu escribió:
Hello Nathan
The new release of the JAIN SIP Javascript should solve your problem you mentioned.There was a parsing bug for Record-Route header in the stack.
Sorry for the delay to provide a fix.
Laurent


Le jeudi 6 décembre 2012 19:45:58 UTC+1, Nathan Stratton a écrit :
I was able to make a few changes and get it to register via reSIProcate, however I am having issues with placing calls from the Mobicents client:

MobicentsWebRTCPhone:call():to: conf=10...@204.117.64.121 MobicentsWebRTCPhone.js:554
MobicentsWebRTCPhone:createPeerConnection() MobicentsWebRTCPhone.js:1055
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback(): newOffer=[object RTCSessionDescription] MobicentsWebRTCPhone.js:1219
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback(): this.peerConnection.readyState=new MobicentsWebRTCPhone.js:1220
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback(): this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1221
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback(): this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1222
MobicentsWebRTCPhone:onPeerConnectionCreateOfferSuccessCallback: this.peerConnectionState=new MobicentsWebRTCPhone.js:1223
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback(): event=[object Event] MobicentsWebRTCPhone.js:1159
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback(): this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1162
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback(): this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1163
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback(): this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1164
MobicentsWebRTCPhone:onPeerConnectionStateChangeCallback: this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1165
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback() MobicentsWebRTCPhone.js:1269
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback(): this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1272
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback(): this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1273
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback(): this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1274
MobicentsWebRTCPhone:onPeerConnectionSetLocalDescriptionSuccessCallback: this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1275
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): rtcIceCandidateEvent=[object RTCIceCandidateEvent] MobicentsWebRTCPhone.js:1174
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 1 udp 2113937151 10.13.0.241 43147 typ host generation 0 MobicentsWebRTCPhone.js:1184
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): rtcIceCandidateEvent=[object RTCIceCandidateEvent] MobicentsWebRTCPhone.js:1174
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: RTCIceCandidateEvent.candidate.candidate=a=candidate:2104331942 2 udp 2113937151 10.13.0.241 43147 typ host generation 0 MobicentsWebRTCPhone.js:1184
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): rtcIceCandidateEvent=[object RTCIceCandidateEvent] MobicentsWebRTCPhone.js:1174
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.readyState=opening MobicentsWebRTCPhone.js:1175
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.iceGatheringState=undefined MobicentsWebRTCPhone.js:1176
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): this.peerConnection.iceState=closed MobicentsWebRTCPhone.js:1177
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: this.peerConnectionState=preparing-offer MobicentsWebRTCPhone.js:1178
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback: RTCIceCandidateEvent.candidate.candidate=a=candidate:3247670995 1 udp 2113937151 75.148.206.241 46168 typ host generation 0 MobicentsWebRTCPhone.js:1184
MobicentsWebRTCPhone:onPeerConnectionIceCandidateCallback(): rtcIceCandidateEvent=[object RTCIceCandidateEvent] MobicentsWebRTCPhone.js:1174
<div class="console-message console-log-level" style="box-sizing: border-box; clear: right; position: relative; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(240, 240, 240); padding: 1px 22px 1px 0px; margin-left: 24px; min-height: 16px; display: block; color: rgb(0, 0, 0); font-family: 'dejavu sans mono', monospace; font-size: 11px; font-style: normal...
Afficher le message d'origine

nitesh

unread,
Apr 8, 2013, 7:08:43 AM4/8/13
to mobicent...@googlegroups.com
Since nothing is happening for you, this means that you must be getting a client error.
Open chrome's JS console and see where it fails.

But, I do not know how to solve that client side exception. I'm soon going to post this question in this forum. 

-Nitesh

Jean Deruelle

unread,
Apr 8, 2013, 7:16:54 AM4/8/13
to mobicents-public
The application is outdated since latest Chrome as it broke backward compatibility. We need to update it, will keep you posted but you can use the app from https://code.google.com/p/jain-sip/source/browse/?repo=javascript#git%2Fexamples%2FMobicentsWebRTCPhone it should work flawlessly

Jean


--
You received this message because you are subscribed to the Google Groups "mobicents-public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobicents-publ...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

trainTelco

unread,
May 9, 2013, 1:16:47 AM5/9/13
to mobicent...@googlegroups.com
Hello,
Can you please advice how to use step by step mss snapshot in windows in order to test "HTML5 WebRTC" (because as I understood in default mss package the application is not working in Chrome 23+)... ?
BR,
Veaceslav

Jean Deruelle

unread,
May 13, 2013, 5:41:28 AM5/13/13
to mobicents-public

Aditya Thakur

unread,
Jul 22, 2015, 9:43:28 AM7/22/15
to mobicents-public
Hiii All,

I am very new to this Forum, And new to SIP as well can anyone help me, How to start SIP.

Regards
Nidhi Narayan Thakur
...

Guilherme Humberto Jansen

unread,
Oct 8, 2015, 9:48:21 AM10/8/15
to mobicents-public
Hi Aditya,

Here follows some good links to read about SIP:


There is also more specific documentations, like the RFC 3261: https://www.ietf.org/rfc/rfc3261.txt

And if you like to get a look in our documentation, or even better to contribute, here is the documentation and repository pages:



Feel free to ask any questions.

Best regards,
Gui.
...
Reply all
Reply to author
Forward
0 new messages