<p dir="ltr">Thanks Dusan for the educated reply. I will provide logs no sooner than next week as both of my usb hubs in testing stopped working.</p>
<p dir="ltr">It is not working at all with a huawei e173 for me. The sad thing is audio on e173 is flawless, while as on k3715 is a bit laggy especially if no early media.</p>
<p dir="ltr">I initially put this thread to express my frustration with inconsistencies even in simple devices.</p>
<div class="gmail_quote">07 сент. 2014 г. 18:29 пользователь "Dušan Dragić" <<a href="mailto:dragic.dusan@gmail.com">dragic.dusan@gmail.com</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I also have an issue with incoming sms. After seeing this thread I<br>
finally decided to look into it:<br>
<a href="https://jira.freeswitch.org/browse/FS-6799" target="_blank">https://jira.freeswitch.org/browse/FS-6799</a><br>
Probably not the same problem that you two are having.<br>
<br>
Daniel you said it works with K3715, but with what model it doesn't<br>
work? what does the debug log say? I'm using a few old E1550.<br>
<br>
Shlomi, gsmopen deletes read messages from message storage, if it<br>
doesn't with your modem it should be treated as a bug.<br>
You can always delete mesages with AT command AT+CMGD. Use<br>
AT+CMGD=<index> to remove msg one by one or something like AT+CMGD=0,4<br>
to remove all (read, unread, sent, unsent). You can list stored<br>
messages with AT+CMGL. Lookup the commands for full description.<br>
<br>
If any of you can provide the debug logs maybe we can figure out what<br>
is going on in your cases.<br>
<br>
Also mod_sms is not necessary to send and receive sms messages with mod_gsmopen.<br>
mod_sms only listens for MESSAGE events, so if gsmopen doesn't fire<br>
the event it doesn't do anything.<br>
You only need it if you want to use the chatplan and chatplan apps. In<br>
my opinion it's unfortunately named since it isn't GSM specific.<br>
<br>
On 7 September 2014 11:01, Shlomi Agiv <<a href="mailto:shlomi.agiv@cell-buddy.com">shlomi.agiv@cell-buddy.com</a>> wrote:<br>
> This is a pending issue for me too, so please let me know what you've done.<br>
> Thanks,<br>
> Shlomi Agiv<br>
><br>
><br>
> On Sun, Sep 7, 2014 at 11:48 AM, Daniel Ivanov <<a href="mailto:sertys@gmail.com">sertys@gmail.com</a>> wrote:<br>
>><br>
>> I face the same situation. Outgoing messages go through fine. Incoming do<br>
>> not. I have now noticed that a different modem (K3715) accepts and sends<br>
>> succesfully, which hints me there is interfacing fragmentation here as well.<br>
>> Thank you for a prompt reply, Shlomi.<br>
>> To solve this we have to monitor AT traffic and adjust the command set.<br>
>><br>
>> 07 сент. 2014 г. 9:45 пользователь "Shlomi Agiv"<br>
>> <<a href="mailto:shlomi.agiv@cell-buddy.com">shlomi.agiv@cell-buddy.com</a>> написал:<br>
>><br>
>>> personally, I send sms on mod_gsmopen without doing anything special on<br>
>>> mod_sms, but have found a similar problem getting sms's.<br>
>>> You should try sending sms's first.<br>
>>> The format is:<br>
>>> chat sms|<console name>|<recipient>|<message><br>
>>><br>
>>> If it works and you get no incoming messages, then you should it's<br>
>>> because an issue i encountered and haven't had a chance to look into - the<br>
>>> sms's received by mod_gsmopen are read but not deleted, therefore after a<br>
>>> few the internal sim memory gets clogged up and you stop getting sms's.<br>
>>> You can try with a new sim or lookup on the web a way to clean the sms's<br>
>>> from the sim then try again.<br>
>>><br>
>>> I wonder whether anyone can confirm that using mod_sms solves this issue<br>
>>> on mod_gsmopen.<br>
>>><br>
>>> Thanks,<br>
>>> Shlomi Agiv<br>
>>><br>
>>><br>
>>> On Sun, Sep 7, 2014 at 2:56 AM, Daniel Ivanov <<a href="mailto:sertys@gmail.com">sertys@gmail.com</a>> wrote:<br>
>>>><br>
>>>> This is as truthful as saying mod_sms is meant for sms.<br>
>>>><br>
>>>> 07 сент. 2014 г. 2:27 пользователь "Nandy Dagondon"<br>
>>>> <<a href="mailto:nandy1925@gmail.com">nandy1925@gmail.com</a>> написал:<br>
>>>><br>
>>>>> mod_gsmopen is meant for voice. for SMS, look here:<br>
>>>>> <a href="https://wiki.freeswitch.org/wiki/Mod_sms" target="_blank">https://wiki.freeswitch.org/wiki/Mod_sms</a><br>
>>>>><br>
>>>>> /Nandy<br>
>>>>><br>
>>>>><br>
>>>>> On Sat, Sep 6, 2014 at 9:41 PM, Daniel Ivanov <<a href="mailto:sertys@gmail.com">sertys@gmail.com</a>> wrote:<br>
>>>>>><br>
>>>>>> I receive no event of any sort about incoming SMSes on gsmopen<br>
>>>>>> channels. I send and receive calls without a problem but sms messages seems<br>
>>>>>> to disappear.<br>
>>>>>><br>
>>>>>> Any fast hints on that?<br>
>>>>>><br>
>>>>>> mod_sms is loaded and<br>
>>>>>> this is my gsmopen.conf :<br>
>>>>>><br>
>>>>>><br>
>>>>>> <configuration name="gsmopen.conf" description="GSMopen<br>
>>>>>> Configuration"><br>
>>>>>> <global_settings><br>
>>>>>> <param name="debug" value="8"/><br>
>>>>>> <param name="dialplan" value="XML"/><br>
>>>>>> <param name="context" value="default"/><br>
>>>>>> <param name="hold-music" value="$${moh_uri}"/><br>
>>>>>> <param name="destination" value="9999"/><br>
>>>>>> </global_settings><br>
>>>>>> <!-- one entry here per gsmopen interface --><br>
>>>>>> <per_interface_settings><br>
>>>>>> <interface id="1" name="XXXX"><br>
>>>>>> <param name="hold-music" value="$${moh_uri}"/><br>
>>>>>> <param name="dialplan" value="XML"/><br>
>>>>>> <param name="context" value="default"/><br>
>>>>>> <param name="destination" value="5000"/><br>
>>>>>> <param name="imei" value="35XXXXX"/><br>
>>>>>> </interface><br>
>>>>>> <interface id="2" name="XXXXXX"><br>
>>>>>> <param name="hold-music" value="$${moh_uri}"/><br>
>>>>>> <param name="dialplan" value="XML"/><br>
>>>>>> <param name="context" value="default"/><br>
>>>>>> <param name="destination" value="5000"/><br>
>>>>>> <param name="imei" value="XXXX"/><br>
>>>>>> </interface><br>
>>>>>> <interface id="3" name="XXXXXXX"><br>
>>>>>> <param name="hold-music" value="$${moh_uri}"/><br>
>>>>>> <param name="dialplan" value="XML"/><br>
>>>>>> <param name="context" value="default"/><br>
>>>>>> <param name="destination" value="5000"/><br>
>>>>>> <param name="imei" value="XXXXXXX"/><br>
>>>>>> </interface><br>
>>>>>> <interface id="4" name="XXXXXXX"><br>
>>>>>> <param name="hold-music" value="$${moh_uri}"/><br>
>>>>>> <param name="dialplan" value="XML"/><br>
>>>>>> <param name="context" value="default"/><br>
>>>>>> <param name="destination" value="9996"/><br>
>>>>>> <param name="imei" value="XXXXXXXXXX"/><br>
>>>>>> </interface><br>
>>>>>> </per_interface_settings><br>
>>>>>> </configuration><br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> _________________________________________________________________________<br>
>>>>>> Professional FreeSWITCH Consulting Services:<br>
>>>>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>>>>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>>>>>><br>
>>>>>> Official FreeSWITCH Sites<br>
>>>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>>>>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>>>>><br>
>>>>>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
>>>>>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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>
>>>>>><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>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> _________________________________________________________________________<br>
>>>>> Professional FreeSWITCH Consulting Services:<br>
>>>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>>>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>>>>><br>
>>>>> Official FreeSWITCH Sites<br>
>>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>>>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>>>><br>
>>>>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
>>>>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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>
>>>>><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>
>>>><br>
>>>><br>
>>>> _________________________________________________________________________<br>
>>>> Professional FreeSWITCH Consulting Services:<br>
>>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>>>><br>
>>>> Official FreeSWITCH Sites<br>
>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>>><br>
>>>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
>>>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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>
>>><br>
>>><br>
>>> _________________________________________________________________________<br>
>>> Professional FreeSWITCH Consulting Services:<br>
>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>>><br>
>>> Official FreeSWITCH Sites<br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>><br>
>>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
>>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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>
>><br>
>> _________________________________________________________________________<br>
>> Professional FreeSWITCH Consulting Services:<br>
>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>><br>
>> Official FreeSWITCH Sites<br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>><br>
>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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>
><br>
><br>
> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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>
<br>
<br>
--<br>
Dušan Dragić<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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></blockquote></div>