Ankit,<br><br>the error is just that you have not installed the module.<br><br>For what I can see, you are just beginning to use FreeSWIT&gt;CH, and mod_gsmopen is an experimental module that requires a fair knowledge of FreeSWITCH and Linux to be used.<br>

<br>I would counseil you to not use it, and go back to it in the future.<br><br>Also, I highly doubt it will work with your nokia.<br><br>-giovanni<br><br><div class="gmail_quote">On Fri, Jul 1, 2011 at 4:18 PM, ankIT WALiA <span dir="ltr">&lt;<a href="mailto:ankitwalia4u@gmail.com">ankitwalia4u@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><span style="font-family: georgia,serif;">Ok, Could you please guide me how can I uninstall the alsa on my Ubuntu system.</span><br style="font-family: georgia,serif;">

<br style="font-family: georgia,serif;"><span style="font-family: georgia,serif;">I tried installing on other system having Centos (this system is fresh freeswitch install).  I followed the steps</span><br style="font-family: georgia,serif;">


<pre style="font-family: georgia,serif;">cd gsmlib/gsmlib-1.10-patched-12ubuntu1
./configure
make
make install<br><br>Now, I was confused at this below step. What does the below lines mean on wiki. <br><i>Without audio support (<b>SMSs only, no voice calls</b>)
</i></pre><ul style="font-family: georgia,serif;"><li><i> With gsmlib is in noaudio_gsmlib_cplusplus/mod_gsmopen
</i></li><li><i> Without gsmlib is in noaudio_nogsmlib_nocplusplus/mod_gsmopen
</i></li></ul><span style="font-family: georgia,serif;">Does it mean that I need to add one more layer of directory under endpoints/noaudio_gsmlib_cplusplus/mod_gsmopen
?</span><br style="font-family: georgia,serif;"><br style="font-family: georgia,serif;"><span style="font-family: georgia,serif;">Although I was not sure, Still I did install under normal mod_gsmopen. Now when I am trying to load mod_gsmopen. It is giving me the error </span><br style="font-family: georgia,serif;">


<span style="font-family: georgia,serif;">2011-07-01 09:59:53.689233 [CRIT] switch_loadable_module.c:928 Error</span><br style="font-family: georgia,serif;"><span style="font-family: georgia,serif;">
Loading module /usr/local/freeswitch/mod/mod_gsmopen.so</span><br style="font-family: georgia,serif;"><br style="font-family: georgia,serif;"><span style="font-family: georgia,serif;">Though the file </span><span style="font-family: georgia,serif;">mod_gsmopen.so </span><span style="font-family: georgia,serif;">exist and I logged into root which has all the permission.</span><br style="font-family: georgia,serif;">


<br style="font-family: georgia,serif;"><span style="font-family: georgia,serif;">Please help.</span><br style="font-family: georgia,serif;"><br style="font-family: georgia,serif;"><span style="font-family: georgia,serif;">Regards,</span><br style="font-family: georgia,serif;">

<font color="#888888">
<span style="font-family: georgia,serif;">Ankit</span></font><div><div></div><div class="h5"><br>
<br><br><br><div class="gmail_quote">On Thu, Jun 30, 2011 at 7:34 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com" target="_blank">gmaruzz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


the &quot;plughw:1&quot; alsa device does not exists (or is not read-write to<br>
the FS user).<br>
<br>
Are you using a soundcard connected to the cellphone? To be audio<br>
enabled, gsmopen need a soundcard connected to the cellphone (as<br>
explained in the wiki page).<br>
<br>
If you&#39;re not interested in audio, but only in SMS, then compile<br>
gsmopen without audio, so it will not check for the soundcard.<br>
<br>
Also, I don&#39;t know if gsmopen will work with the kind of cellphone<br>
you&#39;re using. For sure it works with mobigater embedded devices, with<br>
motorolas, with ericssons.<br>
<br>
-giovanni<br>
-giovanni<br>
<div><div></div><div><br>
On Thu, Jun 30, 2011 at 3:37 PM, ankIT WALiA &lt;<a href="mailto:ankitwalia4u@gmail.com" target="_blank">ankitwalia4u@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I have properly compiled the gsmopen module.<br>
&gt;<br>
&gt; Added the Dialplan<br>
&gt;<br>
&gt;     &lt;extension name=&quot;gsmopen&quot;&gt;<br>
&gt;       &lt;condition field=&quot;destination_number&quot; expression=&quot;^1002$&quot;&gt;<br>
&gt;         &lt;action application=&quot;bridge&quot; data=&quot;gsmopen/interface1/xxxxxxxxx&quot;/&gt;<br>
&gt;       &lt;/condition&gt;<br>
&gt;     &lt;/extension&gt;<br>
&gt; ----------------------------------------------------<br>
&gt; And the gsm conf file<br>
&gt; &lt;configuration name=&quot;gsmopen.conf&quot; description=&quot;GSMopen Configuration&quot;&gt;<br>
&gt; -<br>
&gt; &lt;global_settings&gt;<br>
&gt;<br>
&gt; &lt;param name=&quot;debug&quot; value=&quot;8&quot;/&gt;<br>
&gt; &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
&gt; &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
&gt; &lt;param name=&quot;hold-music&quot; value=&quot;$${moh_uri}&quot;/&gt;<br>
&gt;<br>
&gt; &lt;param name=&quot;destination&quot; value=&quot;9999&quot;/&gt;<br>
&gt; &lt;/global_settings&gt;<br>
&gt; &lt;!-- one entry here per gsmopen interface --&gt;<br>
&gt; -<br>
&gt; &lt;per_interface_settings&gt;<br>
&gt; -<br>
&gt; &lt;interface id=&quot;1&quot; name=&quot;interface1&quot;&gt;<br>
&gt;<br>
&gt; &lt;param name=&quot;hold-music&quot; value=&quot;$${moh_uri}&quot;/&gt;<br>
&gt; &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
&gt; &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
&gt; &lt;param name=&quot;destination&quot; value=&quot;5000&quot;/&gt;<br>
&gt;<br>
&gt; &lt;param name=&quot;alsacname&quot; value=&quot;plughw:1&quot;/&gt;<br>
&gt; &lt;param name=&quot;alsapname&quot; value=&quot;plughw:1&quot;/&gt;<br>
&gt; &lt;param name=&quot;controldevice_name&quot; value=&quot;/dev/ttyACM1&quot;/&gt;<br>
&gt;<br>
&gt; &lt;/interface&gt;<br>
&gt; &lt;!-- following interfaces are commented out!<br>
&gt;     --&gt;<br>
&gt; &lt;/per_interface_settings&gt;<br>
&gt; &lt;/configuration&gt;<br>
&gt; ------------------------------------------------------------------<br>
&gt; I am using a Nokia handset in India<br>
&gt;<br>
&gt; ---------------------------------------------------------------------<br>
&gt; I am getting the below error on gsm_load.<br>
&gt;<br>
&gt; gsm reload<br>
&gt; 2011-06-30 19:03:52.716491 [WARNING] mod_gsmopen.cpp:1860 rev<br>
&gt; exported[(nil)|37     ][WARNINGA  1860 ][interface1][-1, 0, 0] STARTING<br>
&gt; interface_id=1<br>
&gt;<br>
&gt; 2011-06-30 19:03:56.616460 [ERR] gsmopen_protocol.cpp:2999 rev<br>
&gt; exported[(nil)|37     ][ERRORA  2999 ][interface1][-1, 0, 0] snd_pcm_open<br>
&gt; failed with error &#39;No such file or directory&#39; on device &#39;plughw:1&#39;, if you<br>
&gt; are using a plughw:n device please change it to be a default:n device (so to<br>
&gt; allow it to be shared with other concurrent programs), or maybe you are<br>
&gt; using an ALSA voicemodem and slmodemd is running?<br>
&gt;<br>
&gt; 2011-06-30 19:03:56.616460 [ERR] gsmopen_protocol.cpp:2891 rev<br>
&gt; exported[(nil)|37     ][ERRORA  2891 ][interface1][-1, 0, 0] Failed opening<br>
&gt; ALSA capture device: plughw:1<br>
&gt; 2011-06-30 19:03:56.616460 [ERR] mod_gsmopen.cpp:1931 rev exported[(nil)|37<br>
&gt; ][ERRORA  1931 ][interface1][-1, 0, 0] alsa_init failed<br>
&gt;<br>
&gt; 2011-06-30 19:03:56.616460 [ERR] mod_gsmopen.cpp:1932 rev exported[(nil)|37<br>
&gt; ][ERRORA  1932 ][interface1][-1, 0, 0] STARTING interface_id=1 FAILED<br>
&gt; 2011-06-30 19:03:56.616460 [ERR] mod_gsmopen.cpp:3146 rev exported[(nil)|37<br>
&gt; ][ERRORA  3146 ][interface1][-1, 0, 0] ALARM on interface interface1:<br>
&gt;<br>
&gt;<br>
&gt; -----------------------------------------------------------------------------------------------------------------<br>
&gt; I could not understand what does the error message trying to say? I am<br>
&gt; connected to friend&#39;s mobile with datacable on com1 port. I jsut wanted to<br>
&gt; check SMS. Please help.<br>
&gt;<br>
&gt; Thanks<br>
&gt; Ankit<br>
&gt;<br>
&gt; --<br>
&gt; Life is like a rose its upto u feel it as its fragrance or thorns<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : <a href="tel:%2B39-347-2665618" value="+393472665618" target="_blank">+39-347-2665618</a><br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Life is like a rose its upto u feel it as its fragrance or thorns<br>
</div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Sincerely,<br><br>Giovanni Maruzzelli<br>Cell : +39-347-2665618<br><br>