hi, i have compliled and loaded the sms module, then i linked my mobile phone (motorola v998) with my computer on com1 port. when i run ser in debug mode ,the output informations are: .. 0(1515) DEBUG:modem_process: openning modem 0(1515) INFO:initmodem: init modem Motorola on /dev/ttyS0. 0(1515) INFO:initmodem: Checking if Modem is registered to the network 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying ... the trouble is just like my modem device(motorola v998) doesn't work with my computer. do i need install the modem device drivers ? but i can't find the drivers, and my ser server is running on linux OS,if there are drivers for linux ? the second problem is how i can send sms message to ser, is there another UA supported sending sms? thanks! reguards,Joe_chen
Hello -- please be patient -- the author of the module in question is on an off-line vacation and will be able to reply in 2003. sorry for that,
-Andy
At 04:57 AM 12/18/2002, Joe_chen wrote:
hi, i have compliled and loaded the sms module, then i linked my mobile phone (motorola v998) with my computer on com1 port. when i run ser in debug mode ,the output informations are: .. 0(1515) DEBUG:modem_process: openning modem 0(1515) INFO:initmodem: init modem Motorola on /dev/ttyS0. 0(1515) INFO:initmodem: Checking if Modem is registered to the network 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying ... the trouble is just like my modem device(motorola v998) doesn't work with my computer. do i need install the modem device drivers ? but i can't find the drivers, and my ser server is running on linux OS,if there are drivers for linux ? the second problem is how i can send sms message to ser, is there another UA supported sending sms? thanks! reguards,Joe_chen
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Andy Blen iptel.org Services
Most probably, it seams that SER is not able to "see" your modem. You don't need any driver or any supplementary application in order to use your modem (phone) via serial cable in Linux. To be sure, please test your modem connectivity using "minicom" - set device = /dev/ttyS0 , ECHO = on, etc. See if your modem responds to the "AT" command - it should reply with "OK".
Regarding your second question, let me make you a short explanation about how the SMS module works: - from SIP->SMS : send with a SIP UAC a SIP MESSAGE to your SER. Using the script function"sms_send_msg", SER will send an SMS having as text the body from the SIP message. The SMS destination (that is a mobile phone number) has to be specified into user part of the Request URI of the SIP message (for more details see the README). - from SMS->SIP : from a mobile phone send a SMS to the GSM device attached to SER - SMS the gateway - (in your case, the MOTOROLA phone). Regarding how the SMS should look like, see the README. Once the SMS received by SER (through the SMS GW), the message will be forwarded as a SIP message to a SIP UAC.
Please don't hesitate to contact me for any further problems!
Best regards, Bogdan
Joe_chen wrote:
hi, i have compliled and loaded the sms module, then i linked my mobile phone (motorola v998) with my computer on com1 port. when i run ser in debug mode ,the output informations are: .. 0(1515) DEBUG:modem_process: openning modem 0(1515) INFO:initmodem: init modem Motorola on /dev/ttyS0. 0(1515) INFO:initmodem: Checking if Modem is registered to the network 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying 0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying ... the trouble is just like my modem device(motorola v998) doesn't work with my computer. do i need install the modem device drivers ? but i can't find the drivers, and my ser server is running on linux OS,if there are drivers for linux ? the second problem is how i can send sms message to ser, is there another UA supported sending sms? thanks! reguards,Joe_chen
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers