RE: Bulk Wap-Push

2009-04-14 Thread Remon
Use a URL like this to send WAP push from SMSBox or SQLBox http://XX.XX.XX.XX:13013/cgi-bin/sendsms?user=test&pass=test&from=&to=12 3456&udh=%06%05%04%0B%84%23%F0&text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03URL_ LINK%00%01%03URL_NAME%00%01%01 Regards, Remon -Origin

7bit encoded messages

2009-06-07 Thread Remon
Hi, How can I send 7bit encoded text messages using Kannel's http send interface? Thanks,

RE: 7bit encoded messages

2009-06-08 Thread Remon
The below URL is an example of 7bit encoded text, when I send it using coding=0 I receive trash on my phone. I think I'm missing something here. http://www.dreamfabric.com/sms/hello.html From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Monday, June 08, 2009 3:30 AM To: Rem

RE: 7bit encoded messages

2009-06-09 Thread Remon
EC 37 The 9 octets from "hellohello" are E8 32 9B FD 46 97 D9 EC 37 So I need to send the above Hex String "E8 32 9B FD 46 97 D9 EC 37" via Kannel and receive it correctly. Regards, Remon From: Nikos Balkanas [mailto:nbalka...@gmail.com]

RE: 7bit encoded messages

2009-06-09 Thread Remon
unfortunately I'm unable to find any. Please note that I need to handle text message fragmentation from my application and not from Kannel. Regards, Remon From: Falko Ziemann [mailto:fal...@gmail.com] Sent: Tuesday, June 09, 2009 11:40 AM To: Nikos Balkanas Cc: Remon; users@kanne

RE: 7bit encoded messages

2009-06-09 Thread Remon
p;pass=test&from=111&to=XXX &udh=05%00%03%AD%02%02&text=5678> &pass=test&from=111&to=XXX&udh=05%00%03%AD%02%02&text=5678 Regards, Remon From: Falko Ziemann [mailto:fal...@gmail.com] Sent: Tuesday, June 09, 2009 12:32 PM To: Remon Cc: 'Nikos

RE: 7bit encoded messages

2009-06-09 Thread Remon
345678901234567890 Which is 170 characters Any clue? Regards, Remon From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Tuesday, June 09, 2009 12:36 PM To: Remon; 'Falko Ziemann' Cc: users@kannel.org Subject: Re: 7bit encoded messages Hi, I just read your encoding scheme (s

RE: Re[2]: 7bit encoded messages

2009-06-09 Thread Remon
Yes it works now. Thanks Guys J. From: Thomas Göttgens [mailto:tho...@ist.schuldig.de] Sent: Tuesday, June 09, 2009 1:10 PM To: Remon Cc: us...@vm1.kannel.org Subject: Re[2]: 7bit encoded messages Hello Remon, try <http://10.10.10.7:13013/cgi-bin/sendsms?user=test&pass=te

RE: mysql storage

2008-09-09 Thread Remon
= dlr-db id = mydlr table = dlr field-smsc = smsc field-timestamp = ts field-source = source field-destination = destination field-service = service field-url = url field-mask = mask field-status = status field-boxc-id = boxc Regards, Remon -Original Message- From: Jovan Kostovski [mailto

mysql storage

2008-09-09 Thread Remon
= dlr-db id = mydlr table = dlr field-smsc = smsc field-timestamp = ts field-source = source field-destination = destination field-service = service field-url = url field-mask = mask field-status = status field-boxc-id = boxc Regards, Remon -Original Message- From: Jovan Kostovski [mailto

RE: Opensource NMS to monitor the kannel and affliated services

2008-11-19 Thread Remon
How can we try and test it. Regards, Remon From: luzango mfupe [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 1:12 PM To: users@kannel.org; [EMAIL PROTECTED] Subject: Opensource NMS to monitor the kannel and affliated services Hi Mate, I would like to test the Tool

Sending Long Text Concatenated Message

2009-03-02 Thread Remon
Hello All, I want to be able to send lon text messages from my application. I need to split the long message from my code and submit them as one by one message to kannel. 1- I encode the text in 7-bit binary form. 2- I convert the binary to HEX String. 3- I add udh=05 00 03 XX 0N 0n. example i

Fw: Sending Long Text Concatenated Message

2009-03-03 Thread Remon
Any help pls - Original Message - From: Remon To: users@kannel.org Sent: Monday, March 02, 2009 3:47 PM Subject: Sending Long Text Concatenated Message Hello All, I want to be able to send lon text messages from my application. I need to split the long message from my code and

Sending long concatenated text message

2009-03-03 Thread Remon
Hello All, I want to be able to send lon text messages from my application. I need to split the long message from my code and submit them as one by one message to kannel. 1- I encode the text in 7-bit binary form. 2- I convert the binary to HEX String. 3- I add udh=05 00 03 XX 0N 0n.

Sending long concatenated text message

2009-03-03 Thread Remon
Hello All, I want to be able to send lon text messages from my application. I need to split the long message from my code and submit them as one by one message to kannel. 1- I encode the text in 7-bit binary form. 2- I convert the binary to HEX String. 3- I add udh=05 00 03 XX 0N 0n. example i

RE: Sending Long Text Concatenated Message

2009-03-03 Thread Remon
someone show me pls how encoding is for message should be? I have followed tutorial on http://www.dreamfabric.com/sms/hello.html and developed some code to follow the steps for any text But also receives corrupted messages :( Regards, Remon -Original Message- From: users-boun

RE: SMS-SERVICE

2009-03-03 Thread Remon
text=%s" Please make sure the URL will log all received parameters. Now if kannel receives SMS message from SMSC (MO Message) sent from mobile then kannel will send these parameters to the URL configured above. Please check this and send me back. Regards, Remon

RE: Sending Long Text Concatenated Message

2009-03-03 Thread Remon
...@gmail.com] Sent: Tuesday, March 03, 2009 4:49 PM To: Remon Cc: users@kannel.org Subject: Re: Sending Long Text Concatenated Message Doesn't UDH specify the number of parts the message has or last message says something like I'm the last? Maybe that is why message is corrupted. It did

RE: WAP Push

2007-07-02 Thread Remon Magdy
pass=test&from=Sender&to=2012XX&smsc=TestSMSC&udh=%06%05%04%0B%84%23%F0&text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03{WAP_URL}%00%01%03{WAP_Push}%00%01%01 Just make sure to replace {WAP_URL} and {WAP_Push} in the above URL as desired for your b

RE: WAP Push

2007-07-02 Thread Remon Magdy
as it will be appended automatically when sent to the receiver. e.g. Text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03MyFirstWAP_Push%00%01%03wap.somesite.com%00%01%01 Regards, Remon -Original Message- From: Peter Lum [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 12:44 PM To: R

Using SQLBox

2007-07-29 Thread Remon Magdy
ox and its role in the Kannel SMS gateway? I have tried using the fake SMSC to send MO messages to the gateway and used the SMSBox to send MT messages to an SMPP simulator but the SQLBox tables are still empty. Please find attached my configuration file. Thanks and best regar

RE: Using SQLBox

2007-07-30 Thread Remon Magdy
erBox should be running under any situations to receive, queue and route messages between different SMSCs. One more thing, if MT messages are sent via the Kannel's HTTP interface, will they be logged in the SQLBox tables or not? Thank you very much. Regards, Remon __

RE: Kannel on CentOS with Plesk

2007-08-02 Thread Remon Magdy
Hi, I'm deploying Kannel 1.4.1 on CentOS 4.4 for production environment and had no problems so far. Regards, Remon From: Peter Lum [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 12:53 PM To: 'Peter' Cc: users@kannel.org Sub

Patch Kannel 1.4.1

2007-09-16 Thread Remon Magdy
s in order to achieve the above target. Thanks in advance, Regards, Remon

OMA-Seetings

2007-10-26 Thread Remon Magdy
s Nokia N70 While sending the same document with NOW SMS is successfully received. Also if someone can tell me how can i send OMA Settings as a binary message using the normal sendsms API it will be very helpful. Regards, Remon

OMA Message sending

2007-10-28 Thread Remon Magdy
Hi All, Anyone successfully sent and oma-settings OTA message through kannel? Best Regards,

RE: OMA-Seetings

2007-10-29 Thread Remon Magdy
From: Adrian Silva [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 11:32 AM To: users@kannel.org Subject: Re: OMA-Seetings "Remon Magdy" <[EMAIL PROTECTED]> writes: > > the XML document is > > [...] > > I guess kannel isn't identifying your x

RE: OMA-Seetings

2007-10-29 Thread Remon Magdy
gards, Remon -Original Message- From: Adrian Silva [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 4:45 PM To: Remon Magdy Subject: Re: OMA-Seetings "Remon Magdy" <[EMAIL PROTECTED]> writes: Hello, > Testing with Nokia6300 Device but I receive the message on the

RE: OMA-Seetings

2007-10-31 Thread Remon Magdy
- From: Remon Magdy Sent: Monday, October 29, 2007 4:55 PM To: 'Adrian Silva'; users@kannel.org Subject: RE: OMA-Seetings I'm using NowSMS connected to kannel as HTTP SMSC. The main interface to the SMSC is through Kannel using SMPP and EMI/UCP protocol. Now SMS changes the

RE: blank messages

2008-01-21 Thread Remon Magdy
Try adding the property omit-empty=true in the SMS-service configuration group. Regards, Remon From: Otandeka Peter [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 11:15 AM To: users@kannel.org Subject: blank messages Hello Guys, I am

RE: Fwd: Need Help Configuring Kannel for SMS Pull

2008-01-22 Thread Remon Magdy
Try changing the Keyword parameter to Keyword=default to catch all incoming messages. Regards, Remon From: Engel L [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 1:41 PM To: users@kannel.org Subject: Re: Fwd: Need Help Configuring Kannel for

Re: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-02-05 Thread Remon Magdy
ase please inform me and I can assist you on how to change this from the source code and recompile again. Best Regards, Remon Manoj Raul wrote: Hi Pouzenc. what i understood from your talk is that , you want to return a smsid to your clients . you can easily do that , u can set any unique

Re: sendota with kannel 1.4.1

2008-02-05 Thread Remon Magdy
Hello Stipe, I've had the same issue and wasn't able to send any OMA OTA settings to any device, while I used the same XML document with nowsms and it was successfully submitted, I think there is a problem with Kannel in that area. Best Regards. Remon Stipe Tolj wrote: Vitali

Re: sendota with kannel 1.4.1

2008-02-07 Thread Remon Magdy
problem. Regards, Remon Stipe Tolj wrote: Remon Magdy schrieb: Hello Stipe, I've had the same issue and wasn't able to send any OMA OTA settings to any device, while I used the same XML document with nowsms and it was successfully submitted, I think there is a problem with Kann

RE: Kannel 1.4.1-2 Greek Character Set

2008-02-19 Thread Remon Magdy
I have faced the same problem with Arabic characters, I am now converting them to UCS2 and send them through Kannel and everything is working perfectly. Regards, Remon -Original Message- From: Alvaro Cornejo [mailto:[EMAIL PROTECTED] Sent: Tue 2/19/2008 8:30 PM To: Songhh Cc: users

Re: UCS-2 Problem

2008-02-21 Thread Remon Magdy
Hi Nasir, You should add charset=ucs2 and coding=2. please also to make sure ur message is encoded right, send me ur arabic message and i will give the correct UCS2 hex charachters. Regards, Remon [EMAIL PROTECTED] wrote: Hi, U should be able to send it by adding this setting

Post SMS Message

2008-02-26 Thread Remon Magdy
/sendsms I receive for post response *HTTP/1.0 404 Not Found Server: Kannel/1.4.1 Content-Length: 16 Content-type: text/html Pragma: no-cache Cache-Control: no-cache* What am I doing wrong? Regards, Remon

Send WAP Push

2008-02-26 Thread Remon Magdy
Hello All, Do anyone have a tutorial on sending SI and SL WAP pushes via Kannel? Regards, Remon

Re: Post SMS Message

2008-03-04 Thread Remon Magdy
Hello There, Any one successfully posted XML submit message request to Kannel before? Regards, Remon Remon Magdy wrote: Hello All, I have two questions regarding XML post on Kannel 1. Is it possible to send more than one SMS in the same XML posted to Kannel? 2. How can I post

Re: Post SMS Message

2008-03-04 Thread Remon Magdy
Hi there, yes, I'm now working with normal HTTP get Requests by URL, but I need also to use the POST XML interface. Have you ever tried this? Regards, Remon [EMAIL PROTECTED] wrote: Hi, Have you tried the conventional way? I mean injecting the MT not in XML. In conventional way, we

Re: message_id

2008-03-06 Thread Remon Magdy
ivery");* Replace this line with *char id[UUID_STR_LEN + 1]; uuid_unparse(msg->sms.id, id); answer = octstr_create(id); *Then recompile again.* * Regards, Remon Luis Valencia wrote: Hi all, I want to capture the message_id of every sms sent by kannel, I already set up the debug lev

Re: Proposal: Kannel Wiki

2008-03-09 Thread Remon Magdy
link http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/symbian/p_providebookmarkoversmsp800.jsp I also developed some Java classes for converting WAP pus SI and SL parameters to the binary form, to be ready to be sent as binary message from SMS box. Regards, Remon

Re: GUI

2008-03-12 Thread Remon Magdy
Kannel for a while and know the basics to develop such project. My hope is to build a web based GUI for managing both Kannel (Including SMPP server by Stipe) and Mbuni. If anybody is interested to join me please contact me. Regards, Remon I' Michael Sole wrote: A web based co

Re: GUI

2008-03-13 Thread Remon Magdy
Hello, I can work with you in this. Regards, Remon monim benayad wrote: I've started new Kannel GUI project in sourceforge named jkannel, I've used java/jsp and now I can edit the global settings , add/edit/delete smpp services and display the status of the service and smsc servi

Re: GUI

2008-03-13 Thread Remon Magdy
I recommend using all Kannel features as much as you can, since this feature is implemented in kannel, then why not using it. Regards, Remon mms test wrote: Dear All, Thanks for Your reply. So mostly PHP is recommended for Web application & GTK for desktop application. One more query

Re: MMS wap gateway

2008-03-31 Thread Remon Magdy
alled. Regards, Remon mohmmad jarwan wrote: Hi i want to send MMS and i wandering can i use kannel as mms gateway alone ,or i used Mbuni that based on kannel ,or i use Mbuni alone without kannel what way more effective and more reliability . Are three way is true (can send MMS wi

Re: MMS wap gateway

2008-03-31 Thread Remon Magdy
I successfully installed NowSMS on linux using wine. Regards, Remon Michael Sole wrote: Not on Linux (that I know off). There is a windows based app call SMSNow which is pretty good. *From:* mohmmad jarwan [mailto:[EMAIL PROTECTED] *Sent:* Monday, March 31, 2008 8:43 AM *To:* [EMAIL

Force SMSC from HTTP Sendsms

2008-03-31 Thread Remon Magdy
Hello there, is there anyway to force an MT message sent from the http interface (SMSBOX) to go through a certain SMSC ID? Regards, Remon

RE: Force SMSC from HTTP Sendsms

2008-03-31 Thread Remon Magdy
through smsc1 while keeping the same above configurations for bearerbox. Regards, Remon -Original Message- From: Nathan Ferris [mailto:[EMAIL PROTECTED] Sent: Mon 3/31/2008 9:58 PM To: users@kannel.org Subject: Re: Force SMSC from HTTP Sendsms Hi Remon, If you're using the H

Re: SyncML sendota difficulties

2008-04-01 Thread Remon Magdy
Hello there, Is there a way to join between the the sent MT message and the received DLR in the bearer access log? i.e. how can I know that this Received DLR record is for the which Sent SMS MT message in the log. Regards, Remon

Re: Remon's DLR query

2008-04-01 Thread Remon Magdy
Hello there, Thanks for your reply but I'm already doing this. Since I can extract CDRs from kannel access log, then I though it's better to rely on it. But seems there is noway to track the messages DLR except with a little developed module over kannel :( . Regards, Remon D

Re: Urdu / Arabic / UTF-8 Messages

2008-04-06 Thread Remon Magdy
Hello There, You should convert your text to *UCS-2 encoding *and use parameters *coding=2 and charset=UTF16-BE *Regards, Remon* * Aamir Jamil Rao wrote: Hi There, I know this question has been asked again and again , but I couldn't find any example of sending utf-8 / Arabic messages

Re: unicode working http request

2008-04-16 Thread Remon Magdy
u still have any problems. Regards, Remon Gerardo Segura wrote: Hello dear all, Firstly sorry to ask that ubiquitous question again. Only this time is more simple, not about the encoding process but the plain invocation to cgi-bin/sendsms If anyone has successfully sent unicode text, in the ki

Re: unicode working http request

2008-04-16 Thread Remon Magdy
Nope, have been trying to do so with http post but failed :(. Regards, Remon ravi wrote: How to get this working through the XML Post of Kannel? Any idea pl? *From:* Remon Magdy [mailto:[EMAIL PROTECTED] *Sent

Re: unicode working http request

2008-04-16 Thread Remon Magdy
Hi There, I'm already sending multilingual text "Arabic & English" from kannel :), My problem is just the same as you, which is how to use the XML POST interface? Regards, Remon ravi wrote: Hi Remon Magdy, For you to send a multilingual text using kannel sendsms, pl do

Re: unicode working http request

2008-04-16 Thread Remon Magdy
Were you able to send normal english text through XML Post ? Please tell me how you did this. Regards, Remon ravi wrote: Hi Remon Magdy I am struggling for the past 3 weeks to get this multilingual message send through Kannel XML POST, but of no avail. If you get any help from anyone, please

RE: sending OTA help

2007-05-03 Thread Remon Magdy
Hello, I think you have to include the actual XML URL encoded in the text parameter Like this http://10.10.2.175:13013/cgi-bin/sendota?username=tester&password=foobar&to=+221x&text=&type=settings Regards, Remon From: patrick mey

Cannot find SMPPBox for Kannel

2007-05-10 Thread Remon Magdy
Dear All, I've bean searching the internet for too long for downloading the SMPPBox extension for kannel or at least find where I can purchase it. Can anybody help me by submitting a URL to download the box, or even post it here or send it to my E-Mail [EMAIL PROTECTED] Regards, Remon

RE: Inbound smsc

2007-06-12 Thread Remon Magdy
I think you can just remove the allowed prefixes parameters from the SMSC group configuration to disable sending for all prefixes. Regards, Remon From: Ganeshwari [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 9:36 AM To: users@kannel.org

SMPP 34 Optional Parameters

2007-06-18 Thread Remon Magdy
Dear All, I have been searching for a way to send an "optional parameters" which is a newly introduced feature in SMPP v3.4 via Kannel. I am wondering if it is even supported by Kannel? Any help will be appreciated. Regards, Remon

Kannel Panics

2007-06-19 Thread Remon Magdy
stallation? Regards, Remon