SQL Box udhdata problem

2007-03-05 Thread Jay
Hi Guys, SQL Box is working fine until I tried sending SMS with udhdata for multipart messages, udhdata seems not to be working... Inserting this value in udhdata 050003180201 results in 303530303033313930323031, thanks in advance for ur help. Regards, Roland Jay PH

Wap Push

2007-03-05 Thread Pyro Surya
Hi, I'm testing wap push using ./test_ppg http://localhost:8080/cgi-bin/wappush.cgi?username=suryapassword=password si.txt iptestppg.txt Where can I see the sent message, I'm not using a phone.. I get the following reply: -- 2007-03-05 18:24:19 [7243] [1]

Re: Hello All

2007-03-05 Thread Ben Suffolk
HI Joe, Welcome to the world of Kannel! At the moment HA is not built into kannel (i.e. you can not run multiple bearerbox's and have the talk to each other, and had messages between them when a SMSC connection becomes unavailable on one). What you can do is run multiple bearebox's each

USB phones (SMS) and Kannel might not work

2007-03-05 Thread Raymond Jimenez
For future users: I've posted here before and have been testing Kannel on how to work with my four USB phones, sending and receiving SMSs, from different operators. I haven't managed to put it to work, as the messages keep going out through phones they shouldn't be going. Behaviour is completely

Re: SQL Box udhdata problem

2007-03-05 Thread Alejandro Guerrieri
You need to send the binary data urlencoded. In other words, put a % before each pair of characters on the UDH i.e: %05%00%03%18 and so on... Hope it helps, Alejandro. On 3/5/07, Jay [EMAIL PROTECTED] wrote: Hi Guys, SQL Box is working fine until I tried sending SMS with udhdata for

RE: USB phones (SMS) and Kannel might not work

2007-03-05 Thread info.ubichip
Hello all, In fact, it is running well, the more difficult is to assign a usb port and map it to a link in kannel. You could do that using the hotplug usb in linux and extract some relevant information in the signature of each usb device. I adapt a script I found in the mailing list and I'm

Re: USB phones (SMS) and Kannel might not work

2007-03-05 Thread Raymond Jimenez
Yes, I've tried the script you referred to, and several other tricks. The truth is it that it doesn't work, as others have also told. I even see messages going out through a phone, despite being specifically blocked in the configuration file. Every time I try it, I cannot be sure which phone is

DRM Forward lock

2007-03-05 Thread Nicolas de Bari Embriz Garcia Rojas
Hello, how can i send content with drm forward lock wrapper using php ? I send a wap push via sms to something like k9.cx/test.dm, the dm file is a php scrip that contains this: ?php header(Content-type: application/vnd.oma.drm.message; boundary=boundary-1); print(--boundary-1\n);

Re: USB phones (SMS) and Kannel might not work

2007-03-05 Thread Mihai Zsigmond
Hi there, It looks much more like a routing MT messages to the correct SMSC connection issue than an USB connected phones problem. This problem has been also long debated on the list, search for it. Try also to post the relevant part of the conf file, you can get some advice. Best regards,