Date: Mon, 8 Oct 2018 10:33:57 +0800 From: Erich Dollansky <freebsd.ed.lists@sumeritec.com> To: Christian Barthel <bch@online.de> Cc: freebsd-questions@freebsd.org Subject: Re: 11.2 SIP telephony with linphone/baresip (only one way working) Message-ID: <20181008102305.31c2eedf.freebsd.ed.lists@sumeritec.com> In-Reply-To: <877eitwvgk.fsf@x230.onfire.org> References: <877eitwvgk.fsf@x230.onfire.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, did you try to record sound locally? It might be a problem totally outside of telephony. Erich On Sun, 07 Oct 2018 18:52:11 +0200 Christian Barthel <bch@online.de> wrote: > Hello,=20 >=20 > I am trying to set up FreeBSD 11.2 and a SIP phone (I am using > sipgate.de at the moment). I've installed linphone and baresip. Both > clients connect correctly with sipgate.de, I can make outbound calls > and the phone rings when a call arrives. However, those things i am > saying do not arrive at the other end. >=20 > (1) linphone: I've tried various settings with/without STUN servers > (stun.sipgate.net) using either TCP or UDP but no luck. My microphone > seems to work properly because I recorded one call and I can hear my > voice. So, I guess it somehow gets blocked somewhere. >=20 > I've deactivated any firewall I am controlling (pfctl -d). I am > sitting behind a Telekom DSL router and other sip clients do work, so > I don't think anything gets blocked by the router or provider.=20 >=20 > I've attached the linphonerc config and described in a text document > the settings of the graphical user interface.=20 >=20 > (2) baresip: I also tested baresip (0.4 from /usr/ports/audio/baresip) > and hoped that this program works. However, the behavior is > identically to linphone: I can make calls, hear the other end, but an > echo test to sip:10005@sipgate.de echo's back nothing. Also, i guess > my baresip config can't be that wrong because I used a similar > configuration on OpenBSD (baresip 0.5) and on that system, I can make > calls and audio is received in both ways. I've changed the audio > system from sndio to oss and removed some audio codecs because those > modules weren't available on FreeBSD.=20 >=20 > I've also attached my baresip config and the verbose output during a > call. >=20 > I've tried Jitsi and ekiga also but those weren't able to connect to > sipgate.de. There was a similar discussion at [0], but i guess my > problem is a bit different since I can hear sound from the > communication partner. >=20 > Is there anything I can set up differently? Perhaps, I am missing out > something obvious. =20 >=20 > Any help is much appreciated, thanks a lot! > Christian >=20 > [0] > https://lists.freebsd.org/pipermail/freebsd-questions/2013-January/247802= .html >=20 > =0C > Sound, Mixer and System: >=20 > Installed devices: > pcm0: <Realtek ALC269 (Analog)> (play/rec) > pcm1: <Realtek ALC269 (Analog)> (play/rec) default > pcm2: <Intel Panther Point (HDMI/DP 8ch)> (play) > pcm3: <Intel Panther Point (HDMI/DP 8ch)> (play) > pcm4: <Intel Panther Point (HDMI/DP 8ch)> (play) > No devices installed from userspace. >=20 > Mixer vol is currently set to 31:31 > Mixer pcm is currently set to 100:100 > Mixer rec is currently set to 100:100 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 100:100 > Mixer monitor is currently set to 42:42 > Recording source: monitor >=20 > FreeBSD x230.onfire.org 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4 #0: > Thu Sep 27 08:16:24 UTC 2018 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >=20 > =0C > .linphonerc:=20 >=20 > [sip] > root_ca=3D/usr/local/share/linphone/rootca.pem > verify_server_certs=3D1 > verify_server_cn=3D1 > contact=3D"" <sip:bch@192.168.2.108:5060> > media_encryption=3Dnone > default_proxy=3D0 > multi_transport_migration_done=3D1 > guess_hostname=3D1 > inc_timeout=3D30 > in_call_timeout=3D0 > delayed_timeout=3D4 > register_only_when_network_is_up=3D1 > register_only_when_upnp_is_ok=3D1 > sip_port=3D5060 > sip_tcp_port=3D5060 > sip_tls_port=3D-1 > use_info=3D0 > use_ipv6=3D0 >=20 > [misc] > uuid=3D68355fb3-fb0d-4401-ab55-a15fce5bf70c > user_certificates_path=3D/home/bch/.linphone-usr-crt > friends_migration_done=3D1 >=20 > [video] > capture=3D1 > display=3D1 > automatically_initiate=3D0 > automatically_accept=3D0 > self_view=3D0 > show_local=3D0 > displaytype=3DMSX11Video > size=3Dcif >=20 > [net] > download_bw=3D0 > upload_bw=3D0 > adaptive_rate_control=3D1 > mtu=3D1300 > nat_policy_ref=3DiQtBqdN86Palrtf >=20 > [GtkUi] > videoselfview=3D0 > logs_scroll_to_end=3D0 > advanced_ui=3D1 > uri0=3Dsip:10005@sipgate.de > uri1=3D10005 >=20 > [auth_info_0] > username=3DXXXXXXXXXXXXX > ha1=3Dxxxxxxxxxxx > realm=3Dsipgate.de > domain=3Dsipgate.de >=20 > [sound] > playback_dev_id=3DOSS: /dev/dsp > ringer_dev_id=3DOSS: /dev/dsp > capture_dev_id=3DOSS: /dev/dsp > echocancellation=3D1 > remote_ring=3D/usr/local/share/sounds/linphone/ringback.wav > playback_gain_db=3D0.000000 > mic_gain_db=3D0.000000 >=20 > [nat_policy_0] > ref=3DiQtBqdN86Palrtf > stun_server=3Dstun.sipgate.net >=20 > [rtp] > audio_rtp_port=3D7078 > video_rtp_port=3D9078 > text_rtp_port=3D11078 > audio_jitt_comp=3D60 > video_jitt_comp=3D60 > nortp_timeout=3D30 > audio_adaptive_jitt_comp_enabled=3D1 > video_adaptive_jitt_comp_enabled=3D1 >=20 > [audio_codec_0] > mime=3Dopus > rate=3D48000 > channels=3D2 > enabled=3D1 >=20 > [audio_codec_1] > mime=3Dspeex > rate=3D16000 > channels=3D1 > enabled=3D1 >=20 > [audio_codec_2] > mime=3Dspeex > rate=3D8000 > channels=3D1 > enabled=3D1 >=20 > [audio_codec_3] > mime=3DPCMU > rate=3D8000 > channels=3D1 > enabled=3D1 >=20 > [audio_codec_4] > mime=3DPCMA > rate=3D8000 > channels=3D1 > enabled=3D1 >=20 > [audio_codec_5] > mime=3DGSM > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_6] > mime=3DG722 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_7] > mime=3Dspeex > rate=3D32000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_8] > mime=3DG726-16 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_9] > mime=3DG726-24 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_10] > mime=3DG726-32 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_11] > mime=3DG726-40 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_12] > mime=3DAAL2-G726-16 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_13] > mime=3DAAL2-G726-24 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_14] > mime=3DAAL2-G726-32 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_15] > mime=3DAAL2-G726-40 > rate=3D8000 > channels=3D1 > enabled=3D0 >=20 > [audio_codec_16] > mime=3DL16 > rate=3D44100 > channels=3D2 > enabled=3D0 >=20 > [audio_codec_17] > mime=3DL16 > rate=3D44100 > channels=3D1 > enabled=3D0 >=20 > [video_codec_0] > mime=3DVP8 > rate=3D90000 > enabled=3D1 >=20 > [video_codec_1] > mime=3DMP4V-ES > rate=3D90000 > enabled=3D1 > recv_fmtp=3Dprofile-level-id=3D3 >=20 > [video_codec_2] > mime=3DH263-1998 > rate=3D90000 > enabled=3D0 > recv_fmtp=3DCIF=3D1;QCIF=3D1 >=20 > [video_codec_3] > mime=3DH263 > rate=3D90000 > enabled=3D0 >=20 > [proxy_0] > reg_proxy=3D<sip:sipgate.de;transport=3Dudp> > reg_identity=3Dsip:XXXXXXXXX@sipgate.de > quality_reporting_enabled=3D0 > quality_reporting_interval=3D0 > reg_expires=3D3600 > reg_sendregister=3D1 > publish=3D1 > avpf=3D0 > avpf_rr_interval=3D5 > dial_escape_plus=3D0 > privacy=3D32768 > publish_expires=3D-1 >=20 >=20 > =0C > linphone GUI Dialog: >=20 > Configure a SIP account dialog:=20 >=20 > Your Sip identity: sip:USER@sipgate.de > SIP Proxy address: <sip:sipgate.de;transport=3Dudp> > Registration duration: 3600 > Uransport: UDP > Route (optional): [[empty]] > Contact params: [[empty]] > AVPF regulat RTCP interval: 5 >=20 > [x] Register > [x] Publish presecne information > [ ] Enable AVPF >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Settings >> Network Settings: >=20 > [x] Set maximum transmission Unit: 1300 > [ ] Send DTMFs as SIP info > [ ] Aloow IPv6 >=20 > Network protocol and ports >=20 > SIP / UDP port [ ] disabled [ ] random [5060] > SIP / TCP port [ ] disabled [ ] random [5060] > Audio RTP/UDP: [7078] [x] fixed > Video RTP/UDP: [9078] [x] fixed >=20 > NAT and Firewall >=20 > [ ] Direct connection to the Internet > [ ] Behind NAT / Firwall (specify gateway IP) > [x] Behind NAT / Firewall (use STUN to resolve) stun server: > [stun.sipgate.net] [ ] Behind NAT / Firewall (use ICE) > [ ] Behind NAT / Firewall (use uPNP) >=20 > Encryption:=20 >=20 > Media encryption type: None > Media encryption is mandatory: [ ] =20 >=20 >=20 > =0C > baresip debug:=20 >=20 > $ /jail/portsj/usr/local/bin/baresip -h > baresip v0.4.19 Copyright (C) 2010 - 2016 Alfred E. Heggestad et al. > Usage: baresip [options] > options: > -6 Prefer IPv6 > -d Daemon > -e <commands> Exec commands > -f <path> Config path > -m <module> Pre-load modules (repeat) > -p <path> Audio files > -h -? Help > -t Test and exit > -u <parameters> Extra UA parameters > -v Verbose debug > $ /jail/portsj/usr/local/bin/baresip -t > baresip v0.4.19 Copyright (C) 2010 - 2016 Alfred E. Heggestad et al. > Local network address: IPv4=3Dwlan0:192.168.2.108 > $ /jail/portsj/usr/local/bin/baresip -v > baresip v0.4.19 Copyright (C) 2010 - 2016 Alfred E. Heggestad et al. > Local network address: IPv4=3Dwlan0:192.168.2.108 > ui: stdio > opus: fmtp=3D"stereo=3D1;sprop-stereo=3D1;maxaveragebitrate=3D28000" > aucodec: opus/48000/2 > aucodec: G722/16000/1 > aucodec: G726-40/8000/1 > aucodec: G726-32/8000/1 > aucodec: G726-24/8000/1 > aucodec: G726-16/8000/1 > aucodec: PCMU/8000/1 > aucodec: PCMA/8000/1 > gsm: GSM v1.0.10 > aucodec: GSM/8000/1 > aucodec: L16/44100/2 > aucodec: L16/32000/2 > aucodec: L16/16000/2 > aucodec: L16/8000/2 > aucodec: L16/44100/1 > aucodec: L16/32000/1 > aucodec: L16/16000/1 > aucodec: L16/8000/1 > aucodec: speex/32000/2 > aucodec: speex/16000/2 > aucodec: speex/8000/2 > aucodec: speex/32000/1 > aucodec: speex/16000/1 > aucodec: speex/8000/1 > aufilt: vumeter > aufilt: speex_aec > aufilt: speex_pp > portaudio: device count is 5 > portaudio: device 0: /dev/dsp0 > portaudio: device 1: /dev/dsp > portaudio: device 2: /dev/dsp2 > portaudio: device 3: /dev/dsp3 > portaudio: device 4: /dev/dsp4 > ausrc: portaudio > auplay: portaudio > ausrc: oss > auplay: oss > medianat: stun > medianat: turn > medianat: ice > natpmp: found default gateway 192.168.2.1 on interface 'wlan0' > natpmp: using NAT-PMP server at 192.168.2.1:5351 > natpmp: {n=3D0} tx 2 bytes > medianat: natpmp > mediaenc: srtp > mediaenc: srtp-mand > mediaenc: srtp-mandf > mediaenc: dtls_srtpf > mediaenc: dtls_srtp > mediaenc: srtp-mandf > DTLS-SRTP ready with profiles > SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32 uuid: loaded UUID > 9cfafb41-c631-1ba0-83df-86e83d90e64c from > file /home/bch/.baresip/uuid Populated 1 account Populated 3 contacts > Subscribing to 1 contacts > Populated 23 audio codecs > Populated 3 audio filters > Populated 0 video codecs > Populated 0 video filters > baresip is ready. > XXXXXXXXX@sipgate.de: {0/UDP/v4} 200 OK () [1 binding] > All 1 useragent registered successfully! (65 ms) > presence: ua=3D0x80228a400 got event 1 (REGISTER_OK) > natpmp: {n=3D1} tx 2 bytes > natpmp: {n=3D2} tx 2 bytes > natpmp: {n=3D3} tx 2 bytes > natpmp: {n=3D4} tx 2 bytes > > 1000natpmp: {n=3D5} tx 2 bytes > > 10005@sipgate.de =20 > call: connecting to 'sip:10005@sipgate.de'.. > call: SIP Progress: 100 trying -- your call is important to us (/) > audio: Set audio decoder: G722 16000Hz 1ch > oss: init: 16000 Hz 1 ch, blocksize=3D128 > audio: Set audio encoder: G722 16000Hz 1ch > speex_aec: Speex AEC loaded: srate =3D 16000Hz > warning: The VAD has been replaced by a hack pending a complete > rewrite speex_pp: Speex preprocessor loaded: srate =3D 16000Hz > oss: init: 16000 Hz 1 ch, blocksize=3D128 > audio tx pipeline: oss ---> vumeter ---> speex_aec ---> > speex_pp ---> G722 audio rx pipeline: oss <--- vumeter <--- > speex_aec <--- G722 XXXXXXXXX@sipgate.de: Call established: > sip:10005@sipgate.de presence: ua=3D0x80228a400 got event 9 > (CALL_ESTABLISHED) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: > Auto-filling the buffer (your application is buggy and/or got xruns) > natpmp: {n=3D6} tx 2 bytes/s) > [ ] [=3D=3D=3D=3D=3D ] warning: No playback fra= me > available (your application is buggy and/or got > xruns) ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns) ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) [=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: > Auto-filling the buffer (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got > xruns)=3D=3D=3D ] warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns)=3D=3D=3D ] warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns) warning: No playback frame available (your > application is buggy and/or got xruns) warning: No playback frame > available (your application is buggy and/or got xruns) warning: No > playback frame available (your application is buggy and/or got xruns) > warning: No playback frame available (your application is buggy > and/or got xruns)=3D=3D=3D ] warning: No playback frame > available (your application is buggy and/or got xruns) warning: > Auto-filling the buffer (your application is buggy and/or got xruns) > warning: Auto-filling the buffer (your application is buggy and/or > got xruns) sip:10005@sipgate.de: session closed: Connection reset by > peer ] [ ] warning: No playback frame > available (your application is buggy and/or got xruns) presence: > ua=3D0x80228a400 got event 10 (CALL_CLOSED) sip:XXXXXXXXX@sipgate.de: > Call with sip:10005@sipgate.de terminated (duration: 21 secs) main: > long async blocking: 130>100 ms (h=3D0x8008891b0 arg=3D0x8022ca180) > natpmp: {n=3D7} tx 2 bytes presence: subscriber closed > <sip:bch@NOMAIL.XX>: Operation timed out; will retry in 30 secs > (failc=3D1) >=20 >=20 >=20 > =0C > # baresip configuration >=20 > # Core > poll_method kqueue # poll, select, > kqueue .. >=20 > # SIP > sip_trans_bsize 128 > #sip_listen 0.0.0.0:5060 > #sip_certificate cert.pem >=20 > # Audio > # audio_dev /dev/dsp > audio_player oss,/dev/dsp > audio_source oss,/dev/dsp > audio_alert oss,/dev/dsp > #audio_player sndio,default > #audio_source sndio,default > #audio_alert sndio,default > audio_srate 8000-48000 > audio_channels 1-2 > #ausrc_srate 48000 > #auplay_srate 48000 > #ausrc_channels 0 > #auplay_channels 0 >=20 > # Video > #video_source v4l2,/dev/video0 > #video_display x11,nil > video_size 352x288 > video_bitrate 500000 > video_fps 25 >=20 > # AVT - Audio/Video Transport > rtp_tos 184 > #rtp_ports 10000-20000 > #rtp_bandwidth 512-1024 # [kbit/s] > rtcp_enable yes > rtcp_mux no > jitter_buffer_delay 5-10 # frames > rtp_stats no >=20 > # Network > #dns_server 10.0.0.1:53 > #net_interface gif0 >=20 > # BFCP > #bfcp_proto udp >=20 > #------------------------------------------------------------------------= ------ > # Modules >=20 > #module_path /usr/local/lib/baresip/modules > module_path /jail/portsj/usr/local/lib/baresip/modules >=20 > # UI Modules > module stdio.so > #module cons.so > #module httpd.so >=20 > # Audio codec Modules (in order) > module opus.so > # module amr.so > module g722.so > module g726.so > module g711.so > module gsm.so > module l16.so > module speex.so > # module mpa.so >=20 > # Audio filter Modules (in encoding order) > module vumeter.so > #module sndfile.so > module speex_aec.so > module speex_pp.so > #module plc.so >=20 > # Audio driver Modules > #module sndio.so > #module aubridge.so > #module aufile.so > module portaudio.so > module oss.so >=20 > # Video codec Modules (in order) > #module avcodec.so > #module daala.so > #module h265.so > #module vpx.so >=20 > # Video filter Modules (in encoding order) > #module selfview.so > #module snapshot.so >=20 > # Video source modules > #module v4l2.so > #module avformat.so > #module x11grab.so > #module vidbridge.so >=20 > # Video display modules > #module x11.so > #module fakevideo.so >=20 > # Media NAT modules > module stun.so > module turn.so > module ice.so > module natpmp.so >=20 > # Media encryption modules > module srtp.so > module dtls_srtp.so > #module zrtp.so >=20 >=20 > #------------------------------------------------------------------------= ------ > # Temporary Modules (loaded then unloaded) >=20 > module_tmp uuid.so > module_tmp account.so >=20 >=20 > #------------------------------------------------------------------------= ------ > # Application Modules >=20 > module_app auloop.so > module_app contact.so > #module_app echo.so > module_app menu.so > #module_app mwi.so > #module_app natbd.so > module_app presence.so > #module_app syslog.so > module_app vidloop.so >=20 > #------------------------------------------------------------------------= ------ > # These modules are in baresip-gtk2 package: > #module gst1.so > #module gst_video1.so > #module_app gtk.so >=20 >=20 > #------------------------------------------------------------------------= ------ > # Module parameters >=20 >=20 > cons_listen 0.0.0.0:5555 >=20 > http_listen 0.0.0.0:8000 >=20 > # Speex codec parameters > speex_quality 7 # 0-10 > speex_complexity 7 # 0-10 > speex_enhancement 0 # 0-1 > speex_mode_nb 3 # 1-6 > speex_mode_wb 6 # 1-6 > speex_vbr 0 # Variable Bit Rate 0-1 > speex_vad 0 # Voice Activity Detection 0-1 > speex_agc_level 8000 >=20 > # Opus codec parameters > opus_bitrate 28000 # 6000-510000 >=20 > # Selfview > video_selfview window # {window,pip} > #selfview_size 64x64 >=20 > # ICE > ice_turn no > ice_debug no > ice_nomination regular # {regular,aggressive} > ice_mode full # {full,lite} > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181008102305.31c2eedf.freebsd.ed.lists>