Re: HTTP SMSC splitting long SMS

2017-04-05 Thread ha...@aeon.pk
Thanks Stipe. This solved the issue. On Wed, Apr 5, 2017 at 7:39 PM, Stipe Tolj <st...@kannel.org> wrote: > Am 05.04.17 15:16, schrieb ha...@aeon.pk: > >> Hi, >> >> I am using HTTP SMSC to send MT SMS to a PHP script. I just discovered >> that the HTTP SMS

HTTP SMSC splitting long SMS

2017-04-05 Thread ha...@aeon.pk
Hi, I am using HTTP SMSC to send MT SMS to a PHP script. I just discovered that the HTTP SMSC is passing long (concatenated) SMS to the PHP script in 2 parts, which makes them 2 individual SMS for the handset, instead of one long SMS. How can I prevent kannel from doing this? Regards, Hamza

Re: Passing Unicode as MO to HTTP SMSC

2017-04-04 Thread ha...@aeon.pk
also listens to these. But it's worth a try. > > -- Origineel bericht ------ > Van: "ha...@aeon.pk" <ha...@aeon.pk> > Aan: "kannel users" <users@kannel.org> > Verzonden: 1-4-2017 1:12:11 > Onderwerp: Passing Unicode as MO to HTTP SMSC > > Hi, > >

Passing Unicode as MO to HTTP SMSC

2017-03-31 Thread ha...@aeon.pk
Hi, I am using an HTTP SMSC to route my SMS traffic via kannel. The incoming MO URL is http://localhost:13031/?username=tester=foobar=1234567890==Hello. Filling this URL for all parameters and passing onto kannel works very fine. However, if the message variable is Unicode, Kannel does not

Re: Message storage for handsets

2017-02-01 Thread ha...@aeon.pk
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier > celular y Nextel > en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS > y GPRS online > Visitenos en www.perusms.com > > 2017-02-01 2:38 GMT-05:00 ha...@aeon.pk <

Message storage for handsets

2017-01-31 Thread ha...@aeon.pk
Hi, I am using a sony ericsson handset as a modem. The problem is that, when I set message storage as SM in kannel config, few SMS still escape to land on SM and start to accumulate on the phone memory (ME). The active kannel config (message-storage=SM) cannot pick it up, unless I manually

Re: Regarding phone as SMSC

2016-09-15 Thread ha...@aeon.pk
Look for the portion in userguide where GSM modem is used. On Thu, Sep 8, 2016 at 10:34 AM, wrote: > Hi, > > > We are trying to use a phone as a SMSC. Unfortunately the user guide > doesn't provide much knowledge of the same. So can anyone help us out in > this

Missed call handling by kannel

2016-08-24 Thread ha...@aeon.pk
Hi, Kannel is excellent in handling SMS, but can it handle (or at least notify some program) about the missed calls coming to the number? I see the notification appearing in AT command logs in bearerbox log files. Can it be relayed somehow to application level? Regards, Hamza

Re: Multiple smsc connection on single kannel

2016-08-17 Thread ha...@aeon.pk
Have multiple sms-group in same config. You can connect to multiple SMSCs. On Tue, Aug 16, 2016 at 8:44 PM, Bhavya Khanna wrote: > Hi, > > Please let me know that is possible more than one smsc connection in > single kannel. > > Thanks, >

Re: Thoughput Error

2016-08-17 Thread ha...@aeon.pk
Your operator is throttling your traffic. Ask them to check either TPS or window size against your connection. On Mon, Aug 15, 2016 at 7:49 AM, vinayak mv wrote: > Hi, > > Im using *Kannel version svn-r5164* , when i found the same throttling > performance issue in

Re: HTTP SMSC splitting long SMS

2016-06-23 Thread ha...@aeon.pk
The problem was resolved by using max-sms-octets parameter in smsc group config. On Wed, Jun 22, 2016 at 2:15 PM, ha...@aeon.pk <ha...@aeon.pk> wrote: > Hi, > > My kannel config is calling an HTTP API. It is working fine for small > messages, but for long SMS ( > 160 xters)

HTTP SMSC splitting long SMS

2016-06-22 Thread ha...@aeon.pk
Hi, My kannel config is calling an HTTP API. It is working fine for small messages, but for long SMS ( > 160 xters), kannel is splitting it into 2 parts and sending 2 calls to the SMSC, which in result is sending 2 separate SMS to the handset instead of one concatenated one. I tested the API

Re: Kannel Sms configuration

2016-03-01 Thread ha...@aeon.pk
Enable debug off messages and see if the delay is on your side or your provider side. Check network connectivity with provider. Is it fluctuating? On Wed, Feb 24, 2016 at 2:17 PM, Omar Ali wrote: > Hi Everyone, > > > This is my whole System Architecture, > >

Re: sqlbox for incoming messages?

2016-02-02 Thread ha...@aeon.pk
You need to make following chain via ports connection: BBOX <-> SQLBOX <-> SMSBOX Should make smsbox connect to sqlbox in order to get incoming SMS into sqlbox table. On Mon, Feb 1, 2016 at 8:45 PM, joe schacher wrote: > Ok thank you. Unfortunately, incoming messages

Re: Trying to install Kannel and playsms

2016-02-02 Thread ha...@aeon.pk
Prefer to use a Linux server rather than win+cygwin combo. On Sun, Jan 31, 2016 at 8:23 AM, Njoku OKECHUKWU VAL wrote: > Good day. > I have come across kannel and tried using it for some time now without > much success. > Lately i came across playsms and have since been

Re: Messages are being delivered delayed up to more than 12 hours

2016-01-25 Thread ha...@aeon.pk
I think no. However, I have operated very fast transactions, to almost 10 receiving SMS/sec. You just need to tweak your webserver to handle speedy requests. On Wed, Jan 20, 2016 at 4:26 PM, Suhaib Mehyar wrote: > Dear All, > > Kindly is there away to limit number of

Re: Parsing DLR from HTTP SMSC

2015-11-19 Thread ha...@aeon.pk
ieve the message > id from the XML response: > > *generic-foreign-id-regex = > "Successful:([0-9]+)"* > > > > Regards, > > Franck > > > > > > *From:* users [mailto:users-boun...@kannel.org] *On Behalf Of * > ha...@aeon.pk > *Sent:* We

Parsing DLR from HTTP SMSC

2015-11-18 Thread ha...@aeon.pk
Hi, I am hitting an HTTP SMSC with this configuration: group = smsc smsc = http smsc-id = abc system-type = generic port = 13001 send-url = "http://XXX; status-success-regex = "Successful" status-permfail-regex = "Invalid" status-tempfail-regex = "Expired" generic-foreign-id-regex = "(.+)"

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread ha...@aeon.pk
; > > > group = sqlbox > bearerbox-port = 17007 > smsbox-port = 17008 > > > > > On Wed, Nov 18, 2015 at 12:21 PM, ha...@aeon.pk <ha...@aeon.pk> wrote: > >> Set sqlbox port to connect to smsbox port defined in bearerbox config. It >> will work. >&

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread ha...@aeon.pk
Set sqlbox port to connect to smsbox port defined in bearerbox config. It will work. On Wed, Nov 18, 2015 at 11:41 AM, Robin C wrote: > I also want the same . Anybody please help. > > On Wed, Nov 18, 2015 at 6:40 AM, Willy Mularto > wrote: > >> Hi All,

Re: Change the sender based in the destination prefix

2015-11-07 Thread ha...@aeon.pk
You might be able to do this in kannel but your SMSC operator would not let you allow to put anyone's number in the FROM address. Use REGEX to handle the sender based on destination. On Sat, Nov 7, 2015 at 1:37 AM, Filipe Carvalho wrote: > Hello, > > Nowadays,

Re: Smsbox-route and smsbox_list empty!

2015-11-05 Thread ha...@aeon.pk
smsc-id = OpOne;OpTwo;OpThree;OpFour;OpFive > > group = smpp-tlv > name = ServOpUssd > tag = 0x0501 > type = octetstring > length = 2 > smsc-id = OpFive > > group = smpp-tlv > name = UssdSessId > tag = 0x1501 > type = integer > length = 4 > smsc-id = OpFiv

Re: SEND SMS VIA HTTP SMSC

2015-10-30 Thread ha...@aeon.pk
group=sms-service > keyword=default > get-url="http://localhost/mobitext/receivesms.php?sender=%p=%b; > accept-x-kannel-headers=true > max-messages=0 > concatenation=true > catch-all=true > > > Regards. > > > > > On 29 October 2015 at 23:08, ha...@aeon.pk

Re: Smsbox-route and smsbox_list empty!

2015-10-30 Thread ha...@aeon.pk
Then your routing is not OK. Share complete config. On Fri, Oct 30, 2015 at 12:42 PM, Artem Chekulaev <slon...@gmail.com> wrote: > We have smsbox connected - this is checked. > > 2015-10-29 23:08 GMT+03:00 ha...@aeon.pk <ha...@aeon.pk>: > >> This error comes wh

Re: How Can I write MO to SQL using sqlbox?

2015-10-30 Thread ha...@aeon.pk
Route all traffic via sqlbox. Take smsbox behind sqlbox. Config should be like this: BBox <-> SQLbox <-> SMSbox Set bbox port (lets say 13002). Config sqlbox to attach to this port (13002). Tell sqlbox that sms-box port is 13003. In smsbox config, tell smsbox that bbox port is 13003 (not 13002,

Re: Smsbox-route and smsbox_list empty!

2015-10-29 Thread ha...@aeon.pk
This error comes when bearerbox is unable to pass on the received MO messages to smsbox. Are you connecting your smsbox? On Wed, Oct 28, 2015 at 6:28 PM, Artem Chekulaev wrote: > Hi! > > Tried to add smsbox route to config and received warning "smsbox_list > empty". > > I

Re: SEND SMS VIA HTTP SMSC

2015-10-29 Thread ha...@aeon.pk
Where is receiver? On Thu, Oct 29, 2015 at 2:11 PM, John Njuguna wrote: > Hello All, > I'm trying to configure kannel to send sms via http smsc but i keep getting > > "Insufficient args, rejected" error. Someone help me figure out where or what > am doing wrong. > > below

Re: Kannel 1.4.4 on centos

2015-10-27 Thread ha...@aeon.pk
October 2015 at 19:54, Loyc Cossou <loycos...@gmail.com> wrote: > >> Great, >> >> Let me test and update. >> >> Thanks >> Le 23 oct. 2015 13:34, "ha...@aeon.pk" <ha...@aeon.pk> a écrit : >> >>> Use SVN instead of RPM. Script

Re: DLR Issue

2015-10-23 Thread ha...@aeon.pk
are churned out/closed : message is delivered but > DLR not receiving in sometime for the same mobile number. > 3) EXPIRED means either the SMSC threshold for storing UNDELIVERED is too > small, : Can you please clearify ?? Do I need to change some configurations > ?? > > > On Fri,

Re: DLR Issue

2015-10-23 Thread ha...@aeon.pk
Too many UNDELIVERED means either you are targeting wrong subscriber number format, or your target numbers are churned out/closed. EXPIRED means either the SMSC threshold for storing UNDELIVERED is too small, or you are targeting people who do not turn on their cellphones frequently, or have

Re: Kannel 1.4.4 on centos

2015-10-23 Thread ha...@aeon.pk
Use SVN instead of RPM. Script is part of SVN snapshot. On Fri, Oct 23, 2015 at 1:41 AM, Loyc Cossou wrote: > Hi, > > How can I install kannel 1.4.4 on Centos via rpm package? Any repository > for that? On Epel, there is only Kannel 1.4.3. > > In case I choose compiling,

Re: DLRs Routing

2015-10-21 Thread ha...@aeon.pk
Check if routing delay is from telecom side (SMSC often sends DLR pretty late). It should be visible in bearerbox logs. Logically, bbox should not be delaying DLRs. On Wed, Oct 21, 2015 at 8:51 AM, Amelye Chatila wrote: > I experience a delay in DLRs routing. I have couple of

Re: Queue management in virtual SMSCs

2015-10-14 Thread ha...@aeon.pk
Set retry attempts counter, let the message fail after threshold. Then use some script to pick up failed messages, switch the SMSC ID to new modem and send it again. Kannel cannot automate so many things. YOu would need help on application end. On Thu, Oct 8, 2015 at 10:15 AM, Raghvendra Sahu

Re: impact of bearerbox running without smsbox

2015-10-14 Thread ha...@aeon.pk
BBOX is the front end of kannel towards SMSC. For incoming SMS, it accepts and forwards them to relevant sqlbox/smsbox defined in the config. If SMSBOX is not connected and only BBOX is up, it will receive and store the messages in temp file/directory, and wait for smsbox to connect to it. The

Re: NEED INFORMATION:

2015-10-14 Thread ha...@aeon.pk
I don't think you can get IMSI via kannel. On Mon, Oct 5, 2015 at 1:16 PM, John alero wrote: > Dear Team, > > I need one help from all, If we have configured Kannel with MODEM router > and we require IMSI number of each submission. Is it possible on > Kannel access log

Re: howto add delay between sending sms

2015-10-14 Thread ha...@aeon.pk
You need to control it from your application front. Kannel can go slow and fast, but cannot freeze for some time to introduce delay that you want. On Wed, Sep 30, 2015 at 10:15 AM, Syed Jahanzaib wrote: > Tapan Kumar Thapa gmail.com> writes: > > > > Dear Syed, > > This has

Re: Long SMS detection in sent_sms table

2015-09-14 Thread ha...@aeon.pk
Any help? On Wed, Sep 9, 2015 at 8:51 PM, ha...@aeon.pk <ha...@aeon.pk> wrote: > Hi, > > I intend to identify long MO SMS from the sent_sms table in kannel db. > Apparently there is no identifier available for me to figure it out. Any > idea how to do it, even from any othe

Long SMS detection in sent_sms table

2015-09-09 Thread ha...@aeon.pk
Hi, I intend to identify long MO SMS from the sent_sms table in kannel db. Apparently there is no identifier available for me to figure it out. Any idea how to do it, even from any other log file, if not db? Regards, Hamza

Re: Delayed reply - wait for bearerbox

2015-09-06 Thread ha...@aeon.pk
Check bbox logs if far-end SMSC is declining (or rejecting temporarily) the message. Access logs only contain the final state of the message when the processing is completed, i.e. SENT, FAILED, DISCARDED, etc. It does not reflect the intermediate stages, like PENDING or RETRYING. On Thu, Sep 3,

Re: Making GSM USB modem work

2015-08-26 Thread ha...@aeon.pk
calls the wrapper again and adds a symbolic link to the *correct*connection port (see below) Regards Florian Am 25.06.2015 um 16:10 schrieb ha...@aeon.pk: Husnain, Thank you. I know this config, but the next-step problem is that this config does not kick in automatically when system

HTTP API problem

2015-08-05 Thread ha...@aeon.pk
Hi, I am hitting an HTTP API via kannel to broadcast SMS. The messages are going out successfully and reaching the handsets, but kannel access log says that the messages are being rejected (DLR - NACK/REJECTED). I checked smsbox logs in detail, and even in there the web service XML is saying

Re: Receiving multi-part messages over two binds...

2015-07-22 Thread ha...@aeon.pk
Hi, @Joe: Technically, SMS splitting over SS7 like you are describing is not possible. If it is indeed the case, your Telco operator has configured his SMSC cluster in a very dumb and stupid way. Apart from A2P/P2A messages, this should also cause a havoc on P2P messaging as well. I wonder if

Sending SMS via Kannel over HTTP API

2015-07-16 Thread ha...@aeon.pk
Hi, My service provider has given me an HTTP connection (URL API) instead of SMPP connection, to send SMS. How should I configure kannel to send outgoing SMS to service provider over this channel? Any pointers about what section to read in userguide? Regards, Hamza

Re: Huawei E220 not reliable enough, please recommend something for high volume.

2015-07-15 Thread ha...@aeon.pk
Huawei EG162G worked super for me since many years. On Wed, Jul 15, 2015 at 2:19 PM, Florian Schlums nag...@ggaweb.ch wrote: We are running kannel with a Orange Huawei E352 and are also not very happy with it. (Same with a HP un2400 Gobi1000 module) Sometimes we see a USB disconnect message

Re: Making GSM USB modem work

2015-06-25 Thread ha...@aeon.pk
of your device: sudo usb_modeswitch -v 0x12d1 -p 0x1f01 -M 5553424312345678061e00 Hope it will help. -- Regards, *Husnain Taseer * Sr. VAS Engineer On 6/23/2015 1:01 AM, ha...@aeon.pk wrote: Hi all, This is slightly off track, but more

Re: Getting Multiple Messages When SMSC Reconnected

2015-06-22 Thread ha...@aeon.pk
The problem is with network coverage or operator SMSC. On Mon, Jun 15, 2015 at 11:25 AM, Ammar Ali ammarali3...@gmail.com wrote: Hello Everyone, One more thing about above issue. I have checked access log but there is no multiple submission for particular destination number.

Making GSM USB modem work

2015-06-22 Thread ha...@aeon.pk
Hi all, This is slightly off track, but more relevant here than in any Linux forum. A lot of new GSM USB modems coming these days are identified by Linux as in storage mode (CD Rom or memory storage, since they contain their own drivers). Anyone has any idea how to switch them to GSM mode, to

Re: I/O error or other error. Re-connecting

2015-04-24 Thread ha...@aeon.pk
Connection to SMSC is fluctuating. Check your VPN logs. On Fri, Mar 27, 2015 at 11:50 AM, Ammar Ali ammarali3...@gmail.com wrote: Hello Everyone, I am getting this error when I'm connecting live SMSC connections with my kannel. *I/O error or other error. Re-connecting.* This is the log:

Re: Delivery Report Issue

2015-04-24 Thread ha...@aeon.pk
Take tcpdump on front end and analyze SMPP trace. On Mon, Apr 20, 2015 at 12:50 PM, Ammar Ali ammarali3...@gmail.com wrote: Hello, I'm facing a very serious issue when I'm sending message. When I sent a sms from my application to kannel, kannel route this request to particular connected

Re: dlr-url information

2015-04-24 Thread ha...@aeon.pk
Write a script which takes input parameters. Set dlr-url to the path of this script. The info can be sent anywhere you want. On Fri, Mar 27, 2015 at 6:36 PM, Nestor Durañona nestor.duran...@unnaki.com.py wrote: Hi I'm new in kannel, and I want to know how can I gather all the information of

Re: Fastest method to insert a million MT messages to Kannel

2015-04-24 Thread ha...@aeon.pk
SQLBOX is way faster for bulk traffic. On Fri, Apr 24, 2015 at 1:48 AM, Rene Kluwen rene.klu...@chimit.nl wrote: Unless your database is on another server. Sqlbox keeps a tcp connection open to bearerbox. If you use smsbox, you need to connect each time you send an sms. I don’t have hard

Re: Routing failed, re-queued and 3: Queued for later delivery

2015-03-22 Thread ha...@aeon.pk
Several things can be wrong: Have you checked the destination number format and synced it with SMSC? Perhaps you are using national format while SMSC wants international format. Are you using the modem? Is the recipient an actual real number? Give him a call and see if he picks up. If its not a

Re: sms-service group is mandatory ??

2015-03-22 Thread ha...@aeon.pk
Set the default group routing to somewhere. Else it will keep failing. On Wed, Mar 18, 2015 at 5:48 PM, Ajay Patel ajay.pa...@elitecore.com wrote: Hi All, I have read many places that there should be 1 default sms-service group required even if you are configured kannel to sending message

Re: Recording SMS messages into database

2015-03-22 Thread ha...@aeon.pk
Use sqlbox. Route all traffic via it. It will have very decent logs of both MO and MT. Another alternate is the kannel.access file parser. It's a script which reads the log file, separates out the fields and loads into a MySQL database. On Wed, Mar 18, 2015 at 2:22 AM, Milan P. Stanic

Re: multiple smsbox

2015-03-22 Thread ha...@aeon.pk
Connect to same bearerbox port. Connect as many as you want. On Wed, Mar 18, 2015 at 11:53 AM, Nilubon Soonthon nilubo...@jasmine.com wrote: Hi, How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5? I don’t have any Idea. ThanksRegards Nilubon Soonthon

Re: multiple smsbox]

2015-03-22 Thread ha...@aeon.pk
Copy the SMSBOX config to 2 files. Rename the smsbox, and change other parameters. Connect them to same bbox host port. On Thu, Mar 19, 2015 at 10:33 AM, nilubo...@jasmine.com wrote: Hi, How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5? I don't have any Idea.

Re: Multiple bind smsc

2015-03-22 Thread ha...@aeon.pk
1. Ask SMSC to allow multiple connections. 2. Use multiple configs to connect to same SMSC. Identify them as separate connections. 3. Enable logs to see which connection is handling traffic. Be careful about DLRs. If these do not come back via same connection from which they left, kannel ignores

Long SMS broken

2015-03-10 Thread ha...@aeon.pk
Hi, My kannel is receiving long SMS from the operator's SMSC in weird fashion. The message is broken into 2 parts, with first part getting truncated at 154 characters ending with a '+' sign, and second part is appearing as a new SMS with text starting with the '+' sign. I do have

Re: Sending Prioritary SMSs

2015-03-10 Thread ha...@aeon.pk
it quite long time ago. On Tue, Mar 10, 2015 at 6:28 PM, Manuel García Cabrera mcabr...@contentamobile.com wrote: Really? But wouldn't that mean that it's not actually a queue? On 10/03/15 10:19, ha...@aeon.pk wrote: If you insert a new message in the existing queue, it automatically gets

Re: Sending Prioritary SMSs

2015-03-10 Thread ha...@aeon.pk
If you insert a new message in the existing queue, it automatically gets delivered before the queued ones. On Tue, Mar 10, 2015 at 6:07 PM, Manuel García Cabrera mcabr...@contentamobile.com wrote: Hi, I'm trying to send prioritary messages when there already are many messages queued for

Re: Sending Prioritary SMSs

2015-03-10 Thread ha...@aeon.pk
? I'm having a hard time testing it this way because the queue empties way too fast. On 10/03/15 10:35, ha...@aeon.pk wrote: Perhaps I cannot point out the logic of why exactly this happens, since I discovered it only by doing. Also, another way is that if your main bulk is going via SQLBOX

Re: Long SMS broken

2015-03-10 Thread ha...@aeon.pk
, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Tue, Mar 10, 2015 at 8:06 AM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My kannel is receiving long SMS from the operator's SMSC in weird fashion. The message is broken

Re: submit_sm submit_sm-resp over the same bind (tcp session/connection) ?

2015-03-04 Thread ha...@aeon.pk
I recently had a painful time with a client figuring out the missing DLRs. SMSC trace showed that DLR was sent back, but nothing used to appear in my logs. I pinned it down to the problem of multiple sessions with same ESME. The submit_rsm_resp DOES NOT ALWAYS come back from the same channel. When

Re: Validity period settings issue

2015-02-17 Thread ha...@aeon.pk
Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Tue, Feb 17, 2015 at 1:49 PM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, I am

Validity period settings issue

2015-02-17 Thread ha...@aeon.pk
Hi, I am NOT defining validity period parameter in my configuration, however SMSC guys are insisting that they are getting a validity parameter value from my side when kannel sends out SMS to SMSC. They are asking me to disable this field. How can I disable it when I am not setting this value at

Re: Delivery DLRs not appearing in logs

2014-12-02 Thread ha...@aeon.pk
63=31+32, where I need to dig out what 32 status is for. Will update you as I find some info. On Tue, Dec 2, 2014 at 6:38 AM, spameden spame...@gmail.com wrote: with DLR mask 63 did you mean 31 ? 2014-12-01 23:34 GMT+03:00 ha...@aeon.pk ha...@aeon.pk: Resolved. In connection 'group

Delivery DLRs not appearing in logs

2014-12-01 Thread ha...@aeon.pk
Hi, I have 2 SMSC connections. I am sending the same message with DLR mask 63 (to get all possible delivery states). One SMSC connection is giving me submission-to-SMSC DLR and then DELIVERED DLR, both appearing in kannel traffic logs. The other connection is only giving me submission-to-SMSC

Re: Delivery DLRs not appearing in logs

2014-12-01 Thread ha...@aeon.pk
Resolved. In connection 'group = smsc', add line 'msg-id-type = 0x01' to fix the issue. On Tue, Dec 2, 2014 at 12:04 AM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, I have 2 SMSC connections. I am sending the same message with DLR mask 63 (to get all possible delivery states). One SMSC

Re: Regarding: How to Use SQLBox With BearerBox And SMSBox Properly

2014-10-16 Thread ha...@aeon.pk
Try managing DLRs outside the sent_sms table, in a separate database. On Thu, Oct 16, 2014 at 10:24 AM, Aditya Khanna aditya.khanna111...@gmail.com wrote: *Hello Everyone,* I'm need of your help. Currently, I'm developing a Bulk SMS Application, So I'm using Kannel as SMS Gateway. First

Re: Modem rebooting continuously

2014-10-03 Thread ha...@aeon.pk
Someone Help Please :-) On Wed, Oct 1, 2014 at 9:37 PM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, I am using kannel with a USB GSM modem. Following line is consistently appearing in the logs: 2014-10-01 18:34:19 [20409] [6] DEBUG: AT2[mobile]: -- ^BOOT:20215406,0,0,0,39 Does

Modem rebooting continuously

2014-10-01 Thread ha...@aeon.pk
Hi, I am using kannel with a USB GSM modem. Following line is consistently appearing in the logs: 2014-10-01 18:34:19 [20409] [6] DEBUG: AT2[mobile]: -- ^BOOT:20215406,0,0,0,39 Does this mean the modem is rebooting? Any reason someone knows of? Also, how to get rid of it? Please note that I am

Re: getting max 10 tps from single smpp session

2014-09-30 Thread ha...@aeon.pk
Did you check system resources if either of them is choking? Have some monitoring of CPU idle time, Memory/RAM and network pipe. Regards, H On Tue, Sep 30, 2014 at 10:55 AM, RK Krishnas r...@krishnasoft.in wrote: Hi, I am Rajeev, I am using Kannel from past 2 years. I am having 2 servers

Re: Message identifier for returning DLR

2014-09-30 Thread ha...@aeon.pk
GPRS online Visitenos en www.perusms.com On Mon, Sep 29, 2014 at 5:02 PM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My DLRs are being buffered at Kannel and not hitting the URL specified in dlr_url paratmeter in SQLBOX while sending SMS. Can someone please help to figure out what's

Re: Message identifier for returning DLR

2014-09-30 Thread ha...@aeon.pk
Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Mon, Sep 29, 2014 at 5:02 PM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My DLRs

Re: getting max 10 tps from single smpp session

2014-09-30 Thread ha...@aeon.pk
www.krishnasoft.in mobile :+91 888 5815 888 Sales :+91 888 5813 888 Support :+91 888 5817 888 On Tue, Sep 30, 2014 at 6:50 PM, ha...@aeon.pk ha...@aeon.pk wrote: Did you check system resources if either of them is choking? Have some monitoring of CPU idle time, Memory/RAM and network pipe. Regards

Re: Message identifier for returning DLR

2014-09-30 Thread ha...@aeon.pk
be careful about using this. On Tue, Sep 30, 2014 at 7:59 PM, ha...@aeon.pk ha...@aeon.pk wrote: Great. Your 2nd point solved my issue. Thanks! On Tue, Sep 30, 2014 at 7:40 PM, RK Krishnas r...@krishnasoft.in wrote: 1. smsbox must up running 2. in insert statement`boxc_id` should be smsbox-id

Re: Message identifier for returning DLR

2014-09-29 Thread ha...@aeon.pk
Hi, My DLRs are being buffered at Kannel and not hitting the URL specified in dlr_url paratmeter in SQLBOX while sending SMS. Can someone please help to figure out what's wrong? I am using following statement: INSERT INTO `kannel`.`send_sms`

Re: USSD Configuration for Kannel

2014-08-18 Thread ha...@aeon.pk
. group = smpp-tlv name = mydata tag = 0x0501 type = integer length = 1 smsc-id = ussd On Thu, Aug 14, 2014 at 7:39 PM, ha...@aeon.pk ha...@aeon.pk wrote: Kannel does not handle USSD. On Fri, Aug 8, 2014 at 8:11 PM, michael osakede ire...@yahoo.com wrote: Hello, Can anyone send me

Re: routing sms-service

2014-08-18 Thread ha...@aeon.pk
Read the user manual, especially the REGEX part. On Mon, Aug 18, 2014 at 9:33 PM, Alejandro Mussi alemu...@gmail.com wrote: Hi guys, How is possible to route an incoming sms to differents sms-service depending of the short code number sent.? I have a client that has his own content

Re: USSD Configuration for Kannel

2014-08-14 Thread ha...@aeon.pk
Kannel does not handle USSD. On Fri, Aug 8, 2014 at 8:11 PM, michael osakede ire...@yahoo.com wrote: Hello, Can anyone send me instructions on how to bind to a USSDC? I have the IP / username/password and port number. I tried connecting to using : group = smsc smsc-id = ussdpre smsc

Re: Modem discard messages instead error

2014-08-14 Thread ha...@aeon.pk
FAILED comes when there is something wrong with the SMS format and/or its sending variables. DISCARDED comes when the max-retry counter is hit. Your logs tell that kannel understands that the modem is connected, but gives CMS error when trying to send SMS. This is counted as a successful attempt

Re: DLR Reports

2014-07-27 Thread ha...@aeon.pk
Mask 63 works for most of the message states. On Thu, Jun 26, 2014 at 11:31 PM, [Digital^Dude] ® millennium@gmail.com wrote: What's your dlr-mask? And this may be an operator specific issue as they might only have allowed one retry per submit_sm from the ESME hence not allowing any

Re: problem with old zte smpp switch

2014-07-27 Thread ha...@aeon.pk
Your TON/NPI settings are not OK. Check from your operator and configure accordingly. On Sun, Jun 29, 2014 at 9:11 PM, Qqblog Qqblog qqb...@ymail.com wrote: the old zte smpp switch is smpp 3.3 if i set system-type = VMA and interface-version = 33, i cannot bind. the reason is

Re: issue with SMCC MO routing to internal keyword MT

2014-07-27 Thread ha...@aeon.pk
Check kannel logs. It should show why the message is not hitting the get-url. Check the HTTP status its getting. On Tue, Jul 1, 2014 at 2:41 AM, Ronald Ning ronald.n...@slimtrader.com wrote: Hi users@kannel, I was wondering if anyone can help me with a configuration problem in Kannel? We

Re: deliver_sm_resp status if get-url is down?

2014-07-27 Thread ha...@aeon.pk
Logically, kannel works in 2 steps. First it receives the SMS, sends the ACK to SMSC and closes the session. Afterwards, it tries to route the SMS ahead to get-url or something. get-url failure does NOT get reported to SMSC (it makes no sense actually to do it). If get-url server is down, kannel

Re: SMS gateway versus sending free SMS message

2014-07-27 Thread ha...@aeon.pk
Kannel is the application to process SMS. The charging depends upon the channel you use beyond kannel (SIM or SMPP). Kannel has nothing to do with it. On Tue, Jul 1, 2014 at 11:33 AM, Mohammadjavad Shayesteh Nezhad [ MTNIrancell ] mohammadjava...@mtnirancell.ir wrote: To send a SMS you need a

Re: DLR Reports

2014-07-27 Thread ha...@aeon.pk
Problem is with your operator. Check with it. On Tue, Jul 1, 2014 at 7:25 PM, Michael Stevens michael.stev...@mcmcas.co.za wrote: Hi…. I have installed Kannel 1.50 and is using dlr for ams status reports. The mask I am using is 31. Everything works fine. I get the ACK/NAC report and the

Re: HTTP Not Hitting To Kannel SMSBox

2014-07-27 Thread ha...@aeon.pk
At minimum, http://127.0.0.1:13001/cgi-bin/sendsms?username= USERNAMEpassword=PASSWORDfrom=FROMto=TOtext=TEXT But of course, it depends upon your config. On Mon, Jul 14, 2014 at 3:04 PM, Antonis Spirou anto...@kapatel.gr wrote: Fakirchand Hi, This is unrelated to Kannel. You have to see

Re: How to Host Kannel On Remote Server (166.62.16.78)

2014-07-27 Thread ha...@aeon.pk
You need to go through userguide about setting up kannel in segmented form (hosting bearerbox remotely), if that's what you need. On Tue, Jul 15, 2014 at 12:11 PM, sharkov...@gmail.com sharkov...@gmail.com wrote: Check the userguide for allow-ip configuration parameters. On Tue, Jul 15,

Re: HTTP Not Hitting To SMSBox

2014-07-27 Thread ha...@aeon.pk
Check web server logs. Error message will be coming there. Are all ports open on firewall? On Tue, Jul 15, 2014 at 7:43 PM, Fakirchand Patidar bulk24sms.fcpati...@gmail.com wrote: Hi, I'm developing a SMS application and it is hosted on http://educoordinator.com (166.62.16.78). My

Re: Regarding: Send SMS Through HTTP Server

2014-07-27 Thread ha...@aeon.pk
Check your web server logs. On Mon, Jul 14, 2014 at 12:56 PM, Antonis Spirou anto...@kapatel.gr wrote: You should see the http hit on smsbox.access. If not, then there's something wrong on your php script. A stupid question, is 127.0.0.1 in the same server as your php script? BR

Re: Connection Between Http Application, Kannel Gateway And SMSC's

2014-07-27 Thread ha...@aeon.pk
Check web server logs and turn on the debug on kannel. On Fri, Jul 18, 2014 at 6:12 AM, Willy Mularto sangpr...@gmail.com wrote: Did you hit Kannel from your remote HTTP using IP 127.0.0.1? Check also host allow configuration. And check Kannel’s log (don’t forget to set the level to 0)

Re: Connection Between HTTP Application, Kannel Gateway

2014-07-27 Thread ha...@aeon.pk
There are a LOT of network and routing parameters to be checked before you pinpoint some issue with kannel. It's not that simple if you don't know what you are doing. On Fri, Jul 18, 2014 at 3:29 PM, Aditya Khanna aditya.khanna111...@gmail.com wrote: Hi Willy Mularto Group, You answered on

Re: Does Kannel support mula accounts and windowing

2014-07-27 Thread ha...@aeon.pk
Few of these parameters can be configured on kannel. Please read userguide in detail. Acision is perhaps the best SMSC to work with. On Wed, Jul 23, 2014 at 11:00 AM, Shamera Thushan Ranathunga shamer...@gmail.com wrote: Hi I'm using Accion SMSC 5.4 SMPP account to connect with my kannel

Re: not receiving SMS from Modem but can send SMS

2014-06-22 Thread ha...@aeon.pk
Most probably your CNMI settings for AT are not OK. I am not sure about Huawei modem, but try 2,1,0,0,0, or some other combination. Also post your config. On Sat, Jun 21, 2014 at 10:19 PM, Hatem Sabrey h.sab...@hotmail.com wrote: Hello all, after long period of reading and trying to

Re: Delivery reports are all DLR 8

2014-06-19 Thread ha...@aeon.pk
Restart your machine. Old processes are holding your ports. On Thu, Jun 19, 2014 at 1:45 PM, leppalintu al...@messenger.ee wrote: Hello, Everything was working fine until day before restarting kannel bearerbox crashed. So I had to kill and restart again. Now all delivery reports are DLR 8

Re: Number(s) has/have been denied by white- and/or black-lists.

2014-06-14 Thread ha...@aeon.pk
wrote: Dear All, Is there any suggestion or such patch to help me? As I am newbie in kannel. Advice please On Mon, Jun 9, 2014 at 5:15 PM, ha...@aeon.pk ha...@aeon.pk wrote: It's a stupid implementation by your operator to implement privacy middleware. If they are scrambling

Re: Sqlbox log not logging information

2014-06-14 Thread ha...@aeon.pk
Don't you need v=1 for logs? I use this: sqlbox -v 1 /etc/sqlbox.conf and then tail -f sqlbox.log On Sat, Jun 14, 2014 at 5:12 AM, Alvaro Cornejo cornejo.alv...@gmail.com wrote: Hi I still can´t see anything on my sqlbox.log eventhough it is in debug mode ( v=0) I get only the start

Re: SMPP Port Error

2014-06-11 Thread ha...@aeon.pk
You do not need to make any special port arrangement for receiving DLRs. receive-port is only required for the SMSC connections which are not trasnceivers (i.e. have TX and RX sessions separately). Remove the receive-port parameter from the config. On Tue, Jun 10, 2014 at 11:43 PM, Faizan Mirza

Re: submit_sm to same recipeint

2014-06-09 Thread ha...@aeon.pk
SMSC can identify it as a spam attempt, since spam analysis is one of the first things to activate before the message is handed over for delivery. I don't think kannel causes any problem in this. Do remember the buffer limit for each individual number is around 30 or 50 at one time. You might be

  1   2   3   >