Re: SMS gateway tutorial

2006-03-09 Thread Zouari Fourat
great work :) the tuto is at most a simple one, but a goot intiative On 2/26/06, Fajar Priyanto [EMAIL PROTECTED] wrote: Hi all, I have translated the SMS gateway tutorial. It's on http://linux2.arinet.org/index.php?option=com_contenttask=viewid=122Itemid=2 And the PDF format can be

RE: sqlbox does not log WAP Push traffic

2006-03-09 Thread Rene Kluwen
No, as of now there are no plans on my side to make wapbox sqlbox aware. Rene Kluwen Chimit -Original Message- From: Rayson Lee [mailto:[EMAIL PROTECTED] Sent: donderdag 9 maart 2006 8:08 To: 'Rene Kluwen'; users@kannel.org Subject: RE: sqlbox does not log WAP Push traffic Dear Rene,

SMS from mobile connected to USB

2006-03-09 Thread rash_s13
I want to know the editing that should be done to the conf file for detecting a mobile connected to USB port so that any message sent to it is displayed on the running smsbox. thanks in advance. Rashmi -- View this message in context:

Re: SMS from mobile connected to USB

2006-03-09 Thread Lars-Hendrik Schneider
Hi Rashmi rash_s13 schrieb: I want to know the editing that should be done to the conf file for detecting a mobile connected to USB port so that any message sent to it is displayed on the running smsbox. you have to set the device parameter in group = smsc to the USB port that is used by

how kannel is queuing MT's

2006-03-09 Thread Zouari Fourat
Hello, I would like to know how kannel is doing when receiving MT queries over http. For example, if i query kannel over http to send MTs at a speed of 200 http query/second, what will kannel do if SMSC dont accept more than 2MT/second ? Is there any queuing in kannel ? if yes how to check for it

Please respond to this message...

2006-03-09 Thread Jonny Karlsson
Does anyone have an answer for this? Hello! Has anyone managed to use a Nokia 6210 mobile phone with serial data cable as virtual SMSC for Kannel? I don't understand how it is supposed to work. Does Kannel include modem and cable

Access to cgi-bin/sendsms

2006-03-09 Thread dave
Hi all... For sending a request, like the example given in the user docs: lynx -dump http://localhost:13013/cgi-bin/sendsms? username=foopassword=barto=0123456text=Hello+world -- Should apache be listening on port 13013, or will Kannel handle that itself? If I do NOT have apache listening on

RE: Access to cgi-bin/sendsms

2006-03-09 Thread dave
Does it automatically grab whatever comes through on that port, and handle? Or do I need to have something setup in /cgi-bin that would process the request? I have a fresh install of Apache, and nothing loaded as far as accepting pages. Thanks David The port 13013 will be opened when you run

binfo

2006-03-09 Thread Rene Kluwen
Is there a field in the dlr-url string that is set to the binfo value of the (dlr) message? I have an smsc driver that uses this field (soon to come). Rene Kluwen Chimit

RE: Access to cgi-bin/sendsms

2006-03-09 Thread Rene Kluwen
David, You do NOT need apache or any cgi-bin running to run Kannel. The URL that you mention does not match the error message below (the port number is different). The port number (localhost:) should be set to the value send-sms-port in group = smsbox in kannel.conf. smsbox listens for

long sms

2006-03-09 Thread Shehan
Hi all, how to concatenate received long sms in kannel?? (when sending long message through phone, I want to direct thse long messge to application through kannel by using get-url).Currently when sending long messge from phone to application, application side receiving multiple sms. Regards, Ala

Re: long sms

2006-03-09 Thread alitmd
use %u parameter to get udh value the concated message. -alitmd- - Original Message - From: Shehan [EMAIL PROTECTED] To: users@kannel.org Sent: Friday, March 10, 2006 12:04 PM Subject: long sms Hi all, how to concatenate received long sms in kannel?? (when sending long message

Re: RE: Imp-Problem in using WAP PPG push

2006-03-09 Thread Nirav doshi
On Thu, 09 Mar 2006 Rayson Lee wrote : Dear Nirav, You don't need to put the full url here: ppg-url = ""> just use ppg-url = ""> Rayson Lee InnoAge Hong Kong Limited _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nirav doshi Sent: Friday, March 03,

error:document contains no data in mozilla

2006-03-09 Thread rash_s13
I have run bearer box and smsbox.I typed the following url in red hat 8 mozilla browser, http://127.0.0.1:13013/cgi-bin/sendsms?username=testerpassword=foobar; to=0123456789text=hello I get the message DOCUMENT CONTAINS NO DATA how should I proceed? Thanks in advance. Rashmi.S -- View