Questions Tagged With voiphttp://linuxexchange.org/tags/voip/?type=rssquestions tagged <span class="tag">voip</span>enSat, 12 Nov 2016 10:32:39 -0500G.729 codec in linphonehttp://linuxexchange.org/questions/3625/g729-codec-in-linphone<p>Running Manjaro, I installed linphone along with all required libraries from AUR. The application works well except for the fact that the codec list is incomplete. The G.729 codec, for instance is not available.</p> <p>The log file indicates a few problems:</p> <pre><code>... message: 2016-11-12 12:20:39:455 Loading ms plugins from [/usr/lib/mediastreamer/plugins] message: 2016-11-12 12:20:39:456 Loading plugin /usr/lib/mediastreamer/plugins/libmsbcg729.so.0 ... error: 2016-11-12 12:20:39:456 ms_filter_register(): registration of 'MSBCG729Enc' filter has failed: no fallback factory has been defined error: 2016-11-12 12:20:39:456 ms_filter_register(): registration of 'MSBCG729Dec' filter has failed: no fallback factory has been defined message: 2016-11-12 12:20:39:456 libmsbcg729 debug plugin loaded message: 2016-11-12 12:20:39:456 Plugin loaded (/usr/lib/mediastreamer/plugins/libmsbcg729.so.0) ... message: 2016-11-12 12:20:39:456 Codec G729/8000 fmtp=[annexb=no] number=18, enabled=0) added to the list of possible codecs. ... message: 2016-11-12 12:20:39:457 Could not find encoder for G729 message: 2016-11-12 12:20:39:457 Could not find decoder for G729 ... </code></pre> <p><code>ldconfig -p|grep 729</code></p> <pre><code>libbcg729.so.0 (libc6,x86-64) =&gt; /usr/lib/libbcg729.so.0 libbcg729.so (libc6,x86-64) =&gt; /usr/lib/libbcg729.so </code></pre> <p>Any idea as to why I need to do for G.729 to be enabled? Thanks for your help.</p> <p><code>Linux Elqui 4.4.30-1-MANJARO #1 SMP PREEMPT Tue Nov 1 05:47:13 UTC 2016 x86_64 GNU/Linux</code></p>EricSat, 12 Nov 2016 10:32:39 -0500http://linuxexchange.org/questions/3625/g729-codec-in-linphonecodecsipvoipAdd `voip` and `sip` tagshttp://linuxexchange.org/questions/3401/add-voip-and-sip-tags<p>I'm not sure where else to ask for this, so here I go: Please add <code>voip</code> and <code>sip</code> tags. This would be useful for questions like: <a href="http://linuxexchange.org/questions/3383/error-when-configuring-linphone-to-use-sip-tls">Error when configuring Linphone to use SIP (TLS)</a></p>landroniMon, 18 Aug 2014 14:33:59 -0400http://linuxexchange.org/questions/3401/add-voip-and-sip-tagsmetasipvoipError when configuring Linphone to use SIP (TLS) and ZRTP encryptionhttp://linuxexchange.org/questions/3383/error-when-configuring-linphone-to-use-sip-tls-and-zrtp-encryption<p>I am trying to configure <a href="http://www.linphone.org/">Linphone</a> to wrap all media communications in an encryption layer (on Xubuntu). According to <a href="http://www.linphone.org/technical-corner/linphone.html">their website</a>, Linphone supports: </p> <blockquote> <p>Secure communications (TLS, SRTP, zRTP)</p> </blockquote> <p>However, when I try to configure Linphone in <code>Options &gt; Prefs &gt; Network Settings &gt; Network protocol</code> and select <code>SIP (TLS)</code> then Linphone immediately complains with the following error message: </p> <pre><code>Could not start tls transport on port 5060, maybe this port is already used. </code></pre> <p>Linphone works just fine when I switch back to <code>SIP (UDP)</code>. </p> <p>What is wrong and how can I fix it? </p>landroniTue, 12 Aug 2014 05:51:32 -0400http://linuxexchange.org/questions/3383/error-when-configuring-linphone-to-use-sip-tls-and-zrtp-encryptionencryptionsecuritysipvoipubuntu