RE: Kannel Make issue on Debian Jessie

2016-01-21 Thread Richard Ng
From: users [mailto:users-boun...@kannel.org] On Behalf Of Thilo K Sent: Thursday, January 21, 2016 4:06 PM To: users@kannel.org Subject: Re: Kannel Make issue on Debian Jessie Hello Richard, Would you mind sharing where exactly you added the missing Bison path? I'm having the same issue. Thanks, Thilo

Re: Kannel Make issue on Debian Jessie

2016-01-21 Thread Thilo K
Hello Richard, Would you mind sharing where exactly you added the missing Bison path? I'm having the same issue. Thanks, Thilo

Re: how to save delivery reports

2016-01-20 Thread spameden
You didn't use sqlbox. What you've used is basic kannel + dlr reports backend in MySQL. As mentioned before dlr table is only used for temporary track of received DLRs. Once DLR is received corresponing record from dlr table will be deleted. So to store permanently DLRs as well as MT/MO messages

Re: how to save delivery reports

2016-01-19 Thread Denis
18.01.2016 21:43, spameden пишет: You can use sqlbox to get reports in the MySQL DB. dlr table is only for temporary tracking of DLR reports. 2016-01-18 16:44 GMT+03:00 Achyut Raj >: Hi Deins, It is the normal behaviour of Kannel /SQLBOX. Actually th

RE: Receiving binary sms

2016-01-18 Thread Yasmine Sayed-AbdElMohsen, Vodafone Egypt
: Yasmine Sayed-AbdElMohsen, Vodafone Egypt Cc: users@kannel.org Subject: Re: Receiving binary sms What is the language of the text? Non-english messages should use coding =2 and a proper charset like utf-16be On Jan 18, 2016 3:27 PM, "Yasmine Sayed-AbdElMohsen, Vodafone

Re: an opensmppbox question

2016-01-18 Thread Alexander Grechishkin
hello, thanx for quick reply. I'm almost done, my opensmppbox receives SMPP-connections from remote clients and successfully sends these messages via generic http gate smsc. But I've still got problem with sending DLRs back to opensmppbox. I accept (got "Sent" in response) HTTP-request from http s

Re: how to save delivery reports

2016-01-18 Thread spameden
You can use sqlbox to get reports in the MySQL DB. dlr table is only for temporary tracking of DLR reports. 2016-01-18 16:44 GMT+03:00 Achyut Raj : > Hi Deins, > > It is the normal behaviour of Kannel /SQLBOX. > Actually the dlr table is used to hold the dlr for receiving the dlr's. > Record on

Re: how to save delivery reports

2016-01-18 Thread Achyut Raj
Hi Deins, It is the normal behaviour of Kannel /SQLBOX. Actually the dlr table is used to hold the dlr for receiving the dlr's. Record on this table will be removed once dlr is received. For your convenience see the highlighted text below : DLR: received 33250, sent 0 DLR: inbound (0.00,0.01,0.13

Re: Receiving binary sms

2016-01-18 Thread Mohammed Saleem
What is the language of the text? Non-english messages should use coding =2 and a proper charset like utf-16be On Jan 18, 2016 3:27 PM, "Yasmine Sayed-AbdElMohsen, Vodafone Egypt" < yasmine.sayed-abdelmoh...@vodafone.com> wrote: > Dears , > > > > I use the %b to send the binary form of the sms tha

Re: SQLBOX queued messages question

2016-01-13 Thread spameden
2016-01-13 18:30 GMT+03:00 Grant Saicom : > I might have the wrong end of the stick here, but I was under the > impression that kannel/bearerbox used openSMPP libraries to implement its > smpp functionality. I have done a bit of googling and cannot see anything > confirming this. So I guess this i

Re: SQLBOX queued messages question

2016-01-13 Thread Grant Saicom
I might have the wrong end of the stick here, but I was under the impression that kannel/bearerbox used openSMPP libraries to implement its smpp functionality. I have done a bit of googling and cannot see anything confirming this. So I guess this is not the case :) With respect to mtr (both gat

Re: Which distribution is best to run Kannel (sql)box

2016-01-13 Thread spameden
queue. This might help. > > But also check on your conxn plus you could be sending to > non-existent/wrongly formatted numbers, the smsc rejects and your system > keeps trying to re-send them. > > If the issue occurs at a certain period all the time, check with your smsc >

Re: SQLBOX queued messages question

2016-01-13 Thread spameden
2016-01-13 15:14 GMT+03:00 Grant Saicom : > Thanks for the advice. > > Which smpp implementation does kannel code ship with from the repo? Just > want to clarify as it sounds it isn’t opensmpp in the answer. > Why do you even ask about opensmppbox? I thought original question was about sqlbox. Op

Re: SQLBOX queued messages question

2016-01-13 Thread Grant Saicom
Thanks for the advice. Which smpp implementation does kannel code ship with from the repo? Just want to clarify as it sounds it isn’t opensmpp in the answer. With regards to network, all the machines are on the same subnet, including the smsc. We have an instance within our network. On top of t

Re: SQLBOX queued messages question

2016-01-13 Thread spameden
opensmppbox is generally not recommended for production, it's very basic and there is no accounting at all, for SMPP-server I'd recommended contacting Stipe Tolk (you can find his e-mail on the lists archive in google), he has commercial solution carrier-grade. about TCP retransmissions you might

Re: Which distribution is best to run Kannel (sql)box

2016-01-13 Thread Otandeka Simon Peter
rejects and your system keeps trying to re-send them. If the issue occurs at a certain period all the time, check with your smsc vendor. Sometimes they have queue/throttling problems. My 2 cents. @sotandeka On Wed, Jan 13, 2016 at 2:43 PM, Grant Saicom wrote: > Example log below of one v

Re: Which distribution is best to run Kannel (sql)box

2016-01-13 Thread Grant Saicom
Example log below of one very common warning. I cannot see anything about tcp retransmission in the logs. We see it in tshark when things start going a bit out of sorts. PDU has been sanitised for privacy, so the destination and text has been removed. 2016-01-13 11:00:00 [4771] [7] DEBUG: SMPP

Re: Which distribution is best to run Kannel (sql)box

2016-01-13 Thread Grant Saicom
Hi Thank you for your reply. See my config below. Logs are pretty massive, so I am going to try find an example and send through as well. Kannel Conf== group = core admin-port = 13000 smsbox-port = 13001 admin-password = log-file = "/

Re: Which distribution is best to run Kannel (sql)box

2016-01-13 Thread Otandeka Simon Peter
Hi, I have used a couple of distros (centos, freebsd ubuntu, wheezy, openSuSE) and they all work well without issues. It's how you configure your system (resources) that matters a lot i.e. apache, kannel, memory etc. You may want to share some bearerbox logs and config so that we can advise on t

Re: Which distribution is best to run Kannel (sql)box

2016-01-13 Thread Alberto Mijares
Running kannel on FreeBSD since the beginning of times ;-) This is your best bet. Regards, Alberto Mijares On Wed, Jan 13, 2016 at 6:33 AM, Grant Saicom wrote: > Hi Everyone > > I am looking for an opinion (good natured discussion please) on which > distribution is best to run a lean purpo

Re: SQLBOX queued messages question

2016-01-13 Thread Grant Saicom
I suspect the issue I am still experiencing is because of TCP retransmission between Kannel and SMSC. The time out for ack is 210ms on the SMSC we are sending to and the delay can sometimes be as long as 370ms. I have not found a solution, but am exploring further optimisations and avenues. Ano

Re: Global Sender for one SMSc

2016-01-06 Thread Willy Mularto
It’s easier and flexible to do it on application level. You can fully control it and no need to edit configuration and restart Kannel for any changes on sender. WM sangprabv.web.id | Senior Mobile Business and Technology Consultant | Mobile: +62811923464 > On Jan 5, 2016, at 3:38 PM, Ali Kas

RE: Additional telecom parameters

2016-01-04 Thread Rene Kluwen
Your SMSC operator will probably be able to tell you how they do it. Possibly they use TLV fields in the smpp pdu. Van: users [mailto:users-boun...@kannel.org] Namens Lester Freamon Verzonden: maandag 4 januari 2016 20:01 Aan: Kannel Users Onderwerp: Additional telecom parameters Hello,

Re: Fwd: Sometimes SQLBox not working well

2016-01-04 Thread Milan P. Stanic
Dear Ammar, On Mon, 2016-01-04 at 10:33, Ammar Ali wrote: > Please take a look to my problem as soon as possible. Please try to describe your configuration or post it here (with username/password obfuscated), describe your OS, how you installed Kannel and sqlbox (from sources or distribution pa

Re: Sometimes SQLBox not working well

2016-01-03 Thread Willy Mularto
Any detail log and configuration? WM sangprabv.web.id | Senior Mobile Business and Technology Consultant | Mobile: +62811923464 > On Jan 2, 2016, at 6:51 PM, Ammar Ali wrote: > > Hello To All, > > > Currently I am facing very serious problem with kannel-sqlbox. Sometime ago, > when I was

Re: Sometimes SQLBox not working well

2016-01-03 Thread Alberto Mijares
Sure. Transfer US$1.000 to my PaylPal, Payoneer or Neteller account, give me root access to OS and DB, and I'll fix your problem XD On Mon, Jan 4, 2016 at 12:33 AM, Ammar Ali wrote: > Please take a look to my problem as soon as possible. > > > > > > > > > > -- Forwarded message ---

Re: users Digest, Vol 112, Issue 28

2015-12-21 Thread Rajiv
> or, via email, send a message with subject or body 'help' to > users-requ...@kannel.org > > You can reach the person managing the list at > users-ow...@kannel.org > > When replying, please edit your Subject line so it is more specific > than "

RE: Not ACKED message found, will retransmit.

2015-12-16 Thread Amit Sharma (VAS)
Thanks Enrique this helped. Best regards Amit Sharma From: Enrique Echeverria [mailto:enriqueocta...@gmail.com] Sent: Wednesday, December 16, 2015 5:55 PM To: amal...@kannel.org Cc: Amit Sharma (VAS); users@kannel.org Subject: Re: Not ACKED message found, will retransmit. Hi Amit: At SMPP

Re: Not ACKED message found, will retransmit.

2015-12-16 Thread Enrique Echeverria
aken if the ack of a message expires. The options for this value are: 0x00 - disconnect/reconnect, (default) 0x01 - as is now, re-queue, but this could potentially result in the msg arriving twice 0x02 - just carry on waiting (given that the wait-ack should never expire this is the must accurate)

Re: users Digest, Vol 112, Issue 23

2015-12-15 Thread Grant Saicom
hen replying, please edit your Subject line so it is more specific > than "Re: Contents of users digest..." > > > Today's Topics: > > 1. Re: SQLBOX queued messages question (spameden) > > > --

Re: SQLBOX queued messages question

2015-12-15 Thread spameden
store-type = spool store-location = "/tmp/kannel-spool/" put these 2 lines below group = core in /etc/kannel/kannel.conf do you use for dlr MySQL as well? worth adding index on dlr table as well: KEY `smsc_ts` (`smsc`,`ts`) ALTER table dlr add index `smsc_ts` (`smsc`,`ts`); 2015-12-15 13:43

Re: SQLBOX queued messages question

2015-12-15 Thread spameden
Yes. The only thing that comes to my mind is to use kannel-store = spool and move your spool store to /tmp dir, this way queue will be in multiple files instead of the single file and in RAM, I found this way it's very fast. Let me know if it helps. If you want to preserve queue (in case of hard

Re: SQLBOX queued messages question

2015-12-15 Thread Grant Saicom
Haven’t really found my answer yet, but I have another question along this line of thought. I see the queue in sqlbox rises quite high, but the queue in the smpp connector to the smsc barely goes above 0. Is there a way to control.modify the flow of messages from sqlbox to the smpp queue? Arc

RE: received sms

2015-12-14 Thread John Mwale
Good day, Kindly ignore the mail. I have seen how I configured send mail on the sever. Thanks very much. From: users [mailto:users-boun...@kannel.org] On Behalf Of John Mwale Sent: Monday, December 14, 2015 4:13 PM To: users@kannel.org Subject: received sms Good day, Thanks every one for you

Re: Not ACKED message found, will retransmit.

2015-12-14 Thread amalysh
Hi, check your logs whether you received ACK/NACK for those sequence numbers and if not ask by SMSC operator why you don’t receive ACK/NACK within > 60 sec. Alex > Am 14.12.2015 um 11:33 schrieb Amit Sharma (VAS) : > > Hi, > I am getting following error of “Not ACKED message found, will retra

RE: SMSBOX Denied from Host

2015-12-14 Thread Arif Noor
2 02 61 61 61 61 61 61 61 2e ..aaa. 2015-12-14 18:10:49 [15925] [6] DEBUG:Octet string dump ends. 2015-12-14 18:10:49 [15925] [6] DEBUG: SMPP PDU dump ends. Regards. From: Jesus Irausquin [mailto:jdirausq...@gmail.com] Sent: Monday, December 14, 2015 5:56 PM To: Arif Noor C

Re: SMSBOX Denied from Host

2015-12-14 Thread Jesus Irausquin
Hi, The next line you have in your configuration is denying all smsbox connections attempts: box-deny-ip = "*.*.*.*" Just delete it... Regards, Dan > On 14/12/2015, at 0:57, Arif Noor wrote: > > Greeting Kannel users, > > I’m having this issue where smsbox was not able to create a box like

Re: SQLBOX queued messages question

2015-12-09 Thread spameden
2015-12-09 12:43 GMT+03:00 Grant Saicom : > We process the sent_sms into another table on they fly. Maximum size the > sent_sms table gets is maybe 40k tops but mostly it averages around 10K. We > see this once 1 week maybe. > > I have really made every attempt to remove any bottlenecks in terms >

Re: SQLBOX queued messages question

2015-12-09 Thread Grant Saicom
We process the sent_sms into another table on they fly. Maximum size the sent_sms table gets is maybe 40k tops but mostly it averages around 10K. We see this once 1 week maybe. I have really made every attempt to remove any bottlenecks in terms unwieldy database sizes to allow kannel to work in

Re: SQLBOX queued messages question

2015-12-08 Thread spameden
2015-12-08 12:51 GMT+03:00 Grant Vorenberg : > [image: Saicom-Voice-Services] > > Hi > > We manage how big send_sms gets. The queue builder puts in 500 messages at > a time to a total maximum of 3000 from a larger main queue which can go as > bi

Re: DND and PREPAID CREDIT SYSTEM binary for FREE

2015-12-08 Thread Leonardo Sena
Hi, Please Send me. Em 08/12/2015 05:14, "Robin C" escreveu: > Hi, > > Please Send me. > > On Tue, Dec 8, 2015 at 12:12 PM, Achyut Raj wrote: > >> Hello Vinayak, >> >> Thanks for your work. >> >> Yes, Can you send me ? >> >> On Tue, Dec 8, 2015 at 8:21 AM, vinayak mv >> wrote: >> >>> Hi Users,

Re: SQLBOX queued messages question

2015-12-08 Thread spameden
2015-12-08 11:23 GMT+03:00 Grant Vorenberg : > [image: Saicom-now-offers-Cloud-PBX] > > Here is my config: > > group = sqlbox > id = sqlbox-db > smsbox-id = sqlbox > #global-sender = "" > bearerbox-host = localhost > bearerbox-port = 13001 > sms

Re: SQLBOX queued messages question

2015-12-08 Thread Grant Saicom
Hi I don’t see any real improvement in performance. I am trying some different values. Just an aside: It almost seems to me that the bottleneck is sqlbox’s submission to bearerbox and not the quantity sqlbox pops out of send_sms to hand over. I am going to go over the sqlbox config doc again,

Re: Receive DLR if transceiver-mode = false

2015-12-07 Thread Robin C
Hi Bronislav, set receive-port = 'your port number' and # trasceiver-mode = 1 On Mon, Dec 7, 2015 at 9:05 PM, Bronislav Essikman wrote: > Can i receive DLR if transceiver-mode = false > If i set it to true it works fine. > But i need only DLR receiving. SMS receiving should be disable. > Man

Re: DND and PREPAID CREDIT SYSTEM binary for FREE

2015-12-07 Thread Robin C
Hi, Please Send me. On Tue, Dec 8, 2015 at 12:12 PM, Achyut Raj wrote: > Hello Vinayak, > > Thanks for your work. > > Yes, Can you send me ? > > On Tue, Dec 8, 2015 at 8:21 AM, vinayak mv > wrote: > >> Hi Users, >> >> Anyone need kannel,sqlbox and opensmppbox binary with DND and PREPAID >> CRE

Re: DND and PREPAID CREDIT SYSTEM binary for FREE

2015-12-07 Thread Achyut Raj
Hello Vinayak, Thanks for your work. Yes, Can you send me ? On Tue, Dec 8, 2015 at 8:21 AM, vinayak mv wrote: > Hi Users, > > Anyone need kannel,sqlbox and opensmppbox binary with DND and PREPAID > CREDIT SYSTEM . i have already send the binary files and configuration to > kannel users list bu

Re: SQLBOX queued messages question

2015-12-07 Thread spameden
2015-12-07 14:03 GMT+03:00 Grant Vorenberg : > [image: Saicom-now-offers-Cloud-PBX] > > Hi Guys > > I am a new to the list subscription and am looking for a little clarity on > the SQLBOX. > > I have a Debian Wheezy box running: > Kannel sqlbox

Re: Re: Need help with Debian startup script (restart/stop command)

2015-12-07 Thread spameden
2015-12-07 15:08 GMT+03:00 Grant Vorenberg : > > > echo "backing up kannel queue" > rm -f /var/spool/queue_kannel.bak > cp /var/spool/kannel /var/spool/queue_kannel.bak > echo "Stopping SQLBox" > /usr/bin/killall -9 sqlbox > echo "Stopping Beare

Re: Re: Need help with Debian startup script (restart/stop command)

2015-12-07 Thread Grant Vorenberg
echo "backing up kannel queue" rm -f /var/spool/queue_kannel.bak cp /var/spool/kannel /var/spool/queue_kannel.bak echo "Stopping SQLBox" /usr/bin/killall -9 sqlbox echo "Stopping BearerBox" /usr/bin/killall -9 bearerbox /bin/sleep 5 echo " " echo "Starting BearerBox" /usr/local/sbin/bearerbox -v 5

RE: kannel cannot compile docs

2015-12-04 Thread Richard Ng
Cornejo Sent: Tuesday, May 26, 2015 9:49 AM To: Antonis Spirou Cc: users Subject: Re: kannel cannot compile docs Hi You need devel versions of jade in order to have the necessary compile libs. Regards Alvaro

Re: Kannel Make issue on Debian Jessie

2015-12-03 Thread Manas Mohanty
now this issue is fixed. > > Thanks > > -Original Message- > From: users [mailto:users-boun...@kannel.org] On Behalf Of Milan P. Stanic > Sent: Thursday, November 26, 2015 9:23 AM > To: users@kannel.org > Subject: Re: Kannel Make issue on Debian Jessie > > O

RE: Kannel Make issue on Debian Jessie

2015-12-03 Thread Richard Ng
: Re: Kannel Make issue on Debian Jessie On Thu, 2015-11-26 at 07:33, Richard Ng wrote: > I'm trying to install kannel 1.4.4 on Debian Jessie and running into > the following error: > > gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 > -D_BSD_SOURCE -D_LARGE_F

Re: How to operate kannel via web interface like start, stop, restart

2015-12-01 Thread spameden
1) look into manual 2) there is also available in contrib/ folder of source-code php-based web interface for kannel which you can install and use to control kannel gateway. 2015-12-01 12:23 GMT+03:00 Ammar Ali : > Hello To All, > > Please anybody help me. > > I want to operate Kannel SMS Gateway

Re: No translation found for incoming sms

2015-11-30 Thread Kyriacos/Netsmart
Hello, Do you know what language/encoding the MO you receive is supposed to be in? From your Log: 2015-11-23 16:46:37 [21318] [6] DEBUG: data_coding: 0 = 0x Data coding = 0 would normally mean that the incoming message is Default encoding, usually GSM-ASCII (or Latin1 some times), whic

RE: broadcast

2015-11-26 Thread John Mwale
e should be no on and off switch”. From: Otandeka Simon Peter [mailto:sotand...@gmail.com] Sent: Friday, November 27, 2015 9:22 AM To: John Mwale Cc: users@kannel.org Subject: Re: broadcast Hi John, That's an encoding problem at either your gateway or SMSC. The most probable culprit is t

Re: broadcast

2015-11-26 Thread Otandeka Simon Peter
Hi John, That's an encoding problem at either your gateway or SMSC. The most probable culprit is the network's SMSC. Try connecting kannel to another smsc and see if the same situation occurs or not. Thanks, @sotandeka +256 792 801 124 http://www.qed.co.ug http://hrmagic.ug

Re: Kannel Make issue on Debian Jessie

2015-11-26 Thread Juned Khan
sage- > From: users [mailto:users-boun...@kannel.org] On Behalf Of Milan P. Stanic > Sent: Thursday, November 26, 2015 9:23 AM > To: users@kannel.org > Subject: Re: Kannel Make issue on Debian Jessie > > On Thu, 2015-11-26 at 07:33, Richard Ng wrote: > > I'm trying to install

RE: Kannel Make issue on Debian Jessie

2015-11-26 Thread Richard Ng
all everything that was needed? -Original Message- From: users [mailto:users-boun...@kannel.org] On Behalf Of Milan P. Stanic Sent: Thursday, November 26, 2015 9:23 AM To: users@kannel.org Subject: Re: Kannel Make issue on Debian Jessie On Thu, 2015-11-26 at 07:33, Richard Ng wrote: > I'

Re: Kannel Make issue on Debian Jessie

2015-11-26 Thread Milan P. Stanic
On Thu, 2015-11-26 at 07:33, Richard Ng wrote: > I'm trying to install kannel 1.4.4 on Debian Jessie and running into the > following error: > > gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 > -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 -I/usr/include/openssl > -I/usr/

Re: Parsing DLR from HTTP SMSC

2015-11-19 Thread ha...@aeon.pk
Thanks. After I have extracted it, how will I pass it on the application? On Thu, Nov 19, 2015 at 11:04 PM, Lamasuta, Franck, Vodafone Automotive < franck.lamas...@vodafonetelematics.com> wrote: > Hi Hamza, > > > > In your specific case, I think you should set this to retrieve the message > id fr

RE: Parsing DLR from HTTP SMSC

2015-11-19 Thread Lamasuta, Franck, Vodafone Automotive
Hi Hamza, In your specific case, I think you should set this to retrieve 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: Wednesday, November 18, 2015 1:02 PM To

RE: DLR Issue: got DLR but could not find message

2015-11-19 Thread Lamasuta, Franck, Vodafone Automotive
Hi Amit, I guess there is a mismatch between your 2 SMSC ids (MT and MTS). A record with smsc="MT" is stored by Kannel when the MT SMS is submitted. But Kannel searches for a record with smsc="MTS" when the DLR is received. Can't you setup a SMPP transceiver bind (instead of 2 separate binds) sinc

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
It was working fine. Suddenly from day before yesterday morning its not working. Only sent messages are showing at the access file. DLRs are showing queued in kannel link. On Wed, Nov 18, 2015 at 1:07 PM, ha...@aeon.pk wrote: > Yes, this is the correct config. > > On Wed, Nov 18, 2015 at 12:10 P

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread ha...@aeon.pk
Yes, this is the correct config. On Wed, Nov 18, 2015 at 12:10 PM, Robin C wrote: > Hi, > > I have given the following configuration. Will it work? > > > group = core > smsbox-port = 17007 > > group = smsbox > bearerbox-port = 17008 > > > > group = sqlbox > bearerbox-port = 17007 > smsbox-port =

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
Hi, DLRs are coming in queue. Please help to resolve this issue. DLR: received 0, sent 0 DLR: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec DLR: 1889607 queued, using mysql storage On Wed, Nov 18, 2015 at 12:40 PM, Robin C wrote: > Hi, > > I have given the following confi

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
Hi, I have given the following configuration. Will it work? group = core smsbox-port = 17007 group = smsbox bearerbox-port = 17008 group = sqlbox bearerbox-port = 17007 smsbox-port = 17008 On Wed, Nov 18, 2015 at 12:21 PM, ha...@aeon.pk wrote: > Set sqlbox port to connect to smsbox por

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, >> >> Does anybody has working configurati

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
I also want the same . Anybody please help. On Wed, Nov 18, 2015 at 6:40 AM, Willy Mularto wrote: > Hi All, > > Does anybody has working configuration Kannel + SQLBox? I just want SQLBox > to store the MT and DLR. Many thanks. > -- *Thanks & Regards,* Robin C Linux System

Re: Kannel SMPP integration

2015-11-15 Thread Saurabh Pandey
Actually the app is in PHP and it uses Kannel as SMS gateway. It calls SMSBOX send sms url to push SMS to Kannel. The connections to telecom operators are SMPP. If you're interested you can send email to enqu...@smppcube.com for further clarifications. -Cheers Sam On Fri, Nov 13, 2015 at 9:59 PM

RE: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Amit Sharma (VAS)
(VAS) Cc: users@kannel.org Subject: Re: Get URL Not Getting Invoked For MO Msgs Hi, The sms-service be default sends back to the phone any output of the get-url, or that phrase if there is no output. To avoid this add: omit-empty = true to the sms-service config, Kyriacos On 13/11

Re: Kannel SMPP integration

2015-11-13 Thread amalysh
Hi, you mean by SMPP layer Kannel? :-) I ask because on the web site I read: Based on kannel. Alex > Am 12.11.2015 um 06:58 schrieb Saurabh Pandey : > > Hi, I was the lead developer in this. There are few shortcoming like Operator > wise charging isn't there, but operator wise routing is ther

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Jesus D Irausquin V
Sent SMS [SMSC:MTS] [SVC:default] [ACT:] [BINF:] > [FID:B64174D1] [META:?smpp_resp?] [from:YD-MTS] [to:+919136006473] > [flags:-1:0:-1:-1:-1] [msg:35:] [udh:0:] > > > > > > > > Best regards > > > * Amit Sharma * > > > > *From:* Jesus Irausquin [mail

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Kyriacos/Netsmart
egards* Amit Sharma * *From:*Jesus Irausquin [mailto:jdirausq...@gmail.com] *Sent:* Friday, November 13, 2015 3:51 PM *To:* Amit Sharma (VAS) *Cc:* users@kannel.org *Subject:* Re: Get URL Not Getting Invoked For MO Msgs Hi Amit, You should use 'get-url' or 'post-url' in your sm

RE: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Amit Sharma (VAS)
:-1] [msg:35:] [udh:0:] Best regards Amit Sharma From: Jesus Irausquin [mailto:jdirausq...@gmail.com] Sent: Friday, November 13, 2015 3:51 PM To: Amit Sharma (VAS) Cc: users@kannel.org Subject: Re: Get URL Not Getting Invoked For MO Msgs Hi Amit, You should use 'get-url' or 'po

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Jesus Irausquin
Hi Amit, You should use 'get-url' or 'post-url' in your sms-service configuration instead only 'url' (depending of your php script accepts get or post). Also you should put the same smsbox-id in smsbox configuration you are using in smsbox-routing. Regards. Dan > On Nov 13, 2015, at 2:08 AM

Re: Kannel SMPP integration

2015-11-11 Thread Saurabh Pandey
Hi, I was the lead developer in this. There are few shortcoming like Operator wise charging isn't there, but operator wise routing is there. The SMPP client layer is excellent. Very high performance but the SMPP server component has few shortcomings like: 1. You cannot control the number of sessio

Re: Change the sender based in the destination prefix

2015-11-10 Thread Filipe Carvalho
My SMSC Operator allow the sender in three formats: +351920012345 (international) 920012345 (national) 12345 (short code?) I've created two smsc smsc-id = int allowed-smsc-id = "int;all" denied-prefix = "+351" unified-prefix = "+3519200123

Re: Change the sender based in the destination prefix

2015-11-10 Thread Filipe Carvalho
My SMSC operator allow I send with the sender in three formats: +351920012345 +351920012345 +351920012345 ha...@aeon.pk wrote: 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

Re: Need help with Debian startup script (restart/stop command)

2015-11-09 Thread Richard Ng
Hello, My startup script seems to work on boot, but I have problems when trying to run "service kannel restart" or "service kannel stop". I'm running kannel v 1.4.3 on Debian Wheezy 7.8 The problem is that none of the boxes shut down nor do they show any logs in regard to shutdown at al

RE: Is kannel able to enforce/translate character sets in outgoing messages (incoming: UCS-2 or url-encoded text, outgoing: gsm 7 bit)

2015-11-09 Thread Horváth Szabolcs
possible? Best regards, Szabolcs Horvath From: spameden [mailto:spame...@gmail.com] Sent: Monday, November 09, 2015 2:42 PM To: Horváth Szabolcs Cc: users@kannel.org Subject: Re: Is kannel able to enforce/translate character sets in outgoing messages (incoming: UCS-2 or url-encoded text

Re: Is kannel able to enforce/translate character sets in outgoing messages (incoming: UCS-2 or url-encoded text, outgoing: gsm 7 bit)

2015-11-09 Thread spameden
look for coding parameter in user manual and charset. typically for ucs-2 you need coding=2 and charset=utf-8 2015-11-09 16:08 GMT+03:00 Horváth Szabolcs : > Hello! > > I’m migrating from Ozeki to Kannel and we’re facing a problem that it > looks like Kannel can’t do character translation on-the

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, I've a simple working configuratio

Re: Smsbox-route and smsbox_list empty!

2015-11-05 Thread ha...@aeon.pk
Try this: group = smsbox-route smsbox-id = mainbox smsc-id = OpOne;OpTwo;OpThree;OpFour;OpFive On Sun, Nov 1, 2015 at 1:57 PM, Artem Chekulaev wrote: > My complete working config (change IPs and passwords only) > > - > > group = core > admin-port = 13000 > admin-password = passwd > admin-de

Re: Smsbox-route and smsbox_list empty!

2015-11-01 Thread Artem Chekulaev
My complete working config (change IPs and passwords only) - group = core admin-port = 13000 admin-password = passwd admin-deny-ip = "" admin-allow-ip = "*.*.*.*" wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 2 access-log = "/var/log/kannel/access_kannel.log"

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 wrote: > We have smsbox connected - this is checked. > > 2015-10-29 23:08 GMT+03:00 ha...@aeon.pk : > >> This error comes when bearerbox is unable to pass on the received MO >> messages to smsbo

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, s

Re: SEND SMS VIA HTTP SMSC

2015-10-30 Thread ha...@aeon.pk
SMS service group is for incoming messages. You are trying to send outgoing message. Please set receiver parameter in the URL. On Fri, Oct 30, 2015 at 10:12 AM, John Njuguna wrote: > My kannel sms-service block looks like below ; > > #SMS SERVICE GROUP > group=sms-service > keyword=default > get

Re: Smsbox-route and smsbox_list empty!

2015-10-30 Thread Artem Chekulaev
We have smsbox connected - this is checked. 2015-10-29 23:08 GMT+03:00 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 t

Re: SEND SMS VIA HTTP SMSC

2015-10-29 Thread John Njuguna
My kannel sms-service block looks like below ; #SMS SERVICE GROUP group=sms-service keyword=default get-url="http://localhost/mobitext/receivesms.php?sender=%p&text=%b"; accept-x-kannel-headers=true max-messages=0 concatenation=true catch-all=true Regards. On 29 October 2015 at 23:08, ha...@

Re: SEND SMS VIA HTTP SMSC

2015-10-29 Thread John Njuguna
Hello Irausquin, Thanks for your response. Looking at this reference Document am capturing all the necessary params there is but the error is still persistent. regards. warm regards *

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 is how my kannel.conf

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 added to config > > ***

Re: SEND SMS VIA HTTP SMSC

2015-10-29 Thread Jesus Irausquin
You are missing an arg in your send-url. May be destination number. Double check the args needed in the url. Regards > On Oct 29, 2015, at 4:41 AM, John Njuguna wrote: > > Hello All, > I'm trying to configure kannel to send sms via http smsc but i keep getting > "Insufficient args, rejected"

Re: Kannel 1.4.4 on centos

2015-10-27 Thread Loyc Cossou
Sorry, Kannel was installed in /etc/kannel/ instead of /etc/kanne/ Thanks -- loyc Cossou On 27 October 2015 at 20:21, Loyc Cossou wrote: > Hi, > > This is mine. > > It includes SqlBox as well. > > Kannel was installed in /etc/kanne/ and SQL Box in /etc/sqlbox > > Thanks. > > > > > > >

Re: Kannel 1.4.4 on centos

2015-10-27 Thread Loyc Cossou
Hi, This is mine. It includes SqlBox as well. Kannel was installed in /etc/kanne/ and SQL Box in /etc/sqlbox Thanks. -- loyc Cossou On 27 October 2015 at 20:08, ha...@aeon.pk wrote: > In case someone needs this. > > On Tue, Oct 27, 2015 at 5:02 PM, Loyc Cossou wrote: > >> Hi

Re: Kannel 1.4.4 on centos

2015-10-27 Thread ha...@aeon.pk
In case someone needs this. On Tue, Oct 27, 2015 at 5:02 PM, Loyc Cossou wrote: > Hi, > > I installed via CVS, but it did not solve my request. It was same as > downloading sources from kannel.org. > > Actually, wanted a script for script for start-stop to use via service > start/stop kannel. I

Re: Connection with provider resetting

2015-10-27 Thread Alvaro Cornejo
lt;127.0.0.1> > 2015-10-27 14:51:36 [22127] [9] DEBUG: boxc_receiver: sms received > 2015-10-27 14:51:36 [22127] [9] DEBUG: send_msg: sending msg to box: > <127.0.0.1> > 2015-10-27 14:51:36 [22127] [8] DEBUG: sms_router: handling message > (0x26be190 vs 0x26be190) > 2015-10-

Re: Connection with provider resetting

2015-10-27 Thread Lester Freamon
127] [9] DEBUG: boxc_receiver: sms received 2015-10-27 14:51:36 [22127] [9] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2015-10-27 14:51:36 [22127] [8] DEBUG: sms_router: handling message (0x26be190 vs 0x26be190) 2015-10-27 14:51:36 [22127] [8] DEBUG: Routing failed, re-queued. 2015-10-2

Re: Connection with provider resetting

2015-10-27 Thread Jesus D Irausquin V
If the SMSC server is disconnected you should see something like: ERROR: connect to failed ERROR: System error 110: Connection timed out ERROR: error connecting to server `xxx.xx.xx.xx' at port `z' ERROR: SMPP[SMSC_ID]: Couldn't connect to server. ERROR: SMPP[SMSC_ID]: Couldn't connect to SMS

Re: Connection with provider resetting

2015-10-27 Thread Jesus D Irausquin V
Hello Lester, Maybe the log-file bearerbox.log (with log-level = 0) can be helpful. This looks like a connectivity issue... Are you sure this isn't a VPN problem? Try to keep a ping to the SMSC or telnet SMSC port. Regards. Dan 2015-10-26 12:55 GMT-04:30 Lester Freamon : > Hello, > > I have sever

<    9   10   11   12   13   14   15   16   17   18   >