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
ateway/trunk > > > 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’

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 from to In the failed case smsbox::urltrans_find() returns null. I wonder if thats the case how the first 2 cases a

Re: SMSBOX translation

2010-09-29 Thread dafodil
current-pushes = 100 users = 1024 trusted-pi = true #ppg-allow-ip = 127.0.0.1 ppg-allow-ip = "*.*.*.*" service-name = sms default-smsc = http # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 sendsms-chars = "0123456789+" global-sender = 13013 log-file = &q

Re: SMSBOX translation

2010-09-29 Thread dafodil
read UG about sms-service. You should have at least 1 default > service. Also try text <20%%+deleted> instead of <20%+deleted> > > BR, > Nikos > - Original Message - > From: "dafodil" > To: > Sent: Wednesday, September 29, 2010 4:03 P

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'. what

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 sing

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 20

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 a

Re: kannel performance

2010-10-08 Thread dafodil
itions. Were all of your smsc active during tests? > > BR, > Nikos > - Original Message - > From: "Willy Mularto" > To: "dafodil" > Cc: > Sent: Friday, October 08, 2010 5:55 PM > Subject: Re: kannel performance > > >

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" > To: "dafodil" > Cc: > Sent: Friday, October 08, 2010 5:55 PM > Subject: Re: kannel performance

Re: kannel performance

2010-10-08 Thread dafodil
essages? > Try changing store-type to spool. > Describe test conditions. Were all of your smsc active during tests? > > BR, > Nikos > - Original Message - > From: "Willy Mularto" > To: "dafodil" > Cc: > Sent: Friday, October 08, 2010 5:5

Re: kannel performance

2010-10-09 Thread dafodil
K indefinitely, > it > shouldn't resend the same sms again. > > I am assuming you are using the SMPP smsc. Try on sending a few SMS (~5), > comment out log-file in smsc group and turn bb logs to maximum detail. > Watch > for anything unusual, especially ACKs. Post relevant

Re: kannel performance

2010-10-10 Thread dafodil
og. It doesn't prove > anyting, > except that you have sent twice the same SMS. > > BR, > Nikos > - Original Message - > From: "dafodil" > To: > Sent: Saturday, October 09, 2010 10:17 AM > Subject: Re: kannel performance > > >>

Re: kannel performance

2010-10-10 Thread dafodil
il smsbox logs. > > BR, > Nikos > - Original Message ----- > From: "dafodil" > To: > 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

Re: kannel performance

2010-10-11 Thread dafodil
this thread terminates. > > BR, > Nikos - (not Nikkos) > - Original Message - > From: "dafodil" > To: > Sent: Monday, October 11, 2010 8:38 AM > Subject: Re: kannel performance > > >> >> Hi >> Nikkos, >> >> no my appl

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
gt; You can check older posts related to configuration and how to send > USSR/USSN. > > Regards > elton > > On Mon, Oct 11, 2010 at 9:11 AM, dafodil wrote: > >> >> Hi List, >> I understand that sms is through store/foreward where as ussd is session >> based.is

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
the dialog. > > Elton > > On Mon, Oct 11, 2010 at 9:53 AM, dafodil wrote: > >> >> Thanks for the reply. >> >> can u explain on this >> "All that should be done in application side, differentiating >> the sessions while users acce

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
C through SMPP. In your case > you > are using modem which is not relevant in this case. > > On Mon, Oct 11, 2010 at 11:06 AM, dafodil wrote: > >> >> Thanks for the detail.MSISDN helps for correlation. >> Let me know if i m not misleading u. >> >> I am on

Re: USSD and shortCode programming

2010-10-12 Thread dafodil
; > I`m not aware 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 wrote: > >> >> Hi elthox, >> thanks for ur time. >> what i need to

Re: USSD and shortCode programming

2010-10-12 Thread dafodil
t; About performing the same action through USSD, 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

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 : >> about sending USSD strings from the m

Re: USSD and shortCode programming

2010-10-13 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 : >> Hi marcin thanks for the reply. >> yes i know about AT commands but can kannel automate this things. >> in other wo

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 subm

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

2010-08-22 Thread dafodil
$result = curl_init("http://$kannelHost:$kannelPort/cgi-bin/sendsms?dlr-mask=31&dlr-url=$durl&username=$userName&password=$userPassword&from=$from&to=$to&text=$msg&coding=2&charset=iso-8859-7";); now i dont understand whats wrong? Br daf $data = cur

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 kan

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

2010-08-22 Thread dafodil
3.5.30729; FDM)" But if handled by kannel i see the bellow log in access.log and value is not printed. GET /dl.php?dlr=8 HTTP/1.1" 200 36 "-" "Kannel/1.4.3" seems to me kannel is not able to invoke mozila or some thing. Any suggestion.? Br Daf dafodil wrot

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 typ

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 wrote: >> >> Hi List, >>

Re: Re: Deliver_sm

2010-08-31 Thread dafodil
type_name: enquire_link_resp 2010-08-31 08:37:50 [23468] [7] DEBUG: command_id: 2147483669 = 0x8015 2010-08-31 08:37:50 [23468] [7] DEBUG: command_status: 0 = 0x 2010-08-31 08:37:50 [23468] [7] DEBUG: sequence_number: 9 = 0x0009 2010-08-31 08:37:50 [23468] [7] DEBUG: SMPP

Re: Re: Deliver_sm

2010-08-31 Thread dafodil
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, dafodil wrote: >> Hi jacob, >> have almost done evry thing but with no

Re: Deliver_sm

2010-08-31 Thread dafodil
> 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 works fine. >> >> Br >> Daf >> >> >> >> Jacob Eiler wr

Re: Deliver_sm

2010-08-31 Thread dafodil
needs 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 wrote: > >> >> Hi Jacob, >> No i dont even recive the deliver_sm on t

Re: Deliver_sm

2010-08-31 Thread dafodil
r. There > might > be an issue on their side and having a packet capture will give you > irrefutable proof about what's happening over the wire. > > Regards, > > Alex > > On Tue, Aug 31, 2010 at 12:08 PM, dafodil wrote: > >> >> Hi Alex, >> Is there

Re: Deliver_sm

2010-08-31 Thread dafodil
needs 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 wrote: > >> >> Hi Jacob, >> No i dont even recive the deliver_sm on t

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

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. 2010-08

Re: Got DLR but could not find message

2010-09-02 Thread dafodil
mit_sm_resp and > deliver_sm pdus of the same SMS. > > BR, > Nikos > - Original Message - > From: "dafodil" > To: > Sent: Thursday, September 02, 2010 1:56 PM > Subject: Got DLR but could not find message > > >> >> Hi List, >>

Re: Got DLR but could not find message

2010-09-02 Thread dafodil
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" > To: > Sent: Thursday, Sept

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 n

Re: SMS and SMPP

2010-09-06 Thread dafodil
e you need 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" > To: > S

Re: SMS and SMPP

2010-09-07 Thread dafodil
twork) to reach > mobiles. After all 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 -

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-07 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-07 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 connection

Re: SMPPBOX

2010-09-09 Thread dafodil
; > Nikos > - Original Message - > From: "dafodil" > To: > 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)

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