Thanks Rudy, Yes, the T100 has a modem similar to the T68i. Now I'm wondering and getting real confused. I tried to trace my steps on how I was able to configure Kannel with the T68i, and surprisingly, even the T68i doesn't work anymore. Below is the conf file I have which basically I got from somewhere in this list too.
Also, everytime I send, the status on my bearerbox always says "httpclient resetting". Then something like "connection resetted by peer". This is what I encounter after I send an http get (http://webserver:port/cgi-bin/sendsms?username=username&password=passwo rd&to=12345678&text=test) group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" #log-file = "/tmp/kannel.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #unified-prefix = "+358,00358,0;+,00" #access-log = "/tmp/access.log" #store-file = "/tmp/kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSC CONNECTIONS group = smsc smsc = at2 smsc-id = VSMC modemtype = ericsson_t68 device = /dev/ttyS0 #smsc-id = FAKE port = /dev/ttyS0 #keepalive = 25 #receive-port = 10033 #connect-allow-ip = 127.0.0.1 speed = 19200 validityperiod = 167 keepalive = 10 sim-buffering = true sms-center = "+85294985795" #Mobile Phone Configuration group = modems id = ericsson_t68 name = "Ericsson T68" detect-string = "T68" init-string = "AT+CNMI=3,3" keepalive-cmd = "AT+CBC;+CSQ" message-storage = "ME" # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" #log-file = "/tmp/smsbox.log" #log-level = 0 #access-log = "/tmp/access.log" # SEND-SMS USERS group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = "" # SERVICES group = sms-service keyword = nop text = "You asked nothing and I did it!" # there should be default always group = sms-service keyword = default text = "No service specified" Best Regards, John Vincent Mombay For and on behalf of Stanger Asia Limited G/F, 1/F & 3/F Din Wai Industrial Building 13 On Chuen Street, Fanling, N.T. HONG KONG Tel : (852) 26821203 Fax : (852) 26820046 Homepage : http://www.stanger.com.hk/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rudy Sent: Wednesday, October 15, 2003 10:09 PM To: [EMAIL PROTECTED] Subject: Re: Using Kannel with Ericsson T100 Hi John, Does T100 has built-in modem ? (Assuming you use Linux) To find out if particular handset has built-in modem (i.e. can receive and response to AT Command send from computer), I suggest to check it with 'minicom'. Minicom is standard terminal program in Linux (like Hyper Terminal in Windows) and most Linux distribution has it as standard program. To configure minicom for the first time, type 'minicom -s' in terminal mode. Choose 'serial port setup' and set the serial port, such as /dev/ttyS0 for serial port 1 (In Redhat 8, minicom default to /dev/ttyS1). Then choose 'E' to set the data transfer speed. I usually set it to 19200 8N1. Save setup as dfl. Exit from minicom to go back to terminal prompt. Make sure no other program access the serial port (e.g. stop kannel). Run minicom again, and if T100 has built-in modem, it should respond with 'OK' on your monitor to minicom default AT init string. Try sending some AT command such as 'AT+CBC?' through minicom and see if T100 responding or not. Regards, Rudy On Wednesday 15 October 2003 16:20, John Vincent Mombay wrote: > Hi, > > Can anyone help me. I was able to run Kannel using an Ericsson T68i but > I have to use an Ericsson T100 model phone. Any help would be > appreciated. > > Thanks > > Best Regards, > John Vincent Mombay > For and on behalf of > Stanger Asia Limited > G/F, 1/F & 3/F Din Wai Industrial Building > 13 On Chuen Street, > Fanling, N.T. > HONG KONG > > Tel : (852) 26821203 > Fax : (852) 26820046 > Homepage : http://www.stanger.com.hk/
