CMS ERROR: +CMS ERROR: 500 and Generic error: ERROR

2008-04-29 Thread Cyril Raymond
Hello list-members,
   I've been trying to send and receive SMS messages using Kannel and a
Nokia 5070 mobile phone connected to a Linux box as a modem. I run the
bearer-box and the sms-box with the following configuration,

include = "modems.conf"

group = core
admin-port = 14000
smsbox-port = 14001
admin-password = xxx
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"

group = smsc
smsc = at
modemtype = auto
device = /dev/ttyACM0
my-number = +6512345678
log-level = 0
connect-allow-ip = 127.0.0.1

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = +6512345678
log-level = 0

group = sendsms-user
username = tester
password = 00
concatenation = true
max-messages = 10

group = sms-service
keyword =
keyword-regex = .*
catch-all = yes
max-messages = 0
get-url = "http://xyz.com/site.pl?hp=%p&txt=%a";


Am able to receive messages from outside which get routed to the get-url
specified in the conf file, but when I send a message
(http://server:13013/cgi-bin/sendsms?username=tester&password=00&to=
+6523467200&text=Reply) to the outside world, I face the following
issues,

2008-04-29 20:02:12 [7547] [8] DEBUG: boxc_receiver: sms received
2008-04-29 20:02:12 [7547] [8] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]:
TP-Validity-Period: 24.0 hours
2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
AT+CMGS=18^M
2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
status: 1
2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
0011000A815629335542A705D2329C9D07
2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: --> ^Z
2008-04-29 20:02:18 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
2008-04-29 20:02:18 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- +CMS ERROR:
500
2008-04-29 20:02:18 [7547] [6] ERROR: AT2[/dev/ttyACM0]: CMS ERROR: +CMS
ERROR: 500
2008-04-29 20:02:18 [7547] [6] ERROR: AT2[/dev/ttyACM0]: CMS ERROR:
Unknown error. -> maybe Sim storage is full? I'll have a look at it.
(500)
2008-04-29 20:02:18 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
status: 1
2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
(0x8abaf0 vs 0x8abaf0)
2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
(0x8abaf0 vs 0x8abaf0)
2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: time to sleep 30.00
secs.
2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: gwlist_len = 1
2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
(0x8abaf0 vs 0x8abaf0)
2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
(0x8abaf0 vs 0x8abaf0)
2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: time to sleep 30.00
secs.
2008-04-29 20:02:20 [7547] [8] DEBUG: boxc_receiver: sms received
2008-04-29 20:02:20 [7547] [8] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]:
TP-Validity-Period: 24.0 hours
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
AT+CMGS=18^M
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
status: 1
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
0011000A815629335542A705D2329C9D07
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: --> ^Z
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- ERROR
2008-04-29 20:02:22 [7547] [6] ERROR: AT2[/dev/ttyACM0]: Generic error:
ERROR
2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
status: -1


Am very sure that the SIM storage is not full. Have tried lots of
configuration options but still couldn't trace the issue. Any help on
this regard is greatly appreciated. 

Please note that the bearer-box is an up-to-date CVS version. I also
tried using Kannel 1.4.1 and faced the same issue.

Thanks,
Cyril



wappush with ppg

2008-04-29 Thread mohmmad jarwan
hi list 
i used kannel and make config file correctly and its work but in wap push when  
i used a ppg 
it show me thing and i don't understand it : (thats it) i but it in read what's 
that mean : pleaz any one help me

sh: 1: not found
2008-04-29 17:35:06 [6574] [0] INFO: an input without a configuration file 
assumed
2008-04-29 17:35:06 [6574] [0] DEBUG: using si.xml as a content file
2008-04-29 17:35:06 [6574] [0] DEBUG: using pap.xml as a control file
2008-04-29 17:35:06 [6574] [0] DEBUG: Started thread 1 
(test/test_ppg.c:push_thread)
2008-04-29 17:35:06 [6574] [1] DEBUG: Thread 1 (test/test_ppg.c:push_thread) 
maps to pid 6574.
2008-04-29 17:35:06 [6574] [1] DEBUG: we have push content
2008-04-29 17:35:06 [6574] [1] DEBUG: Octet string at 0x8133c28:
2008-04-29 17:35:06 [6574] [1] DEBUG:   len:  1021
2008-04-29 17:35:06 [6574] [1] DEBUG:   size: 1024
2008-04-29 17:35:06 [6574] [1] DEBUG:   immutable: 0
2008-04-29 17:35:06 [6574] [1] DEBUG:   data: 0d 0a 2d 2d 61 73 64 6c 66 6b 6a 
69 75 72 77 67   ..--asdlfkjiurwg
2008-04-29 17:35:06 [6574] [1] DEBUG:   data: 68 61 73 66 0d 0a 43 6f 6e 74 65 
6e 74 2d 54 79   hasf..Content-Ty
2008-04-29 17:35:06 [6574] [1] DEBUG:   data: 70 65 3a 20 61 70 70 6c 69 63 61 
74 69 6f 6e 2f   pe: application/
2008-04-29 17:35:06 [6574] [1] DEBUG:   data: 78 6d 6c 0d 0a 0d 0a 3c 3f 78 6d 
6c 20 76 65 72   xml.http://mmsc/* http://localhost:8191/*";



group = ppg
ppg-url = /wappush
ppg-port = 8081
concurrent-pushes = 100
users = 1024
ppg-deny-ip =
ppg-allow-ip = 192.168.1.35;127.0.0.1
trusted-pi = true
service-name= ppg1


group = wap-push-user
wap-push-user = wappush
ppg-username = hotdog
ppg-password = bobcat
allow-ip = 127.0.0.1


  __
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html

Kannel sends out submit_sm when source_addr_ton in deliver_sm is incorrect?

2008-04-29 Thread Jason
Hi all,

Has anyone experienced the following?

- A deliver_sm is received from an SMSC and processed by a script
defined by 'get-url' in sms-service. Any output produced by the script
is formatted as a submit_sm and is then sent to the SMSC after the
deliver_sm_resp.

The situation described above only seems to happen when the
source_addr_ton of the deliver_sm is set incorrectly e.g. the
source_addr_ton is set to unknown for an international number.

The test was carried out using Kannel 1.4.1 (Debian package) on Debian "etch".

-- 
Kind regards
Jason Mule



Re: CMS ERROR: +CMS ERROR: 500 and Generic error: ERROR

2008-04-29 Thread Kelsey Sigurdur
Somewhat of a shot in the dark...

Try adding your actual SMSC's number to your group=smsc configuration,
like so;

sms-center = +155

Substituting your SMSC's number for all the fives, of course. ;)

I had a similar problem using an expresscard modem and, after much
hair-pulling and experimentation, that was the fix. I also found that my
set-up didn't require having "my-number" set.

-- 
Kelsey Sigurdur <[EMAIL PROTECTED]>
Hamel Bulk Carriers Ltd.


On Tue, 2008-04-29 at 20:20 +0800, Cyril Raymond wrote:
> Hello list-members,
>I've been trying to send and receive SMS messages using Kannel and a
> Nokia 5070 mobile phone connected to a Linux box as a modem. I run the
> bearer-box and the sms-box with the following configuration,
> 
> include = "modems.conf"
> 
> group = core
> admin-port = 14000
> smsbox-port = 14001
> admin-password = xxx
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1"
> 
> group = smsc
> smsc = at
> modemtype = auto
> device = /dev/ttyACM0
> my-number = +6512345678
> log-level = 0
> connect-allow-ip = 127.0.0.1
> 
> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 13013
> global-sender = +6512345678
> log-level = 0
> 
> group = sendsms-user
> username = tester
> password = 00
> concatenation = true
> max-messages = 10
> 
> group = sms-service
> keyword =
> keyword-regex = .*
> catch-all = yes
> max-messages = 0
> get-url = "http://xyz.com/site.pl?hp=%p&txt=%a";
> 
> 
> Am able to receive messages from outside which get routed to the get-url
> specified in the conf file, but when I send a message
> (http://server:13013/cgi-bin/sendsms?username=tester&password=00&to=
> +6523467200&text=Reply) to the outside world, I face the following
> issues,
> 
> 2008-04-29 20:02:12 [7547] [8] DEBUG: boxc_receiver: sms received
> 2008-04-29 20:02:12 [7547] [8] DEBUG: send_msg: sending msg to box:
> <127.0.0.1>
> 2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]:
> TP-Validity-Period: 24.0 hours
> 2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
> AT+CMGS=18^M
> 2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
> 2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
> status: 1
> 2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
> 0011000A815629335542A705D2329C9D07
> 2008-04-29 20:02:14 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: --> ^Z
> 2008-04-29 20:02:18 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
> 2008-04-29 20:02:18 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- +CMS ERROR:
> 500
> 2008-04-29 20:02:18 [7547] [6] ERROR: AT2[/dev/ttyACM0]: CMS ERROR: +CMS
> ERROR: 500
> 2008-04-29 20:02:18 [7547] [6] ERROR: AT2[/dev/ttyACM0]: CMS ERROR:
> Unknown error. -> maybe Sim storage is full? I'll have a look at it.
> (500)
> 2008-04-29 20:02:18 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
> status: 1
> 2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
> (0x8abaf0 vs 0x8abaf0)
> 2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
> 2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
> (0x8abaf0 vs 0x8abaf0)
> 2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
> 2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: time to sleep 30.00
> secs.
> 2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: gwlist_len = 1
> 2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
> (0x8abaf0 vs 0x8abaf0)
> 2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
> 2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: handling message
> (0x8abaf0 vs 0x8abaf0)
> 2008-04-29 20:02:18 [7547] [7] DEBUG: re-queing SMS not-yet-to-be resent
> 2008-04-29 20:02:18 [7547] [7] DEBUG: sms_router: time to sleep 30.00
> secs.
> 2008-04-29 20:02:20 [7547] [8] DEBUG: boxc_receiver: sms received
> 2008-04-29 20:02:20 [7547] [8] DEBUG: send_msg: sending msg to box:
> <127.0.0.1>
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]:
> TP-Validity-Period: 24.0 hours
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
> AT+CMGS=18^M
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
> status: 1
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: -->
> 0011000A815629335542A705D2329C9D07
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: --> ^Z
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- >
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: <-- ERROR
> 2008-04-29 20:02:22 [7547] [6] ERROR: AT2[/dev/ttyACM0]: Generic error:
> ERROR
> 2008-04-29 20:02:22 [7547] [6] DEBUG: AT2[/dev/ttyACM0]: send command
> status: -1
> 
> 
> Am very sure that the SIM storage is not full. Have tried lots of
> configuration options but still couldn't trace the issue. Any help on
> this regard is greatly appreciated. 
> 
> Please note that the bearer-box is an up-to-date CVS version. I also
> tried using Kannel 1.4.1 and faced the same issue.
> 

CDMA help

2008-04-29 Thread info.ubichip
Hello,

I was posting a previous email on CDMA with Kannel but without answer.
After my research in the AT command, it looks not so difficult to do it. But
I need to have some support from the community to do the AT driver for CDMA.

Do someone is interested in such driver ?

Best regards




fourat wants to keep up with you on Twitter

2008-04-29 Thread fourat
To find out more about Twitter, visit the link below:

http://twitter.com/i/8c4b800d5a20f4a6a5f76a69d45d5cc8db836044

Thanks,
-The Twitter Team

About Twitter

Twitter is a unique approach to communication and networking based on the 
simple concept of status. What are you doing? What are your friends doing—right 
now? With Twitter, you may answer this question over SMS, IM, or the Web and 
the responses are shared between contacts.



sms can receive but cant send via SMPP

2008-04-29 Thread Tharanga
Hi,

Iam using smpp v 3.4 to send/receive sms. i can receive sms's from my Virual
mobile number. but i cant send sms's.

this is my config.

 #SMSC SMPP
group = smsc
smsc = smpp
host = x.x.x.x
port = 5911
smsc-username = xxx
smsc-password = x
interface-version = 0x34
source-addr-ton = 1
address-range = 112281482211 (provided by my operator)
source-addr-npi= 1
dest-addr-ton = 1
dest-addr-npi=1
system-type = SMPP
transceiver-mode=1
alt-addr-charset=GSM

group = smsbox
bearerbox-host = localhost
sendsms-port = 17018
#sendsms-port-ssl = true
#global-sender = 13013
#sendsms-chars = "0123456789 +-"
log-file = "/var/log/kannel/smsbox.log"
#log-level = 0
access-log = "/var/log/kannel/access.log"

iam using

lynx -dump
"http://localhost:17018/cgi-bin/sendsms?username=test&password=test&smsc=smp
p&to=+87666&from=+776655878&text=test from sms-gw"

it says  0: Accepted for delivery

but its not delivered to the specific address. ?

where i went wrong ?
and also iam not getting any dlr report on my Mysql.

group = mysql-connection
id = mydlr
host = localhost
username = root
password = 
database = dlr
max-connections = 1

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc

many thanks,
Tharanga





Re: sms can receive but cant send via SMPP

2008-04-29 Thread Alejandro Guerrieri
The text must be urlencoded, like "test+from+sms-gw".

Also, you may have to use an smsc-id and use that on the smsc parameter
("smpp" is the smsc type, not the id).

Check on the logfiles for extra infor about the whereabouts of your
messages.

Regards,

Alejandro

On Wed, Apr 30, 2008 at 1:10 AM, Tharanga <[EMAIL PROTECTED]> wrote:

> Hi,
>
> Iam using smpp v 3.4 to send/receive sms. i can receive sms's from my
> Virual
> mobile number. but i cant send sms's.
>
> this is my config.
>
>  #SMSC SMPP
> group = smsc
> smsc = smpp
> host = x.x.x.x
> port = 5911
> smsc-username = xxx
> smsc-password = x
> interface-version = 0x34
> source-addr-ton = 1
> address-range = 112281482211 (provided by my operator)
> source-addr-npi= 1
> dest-addr-ton = 1
> dest-addr-npi=1
> system-type = SMPP
> transceiver-mode=1
> alt-addr-charset=GSM
>
> group = smsbox
> bearerbox-host = localhost
> sendsms-port = 17018
> #sendsms-port-ssl = true
> #global-sender = 13013
> #sendsms-chars = "0123456789 +-"
> log-file = "/var/log/kannel/smsbox.log"
> #log-level = 0
> access-log = "/var/log/kannel/access.log"
>
> iam using
>
> lynx -dump
> "
> http://localhost:17018/cgi-bin/sendsms?username=test&password=test&smsc=smp
> p&to=+87666&from=+776655878&text=testfrom
>  sms-gw"
>
> it says  0: Accepted for delivery
>
> but its not delivered to the specific address. ?
>
> where i went wrong ?
> and also iam not getting any dlr report on my Mysql.
>
> group = mysql-connection
> id = mydlr
> host = localhost
> username = root
> password = 
> database = dlr
> max-connections = 1
>
> group = dlr-db
> id = mydlr
> table = dlr
> field-smsc = smsc
> field-timestamp = ts
> field-destination = destination
> field-source = source
> field-service = service
> field-url = url
> field-mask = mask
> field-status = status
> field-boxc-id = boxc
>
> many thanks,
> Tharanga
>
>
>
>


Re: sms can receive but cant send via SMPP

2008-04-29 Thread Tharanga
Hi,

thxs for the mail. i also tired without smsc . still no luck. i have configured 
earlier kannel version witha  GSM modem. it worked well and dlr part also 
worked. 

lynx -dump"http://localhost:17018/cgi-bin/sendsms?username=test&password=test&;
p&to=+87666&from=+776655878&text=test"

many thanks,
Tharanga

  - Original Message - 
  From: Alejandro Guerrieri 
  To: users@kannel.org 
  Sent: Wednesday, April 30, 2008 10:06 AM
  Subject: Re: sms can receive but cant send via SMPP


  The text must be urlencoded, like "test+from+sms-gw".

  Also, you may have to use an smsc-id and use that on the smsc parameter 
("smpp" is the smsc type, not the id).

  Check on the logfiles for extra infor about the whereabouts of your messages.

  Regards,

  Alejandro


  On Wed, Apr 30, 2008 at 1:10 AM, Tharanga <[EMAIL PROTECTED]> wrote:

Hi,

Iam using smpp v 3.4 to send/receive sms. i can receive sms's from my Virual
mobile number. but i cant send sms's.

this is my config.

 #SMSC SMPP
group = smsc
smsc = smpp
host = x.x.x.x
port = 5911
smsc-username = xxx
smsc-password = x
interface-version = 0x34
source-addr-ton = 1
address-range = 112281482211 (provided by my operator)
source-addr-npi= 1
dest-addr-ton = 1
dest-addr-npi=1
system-type = SMPP
transceiver-mode=1
alt-addr-charset=GSM

group = smsbox
bearerbox-host = localhost
sendsms-port = 17018
#sendsms-port-ssl = true
#global-sender = 13013
#sendsms-chars = "0123456789 +-"
log-file = "/var/log/kannel/smsbox.log"
#log-level = 0
access-log = "/var/log/kannel/access.log"

iam using

lynx -dump
"http://localhost:17018/cgi-bin/sendsms?username=test&password=test&smsc=smp
p&to=+87666&from=+776655878&text=test from sms-gw"

it says  0: Accepted for delivery

but its not delivered to the specific address. ?

where i went wrong ?
and also iam not getting any dlr report on my Mysql.

group = mysql-connection
id = mydlr
host = localhost
username = root
password = 
database = dlr
max-connections = 1

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc

many thanks,
Tharanga







Mobile phones that are known to work with kannel

2008-04-29 Thread Benmute
Hi all,

I have for the last few weeks been trying to configure kannel to send and 
receive SMS using Nokia N70 and LG B2000 without any success. I kindly request 
a recommendation for a phone I would use that is available in the market since 
the ones recommended on kannel's official website are not available this part 
of the world. I would also request the modems and kannel conf files for the 
particular phone since I feel my problem is in setting the configuration for 
the phone.
Please also advice me on the best hardware (mobile phone or modem) to use if I 
have a high sms traffic.

I will really appreciate as I have spent so much time trying to configure 
kannel and I have now hit a deadlock.

Regards.

   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

Re: Mobile phones that are known to work with kannel

2008-04-29 Thread Nathan Ferris

Hi Benmute,

What does "high sms traffic" mean to you?  Even if you get a phone/modem 
configured correctly, it may wind up being a lot slower than what you 
want.  My unofficial benchmark for SMS sending speed is about 1 message 
every 3 seconds.


Nathan

Benmute wrote:

Hi all,

I have for the last few weeks been trying to configure kannel to send 
and receive SMS using Nokia N70 and LG B2000 without any success. I 
kindly request a recommendation for a phone I would use that is 
available in the market since the ones recommended on kannel's 
official website are not available this part of the world. I would 
also request the modems and kannel conf files for the particular phone 
since I feel my problem is in setting the configuration for the phone.
Please also advice me on the best hardware (mobile phone or modem) to 
use if I have a high sms traffic.


I will really appreciate as I have spent so much time trying to 
configure kannel and I have now hit a deadlock.


Regards.


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try 
it now. 
 




Re: Mobile phones that are known to work with kannel

2008-04-29 Thread Bambang Sadikin
have you tried samsung phone ?

tq


On 4/30/08, Benmute <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have for the last few weeks been trying to configure kannel to send and
> receive SMS using Nokia N70 and LG B2000 without any success. I kindly
> request a recommendation for a phone I would use that is available in the
> market since the ones recommended on kannel's official website are not
> available this part of the world. I would also request the modems and kannel
> conf files for the particular phone since I feel my problem is in setting
> the configuration for the phone.
> Please also advice me on the best hardware (mobile phone or modem) to use
> if I have a high sms traffic.
>
> I will really appreciate as I have spent so much time trying to configure
> kannel and I have now hit a deadlock.
>
> Regards.
>
> --
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now.
>
>