unsubscribe;

2009-03-15 Thread fu maoyu
unsubscribe;


Sometime Kannel can't work

2008-09-11 Thread fu maoyu
Hi, All

I use Kannel connect with a GSM Modem to send and receive SMS. They are
working fine.
But sometimes, the Kannel doesn't work fine, it can't send and receive SMS.
If I met this problem. If I reset the Kannel, it can work most of time; but
sometime it still can't work although I reset it several times. Like now...
Does anybody also meet this problem?

Below is the error when it's disable:

2008-09-11 16:36:06 [2226] [8] DEBUG: boxc_receiver: sms received
2008-09-11 16:36:06 [2226] [8] DEBUG: send_msg: sending msg to box: 
127.0.0.1
2008-09-11 16:36:08 [2226] [6] DEBUG: AT2[/dev/ttyS0]: TP-Validity-Period:
24.0 hours
2008-09-11 16:36:08 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- AT+CMGS=19^M
2008-09-11 16:36:08 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- 
2008-09-11 16:36:08 [2226] [6] DEBUG: AT2[/dev/ttyS0]: send command status:
1
2008-09-11 16:36:08 [2226] [6] DEBUG: AT2[/dev/ttyS0]: --
0011000B813129201170F3A705F4F29C0E00
2008-09-11 16:36:08 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- ^Z
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: send command status:
-1
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- AT+CMGS=19^M
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- 
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: send command status:
1
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: --
0011000B813129201170F3A705F4F29C0E00
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- ^Z
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- AT+CMGS=19
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- 
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- ERROR
2008-09-11 16:36:29 [2226] [6] ERROR: AT2[/dev/ttyS0]: Generic error: ERROR
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: send command status:
-1
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- AT+CMGS=19^M
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: --
0011000B813129201170F3A705F4F29C0E00
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: send command status:
1
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: --
0011000B813129201170F3A705F4F29C0E00
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- ^Z
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- ERROR
2008-09-11 16:36:29 [2226] [6] ERROR: AT2[/dev/ttyS0]: Generic error: ERROR
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: send command status:
-1
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- AT+CMGS=19
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- 
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- ERROR
2008-09-11 16:36:29 [2226] [6] ERROR: AT2[/dev/ttyS0]: Generic error: ERROR
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: --
0011000B813129201170F3A705F4F29C0E00
2008-09-11 16:36:29 [2226] [6] DEBUG: AT2[/dev/ttyS0]: -- ERROR
2008-09-11 16:36:29 [2226] [6] ERROR: AT2[/dev/ttyS0]: Generic error: ERROR

Thanks
Aaron


Question about Kannel's function, need your help

2008-08-24 Thread fu maoyu
Hi All,

Sorry to bother you-all, I have two questions about Kannel's function and
hope can get your suggestions.

*Background Information*
Our project has a SMS module which works on sending and receiving SMS for
the Server. The SMS module will get connection to the SMS Aggregation
partner via SMPP protocal in production stage. But during our development
stage, we want to use *GMS modem + Kannel* to simulate the SMS Aggregation
partner.

*Our Question*
I think Kannel can handle this work, right?
Do we need to *write a seperate moduel* to handle the communication or
transfer job between our SMS moduel and Kannel (we have config bearerbox and
smsbox as the User Guide) ? Or the *our SMS module can work with Kannel
directly* as long as we config the Kannel fine?

Your comments may give us great help, really thanks.

Thanks
Aaron