Sending V-CARD via SMS

2008-07-09 Thread Raphael Maseko
Hi All, I would like to find out how I can send a VCARD from my Kannel to a mobile phone in a format that can easily be installed on the phonebook of the destination phone. I have tried to send a VCARD from my phone to the kannel and then send back the same to the phone. The problem is that it co

Routing SMSs through particular SMSCs based on Recipient number

2007-12-19 Thread Raphael Maseko
Hi, I am using kannel to send out some "server-initiated" messages to different mobile numbers on different networks. The thing is that particular operators are not ready to carry bulk SMS's destined for another network. I have three different links and I am trying to configure kannel to route m

RE: numbering updated

2007-11-02 Thread Raphael Maseko
Please update Zambia as below: 260,955,6 260,966,6 260,97,7 -Original Message- From: Iain Dooley [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 12:35 AM To: users@kannel.org Subject: numbering updated hi all, big thanks to everyone for sending in there validation formats! i

RE: Sending Multiple SMS's using PHP script

2007-10-20 Thread Raphael Maseko
ert a row for each message to send (if you pretend to send a high load of messages that's definitely the way to go). Regards, Alejandro On 10/18/07, Raphael Maseko <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am trying to use kannel to send multiple SMS' with different conten

Sending Multiple SMS's using PHP script

2007-10-18 Thread Raphael Maseko
Hi All, I am trying to use kannel to send multiple SMS' with different content retrieved from a database. I have a php script that is accessing a database and retrieving a value corresponding to a mobile number. It is then supposed to send SMS's to the numbers retrieved. What is happening is t

Double post-url statements in one service group

2007-08-10 Thread Raphael Maseko
Hi, I am trying to get kannel to do two different actions on an incoming SMS. Both processes are post-url but are going to two different servers. I have tried to put the statements one after the other but it seems to be executing only one and ignoring the other. group = sms-service keyword = def

Sending SMS to multiple recipients from MYSQL Database

2006-01-14 Thread Raphael Maseko
Hi All, I am trying to create an interface where I can send Text messages to multiple recipients whose numbers are stored in a simple MySQL table. If someone has done this before, I would appreciate any useful pointers. I am able to send to one user using PHP as follows: Input file: inputform.p