[Freeswitch-users] mod_gsmopen incoming SMS

Shlomi Agiv shlomi.agiv at cell-buddy.com
Sun Sep 7 13:01:17 MSD 2014


This is a pending issue for me too, so please let me know what you've done.
Thanks,
Shlomi Agiv


On Sun, Sep 7, 2014 at 11:48 AM, Daniel Ivanov <sertys at gmail.com> wrote:

> I face the same situation. Outgoing messages go through fine. Incoming do
> not. I have now noticed that a different modem (K3715) accepts and sends
> succesfully, which hints me there is interfacing fragmentation here as
> well. Thank you for a prompt reply, Shlomi.
> To solve this we have to monitor AT traffic and adjust the command set.
> 07 сент. 2014 г. 9:45 пользователь "Shlomi Agiv" <
> shlomi.agiv at cell-buddy.com> написал:
>
> personally, I send sms on mod_gsmopen without doing anything special on
>> mod_sms, but have found a similar problem getting sms's.
>> You should try sending sms's first.
>> The format is:
>> chat sms|<console name>|<recipient>|<message>
>>
>> If it works and you get no incoming messages, then you should it's
>> because an issue i encountered and haven't had a chance to look into - the
>> sms's received by mod_gsmopen are read but not deleted, therefore after a
>> few the internal sim memory gets clogged up and you stop getting sms's.
>> You can try with a new sim or lookup on the web a way to clean the sms's
>> from the sim then try again.
>>
>> I wonder whether anyone can confirm that using mod_sms solves this issue
>> on mod_gsmopen.
>>
>> Thanks,
>> Shlomi Agiv
>>
>>
>> On Sun, Sep 7, 2014 at 2:56 AM, Daniel Ivanov <sertys at gmail.com> wrote:
>>
>>> This is as truthful as saying mod_sms is meant for sms.
>>> 07 сент. 2014 г. 2:27 пользователь "Nandy Dagondon" <nandy1925 at gmail.com>
>>> написал:
>>>
>>> mod_gsmopen is meant for voice.  for SMS, look here:
>>>> https://wiki.freeswitch.org/wiki/Mod_sms
>>>>
>>>> /Nandy
>>>>
>>>>
>>>> On Sat, Sep 6, 2014 at 9:41 PM, Daniel Ivanov <sertys at gmail.com> wrote:
>>>>
>>>>> I receive no event of any sort about incoming SMSes on gsmopen
>>>>> channels. I send and receive calls without a problem but sms messages seems
>>>>> to disappear.
>>>>>
>>>>> Any fast hints on that?
>>>>>
>>>>> mod_sms is loaded and
>>>>> this is my gsmopen.conf :
>>>>>
>>>>>
>>>>> <configuration name="gsmopen.conf" description="GSMopen Configuration">
>>>>>   <global_settings>
>>>>>     <param name="debug" value="8"/>
>>>>>     <param name="dialplan" value="XML"/>
>>>>>     <param name="context" value="default"/>
>>>>>     <param name="hold-music" value="$${moh_uri}"/>
>>>>>     <param name="destination" value="9999"/>
>>>>>   </global_settings>
>>>>>   <!-- one entry here per gsmopen interface -->
>>>>>   <per_interface_settings>
>>>>>     <interface id="1" name="XXXX">
>>>>>         <param name="hold-music" value="$${moh_uri}"/>
>>>>>         <param name="dialplan" value="XML"/>
>>>>>         <param name="context" value="default"/>
>>>>>         <param name="destination" value="5000"/>
>>>>> <param name="imei" value="35XXXXX"/>
>>>>>     </interface>
>>>>>     <interface id="2" name="XXXXXX">
>>>>>         <param name="hold-music" value="$${moh_uri}"/>
>>>>>         <param name="dialplan" value="XML"/>
>>>>>         <param name="context" value="default"/>
>>>>>         <param name="destination" value="5000"/>
>>>>> <param name="imei" value="XXXX"/>
>>>>>       </interface>
>>>>>       <interface id="3" name="XXXXXXX">
>>>>>         <param name="hold-music" value="$${moh_uri}"/>
>>>>>         <param name="dialplan" value="XML"/>
>>>>>         <param name="context" value="default"/>
>>>>>         <param name="destination" value="5000"/>
>>>>> <param name="imei" value="XXXXXXX"/>
>>>>>       </interface>
>>>>>     <interface id="4" name="XXXXXXX">
>>>>>         <param name="hold-music" value="$${moh_uri}"/>
>>>>>         <param name="dialplan" value="XML"/>
>>>>>         <param name="context" value="default"/>
>>>>>         <param name="destination" value="9996"/>
>>>>> <param name="imei" value="XXXXXXXXXX"/>
>>>>>     </interface>
>>>>>   </per_interface_settings>
>>>>> </configuration>
>>>>>
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> 
>>>>> 
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>
>>>>
>>>>
>>>> _________________________________________________________________________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://confluence.freeswitch.org
>>>> http://www.cluecon.com
>>>>
>>>> 
>>>> 
>>>>
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:
>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>> http://www.freeswitch.org
>>>>
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> 
>>> 
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> 
>> 
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> 
> 
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140907/d4e4bc6e/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list