RE: Basic SMS tests

2008-06-14 Thread Raul Igrisan
It is documented in the user guide. _ From: regme please [mailto:[EMAIL PROTECTED] Sent: 14 June 2008 10:49 To: info.ubichip Cc: users@kannel.org Subject: Re: Basic SMS tests Right. But my question still holds true: how to use the fake SMSC? 2008/6/13 info.ubichip [EMAIL

RE: documentation for generic http

2008-04-20 Thread Raul Igrisan
In the user guide, Chapter 6. Setting up a SMS Gateway paragraph HTTP-based relay and content gateways. For how to build the send-url see Table 6-9. Parameters (Escape Codes). -Original Message- From: Niels Przybilla [mailto:[EMAIL PROTECTED] Sent: 19 April 2008 13:07 To:

RE: Kannel and Huaweei E220

2008-04-18 Thread Raul Igrisan
sangprabv , the guy said the permission has been fixed. It is a very unfortunate idea to run Kannel as root. Instead make an unprivileged user (let's say kannel) and set permissions on the device (here /dev/ttyUSB0) or add Kannel to uucp (if uucp has permission on the device). Samir, if

RE: Force SMSC from HTTP Sendsms

2008-03-31 Thread Raul Igrisan
Yes, there is a request parameter documented in the user guide. There are also config parameters regarding routing (also documented). _ From: Remon Magdy [mailto:[EMAIL PROTECTED] Sent: 31 March 2008 22:43 To: users@kannel.org Subject: Force SMSC from HTTP Sendsms Hello

RE: UCP client needed

2008-03-21 Thread Raul Igrisan
Have you looked at sqlbox? -Original Message- From: nemam pojma [mailto:[EMAIL PROTECTED] Sent: 20 March 2008 16:48 To: [EMAIL PROTECTED] Cc: users@kannel.org Subject: UCP client needed Hello I need and Emi-Ucp client application,written in Perl or ANSI C,but with

RE: C API?

2008-03-16 Thread Raul Igrisan
There is no C API. HTTP or SQL interface would suffice, you don't have to worry about speed here because the bottleneck is the provider (SMSC). Kannel can accept far more messages than your provider would allow you to send. So if you plan using Java for your app, using HttpClient or your

RE: Clickatell dlr (callback)

2008-03-16 Thread Raul Igrisan
Setup a dlr-url http handler (web app/servlet/script/rtc) and let kannel call back your dlr-url when it has something to report. See manual for dlr-url and dlr-mask. Thus you won't depend on clickatell's callback or dlr api. _ From: Alvaro Cornejo

RE: GSM DLR from GSM operator for MTs

2008-03-15 Thread Raul Igrisan
: info.ubichip [mailto:[EMAIL PROTECTED] Sent: 13 March 2008 08:18 To: 'Alvaro Cornejo'; 'Raul Igrisan' Cc: users@kannel.org Subject: RE: GSM DLR from GSM operator for MTs it is in the dlr feature of kannel if you want some examples of AT command. regards _ From: Alvaro Cornejo

RE: GSM DLR from GSM operator for MTs

2008-03-15 Thread Raul Igrisan
It seems init-string = AT+CNMI=2,2,2,1,0 is the right way to do it. The phone forwards the DLR to kannel as soon as it receives it (very few seconds after the message is sent). _ From: Raul Igrisan [mailto:[EMAIL PROTECTED] Sent: 15 March 2008 19:02 To: 'info.ubichip'; 'Alvaro

RE: gw/smsbox.c:http_queue_thread connect failed

2008-03-14 Thread Raul Igrisan
Try adding box-allow-ip = 127.0.0.1 to core group. _ From: Iqbal_Ir [mailto:[EMAIL PROTECTED] Sent: 13 March 2008 20:40 To: users@kannel.org Subject: gw/smsbox.c:http_queue_thread connect failed Dear all, I'm a newbie in Kannel. I'm using Maestro 100 Lite modem (wavecom

RE: Text problem

2008-03-13 Thread Raul Igrisan
Do you have a smsbox-route group? group = smsbox-route smsbox-id = your_smsbox_name_here smsc-ids = C-858 _ From: Mihai Zsigmond [mailto:[EMAIL PROTECTED] Sent: 13 March 2008 11:47 To: users@kannel.org Subject: Text problem Hi, guys I have some problems with sending back

RE: Text problem

2008-03-13 Thread Raul Igrisan
)? If so, Kannel choses an arbitrary one for load balancing. _ From: Mihai Zsigmond [mailto:[EMAIL PROTECTED] Sent: 13 March 2008 13:58 To: Raul Igrisan Cc: users@kannel.org Subject: Re: Text problem Hi Raul, No, I don't have one. Looking into it. But, in my set-up

RE: sms delivery status

2008-03-12 Thread Raul Igrisan
Check the manual and examples for dlr-url and dlr-mask _ From: ACL [mailto:[EMAIL PROTECTED] Sent: 12 March 2008 10:13 To: users@kannel.org Subject: sms delivery status I am using wavecom as SMSC. if we send sms via http, the result is sent to kannel queue. How could we know

RE: how 2 send SMS using C prog and GET url

2008-03-06 Thread Raul Igrisan
The query parameters have to be URL-encoded (the space on your hello world breaks the request string). I strongly recommend you to use an HTTP lib instead of plain sockets (that without stating the lines of code you have quoted looks like an example of how not to write code in C (should have been

Receiving MO with app port to GSM SMSC

2008-02-29 Thread Raul Igrisan
Hi, Has anyone tried to receive MO messages having the application port set using Kannel connected to a GSM modem/phone? I've crafted a simple J2ME app which sends sms to a nokia connected to Kannel. When I send the message w/o specifying the port (send to sms://msisdn_phone_number), the

RE: Long messages problem

2007-05-17 Thread Raul Igrisan
Try adding max-messages = 10 to sendsms-user group. -Original Message- From: Merge [mailto:[EMAIL PROTECTED] Sent: 14 May 2007 12:43 To: users@kannel.org Subject: Long messages problem I'am having problem with sending long messages to SMSC. First part is sent immidiately and the rest

RE: kannel with newsyslog

2007-04-19 Thread Raul Igrisan
Kannel reopens the log files when it receives SIGHUP. -Original Message- From: Iain Dooley [mailto:[EMAIL PROTECTED] Sent: 19 April 2007 08:18 To: users@kannel.org Subject: kannel with newsyslog hi all, freebsd has this thing called newsyslog (not sure what the linux equivalent is)

RE: how to send sms using kannel

2007-04-19 Thread Raul Igrisan
Read chapter 6 in Kannel user's guide. You need to connect to a GSM gateway (GSM modem, mobile phone, SMPP provider, etc) in order to send the message to mobile. _ From: arputharaj [mailto:[EMAIL PROTECTED] Sent: 18 April 2007 13:39 To: users@kannel.org Subject: how to send sms

RE: SMPP incoming message

2007-03-09 Thread Raul Igrisan
Have you checked your firewall settings/logs? Why don't you bind as transceiver (transceiver-mode=true, remove receive-port) so you won't need a server port on your endpoint? _ From: Kaneza Innocent [mailto:[EMAIL PROTECTED] Sent: 09 March 2007 11:33 To: Ben Suffolk Cc:

RE: sms-service help

2007-02-28 Thread Raul Igrisan
You also need to route your incoming messages from the receiving smsc to the smsbox which runs the service (by defining an smsbox-route group). Check the user guide for details on smsbox-route. _ From: Tushar [mailto:[EMAIL PROTECTED] Sent: 28 February 2007 11:34 To: