Re: Sending Pictures Ringtones and Games

2010-08-31 Thread Innocent Muchedzi
Hie How small should the file i want to encode and send be, can you you please tell me in terms of KB(Kilobytes). thank you - Original Message - From: Nikos Balkanas nbalka...@gmail.com To: Alvaro Cornejo cornejo.alv...@gmail.com; Innocent Muchedzi innoc...@syldah.co.bw Cc:

Re: Re: Deliver_sm

2010-08-31 Thread dafodil
Hi jacob, have almost done evry thing but with no success.Pls see bellow.I have also attached log and all info.I have been struggling since days for this.Message gets successfully delivered but i dont get the dlr. Br Daf $dlrurl = http://smpp.X.com/dl.php?dlr=%d;; $durl =

Re: Re: Deliver_sm

2010-08-31 Thread Jacob Eiler
Hi Daf. Everything looks just fine to me - you connect as transceiver and have the 'registered delivery' flag set on the submit_sm. Do you know if the message is delivered to the terminal? How about receive sms messages from the smsc - does that work? /Jacob On Tue, 2010-08-31 at 00:51 -0700,

Reading received sms

2010-08-31 Thread Alex
Hi all I am developing an sms app in php using this wonderful gateway. I need to receive an sms process it and then send an auto reply but i am a bit stuck. I been reading the sms-service section of the user guide but Imust admit I am yet to understand it. Does any one have an exaple implemenation

Re: Reading received sms

2010-08-31 Thread Iain Dooley
Hi Alex, I am developing an sms app in php using this wonderful gateway. I need to receive an sms process it and then send an auto reply but i am a bit stuck. I been reading the sms-service section of the user guide but Imust admit I am yet to understand it. Does any one have an exaple

Re: Re: Deliver_sm

2010-08-31 Thread dafodil
Hi Jacob, Thanks for the reply.Yes message is delivered to terminal.I tested with my own number ad it works fine. Br Daf Jacob Eiler wrote: Hi Daf. Everything looks just fine to me - you connect as transceiver and have the 'registered delivery' flag set on the submit_sm. Do you know

kannel support long messages using payload

2010-08-31 Thread Anas Alnaffar
Dear All; Does kannel support long messages using payload? and how we can use this feature? Thanks Anas

Re: Reading received sms

2010-08-31 Thread Emmanuel CHANSON
Check PlaySMS http://playsms.sourceforge.net/, *- SMS autoreply, for easy autoreplying formatted incoming SMS* Integrated with Kannel it will make your life easier :) Emmanuel 2010/8/31 Alex nomu...@gmail.com Hi all I am developing an sms app in php using this wonderful gateway. I need to

Re: Deliver_sm

2010-08-31 Thread Jacob Eiler
Hi Daf. OK. So you receive deliver_sm on the connection, just not delivery reports for previously sent messages. Then I suspect that the issue is with the smsc.. /Jacob dafodil skrev: Hi Jacob, Thanks for the reply.Yes message is delivered to terminal.I tested with my own number ad it

Re: Deliver_sm

2010-08-31 Thread dafodil
Hi Jacob, No i dont even recive the deliver_sm on the connection.i have set msg-id-type=0x01. Br Daf Jacob Eiler wrote: Hi Daf. OK. So you receive deliver_sm on the connection, just not delivery reports for previously sent messages. Then I suspect that the issue is with the smsc..

Re: Deliver_sm

2010-08-31 Thread dafodil
Hi Alex, Is there anyway i can confirm that the dlr is not enabled in SMSC side.SMSC says they have enabled it. I dont even recive the delivery_sm message.i have set msg-id-type=0x01 still no success. Br daf Alejandro Guerrieri wrote: Check with your SMSC operator. DLR's needs to be

Re: have some questions

2010-08-31 Thread Donald Jackson
Hi there, Also check out: http://www.elite-sms-software.com Thanks, Donald On 30 August 2010 20:57, Ayman Khalaf ay...@iboon.net wrote: Dear Sir I want ask you some question I want to be provider for sms that I can link my APP with another provider by SMPP and HTTP API and let my

Re: Deliver_sm

2010-08-31 Thread dafodil
I did that with wireshark.Let see.Thanks a lot for ur time and patience to read my mails and replying me. Br daf Alejandro Guerrieri wrote: Seems like they haven't. I don't see any problems with your setup. Assuming that the messages arrive to the device and the SMSC has DLR's enabled,

Please guide me how to install SMPP Server of Kannel and using it

2010-08-31 Thread Amritesh Rachelwar
Hi, I am trying to use smpp server of kannel, I have downloaded contents from https://svn.kannel.org/smppbox/trunk/;. But when following steps to install it into red hat 5 StepCommand Output *1../configure is OK* *2.make giving error **as

Re: Please guide me how to install SMPP Server of Kannel and using it

2010-08-31 Thread Jangita
On 31/08/2010 1:15 p, Amritesh Rachelwar wrote: Hi, I am trying to use smpp server of kannel, I have downloaded contents from https://svn.kannel.org/smppbox/trunk/;. But when following steps to install it into red hat 5 (...) Thanks and Regards Amritesh What distro are you using? --

Re: have some questions

2010-08-31 Thread Ayman Khalaf
Hi Thanks for your reply How can I setup this Playsms version with Kannel on my website , I still don't install Kannel , so I hope to get helping to install Kannel with playsms ( version that you spoke about it ) on my website , if there is any guide or some thing like that I hope to get

Re: Deliver_sm

2010-08-31 Thread dafodil
Hi Alex, I did discuss with smsc and they sent the logs where it clearly show that they are sending dlr and geting response.some how kannel is unable to catch that.what could be the reason? Can u guess.? Br daf Alejandro Guerrieri wrote: Check with your SMSC operator. DLR's needs to be

Please guide me to install Kannel SMPP Servers over red hat 5 OS

2010-08-31 Thread Amritesh Rachelwar
Hi All, I am new to Kannel SMPP server. Please guide me where I can get this server to download and steps to install it. We need to run SMPP server and create users to bind with my servers. also we have connectivity to SMSC via kannel gateway server over SMPP. Thanks in advance. Thanks and

getting: Submit failed in response to submit_sm

2010-08-31 Thread mug azr
Dear list, I have a Kannel setup with an SMPP 3.4 SMSC. There are no problem with receiving MOs. But for MTs I always get the following error: SMSC returned error code 0x0045 (Submit failed) in response to submit_sm. I am using the sendsms HTTP interface to send test SMSs like this: http://

Re: Getting DLR reports for AT SMSC

2010-08-31 Thread Alvaro Cornejo
Hi There is no sign of a dlr comming from the modem; so kannel can't do anything about it. You might need to tweak modem init in order to be sure dlr are forwarded to kannel. You shutdown kannel just 2 minutes after sending the MT. It might take a while to receive the dlr from your operator.

Re: Where do i find the sms received?

2010-08-31 Thread Alvaro Cornejo
Hi You need to initialize your modem to fwd MO to kannel (CNMI command) or tell kannel to look for them (sim-buffering) Check user guide for details Regards Alvaro |-| Envíe y Reciba

RE: FW: Meta data parameters in kannel 1.4.3 on RedHat release 5.5

2010-08-31 Thread Jonathan Zylberberg
It would be great for me to know if there is a single patch to be applied to the source code for this fix. The reason is because I am trying to run the stable version (v1.4.3) which you recommend on your website, and downloading the latest svn could (in theory) expose me to untested code that

Re: FW: Meta data parameters in kannel 1.4.3 on RedHat release 5.5

2010-08-31 Thread Alejandro Guerrieri
SVN is as stable as 1.4.3, or even better. You can safely run it in production. Regards, Alex On Tue, Aug 31, 2010 at 8:14 PM, Jonathan Zylberberg jzylberb...@verrus.com wrote: It would be great for me to know if there is a single patch to be applied to the source code for this fix. The

Re: kannel guidance

2010-08-31 Thread Alvaro Cornejo
Hi If you do need help for kannel; subscribe to list. Do not address directly to a specific list member. You will have much better support from many people than just me. after the ./configure you need to run make make install where are you getting stuck? Regards

RE: have some questions

2010-08-31 Thread Rene Kluwen
I suggest you read through the users guide. You can find it on http://www.kannel.org/. It's why it is there. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ayman Khalaf Sent: Tuesday, 31 August, 2010 14:13 To: Emmanuel CHANSON; users@kannel.org

RE: Please guide me how to install SMPP Server of Kannel and using it

2010-08-31 Thread Rene Kluwen
Looks like you don’t have the proper Kannel header files installed on your system. First check out Kannel SVN… then configure it and make it and install it. Also: Read the smppbox users guide at: www.chimit.nl/kannel/userguide.pdf == Rene From: users-boun...@kannel.org

Re: have some questions

2010-08-31 Thread Emmanuel CHANSON
For PlaySMS, there is users list you can subscribe in order to get help: Send empty email to *playsms*-*devel*-subscr...@yahoogroups.com to join the group and tutorial are include in sources (in order to integrate it with Kannel). BR, Emmanuel 2010/9/1 Rene Kluwen rene.klu...@chimit.nl I

Re: Sending Pictures Ringtones and Games

2010-08-31 Thread Nikos Balkanas
SMS has a limit of 140 binary chars/msg. You can send simple ringtones and logos within that limit. If you send pictures 10k or polytonic ringtones, you would need ~80 SMS to do it. That would cost a lot. The way for larger items is to send a URL that points to a content server, and let them use

Re: kannel guidance

2010-08-31 Thread Nikos Balkanas
He did also send me 2 identical mails within 3 minutes (personal). It seems that he spammed a lot of people in the list privately. BR, Nikos - Original Message - From: Alvaro Cornejo cornejo.alv...@gmail.com To: i...@opensourcesolution.in; users users@kannel.org Sent: Tuesday, August

Re: getting: Submit failed in response to submit_sm

2010-08-31 Thread Nikos Balkanas
Hi, data_coding is fine. It indicates GSM 03.38. The Warning also is from the received PDU from the SMSc. Please post the actual sendsms URL used. It looks strange. BR, Nikos - Original Message - From: Elton Hoxha elt...@gmail.com To: mug azr mug@gmail.com Cc: users@kannel.org

Re: UCP reconnection problem

2010-08-31 Thread Nikos Balkanas
Hi, Don't use devel for such questions. To check if it is a resource socket problem, type: netstat -a | grep 217.10.194.192 | wc -l To get your open sockets when you have the problem. In linux you can increase that number from ulimits.conf. In Solaris with ndd. But this is not the cause