Picture of Jürgen 2608
Registered 8 years 344 days
Jürgen 2608 Tuesday, 22 March 2016, 12:26 PM
WebRTC Problem
Hallo,
ich teste gerade einen Call-Button mit der neuen Toolbox und habe dabei folgendes Problem mit WebRTC:

Der Client( user_2, 200) verbindet sich korrekt mit dem Server, sobald ich aber einen Anruf zu user_1 (100) starte bekomme ich ein disconnect "WebRTC: Endpoint: recv SigCallUpdated call={"id":1,"dir":"out","state":"disconnecting","number":"100","cause":34}"

Der Call wird mit dem Befehl "initCall(100, false);" aufgebaut
Der User user_2 hat eine uc - Lizenz, auf der PBX ist der Test-mode aktiv
der user_1 (100) ist ein physisches Telefon.

Im Log der PBX scheint folgendes auf:
20160322-122214 PBX0 5 user_2(200:user_2) <-setup () 20160322-122214 PBX0 5 user_2(200:user_2) conn-> () 20160322-122215 PBX0 4 user_2(200:user_2) setup-> (100) 20160322-122215 PBX0 4 user_2(200:user_2) <-disc (100) 20160322-122215 PBX0 5 user_2(200:user_2) rel-> ()

Villeicht kann mir jemand einen Hinweis geben, wo der Fehler liegen könnte, bzw
wo ich einen funktionierendes Beispiel für den Call-Button finden kann.

Vielen Dank für eure Hilfe,
Jürgen


anbei: das js-Log eines Anrufes:

WebRTC demo: WebRTC: Endpoint: state=CONNECT WebRtcEndpoint.html:37:13
12:10:25.806 WebRTC demo: WebRTC: Endpoint: attach local video display: [object HTMLVideoElement] WebRtcEndpoint.html:37:13
12:10:25.806 WebRTC demo: WebRTC: Endpoint: attach remote video display: [object HTMLVideoElement] WebRtcEndpoint.html:37:13
12:10:25.927 WebRTC demo: WebRTC: Endpoint: state=CREATE_SIG WebRtcEndpoint.html:37:13
12:10:25.929 WebRTC demo: WebRTC: Endpoint: state=UP id=1 WebRtcEndpoint.html:37:13

12:10:29.644 WebRTC demo: Calling Number: 100 WebRtcEndpoint.html:37:13
12:10:29.658 WebRTC demo: WebRTC: Endpoint: recv SigChannels ch=2, cmd=OfferRequest sdp=undefined iceServers=[] media={"audio":"sendrecv"} WebRtcEndpoint.html:37:13
12:10:29.659 WebRTC demo: WebRTC: Endpoint: Channel(2): state=CREATE_OFFER WebRtcEndpoint.html:37:13
12:10:29.660 WebRTC demo: WebRTC: Endpoint: Channel(2): alloc media: {"audio":"sendrecv"} asking for permission WebRtcEndpoint.html:37:13
12:10:31.728 WebRTC demo: WebRTC: Endpoint: Channel(2): create offer WebRtcEndpoint.html:37:13
12:10:31.729 WebRTC demo: WebRTC: Endpoint: onstream 2 local: audio WebRtcEndpoint.html:37:13
12:10:31.732 WebRTC demo: WebRTC: Endpoint: Channel(2): negotiation needed WebRtcEndpoint.html:37:13
12:10:31.759 WebRTC demo: WebRTC: Endpoint: Channel(2): preliminary offer complete, start gathering candidates WebRtcEndpoint.html:37:13
12:10:31.760 WebRTC demo: WebRTC: Endpoint: Channel(2): signaling state: have-local-offer WebRtcEndpoint.html:37:13
12:10:31.761 WebRTC demo: WebRTC: Endpoint: Channel(2): local description set WebRtcEndpoint.html:37:13
12:10:31.763 WebRTC demo: WebRTC: Endpoint: Channel(2): candidate: candidate:0 1 UDP 2122252543 192.168.178.46 55512 typ host WebRtcEndpoint.html:37:13
12:10:31.764 WebRTC demo: WebRTC: Endpoint: Channel(2): candidate: candidate:0 2 UDP 2122252542 192.168.178.46 53292 typ host WebRtcEndpoint.html:37:13
12:10:31.765 WebRTC demo: WebRTC: Endpoint: Channel(2): gathering candidates complete, create complete offer WebRtcEndpoint.html:37:13
12:10:31.765 WebRTC demo: WebRTC: Endpoint: Channel(2): state=WAIT_ANSWER WebRtcEndpoint.html:37:13
12:10:31.766 WebRTC demo: WebRTC: Endpoint: send SigChannels ch=2, cmd=Offer sdp=v=0

o=mozilla...THIS_IS_SDPARTA-45.0 9052560021465232307 0 IN IP4 0.0.0.0

s=-

t=0 0

a=sendrecv

a=fingerprint:sha-256 23:F5:A0:20:7E:5F:89:E9:9B:20:F1:07:7C:1C:5E:CE:0C:86:4B:B2:39:56:31:56:61:E0:3D:4A:6D:5F:73:02

a=ice-options:trickle

a=msid-semantic:WMS *

m=audio 55512 UDP/TLS/RTP/SAVPF 109 9 0 8

c=IN IP4 192.168.178.46

a=candidate:0 1 UDP 2122252543 192.168.178.46 55512 typ host

a=candidate:0 2 UDP 2122252542 192.168.178.46 53292 typ host

a=sendrecv

a=end-of-candidates

a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level

a=ice-pwd:c6de89276e8e16fda7922356b09ecbce

a=ice-ufrag:202d9f9b

a=mid:sdparta_0

a=msid:{0a18bb5f-c6fd-bb4d-ae07-c2a4d3a2f0d9} {b0249566-5787-f642-bded-deb7f12eda87}

a=rtcp:53292 IN IP4 192.168.178.46

a=rtcp-mux

a=rtpmap:109 opus/48000/2

a=rtpmap:9 G722/8000/1

a=rtpmap:0 PCMU/8000

a=rtpmap:8 PCMA/8000

a=setup:actpass

a=ssrc:2868959779 cname:{a6f9932f-a334-4748-8136-20d4c3a0a60c}

media=undefined WebRtcEndpoint.html:37:13
12:10:31.779 WebRTC demo: WebRTC: Endpoint: recv SigCallAdded call={"id":1,"dir":"out","cause":44} WebRtcEndpoint.html:37:13
12:10:31.780 Call added: {"id":1,"dir":"out","cause":44} WebRtcEndpoint.html:41:13
12:10:31.780 WebRTC demo: WebRTC: Endpoint: recv SigCallUpdated call={"id":1,"dir":"out","state":"calling","number":"100","cause":44} WebRtcEndpoint.html:37:13
12:10:31.780 Call updated: {"id":1,"dir":"out","state":"calling","number":"100","cause":44} WebRtcEndpoint.html:41:13
12:10:31.781 WebRTC demo: WebRTC: Endpoint: recv SigCallUpdated call={"id":1,"dir":"out","state":"disconnecting","number":"100","cause":34} WebRtcEndpoint.html:37:13
12:10:31.781 Call updated: {"id":1,"dir":"out","state":"disconnecting","number":"100","cause":34} WebRtcEndpoint.html:41:13
12:10:31.782 WebRTC demo: WebRTC: Endpoint: recv SigToneOn ch=2, tone=0, time=[500,500,0,0,0,0,0,0] WebRtcEndpoint.html:37:13
12:10:31.782 WebRTC demo: WebRTC: Endpoint: Channel(2): ToneGenerator: Tone on {"tone":0,"time":[500,500,0,0,0,0,0,0]}
Picture of Robert 2784
Registered 8 years 225 days
Robert 2784 Wednesday, 7 June 2017, 07:32 PM
Re: WebRTC Problem
Hallo Jürgen,

bist du hier schon weitergekommen? Habe genau das gleich Problem :/
← You can define your color theme preference here