DLR Help(sorry to post agian due to subcription problem)

2010-08-21 Thread dafodil
Hi List, I m new to kannel and the forum. I installed kannel successfully and kannel runs fine.when i try to send any message through HTTP sendsms interface.I just get 0: Accepted for delivery.To make sure that the message is dellivered i tried with DLR. seems no way DLR is getting called.sms

Re: DLR Help(sorry to post agian due to subcription problem)

2010-08-22 Thread dafodil
://$kannelHost:$kannelPort/cgi-bin/sendsms?dlr-mask=31dlr-url=$durlusername=$userNamepassword=$userPasswordfrom=$fromto=$totext=$msgcoding=2charset=iso-8859-7;); now i dont understand whats wrong? Br daf $data = curl_exec($result); dafodil wrote: Hi List, I m new to kannel and the forum

Re: DLR Help(sorry to post agian due to subcription problem)

2010-08-22 Thread dafodil
Hi Jovan, Further more i see in HTTP access.log as follows: 77.91.205.230 - - [22/Aug/2010:07:56:21 +0100] GET /dl.php?dlr=8 HTTP/1.1 200 36 - Kannel/1.4.3 Now can u guess whats wrong. Br Daf dafodil wrote: Hi List, I m new to kannel and the forum. I installed kannel successfully

Deliver_sm

2010-08-30 Thread dafodil
Hi List, i habe bit confusion in my case.I see submit_sm and submit_sm_resp in the log but not deliver_sm. Can it be a problem with my configuration or carrier has not enabled it.How ever my message is successfully delivered to the destination mobile.i m using HTTP post to send message and dlr

Re: Deliver_sm

2010-08-30 Thread dafodil
i should be also able to get delivery report when i m sending from HTTP/kannel. elthox wrote: You will see deliver_sm PDU-s whenever you send back from your mobile toward application. On Mon, Aug 30, 2010 at 1:14 PM, dafodil neo.tu...@yahoo.com wrote: Hi List, i habe bit confusion

Re: Re: Deliver_sm

2010-08-31 Thread dafodil
and dlr-url in your request to sendsms. /eiler On 30/08/2010 14:17 dafodil neo.tu...@yahoo.com wrote: i should be also able to get delivery report when i m sending from HTTP/kannel. elthox wrote: You will see deliver_sm PDU-s whenever you send back from your mobile toward

Re: Re: Deliver_sm

2010-08-31 Thread dafodil
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, dafodil wrote: 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

Re: Deliver_sm

2010-08-31 Thread dafodil
.. /Jacob dafodil skrev: 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

Re: Deliver_sm

2010-08-31 Thread dafodil
to be enabled on the SMSC side, maybe they don't support it or they need to enable it on purpose. Regards, Alex On Tue, Aug 31, 2010 at 11:53 AM, dafodil neo.tu...@yahoo.com wrote: Hi Jacob, No i dont even recive the deliver_sm on the connection.i have set msg-id-type=0x01. Br Daf Jacob

Re: Deliver_sm

2010-08-31 Thread dafodil
will give you irrefutable proof about what's happening over the wire. Regards, Alex On Tue, Aug 31, 2010 at 12:08 PM, dafodil neo.tu...@yahoo.com wrote: 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

Re: Deliver_sm

2010-08-31 Thread dafodil
to be enabled on the SMSC side, maybe they don't support it or they need to enable it on purpose. Regards, Alex On Tue, Aug 31, 2010 at 11:53 AM, dafodil neo.tu...@yahoo.com wrote: Hi Jacob, No i dont even recive the deliver_sm on the connection.i have set msg-id-type=0x01. Br Daf Jacob

Re: Deliver_sm

2010-09-02 Thread dafodil
response to bbb.com which was expected but delivery_sm to former aaa.com which was not expected but i was scanning on bbb.com.after changing that restarting kannel it worked fine. Thanks genius for ur support,patience and help. Br daf dafodil wrote: Hi List, i habe bit confusion in my case.I

Got DLR but could not find message

2010-09-02 Thread dafodil
Hi List, Good Day. I am sending message through kannel.Message is delivered to destination.I see deliver and deliverresp in log but i get the bellow error. i went through different post in forum which suggests about setting msg-id-type=0x01 but with no succes.where i m wrong.pls suggest.

Re: Got DLR but could not find message

2010-09-02 Thread dafodil
possible msg-id-type combinations mentioned in UG. Also try commenting it out, to get the default value. If you still have problems post detailed bb log entries including submit_sm, submit_sm_resp and deliver_sm pdus of the same SMS. BR, Nikos - Original Message - From: dafodil

Re: Got DLR but could not find message

2010-09-02 Thread dafodil
. If you still have problems post detailed bb log entries including submit_sm, submit_sm_resp and deliver_sm pdus of the same SMS. BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Thursday, September 02, 2010 1:56 PM Subject: Got DLR

SMS and SMPP

2010-09-06 Thread dafodil
Hi List, Good Day. Just few questions... In oder to send sms through kannel i need smpp prvider? Can i be a provider?In other words cant i have my own setup so that i can be provider for myself. what do i need or need to have in setup so that i can be my provider/carrier. is it only smpp server

Re: SMS and SMPP

2010-09-07 Thread dafodil
a provider (SMSc). Kannel is an ESME, not an SMSc. To be an SMSc, you need to talk HLR, SS7 and have allocated a good number of phone numbers to work with. BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Monday, September 06, 2010 10:43

Re: SMS and SMPP

2010-09-07 Thread dafodil
mobiles are phones and live in SS7. All provider SMScs have one leg in SS7, the other in SMPP (or similar network). You need to have registered a band of phone numbers to be considered a provider. BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org

smppbox

2010-09-07 Thread dafodil
Hi List, Good morning. I observed that redmine kannel has a svn and the other is svn co https://svn.kannel.org/smppbox/trunk for SMPPBOX.Are these same ones.?I heard that its open source but i also saw from chimit.nl or some web site that minimum cost of 3700$.whats is the differnce? Br daf --

SMPPBOX

2010-09-08 Thread dafodil
Hi List, I saw smppbox is available in two places.(rdemine and https://svn.kannel.org/smppbox/trunk). Are these same ones.also saw from chimit that kannel server/smppbox is available with minimum cost of 3700 USD.so the confusion is that is these have smilllar kinf of functionslity or do differ.

Kannel and dependecies

2010-09-08 Thread dafodil
Hi List, Kannel can connect through http as well smpp. Both way it connects to smsc. Whats is the difference? so far i understand: for ESME,SMPPBOX,SMSBOX,BEARERBOX,SMSC The ESME connects over SMPP to SMPPBox, thinking that it is an SMSc. Accounts are configured in SMPPBox to allow

Re: SMPPBOX

2010-09-09 Thread dafodil
: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Wednesday, September 08, 2010 9:15 AM Subject: SMPPBOX Hi List, I saw smppbox is available in two places.(rdemine and https://svn.kannel.org/smppbox/trunk). Are these same ones.also saw from chimit that kannel server/smppbox is available

Re: SMPPBOX

2010-09-09 Thread dafodil
Hi Nikos n list, correction to the earlier mail mistakes happen but it was not intentional. Br Daf dafodil wrote: Hi Nikos, extremely sorry for that.I feel very bad abot that.BTW when i did click post message button the page disapeared with error and i tried second time assuming

SMPP BOX

2010-09-22 Thread dafodil
Hi List, From the document i get following: - Latest Kannel must be installed (1.4.3 svn version), including development headers and libraries. Kannel’s gwlib is needed for compilation. Additionally a working (running) Bearerbox is needed to route SMS to. If it is not available, SMS messages

Re: SMPP BOX

2010-09-22 Thread dafodil
On 9/22/2010 12:54, dafodil wrote: Hi List, From the document i get following: - Latest Kannel must be installed (1.4.3 svn version), including development headers and libraries. Kannel’s gwlib is needed for compilation. Additionally a working (running) Bearerbox is needed to route

SMSBOX translation

2010-09-29 Thread dafodil
Hi List, I m sending same message to same number 3 times. it goes well 2 times but fails once.on analysing logs its seen that smsbox log gives WARNING: No translation found for txt from daf to saf In the failed case smsbox::urltrans_find() returns null. I wonder if thats the case how the first

Re: SMSBOX translation

2010-09-29 Thread dafodil
-prefix = +221 default-smsc = http Br Daf Nikos Balkanas wrote: Hi, Please post maximum detail smsbox logs relevant to error and your configuration. BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Wednesday, September 29, 2010 2

Re: SMSBOX translation

2010-09-29 Thread dafodil
1 default service. Also try text 20%%+deleted instead of 20%+deleted BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Wednesday, September 29, 2010 4:03 PM Subject: Re: SMSBOX translation Hi Nikkos, Thanks for ur mail and time

SMS missing

2010-10-01 Thread dafodil
Hi List, I m trying to send 20 sms in a loop. a single sms works fine. now i m trying to send 20 sms in a loop.the same block gets executed for all sms.the situation is that,some sms do not reach bearerbox and as a result submit_sm are not seen for those.i m using kannel revision svn-r4845'.

Re: SMS missing

2010-10-01 Thread dafodil
Hi I guess giving complete log file would help the genius to track fast where i m wrong.i have attached BB and SB log files as the ziped ones. Br daf http://old.nabble.com/file/p29857207/log.zip log.zip dafodil wrote: Hi List, I m trying to send 20 sms in a loop. a single sms works fine

kannel performance

2010-10-08 Thread dafodil
Hi List, Good Day. While stress testing with kannel i found the follwing.i was trying to send 10 k sms through HTTP/sendsms. storage internal queued grows to 230. kannel.store size keeps growing and now it seems to be 480,630,358. now i find a kannel.store.new is created with size more than

Re: kannel performance

2010-10-08 Thread dafodil
Hi to add more i m using svn-r4845. Br daf dafodil wrote: Hi List, Good Day. While stress testing with kannel i found the follwing.i was trying to send 10 k sms through HTTP/sendsms. storage internal queued grows to 230. kannel.store size keeps growing and now it seems

Re: kannel performance

2010-10-08 Thread dafodil
during tests? BR, Nikos - Original Message - From: Willy Mularto sangpr...@gmail.com To: dafodil neo.tu...@yahoo.com Cc: users@kannel.org Sent: Friday, October 08, 2010 5:55 PM Subject: Re: kannel performance It would be helpful if you provide us your detailed log. Please set

Re: kannel performance

2010-10-08 Thread dafodil
. Were all of your smsc active during tests? BR, Nikos - Original Message - From: Willy Mularto sangpr...@gmail.com To: dafodil neo.tu...@yahoo.com Cc: users@kannel.org Sent: Friday, October 08, 2010 5:55 PM Subject: Re: kannel performance It would be helpful if you provide us

Re: kannel performance

2010-10-08 Thread dafodil
to spool. Describe test conditions. Were all of your smsc active during tests? BR, Nikos - Original Message - From: Willy Mularto sangpr...@gmail.com To: dafodil neo.tu...@yahoo.com Cc: users@kannel.org Sent: Friday, October 08, 2010 5:55 PM Subject: Re: kannel performance

Re: kannel performance

2010-10-09 Thread dafodil
. Post relevant portions if you get any problems. BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Friday, October 08, 2010 8:44 PM Subject: Re: kannel performance Hi nikkos, just to add more operator says that kannel is senindg

Re: kannel performance

2010-10-10 Thread dafodil
. It doesn't prove anyting, except that you have sent twice the same SMS. BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Saturday, October 09, 2010 10:17 AM Subject: Re: kannel performance Hi Nikkos, Thanks again for ur time

Re: kannel performance

2010-10-10 Thread dafodil
logs. BR, Nikos - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Sunday, October 10, 2010 3:52 PM Subject: Re: kannel performance Hi yes u r right is sb log. i wonder when i sent once why does it goes 2 times.does any wrong configuration

Re: kannel performance

2010-10-11 Thread dafodil
, Nikos - (not Nikkos) - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Monday, October 11, 2010 8:38 AM Subject: Re: kannel performance Hi Nikkos, no my application is as simple php script which sends only once.it sends to 10 numbers.for some

USSD and shortCode programming

2010-10-11 Thread dafodil
Hi List, I understand that sms is through store/foreward where as ussd is session based.is it possible to send ussd and sms to short code through kannel.i have browsed many archives where people have submitted patches so that kannel can send ussd.so far my understaning is concerned. To send USSD

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
to send USSR/USSN. Regards elton On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com wrote: Hi List, I understand that sms is through store/foreward where as ussd is session based.is it possible to send ussd and sms to short code through kannel.i have browsed many archives

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com wrote: Thanks for the reply. can u explain on this All that should be done in application side, differentiating the sessions while users access the ussd application in paralel. thanks once agian for ur time. Br daf elthox wrote: Hi

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
. In your case you are using modem which is not relevant in this case. On Mon, Oct 11, 2010 at 11:06 AM, dafodil neo.tu...@yahoo.com wrote: Thanks for the detail.MSISDN helps for correlation. Let me know if i m not misleading u. I am on my pc connected to modem and kannel is up and running

Re: USSD and shortCode programming

2010-10-12 Thread dafodil
if there are global USSD providers that provide HTTP API, for example like Clickatell who does the same for SMS channel. On Tue, Oct 12, 2010 at 7:57 AM, dafodil neo.tu...@yahoo.com wrote: Hi elthox, thanks for ur time. what i need to have for ussd or short code exchage apart from kannel. can u pls

Re: USSD and shortCode programming

2010-10-12 Thread dafodil
, the standard formatshould be something like this; *111*MSISDN*AMOUNT# Other guys in the forum may help you how you can initiate USSD strings from the modem, if it is possible. Elton On Tue, Oct 12, 2010 at 9:32 AM, dafodil neo.tu...@yahoo.com wrote: Hi Thanks for ur detail answer

Re: USSD and shortCode programming

2010-10-13 Thread dafodil
Hi marcin thanks for the reply. yes i know about AT commands but can kannel automate this things. in other words if i want to send AT commands(ussd) through modem..does kannel help? Br daf Marcin Bockowski wrote: 2010/10/12 dafodil neo.tu...@yahoo.com: about sending USSD strings from

Re: USSD and shortCode programming

2010-10-14 Thread dafodil
Hi Thanks, for the reply. I found an open source smslib which cn do the things pretty smart. Br daf Marcin Bockowski wrote: 2010/10/13 dafodil neo.tu...@yahoo.com: Hi marcin thanks for the reply. yes i know about AT commands but can kannel automate this things. in other words if i want