RE: Push MMS indication successfully

2002-10-03 Thread Stephane Pointu
Hi Ignat, Did you put the script in the same folder as the others given with Kannel as it relies on two files that come with Kannel? Did you put it on a http server as this is the only way to execute a PHP file? Do you have a web server that has the PHP preprocessor? Stephane. -Original

Re: Pic Message with ver 1.2

2002-10-03 Thread Enzo dell'Aquila
I think you must try so: c. $URL1 = "$baseURL:$SMSPort/cgi-bin/sendsms?username=XXXpassword=XXXto=$SendPictureToudh=%0B%05%04%15%8A%00%00%00%03%01%03%01text=%30%00%00%04%20%20%20%20%02%01%00$DATA1";$URL2 =

RE: Push MMS indication successfully

2002-10-03 Thread Stephane Pointu
Hi Aarno, Here is the new PHP script. However to be able to view the MMS on a mobile the http server will have to send the correct header: "Content-type: application/vnd.wap.mms-message" when the mobile requests the mms file. Stephane. -Original Message-From: Aarno Syvänen

problems configuring dlr with MySQL

2002-10-03 Thread Kari Asikainen
Hello, I was playing with delivery reports on my Kannel -installation (CVS snapshot as of August 30) and when I was trying to get MySQL to work as dlr-storage I got the following error when trying to fire up bearerbox: 2002-09-30 20:54:35 [0] INFO: Debug_lvl = -1, log_file = none, log_lvl = 0

question on 'kannel :alive'

2002-10-03 Thread Kong Tuck Seng
TS wrote: Please, Help needed . I'm running Kannel on linux, I have 2 machine(LAN) one is running Kannel,the other is not. If I want to see that kannel(my wapbox or sms box) is running, from a remote machine I have to use the "kannel:alive" to check it. I have try by like this from remote

Sending binary messages with SMPP

2002-10-03 Thread Bengs, Kari
Hi! I'm having difficulties sending binary messages with SMPP. They work great using the CIMD2 protocol, but when I send them through the SMPP protocol they are scrambled on the phone. Has anyone experienced the same thing? Regards, Kari Bengs [EMAIL PROTECTED]

Unsupported EMI XSer field13

2002-10-03 Thread Guillaume Canu INEXBEE
Hi All, I am currently using the EMI2 connector to link Kannel to a CMG SMS-C. When I am receiving a basic text message (SMS MO) from the SMS-C, I am getting these logs: 2002-10-02 13:23:54 [4] DEBUG: EMI2[smsc_in]: Got packet from the main socket 2002-10-02 13:23:54 [4] DEBUG: EMI2[smsc_in]:

CIMD2 x-kannel header problem

2002-10-03 Thread Dante C. del Rosario
Hello, I hope you got my post about the Picture Message malformed UDH. There's also an issue about the x-kannel headers, which I hope you could also guide me with (both for ver 1.03 and 1.2). a. Problem - SMSC replies and sends to phone Empty Response from Content Provider or Result could

Does Kannel (emi2) queue?

2002-10-03 Thread Bas A. Schulte
Hi, I'm using Kannel to talk to an SMS-C using the emi2 driver. I feed MT messages to Kannel using HTTP (sendsms service) and I wonder if Kannel queues outgoing messages? What happens if the SMS-C is temporarily unavailable (e.g. the TCP/IP connection can't be established for a while)? Will

RE: Does Kannel (emi2) queue?

2002-10-03 Thread Oded Arbel
Kannel has internal queueing which is persistant if a store file is configured. when a message cannot be sent because of a temporary error, i.e. - a network outage, then it is requeued for delivery. if Kannel crashes before sending a message (and receving an acknowledgemt) and it has

RE: problems configuring dlr with MySQL

2002-10-03 Thread Oded Arbel
There was a change to the database scheme in the CVS version due to the introduction of a new DLR storage through the libSDB library. as a result of that, the dlr database group is now called dlr-db and not dlr-mysql -- Oded Arbel m-Wise mobile solutions -Original Message- From: Kari