Re: unicode working http request

2008-04-16 Thread Remon Magdy
Hello There, Your third trial is the closest one to the correct form of HTTP get request just change charset from ucs2 to be utf-16be *(3) http://localhost:13013/cgi-bin/sendsms?...text=%00%E1%00%E9%00%ED%00%F3%00%FA%00%F1coding=2charset=utf-16be* Please let me know if you still have any

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 the following: 1

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 Dave Clarke

Re: MMS wap gateway

2008-03-31 Thread Remon Magdy
You need to use Mbuni as VAS MMS gateway for sending MMS, kannel itself doesn't have any MMS modules. On the other hand to install Mbuni and start working with it, you should have Kannel installed on the same server. There is no need for Kannel to be running but it should be installed.

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
then you can use the smsc parameter. See the Running SMS gateway section of the user guide for details and other parameters that you can use. Nathan Remon Magdy wrote: Hello there, is there anyway to force an MT message sent from the http interface (SMSBOX) to go through a certain SMSC ID

Re: GUI

2008-03-13 Thread Remon Magdy
stop-start-restart the service from the web page. I'll post the sources soon. Regards. Benaiad Almontaha CTO. http://www.almontaha.com.ly On Wed, Mar 12, 2008 at 2:14 PM, Remon Magdy [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello All, We can all start building a web GUI

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 What

Re: GUI

2008-03-12 Thread Remon Magdy
Hello All, We can all start building a web GUI interface for Kannel administration, I've been interested in the issue since a while and can help initiating the development phase, I use JAVA/JSP for such projects and I can learn PHP if needed. I've been managing and administrating Kannel for

Re: Proposal: Kannel Wiki

2008-03-09 Thread Remon Magdy
Hello All, I found the best way for sending WAP pushs is through the SMSBox and not the WAP box, You should convert the XML wap push document to WBXML (Wireless Binary XML), use the HTTP interface to send SMS and set the udh to 0B0504C34FC0020003040101 a great tutorial is included in this

Re: message_id

2008-03-06 Thread Remon Magdy
Hello There, I had the same issue before and changed the source code to return the message ID as http response for submit message request on SMS box. My modification in the source code was as follows in *smsbox.c* file search for the line * answer = octstr_create(0: Accepted for

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 just

Post SMS Message

2008-02-26 Thread Remon Magdy
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 the XML to kannel? My XML is *?xml version=1.0? message submit danumber/number/da oanumber1234/number/oa udhello xml/ud

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: 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

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:

Re: sendota with kannel 1.4.1

2008-02-07 Thread Remon Magdy
traced the WBXML for both and it is different, I think there is a conversion 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

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: Vitaliyi schrieb:

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: 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: 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 message XML

RE: OMA-Seetings

2007-10-29 Thread Remon Magdy
is implemented in message encoding. Any suggestions, Best Regards -Original Message- 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 wap

RE: OMA-Seetings

2007-10-29 Thread Remon Magdy
, 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 mobile Unable to save

OMA Message sending

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

OMA-Seetings

2007-10-26 Thread Remon Magdy
Dear All, I have some problems sending OTA oma settings to a handset, the handset doesn't recieve the message at all, the URL I'm using is as follows

Patch Kannel 1.4.1

2007-09-16 Thread Remon Magdy
Dear All, I need to upgrade our Kannel 1.3.1 to version 1.4.1. The problem is that we have many services rely on the Kannel interface for version 1.3.1 (send SMS msg through http URL) and as far as I know, the parameter values are changed in the new version, e.g. coding parameter value is now

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 Subject: Kannel on

RE: Using SQLBox

2007-07-30 Thread Remon Magdy
: Rene Kluwen [mailto:[EMAIL PROTECTED] Sent: Sunday, July 29, 2007 11:11 PM To: Remon Magdy; users@kannel.org Subject: RE: Using SQLBox Remon, 1. This is an sql-box standalone parameter. Ask Martin Conte for more info. 2. You submit SMS messages by inserting them in the send_sms table

Using SQLBox

2007-07-29 Thread Remon Magdy
Dear All, I'm new to the SQLBox. I have lately installed the standalone version versus latest Kannel CVS version on CentOS 4.4 using PgSQL 8.1 and the installation was successful and tables are automatically created. Actually there are some issues I still don't understand. 1. What

RE: WAP Push

2007-07-02 Thread Remon Magdy
Hello Peter, You can send WAP push by either the WAP Box or through the http get request. I prefer using the http get request. Through the http request the body of the message has to be encoded and a UDH has to be added Here is an example:

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: Remon Magdy; 'Captain

Kannel Panics

2007-06-19 Thread Remon Magdy
Dear All, I have this problem when trying to start or stop and SMSC from the http administration URL The BearerBox Panics giving the following error 2007-06-19 14:24:25 [29329] [3] PANIC: gwlib/octstr.c:2447: seems_valid_real: Assertion `ostr != NULL' failed. (Called from

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

RE: Inbound smsc

2007-06-13 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

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: 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=testerpassword=foobarto=+221xtext=?xml version=1.0?!DOCTYPE CHARACTERISTIC-LIST SYSTEM file:///gw/settings.dtdCHARACTERISTIC-LISTCHARACTERISTIC