Re: problem sending msg through smpp server

2009-12-06 Thread Arne K. Haaje
Ariful Hossain skrev: hi I have connected kannel to a smpp server. the operators gave me the ton and npi both zero. but when i try to send msg it gives error message that INVALID SOURCE ADRESS. i have an additional question, what is the SOURCE ADRESS actually? is it the system-id or the

Sms in nokia phone

2009-12-06 Thread Alberto Favaro
Hello,i'm a noob in kannel and i'm trying to manage sms with kannel but there is something thath it's wrong... I'm working in Ubuntu 9.10 , kannel version is 1.4.3 , and the phone is nokia 6500s My kannel.conf is : *#---CORE---# group = core admin-port = 13000 smsbox-port = 13001 admin-password =

Automatically split messages

2009-12-06 Thread Hemant Gmail
Hi, Can someone please help me with automatic splitting of message? This is what I want to do, suppose a message has 250 characters .. it should automatically get split in two message and add message numbering to it like (1 of 2) and (2 of 2). Please let me know if this is possible in

Re: Automatically split messages

2009-12-06 Thread Elton Hoxha
Hi, As far as I know this is performed by SMSC, then mobile phone assembled it and shows as long sms. On Mon, Dec 7, 2009 at 8:27 AM, Hemant Gmail hbaan...@gmail.com wrote: Hi, Can someone please help me with automatic splitting of message? This is what I want to do, suppose a message

Re: Automatically split messages

2009-12-06 Thread uYe
Find it in the user guide, it's about concatenation. Willy sangpr...@gmail.com On Dec 7, 2009, at 2:33 PM, Elton Hoxha wrote: Hi, As far as I know this is performed by SMSC, then mobile phone assembled it and shows as long sms. On Mon, Dec 7, 2009 at 8:27 AM, Hemant Gmail

Re: Automatically split messages

2009-12-06 Thread Nikos Balkanas
Hi, For pushed messages (MT), kannel will split large SMS automatically. Check concatenation in group sendsms-user in User's Guide. You can even specify preferred characters to split. For MO SMS, kannel will reassemble them automatically. Check sms-combine-concatenated-mo in group core. BR,