Re[4]: problem with sqlbox

2008-05-31 Thread Thomas Göttgens
Title: Re[4]: problem with sqlbox Hello Alejandro, when i had this problem, i tried both ways. usually my application insert the sms into send_sms, which even if correctly inserted does not send the binary content correctly. when you insert those into sendsms/smsbox, the content goes through,

USB Modem

2008-05-31 Thread Philip Ankunda
Is it possible to connect a USB modem and configure it ok or is kannel locked down to only serial connections? Thanks all in advance Philip _ Connect to the next generation of MSN Messenger 

Send Bulk Messages

2008-05-31 Thread Philip Ankunda
Need help on how i can configure kannel to send bulk messages. Idea is to send the same text message to about 500 different numbers. Pliz help. Thanks in advance Philip _ Explore the seven wonders of the world

Re: Send Bulk Messages

2008-05-31 Thread Clarence Carino
Hi, i think what you can do is save the numbers in a database then using the sendsms command, create the loop of the sendsms command and simultaneously retrieve the numbers you can also use %p in kannel then use PHP's $_GET to retrieve it then save the number in a database. that way, whoever

Re: Send Bulk Messages

2008-05-31 Thread seikath
well, easy setup with XML post, same approach for HTTP GET request to the send-sms short example ?xml version=1.0? message submit danumber+MSISDN1/number/da danumber+MSISDN2/number/da danumber+MSISDN3/number/da danumber+MSISDN4/number/da ..

RE: problem with sqlbox

2008-05-31 Thread Tushar
Hi, Below I am pasting my query: insert into send_sms (momt,sender,receiver,msgdata,smsc_id,boxc_id,udhdata,coding,service) values ('MT','58787','9198','024a3a5d1d85e585d1c9a404004d1ec49821821661841b

Re[2]: Send Bulk Messages

2008-05-31 Thread seikath
entire kannel crashes after XML POST ?! its hard to believe there was a patch implemented in the cvs fixing the XML parser so try to use cvs -Original Message- From: [] Sent: 31 Май 2008 г. To: seikath Subject:Send Bulk Messages My kannel will crash if I use xml post, any thoughts

RE: USB Modem

2008-05-31 Thread info.ubichip
it is possible. but you have to deal with the hotplug of linux _ From: Philip Ankunda [mailto:[EMAIL PROTECTED] Sent: samedi 31 mai 2008 05:38 To: Kannel User Subject: USB Modem Is it possible to connect a USB modem and configure it ok or is kannel locked down to only serial