I do have outbound calls from SIPLM5 either in Chrome or Firefox but i have no audio when answering the call.
I see there that the transport is ws://*10060 while on the Asterisk it is configured on port 8088. But if i change the config.xml file to 8088 and execute ./webrtc2sip i get errors. If i have the gateway started and perform the call i see not messages. So i am pretty sure that the media is not transferred through the gateway.
root@debian:/usr/local/src/webrtc2sip# ./webrtc2sip
*******************************************************************
PRODUCT: webrtc2sip
LICENCE: GPLv3 or proprietary
VERSION: 2.6.0
'quit' to quit the application.
*******************************************************************
SSL is enabled :)
DTLS supported: yes
DTLS-SRTP supported: yes
*INFO: transport = udp://*:10060
*INFO: transport = ws://*:10060
*INFO: transport = wss://*:10062
*INFO: enable-rtp-symetric = yes
*INFO: enable-100rel = no
*INFO: enable-media-coder = no
*INFO: enable-videojb = yes
*INFO: video-size-pref = vga
*INFO: rtp-buffsize = 65535
*INFO: avpf-tail-length = [100-400]
*INFO: srtp-mode = optional
*INFO: srtp-type = sdes;dtls
*INFO: dtmf-type = rfc4733
*INFO: codecs = pcma;pcmu;gsm;vp8;h264-bp;h264-mp;h263;h263+
*INFO: UnRegister codec: PCMA, G.711a codec (native)
*INFO: UnRegister codec: PCMU, G.711u codec (native)
*INFO: UnRegister codec: GSM, GSM Full Rate (libgsm)
*INFO: UnRegister codec: VP8, VP8 codec (libvpx)
*INFO: UnRegister codec: H264, H264 Base Profile (FFmpeg, x264)
*INFO: UnRegister codec: H264, H264 Main Profile (FFmpeg, x264)
*INFO: UnRegister codec: H263, H263-1996 codec (FFmpeg)
*INFO: UnRegister codec: H263-1998, H263-1998 codec (FFmpeg)
*INFO: codec-opus-maxrates = 48000;48000
*INFO: enable-icestun = yes
*INFO: max-fds = -1
*INFO: transport = c2c://*:10070
*INFO: transport = c2cs://*:10072
*INFO: database = sqlite;*
*INFO: sqlite3_threadsafe = 1
*INFO: Database opened = TRUE
*INFO: tnet_transport_prepare()
*INFO: pipeR fd=16, pipeW=17
*INFO: Socket added[TCP/IPv4 transport]: fd=16, tail.count=1
*INFO: master fd=10
*INFO: Socket added[TCP/IPv4 transport]: fd=10, tail.count=2
*INFO: Transport::run(TCP/IPv4 transport) - enter
*INFO: Starting [TCP/IPv4 transport] server with IP {0.0.0.0} on port {10070} using fd {10} with type {9}...
*INFO: tnet_transport_prepare()
*INFO: pipeR fd=18, pipeW=19
*INFO: Socket added[TLS/IPv4 transport]: fd=18, tail.count=1
*INFO: master fd=11
*INFO: Socket added[TLS/IPv4 transport]: fd=11, tail.count=2
*INFO: Transport::run(TLS/IPv4 transport) - enter
*INFO: Stack running in SERVER mode
*INFO: tsk_timer_manager_start
*INFO: Starting [TLS/IPv4 transport] server with IP {0.0.0.0} on port {10072} using fd {11} with type {17}...
*INFO: Timer manager run()::enter
*INFO: TIMER MANAGER -- START
*INFO: SIP STACK::run -- START
*INFO: tnet_transport_prepare()
*INFO: pipeR fd=23, pipeW=24
*INFO: Socket added[SIP transport]: fd=23, tail.count=1
*INFO: master fd=20
*INFO: Socket added[SIP transport]: fd=20, tail.count=2
*INFO: tnet_transport_prepare()
*INFO: pipeR fd=25, pipeW=26
*INFO: Socket added[SIP transport]: fd=25, tail.count=1
*INFO: master fd=21
*INFO: Socket added[SIP transport]: fd=21, tail.count=2
*INFO: tnet_transport_prepare()
*INFO: pipeR fd=27, pipeW=28
*INFO: Socket added[SIP transport]: fd=27, tail.count=1
*INFO: master fd=22
*INFO: Socket added[SIP transport]: fd=22, tail.count=2
*INFO: Transport::run(SIP transport) - enter
*INFO: SIP STACK -- START
*INFO: Transport::run(SIP transport) - enter
*INFO: Starting [SIP transport] server with IP {192.168.0.130} on port {10060} using fd {21} with type {64}...
*INFO: Transport::run(SIP transport) - enter
*INFO: Starting [SIP transport] server with IP {192.168.0.130} on port {10060} using fd {20} with type {2}...
*INFO: Starting [SIP transport] server with IP {192.168.0.130} on port {10062} using fd {22} with type {128}...