I am about to test the channel with the model E226 by Huawei. I&#39;ll post the results whenever I finish the tests. <br><br>As you said, the AT commands for the modem manipulation are not standard and I am trying the understand them by reading your source code. If you have any documentation that you took as reference, I&#39;ll appreciate the download-link contribution :).<br>
<br><br><br><div class="gmail_quote">On Tue, Aug 11, 2009 at 3:30 PM, Odicha <span dir="ltr">&lt;<a href="mailto:odicha@hotmail.com">odicha@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If anyone has another hardware that could work and /or any question about<br>
how it works I&#39;ll be pleased to help.<br>
<br>
what it does at now...<br>
<br>
Huawei audio modems have three ttyUSB ports. So they use une port for<br>
GPRs/3G data connection ( subdevice 0), next port for audio (only audio<br>
slinear stream.. passtrough directly to asterisk when voice is enabled) and<br>
next port for AT communication (some no standard AT commands for enabling<br>
voice streaming on other port, and all rest of standard stuff)<br>
<br>
So It mainly uses AT commands and some routines for enabling/disabling audio<br>
stream. Not complex at all.<br>
<br>
The &quot;worst part&quot; in module is about modem detection. It might be rewritten.<br>
It searches for device strings in /sys/bus/usb/devices/ . It might work with<br>
some fs library I think<br>
<br>
How it starts.<br>
First of all It does the &quot;dirty search&quot; of modems. It will write into<br>
asterisk one file<br>
sebi_devices.conf<br>
with data about modems their tty port and their IMEI<br>
After that it loads sebi.conf. If Imei from modem config exists in<br>
sebi_devices.conf (it&#39;s attached ..) it loads modem channel.<br>
<div class="im"><br>
<br>
----- Original Message -----<br>
From: &quot;Thomas Kenyon&quot; &lt;<a href="mailto:digium@sanguinarius.co.uk">digium@sanguinarius.co.uk</a>&gt;<br>
To: &quot;Asterisk Developers Mailing List&quot; &lt;<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>&gt;<br>
</div><div><div></div><div class="h5">Sent: Tuesday, August 11, 2009 7:00 PM<br>
Subject: Re: [asterisk-dev] About chan_mobile<br>
<br>
<br>
&gt; Odicha wrote:<br>
&gt;&gt; Hi.<br>
&gt;&gt;<br>
&gt;&gt; Take a look at something like that I have done.<br>
&gt;&gt; It&#39;s for Huawei voice usb modems<br>
&gt;&gt; It&#39;s in beta stage yet, for testing in 1.4.x branch<br>
&gt;&gt; It works fine on Huawei E169/K3520 modems (the only voice modems I own)<br>
&gt;&gt;<br>
&gt; This sounds fantastic, a much better idea than my current chan_mobile<br>
&gt; setup.<br>
&gt;<br>
&gt;&gt; you have it at<br>
&gt;&gt; <a href="http://asterisk-es-rsp.irontec.com/svn/team/Odicha/unstable/chan_sebi/" target="_blank">http://asterisk-es-rsp.irontec.com/svn/team/Odicha/unstable/chan_sebi/</a><br>
&gt;&gt;<br>
&gt;&gt; Now it supports voice and sms services (tested with 4 modems at time).<br>
&gt;&gt; It has early media working fine, CID detection and a good audio quality<br>
&gt;&gt; (no<br>
&gt;&gt; digital/analog conversion).<br>
&gt;&gt;<br>
&gt;&gt; ToDo.<br>
&gt;&gt; Sms support for standard serial devices (analog FCTs for example...).<br>
&gt;&gt; Better modem detection routines.<br>
&gt;&gt;<br>
&gt;&gt; Voice for standard mobiles not in mind because generally they don&#39;t<br>
&gt;&gt; support<br>
&gt;&gt; audio in serial/usb channel. So get audio through and audio card iy&#39;s a<br>
&gt;&gt; dirty solution and you can only have one channel at time.<br>
&gt;&gt; Using USB modems with voice capabilities the only limit is USB channel<br>
&gt;&gt; (in<br>
&gt;&gt; 2.0 not problem at all for working with 4 or 5 devices at time) (I don&#39;t<br>
&gt;&gt; have more modems for stress testing...). And they are inexpensive at now.<br>
&gt;&gt; It<br>
&gt;&gt; could be like &quot;X100P&quot; of mobile channels.<br>
&gt;&gt;<br>
&gt;&gt; Best Regards<br>
&gt;&gt;<br>
&gt;&gt; ----- Original Message -----<br>
&gt;&gt; From: &quot;Kai Hoerner&quot; &lt;<a href="mailto:kai@ciphron.de">kai@ciphron.de</a>&gt;<br>
&gt;&gt; To: &quot;Asterisk Developers Mailing List&quot; &lt;<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>&gt;<br>
&gt;&gt; Sent: Tuesday, August 11, 2009 2:48 PM<br>
&gt;&gt; Subject: Re: [asterisk-dev] About chan_mobile<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; i think it would work. but your channel will conflict with chan_alsa /<br>
&gt;&gt;&gt; chan_oss ..<br>
&gt;&gt;&gt; chan_alsa uses mic + earphone connectors of the sound card connected.<br>
&gt;&gt;&gt; the source code of this channel driver is a good starting point, if you<br>
&gt;&gt;&gt; really intend to implement it this way.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; but your idea sounds kinda ugly.<br>
&gt;&gt;&gt; why dont you use bluetooth?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Carlos Ruiz Diaz schrieb:<br>
&gt;&gt;&gt;&gt; Hello,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I am about to start the development of a usb version of the<br>
&gt;&gt;&gt;&gt; chan_mobile. I almost finished my research and my idea is to use the<br>
&gt;&gt;&gt;&gt; USB serial connection to fully control the phone using AT commands<br>
&gt;&gt;&gt;&gt; (like chan_mobile). The main problem with this approach is the audio<br>
&gt;&gt;&gt;&gt; and by now, the only idea that I have is to use the headset (mic +<br>
&gt;&gt;&gt;&gt; earphone ) connected to the mic and speaker slots of the computer. I<br>
&gt;&gt;&gt;&gt; am also looking for a way to isolate the audio channels.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Do you think it will work?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt;&gt;&gt;&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; asterisk-dev mailing list<br>
&gt;&gt;&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;&gt;&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt;&gt;&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; asterisk-dev mailing list<br>
&gt;&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;<br>
&gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt;&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;&gt;<br>
&gt;&gt; asterisk-dev mailing list<br>
&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;<br>
&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
&gt;<br>
&gt; asterisk-dev mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br>