SMS via PPG

2005-08-02 Thread Brent Goldspring
Is it possible to send an SMS with the PPG interface of Kannel (i.e., using the mime type text/plain)? I've tried using my own code and the Openwave Push Initiator tool but I can't get it to send an SMS (I prefer to send it via the PPG interface because I've already got existing code that

libmysqlclient failed even with all mysql packages installed

2005-08-02 Thread Willy Mularto
Hi all, I have install all mysql packages installed : mysql-shared-4.1.13-2tr mysql-4.1.13-2tr php-mysql-5.0.4-7tr mysql-libs-4.1.13-2tr mysql-client-4.1.13-2tr mysql-devel-4.1.13-2tr And doing ./configure Configuring DB support ... checking whether to compile with MySQL support...

Re: Send file over SMS

2005-08-02 Thread Mike Nwaogu
Sorry Guys I have a question along this line too, I'm want to send an IMY [Imelody] text via SMS do I have to convert it to hex? is there something I have to do to make the recieving phone understand that I'm sending a ringing tone? I've tried sending it as is, but the phones don't recognize it.

get-url or post-url php retrieval by kannel and by browser

2005-08-02 Thread vampire janus
hi! how would you know if a php page was retrieved by a browser as compared to being retrieved by kannel? thanks! Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs

Re: Send file over SMS

2005-08-02 Thread Gareth Reakes
Hey Mike, We are doing stuff with EMS and have been having problems as well. We have not established exactly what is happening in all cases, but does depend on you smsc as well. One of our suppliers (over http) had to change their end to make it work properly. We have still not got it to

splitting of messages

2005-08-02 Thread Jan van der Vyver
Hi all I receive a sms and then get a webpage which i want to return The pages content is the following data qty kannel ignores the spaces and send data qty How can i fix this? Kind regards Jan van der Vyver

Re: get-url or post-url php retrieval by kannel and by browser

2005-08-02 Thread Mike Nwaogu
Yes there is, The kannel access will be show on the /var/log/httpd/access.log file as having no browser type. but the web browser will be show as having a browser compatible type listed eg: kannel 127.0.0.1 - - [02/Aug/2005:11:41:15 +0100] GET /cgi-bin/emg/main.cgi?ID=2789929 HTTP/1.1 200 239 -

Re: Out of Memory

2005-08-02 Thread Julien Buratto
Alejandro J. Ramirez wrote: Hello All!! This has happened to me quite a few times now: From message log: Jul 24 04:54:38 movil kernel: Out of Memory: Killed process 6186 (bearerbox). I have the same problem with a RH9.0 - this night at 1AM the gateway stopped and I came to

Re: Out of Memory

2005-08-02 Thread Julien Buratto
Julien Buratto wrote: Alejandro J. Ramirez wrote: Hello All!! This has happened to me quite a few times now: From message log: Jul 24 04:54:38 movil kernel: Out of Memory: Killed process 6186 (bearerbox). I have the same problem with a RH9.0 - this night at 1AM the gateway

Re: Send file over SMS

2005-08-02 Thread Mike Nwaogu
Thanks gareth, I'll let u know if there's something new about EMS that you don't already know. tip: send the hex encoded tone in the UDH of the message and set the body of the message to hex destination port -1 and source port -1 My question is about those fones that claim to support IMY, but

EMS ringtone

2005-08-02 Thread Philippe Girolami
Dear all, I want to use Kannel for sending EMS data to mobile phones. We are connector via the EMI2 plugin the a belgium operator. The kannel config is setup to route messages to a default SMS-C Here is the request: http://172.24.20.28:13013/cgi-bin/sendsms?username=xxxpassword=yyyto=%2B32

Re: Send file over SMS

2005-08-02 Thread Alejandro Guerrieri
For EMS messages, you must send the whole message as a big UDH with no text content at all. I suggest you to use ringtonetools (An open source ringtone converter) to create the EMS file. Encode it as binary and send it using % For iMELODY messages, you must send the .imy file as a text message

Re: Send file over SMS

2005-08-02 Thread Mike Nwaogu
Just to get u straight Sir, you mean send the following line below in the body of the message for sending IMELODY? but EMS will be with the % after every 2 Xters?

Re: Kannel 1.4.0 on Trustix 2.2

2005-08-02 Thread Alejandro Guerrieri
Where is your mysql.h ? Maybe you need to point ./configure to find it ? If you use --with-mysql-dir=/usr then mysql.h should be in /usr/include/mysql.h Please paste part of the output where the error arises, maybe the answer is there... Regards, On 8/2/05, Willy Mularto [EMAIL PROTECTED] wrote:

Re: libmysqlclient failed even with all mysql packages installed

2005-08-02 Thread Alejandro Guerrieri
Ah, mysql 4. I'm not sure about kannel supporting mysql 4 directly. Surely someone else knowns better about this issue. I've never tried, but you could try to install the mysql-compat packages to provide the client librariesbackward-compatible with mysql 3. It works with PHP, it should work with

Re: Send file over SMS

2005-08-02 Thread Alejandro Guerrieri
Mike, For EMS, you'd send something like (only UDH, NO Text): http://localhost:12345/cgi-bin/sendsms?from=..udh=%82%0C%80%0D%0A You can concatenate many messages (usually up to 3) using special udh headers. For Text iMELODY (NO UDH, only text)

Re: esm_class

2005-08-02 Thread Anand Gupta
Thx a lot. That is because kannel makes a transformation to GSM charset and the character ' does not exist in GSM charset. On Saturday 30 July 2005 08:37, Anand Gupta wrote: Anyone ? Here is what i am using to kannel lynx --dump

Re: GSM Modem init-string

2005-08-02 Thread Jimmy McMillan
Follow up. I had to set the init-string to init-string = AT+CNMI=0,0,0,0,0 I found the Nokia AT doc's. http://simon.dehartog.nl/datasheets/protocols/Nokia_at_commands.pdf They helped. Jimmy McMillan wrote: Hi all. I'm currently using a Nokia 9500 as a GSM modem. I have sucessfully