Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Willy Mularto
Of course it can.

Pada tanggal Min, 16 Apr 2023 17.18, Robin C 
menulis:

> Dear team,
>
> Is it possible to install kannel with MySQL DB support to send SMS in
> Ubuntu 22.04 from the source code?  Otherwise please tell me which version
> of Ubuntu I should use. and which version of kannel should I use?
>
> I also installed using apt command. But I can only start kannel there. how
> can I start smsbox and sqlbox if I install using apt. and how can I run
> different SMSCs if I use apt installation?
>
> Please advise. Looking forward to hearing from you.
>
> --
>  *Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
> Web : www.refined.co.in
>
> Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
> Vazhuthacaud, Thiruvananthapuram, Kerala - 695014
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


Re: [RIP] Remembering René Kluwen

2021-06-11 Thread Willy Mularto
Deep condolence and RIP Rene, thanks for the great contributions.

Pada tanggal Jum, 11 Jun 2021 20.01, Stipe Tolj  menulis:

> Dear all,
>
> With deep regret and sorrow we let you know that René Kluwen, one of
> Kannel core developers has passed away this week. René has been a
> wonderful character and person, a father and a long year active
> supporter of the Kannel project. His work contributed to the main
> gateway module, the sqlbox and opensmppbox sub-modules, along with most
> valued discussions in our mailing list groups. Some of us have been
> friends with René and we’re heavily shaken by the news.
>
> We will miss him, and we would like to express our sincerely condolences
> to his family.
>
> Like in the hearts and minds of his family, his persona will keep on
> living in his work he contributed with passion to our project. Honoring
> his contributions is our privilege and determination.
>
> Rest in peace René Kluwen (* 10-05-1970, ✝ 06-06-2021)
>
> https://kannel.org/images/rouwkaart_rene.png
>
>
> --
> Best Regards,
> Stipe Tolj
>
> ---
> Düsseldorf, NRW, Germany
>
> Kannel Foundation tolj.org system architecture
> http://www.kannel.org/http://www.tolj.org/
>
> st...@kannel.org  s...@tolj.org
> ---
>
>


Re: got DLR but could not find message, bug?

2020-03-31 Thread Willy Mularto
Share your configuration will be good to localize the possible problem.

Pada tanggal Rab, 1 Apr 2020 08.39, lbrezs...@gmx.co.uk 
menulis:

> Kannel 1.4.5 + redis is used to send sms via SMSC using smpp protocol.
>
> When processing dlrs, once in a while we receive an ERROR similar to the
> following:
>
> ERROR: SMPP[X]: got DLR but could not find message or was not
> interested in it id<143914440> dst
>
> If sms body is long, it becomes a real problem as almost every 2nd
> receipt can not be matched to the original submission.
>
> So let me explain what I believe is a serious bug:
>
> Kannel submits a request to send an sms to SMSC: smpp submit_sm
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   type_name: submit_sm
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   command_id: 4 = 0x0004
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sequence_number: 3305 = 0x0ce9
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   destination_addr: "XXX0842"
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sm_length: 159 = 0x009f
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   more_messages_to_send: 1 =
> 0x0001
> ...
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   type_name: submit_sm
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   command_id: 4 = 0x0004
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sequence_number: 3306 = 0x0cea
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   destination_addr: "XXX0842"
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sm_length: 48 = 0x0030
>
> It gets gets an ACK from the SMSC: smpp  submit_sm_resp
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   type_name: submit_sm_resp
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   command_id: 2147483652 =
> 0x8004
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sequence_number: 3305 = 0x0ce9
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   message_id: "0893F5C7"
>
> writes it to redis
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG: DLR[redis]: Adding DLR
> smsc=smsc_123, ts=143914439, src=XXX8356, dst=XXX0842, mask=31,
> boxc=
>
> It converts it to fake DLR8 and posts (actually http get) to our API. So
> far so good, sms is going to the recipient and we have ACK (fake DLR8 as
> a proof).
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   type_name: submit_sm_resp
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   command_id: 2147483652 =
> 0x8004
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sequence_number: 3306 = 0x0cea
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   message_id: "0893F5C8"
> 2020-03-31 22:53:43 [10846] [6] DEBUG: SMSC[smsc_123]: creating DLR message
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG: SMSC[smsc_123]: DLR = http://
>
> Note message_id is +1 to what redis has ( we will need it later).
>
> Now, sms is delivered and our provider sends us a delivery receipt.
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   type_name: deliver_sm
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   command_id: 5 = 0x0005
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sequence_number: 1650 = 0x0672
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   source_addr: "XXX0842"
> 2020-03-31 22:53:43 [10846] [6] DEBUG:   sm_length: 102 = 0x0066
>
> Kannel goes to redis but could not find the key needed:
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG: DLR[redis]: Looking for DLR
> smsc=smsc_123, ts=143914440, dst=XXX0842, type=2
> 2020-03-31 22:53:43 [10846] [6] WARNING: DLR[redis]: DLR from
> SMSC for DST not found.
> 2020-03-31 22:53:43 [10846] [6] ERROR: SMPP[smsc_123]: got DLR but could
> not find message or was not interested in it id<143914440>
> dst, type<2>
>
> Manually examining the redis confirms that there is no key:
>
> Message_id converted from hex to int: 0893F5C8 => 143914440
>
> redis-cli keys  "dlr:smsc_123:143914440"
> (empty list or set)
>
> Now to revisit on what was written to redis:
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG: DLR[redis]: Adding DLR
> smsc=smsc_123, ts=143914439, src=XXX8356, dst=XXX0842, mask=31,
> boxc=
>
> and compare to what is expected:
>
> 2020-03-31 22:53:43 [10846] [6] DEBUG: DLR[redis]: Looking for DLR
> smsc=smsc_123, ts=143914440, dst=XXX0842, type=2
>
> Now we getting somewhere:
>
> 0893F5C7 (part 1) => 143914439 is written to redis
> 0893F5C8 (part 2) => 143914440 is used to create DLR8
> 0893F5C8 (part 2) => 143914440 is used on receiving deliver_sm to
> look-up in redis.
> But in fact we should be looking for 0893F5C7 (part 1) => 143914439? no?
>
> Correct:
> redis-cli keys "dlr:smsc_123:143914439"
>
> 1) "dlr:smsc_123:143914439"
>
> As you see kannel writes to redis ts = message_id from part 1, but on
> receiving a dlr it is looking for ts = message_id from part 2, could not
> find it, and as a result dlr is lost.
>
> The puzzling part, as bug is not consistent. As I mentioned before, some
> of the message(s) are Ok (???).
>
> Not sure what trips kannel to look for a wrong message_id though.
> Sometimes it matches message_id from part2 to part2, and everything is
> good.
>
>
>
>


Re: Setting UP New Kannel SMS GATEWAY

2019-05-25 Thread Willy Mularto
Check user guide and mailing list archives

Pada tanggal Sab, 25 Mei 2019 21.44, Rohit Singh <
rohits.si...@rediffmail.com> menulis:

> Dear Team,
>
> Greetings For The Day !!!
>
> I am completely new to the field messaging  and I am trying to setting up
> new SMPP project.
>
> I would request you to please guide me for setting Kannel SMPP Gateway &
> pre-requisites for this.
>
> Your help here is greatly appreciated.
>
> Regards,
> Rohit S Singh
>
>


Re: Kannel not starting up.

2018-12-17 Thread Willy Mularto
I'm not sure, but as per my experience it was a bug from old Kennel when
you start smsbox with unsent message still in the queue.

Pada tanggal Sen, 17 Des 2018 22.21 Gert Tamm  Am I using a wrong version or something else might be wrong?
> 12/17/2018 08:55 Gert Tamm kirjutas:
>
> I'm using Kannel 1.4.3 and 14.04.1-Ubuntu.
> 12/17/2018 08:54 Willy Mularto kirjutas:
>
> What version are you at? And what Linux does it run on? Is there any queue
> left?
>
>
> So Far Express VPN still the fastest
>
> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>
>
> On Mon, Dec 17, 2018 at 1:49 PM Gert Tamm  wrote:
>
>> Hello,
>>
>> When i try to add instances to my SMSC Group Variable Kannel isn't
>> starting up anymore. When I take instances off it works normally.
>>
>> Errors in smsbox are : System error 32: Broken pipe/Error writing 12
>> octets to fd 21.
>>
>> What might be the problem?
>>
>> --
>> Tervitades/Best Wishes,
>> Gert Tamm
>> Süsteemiadministraator/System administrator
>> E-mail: g...@messenger.ee
>> Direct Messenger OÜ
>>
>>
>> --
> Tervitades/Best Wishes,
> Gert Tamm
> Süsteemiadministraator/System administrator
> E-mail: g...@messenger.ee
> Direct Messenger OÜ
>
> --
> Tervitades/Best Wishes,
> Gert Tamm
> Süsteemiadministraator/System administrator
> E-mail: g...@messenger.ee
> Direct Messenger OÜ
>
>


Re: Kannel not starting up.

2018-12-16 Thread Willy Mularto
What version are you at? And what Linux does it run on? Is there any queue
left?


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Mon, Dec 17, 2018 at 1:49 PM Gert Tamm  wrote:

> Hello,
>
> When i try to add instances to my SMSC Group Variable Kannel isn't
> starting up anymore. When I take instances off it works normally.
>
> Errors in smsbox are : System error 32: Broken pipe/Error writing 12
> octets to fd 21.
>
> What might be the problem?
>
> --
> Tervitades/Best Wishes,
> Gert Tamm
> Süsteemiadministraator/System administrator
> E-mail: g...@messenger.ee
> Direct Messenger OÜ
>
>
>


Re: INVALID SERVICE-TYPE KANNEL

2018-11-09 Thread Willy Mularto
Please ask your telco support to provide recommended configuration
especially for dlr thing. Thanks.




Pada tanggal Jum, 9 Nov 2018 19.36 christopher kamutumwa <
chriskamutu...@gmail.com menulis:

> Hello,
> I have an issue I have configured kannel and am able to bind to SMSC
> provider. Not when I send message to SMSc Provider am getting an
> error message in log as below
> 2018-11-09 14:00:20 Receive DLR [SMSC:airtel] [SVC:] [ACT:] [BINF:] [FID:]
> [META:?smpp_resp?] [from:] [to:260976298808] [flags:-1:-1:-1:-1:16]
> [msg:36:NACK/0x0015/Invalid Service Type] [udh:0:]
>
>
> My question where is that put?
>
> I have asked SMSC provider and the have told me service-type=smpp
>
> I added to config file but still get same error
>
> TCPDUMP from smsc provider show they are receiving NOBAL as service type
> from our end.
> please help below is config
>
> group = smsc
> smsc = smpp
> smsc-id = zoned
> host = 172.xx.xx.xx
> port = 5xx
> interface-version = 34
> smsc-username = xx
> smsc-password = xx
> system-type = smpp
> service-type = smpp
> source-addr-ton = 5
> source-addr-npi = 0
> dest-addr-ton = 1
> dest-addr-npi = 1
> transceiver-mode = true
> throughput = 40
>
>
> Thanks
>
> Chris Kamutumwa
>


Re: Kannel Service not starting automatically

2018-10-18 Thread Willy Mularto
As I recommended previously, it's best for you to write your own version of
the script. Simple reason, the target dir and other related things highly
possible different with the .deb result. Search in the archives and you
will find some examples. Thanks.



So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Thu, Oct 18, 2018 at 3:01 PM Cedar Jet  wrote:

> Thanks for the tip!
>
> Should I install via .deb in order to start automatically? regardless the
> flag during the compilation
>
> ./configure --disable-docs --enable-start-stop-daemon --with-mysql
> --with-mysql-dir=/var/lib/mysql
>
> Anyway I will do something similar to the this link
> http://rhlinuxdoc.blogspot.com/2012/08/kannel-start-stop-daemon.html
>
> Regards
>
> On Thu, Oct 18, 2018 at 10:52 AM Willy Mularto 
> wrote:
>
>> AFAIK you did the installation twice. First you use .deb and the second
>> time you use source. I believe the start script belong to .deb. My
>> suggestion is to check and modify some lines in the script to point to your
>> installation dir. And make sure it has sufficient privilege. And for the
>> best result you can write your own start script. Also it is available on
>> the archives. Thanks.
>>
>>
>>
>> So Far Express VPN still the fastest
>>
>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>
>>
>> On Thu, Oct 18, 2018 at 11:38 AM Cedar Jet  wrote:
>>
>>> Hello,
>>>
>>> I've installed kannel via source using svn on Ubuntu 18
>>>
>>> When I reboot the server; all kannel services not running automatically
>>> such as bearbox, smsbox & sqlbox.
>>>
>>> I found the script already present in the /etc/init.d/kannel
>>>
>>> I ran the command ls -ahl /var/run/kannel there is no pid files, I
>>> executed the command of bearbox -v -0 /etc/kannel/kannel.conf & and smsbox
>>> -v 0 /etc/kannel/kannel.conf & and now able to see the status via webpage.
>>>
>>> I did a service kannel stop; all the mentioned above didn't stop,
>>>
>>> Any Idea would be appreciated.
>>>
>>> Regards
>>>
>>


Re: Kannel Service not starting automatically

2018-10-18 Thread Willy Mularto
AFAIK you did the installation twice. First you use .deb and the second
time you use source. I believe the start script belong to .deb. My
suggestion is to check and modify some lines in the script to point to your
installation dir. And make sure it has sufficient privilege. And for the
best result you can write your own start script. Also it is available on
the archives. Thanks.



So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Thu, Oct 18, 2018 at 11:38 AM Cedar Jet  wrote:

> Hello,
>
> I've installed kannel via source using svn on Ubuntu 18
>
> When I reboot the server; all kannel services not running automatically
> such as bearbox, smsbox & sqlbox.
>
> I found the script already present in the /etc/init.d/kannel
>
> I ran the command ls -ahl /var/run/kannel there is no pid files, I
> executed the command of bearbox -v -0 /etc/kannel/kannel.conf & and smsbox
> -v 0 /etc/kannel/kannel.conf & and now able to see the status via webpage.
>
> I did a service kannel stop; all the mentioned above didn't stop,
>
> Any Idea would be appreciated.
>
> Regards
>


Re: Kannel compilation error

2018-10-16 Thread Willy Mularto
Sorry it should be ./configure--disable-docs


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Wed, Oct 17, 2018 at 6:12 AM Willy Mularto  wrote:

> Why don't you skip or disable the docs during installation?
>
> ./configure --disabled-docs
>
>
> So Far Express VPN still the fastest
>
> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>
>
> On Mon, Oct 15, 2018 at 11:39 PM Cedar Jet  wrote:
>
>> Not sure, I didn't use Red Hut since more than 15 years, I'm currently
>> working centOS and Ubuntu only.
>>
>> On Mon, Oct 15, 2018 at 6:44 PM Rafael Cerna 
>> wrote:
>>
>>> Thanks for the reply. Would there be an option to skip this part during
>>> the installation?
>>>
>>>
>>>
>>> *De:* Cedar Jet [mailto:mecedar...@gmail.com]
>>> *Enviado el:* lunes, 15 de octubre de 2018 10:26 a. m.
>>> *Para:* raf...@hacom-tech.com
>>> *CC:* users@kannel.org
>>> *Asunto:* Re: Kannel compilation error
>>>
>>>
>>>
>>> from the log it smees need internet access to be able to continue
>>>
>>>
>>>
>>> could not resolve host "www.oasis-open.org" (try again later)
>>>
>>>
>>>
>>> Regards
>>>
>>>
>>>
>>> On Mon, Oct 15, 2018 at 6:14 PM Rafael Cerna 
>>> wrote:
>>>
>>> Hello,
>>>
>>>
>>>
>>> During the make command of the installation process (v 1.4.5) , I see
>>> the following error:
>>>
>>>
>>>
>>> sed "s/#FIGTYPE#/.png/;s/#VERSION#/1.4.5/;s/#DATE#/`date
>>> +%Y.%m.%d`/;s/#DRAFTS#/IGNORE/" doc/alligata/alligata.xml >
>>> doc/alligata/alligata.tmp
>>>
>>> jade -V nochunks -t sgml -d
>>> /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl
>>> /usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/decls/xml.dcl
>>> doc/alligata/alligata.tmp > doc/alligata/alligata.html
>>>
>>> jade:doc/alligata/alligata.tmp:7:0:E: could not resolve host "
>>> www.oasis-open.org" (try again later)
>>>
>>> jade:doc/alligata/alligata.tmp:7:0:E: DTD did not contain element
>>> declaration for document type name
>>>
>>> jade:doc/alligata/alligata.tmp:9:5:E: element "book" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:10:7:E: element "title" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:11:10:E: element "bookinfo" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:12:18:E: there is no attribute "format"
>>>
>>> jade:doc/alligata/alligata.tmp:12:32:E: element "address" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:12:47:E: element "email" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:14:8:E: element "title" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:15:12:E: element "copyright" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:16:8:E: element "year" undefined
>>>
>>> ……(same errors continue until)
>>>
>>> jade:doc/alligata/alligata.tmp:340:15:E: element "listitem" undefined
>>>
>>> jade:doc/alligata/alligata.tmp:341:12:E: element "para" undefined
>>>
>>> jade:I: maximum number of errors (200) reached; change with -E option
>>>
>>> make: *** [doc/alligata/alligata.html] Error 1
>>>
>>>
>>>
>>> I am installing Kannel in a Red Hat 5 server without Internet
>>> connection. Is this error appearing because of a lack of Internet access or
>>> because of a missing dependency? Thank you for your replies
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>


Re: Kannel compilation error

2018-10-16 Thread Willy Mularto
Why don't you skip or disable the docs during installation?

./configure --disabled-docs


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Mon, Oct 15, 2018 at 11:39 PM Cedar Jet  wrote:

> Not sure, I didn't use Red Hut since more than 15 years, I'm currently
> working centOS and Ubuntu only.
>
> On Mon, Oct 15, 2018 at 6:44 PM Rafael Cerna 
> wrote:
>
>> Thanks for the reply. Would there be an option to skip this part during
>> the installation?
>>
>>
>>
>> *De:* Cedar Jet [mailto:mecedar...@gmail.com]
>> *Enviado el:* lunes, 15 de octubre de 2018 10:26 a. m.
>> *Para:* raf...@hacom-tech.com
>> *CC:* users@kannel.org
>> *Asunto:* Re: Kannel compilation error
>>
>>
>>
>> from the log it smees need internet access to be able to continue
>>
>>
>>
>> could not resolve host "www.oasis-open.org" (try again later)
>>
>>
>>
>> Regards
>>
>>
>>
>> On Mon, Oct 15, 2018 at 6:14 PM Rafael Cerna 
>> wrote:
>>
>> Hello,
>>
>>
>>
>> During the make command of the installation process (v 1.4.5) , I see the
>> following error:
>>
>>
>>
>> sed "s/#FIGTYPE#/.png/;s/#VERSION#/1.4.5/;s/#DATE#/`date
>> +%Y.%m.%d`/;s/#DRAFTS#/IGNORE/" doc/alligata/alligata.xml >
>> doc/alligata/alligata.tmp
>>
>> jade -V nochunks -t sgml -d
>> /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl
>> /usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/decls/xml.dcl
>> doc/alligata/alligata.tmp > doc/alligata/alligata.html
>>
>> jade:doc/alligata/alligata.tmp:7:0:E: could not resolve host "
>> www.oasis-open.org" (try again later)
>>
>> jade:doc/alligata/alligata.tmp:7:0:E: DTD did not contain element
>> declaration for document type name
>>
>> jade:doc/alligata/alligata.tmp:9:5:E: element "book" undefined
>>
>> jade:doc/alligata/alligata.tmp:10:7:E: element "title" undefined
>>
>> jade:doc/alligata/alligata.tmp:11:10:E: element "bookinfo" undefined
>>
>> jade:doc/alligata/alligata.tmp:12:18:E: there is no attribute "format"
>>
>> jade:doc/alligata/alligata.tmp:12:32:E: element "address" undefined
>>
>> jade:doc/alligata/alligata.tmp:12:47:E: element "email" undefined
>>
>> jade:doc/alligata/alligata.tmp:14:8:E: element "title" undefined
>>
>> jade:doc/alligata/alligata.tmp:15:12:E: element "copyright" undefined
>>
>> jade:doc/alligata/alligata.tmp:16:8:E: element "year" undefined
>>
>> ……(same errors continue until)
>>
>> jade:doc/alligata/alligata.tmp:340:15:E: element "listitem" undefined
>>
>> jade:doc/alligata/alligata.tmp:341:12:E: element "para" undefined
>>
>> jade:I: maximum number of errors (200) reached; change with -E option
>>
>> make: *** [doc/alligata/alligata.html] Error 1
>>
>>
>>
>> I am installing Kannel in a Red Hat 5 server without Internet connection.
>> Is this error appearing because of a lack of Internet access or because of
>> a missing dependency? Thank you for your replies
>>
>>
>>
>>
>>
>>
>>
>>


Re: sqlbox looking for mssql connection although mysql installed

2018-10-16 Thread Willy Mularto
Congratulations brother!


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Tue, Oct 16, 2018 at 2:17 AM Cedar Jet  wrote:

> Finally, I got the below result:
>
> 2018-10-15 15:10:49 [25046] [0] INFO: Starting to log to file
> /var/log/kannel/sqlbox.log level 0
> 2018-10-15 15:10:49 [25046] [0] INFO: Added logfile
> `/var/log/kannel/sqlbox.log' with level `0'.
> 2018-10-15 15:10:49 [25046] [0] INFO: MYSQL: Connected to server at
> localhost.
> 2018-10-15 15:10:49 [25046] [0] INFO: MYSQL: server version
> 5.7.23-0ubuntu0.18.04.1, client version 5.7.23.
> 2018-10-15 15:10:49 [25046] [0] DEBUG: Started thread 1
> (sqlbox.c:sql_to_bearerbox)
> 2018-10-15 15:10:49 [25046] [1] DEBUG: Thread 1
> (sqlbox.c:sql_to_bearerbox) maps to pid 25046.
> 2018-10-15 15:10:49 [25046] [1] DEBUG: Connecting to <127.0.0.1>
> 2018-10-15 15:10:49 [25046] [1] INFO: Connected to bearerbox at localhost
> port 13001.
> 2018-10-15 15:10:49 [25046] [1] DEBUG: Started thread 2
> (sqlbox.c:bearerbox_to_sql)
> 2018-10-15 15:10:49 [25046] [2] DEBUG: Thread 2
> (sqlbox.c:bearerbox_to_sql) maps to pid 25046.
>
>
> On Mon, Oct 15, 2018 at 1:06 PM Cedar Jet  wrote:
>
>> Thanks a lot for your replies.
>>
>> I joined the mail lists of kannel after I completed all topics in :)
>>
>> Some of the posts are new for me and some of them are old for me.
>>
>> For this purpose I decided to join and post a fresh thread
>>
>> Regards
>>
>> On Mon, Oct 15, 2018 at 12:46 PM Willy Mularto 
>> wrote:
>>
>>> You may check the archives of this mailing list. Thanks.
>>>
>>>
>>> So Far Express VPN still the fastest
>>>
>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>
>>>
>>> On Mon, Oct 15, 2018 at 4:20 PM Cedar Jet  wrote:
>>>
>>>> Thanks for the tip! Can you share them?
>>>>
>>>> On Mon, Oct 15, 2018 at 12:11 PM Willy Mularto 
>>>> wrote:
>>>>
>>>>> BTW there are some threads with Ubuntu installation topic. Thanks.
>>>>>
>>>>>
>>>>>
>>>>> So Far Express VPN still the fastest
>>>>>
>>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>>
>>>>>
>>>>> On Mon, Oct 15, 2018 at 3:41 PM Cedar Jet 
>>>>> wrote:
>>>>>
>>>>>> heheh I'm following since 3 days :)
>>>>>>
>>>>>> On Mon, Oct 15, 2018 at 11:33 AM Willy Mularto 
>>>>>> wrote:
>>>>>>
>>>>>>> Follow the error message to install required package. Thanks.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> So Far Express VPN still the fastest
>>>>>>>
>>>>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Oct 15, 2018 at 3:31 PM Cedar Jet 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Ok, I will do that. but how?
>>>>>>>>
>>>>>>>> If via repository it wont compile with mysql and if from the source
>>>>>>>> we have a problem with the compilation and installation on Ubuntu 18.4 
>>>>>>>> LTS
>>>>>>>>
>>>>>>>> Regards
>>>>>>>>
>>>>>>>> On Mon, Oct 15, 2018 at 11:23 AM Willy Mularto 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> I prefer you to use source based installation rather than distro
>>>>>>>>> package. Thanks.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> So Far Express VPN still the fastest
>>>>>>>>>
>>>>>>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Oct 15, 2018 at 11:56 AM Cedar Jet 
>>>>>>>>> wr

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
You may check the archives of this mailing list. Thanks.


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Mon, Oct 15, 2018 at 4:20 PM Cedar Jet  wrote:

> Thanks for the tip! Can you share them?
>
> On Mon, Oct 15, 2018 at 12:11 PM Willy Mularto 
> wrote:
>
>> BTW there are some threads with Ubuntu installation topic. Thanks.
>>
>>
>>
>> So Far Express VPN still the fastest
>>
>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>
>>
>> On Mon, Oct 15, 2018 at 3:41 PM Cedar Jet  wrote:
>>
>>> heheh I'm following since 3 days :)
>>>
>>> On Mon, Oct 15, 2018 at 11:33 AM Willy Mularto 
>>> wrote:
>>>
>>>> Follow the error message to install required package. Thanks.
>>>>
>>>>
>>>>
>>>> So Far Express VPN still the fastest
>>>>
>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>
>>>>
>>>> On Mon, Oct 15, 2018 at 3:31 PM Cedar Jet  wrote:
>>>>
>>>>> Ok, I will do that. but how?
>>>>>
>>>>> If via repository it wont compile with mysql and if from the source we
>>>>> have a problem with the compilation and installation on Ubuntu 18.4 LTS
>>>>>
>>>>> Regards
>>>>>
>>>>> On Mon, Oct 15, 2018 at 11:23 AM Willy Mularto 
>>>>> wrote:
>>>>>
>>>>>> I prefer you to use source based installation rather than distro
>>>>>> package. Thanks.
>>>>>>
>>>>>>
>>>>>> So Far Express VPN still the fastest
>>>>>>
>>>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>>>
>>>>>>
>>>>>> On Mon, Oct 15, 2018 at 11:56 AM Cedar Jet 
>>>>>> wrote:
>>>>>>
>>>>>>> Look, After investigation, I noticed that the kannel install is
>>>>>>> working well via source, but the sqlbox was installed via repository
>>>>>>> kannel-sqlbox, so for this reason I couldn't compile it.
>>>>>>>
>>>>>>> I ran apt-get remove kannel-sqlbox
>>>>>>>
>>>>>>> I went to kannel source code folder then addons/sqlbox and
>>>>>>> ran ./bootstrap I got the below
>>>>>>>
>>>>>>> + set -e
>>>>>>> + amvers=no
>>>>>>> + automake-1.11 --version
>>>>>>> + automake-1.10 --version
>>>>>>> + automake-1.9 --version
>>>>>>> + automake-1.8 --version
>>>>>>> + automake-1.7 --version
>>>>>>> + automake-1.6 --version
>>>>>>> + automake-1.5 --version
>>>>>>> + automake --version
>>>>>>> + automake+ sed -e 1s/[^0-9]*// -e q
>>>>>>>  --version
>>>>>>> + amvers=1.15.1
>>>>>>> + expr 1.15.1 < 1.5
>>>>>>> + amvers=no
>>>>>>> + test no = no
>>>>>>> + set +x
>>>>>>> ./bootstrap: you need automake version 1.5 or later
>>>>>>>
>>>>>>> I uninstalled the automake then downloaded
>>>>>>> ftp://ftp.gnu.org/gnu/automake/automake-1.15.1.tar.gz then
>>>>>>>
>>>>>>> ./configure
>>>>>>> ./make && ./make install
>>>>>>>
>>>>>>> now getting
>>>>>>>
>>>>>>> + set -e
>>>>>>> + amvers=no
>>>>>>> + automake-1.15 --version
>>>>>>> + amvers=-1.15
>>>>>>> + test -1.15 = no
>>>>>>> + libtoolize=no
>>>>>>> + glibtoolize --version
>>>>>>> + libtoolize --version
>>>>>>> + libtoolize=libtoolize
>>>>>>> + test libtoolize = no
>>>>>>> + set +x
>>>>>>> + test ! -d autotools
>>>>>>> + libtoolize --copy --force
>>>>>>>

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
BTW there are some threads with Ubuntu installation topic. Thanks.



So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Mon, Oct 15, 2018 at 3:41 PM Cedar Jet  wrote:

> heheh I'm following since 3 days :)
>
> On Mon, Oct 15, 2018 at 11:33 AM Willy Mularto 
> wrote:
>
>> Follow the error message to install required package. Thanks.
>>
>>
>>
>> So Far Express VPN still the fastest
>>
>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>
>>
>> On Mon, Oct 15, 2018 at 3:31 PM Cedar Jet  wrote:
>>
>>> Ok, I will do that. but how?
>>>
>>> If via repository it wont compile with mysql and if from the source we
>>> have a problem with the compilation and installation on Ubuntu 18.4 LTS
>>>
>>> Regards
>>>
>>> On Mon, Oct 15, 2018 at 11:23 AM Willy Mularto 
>>> wrote:
>>>
>>>> I prefer you to use source based installation rather than distro
>>>> package. Thanks.
>>>>
>>>>
>>>> So Far Express VPN still the fastest
>>>>
>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>
>>>>
>>>> On Mon, Oct 15, 2018 at 11:56 AM Cedar Jet 
>>>> wrote:
>>>>
>>>>> Look, After investigation, I noticed that the kannel install is
>>>>> working well via source, but the sqlbox was installed via repository
>>>>> kannel-sqlbox, so for this reason I couldn't compile it.
>>>>>
>>>>> I ran apt-get remove kannel-sqlbox
>>>>>
>>>>> I went to kannel source code folder then addons/sqlbox and
>>>>> ran ./bootstrap I got the below
>>>>>
>>>>> + set -e
>>>>> + amvers=no
>>>>> + automake-1.11 --version
>>>>> + automake-1.10 --version
>>>>> + automake-1.9 --version
>>>>> + automake-1.8 --version
>>>>> + automake-1.7 --version
>>>>> + automake-1.6 --version
>>>>> + automake-1.5 --version
>>>>> + automake --version
>>>>> + automake+ sed -e 1s/[^0-9]*// -e q
>>>>>  --version
>>>>> + amvers=1.15.1
>>>>> + expr 1.15.1 < 1.5
>>>>> + amvers=no
>>>>> + test no = no
>>>>> + set +x
>>>>> ./bootstrap: you need automake version 1.5 or later
>>>>>
>>>>> I uninstalled the automake then downloaded
>>>>> ftp://ftp.gnu.org/gnu/automake/automake-1.15.1.tar.gz then
>>>>>
>>>>> ./configure
>>>>> ./make && ./make install
>>>>>
>>>>> now getting
>>>>>
>>>>> + set -e
>>>>> + amvers=no
>>>>> + automake-1.15 --version
>>>>> + amvers=-1.15
>>>>> + test -1.15 = no
>>>>> + libtoolize=no
>>>>> + glibtoolize --version
>>>>> + libtoolize --version
>>>>> + libtoolize=libtoolize
>>>>> + test libtoolize = no
>>>>> + set +x
>>>>> + test ! -d autotools
>>>>> + libtoolize --copy --force
>>>>> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
>>>>> libtoolize: copying file 'autotools/ltmain.sh'
>>>>> libtoolize: You should add the contents of the following files to
>>>>> 'aclocal.m4':
>>>>> libtoolize:   '/usr/share/aclocal/libtool.m4'
>>>>> libtoolize:   '/usr/share/aclocal/ltoptions.m4'
>>>>> libtoolize:   '/usr/share/aclocal/ltsugar.m4'
>>>>> libtoolize:   '/usr/share/aclocal/ltversion.m4'
>>>>> libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
>>>>> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to
>>>>> configure.ac,
>>>>> libtoolize: and rerunning libtoolize and aclocal.
>>>>> libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
>>>>> + test -f ltmain.sh
>>>>> + aclocal-1.15 -I autotools
>>>>> + autoconf
>>>>> configure.ac:99: error: possibly undefined macro: AC_PROG_LIBTOOL
>>>>>   If this token and others are legitimate, please use
>>>>>

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
Follow the error message to install required package. Thanks.



So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Mon, Oct 15, 2018 at 3:31 PM Cedar Jet  wrote:

> Ok, I will do that. but how?
>
> If via repository it wont compile with mysql and if from the source we
> have a problem with the compilation and installation on Ubuntu 18.4 LTS
>
> Regards
>
> On Mon, Oct 15, 2018 at 11:23 AM Willy Mularto 
> wrote:
>
>> I prefer you to use source based installation rather than distro package.
>> Thanks.
>>
>>
>> So Far Express VPN still the fastest
>>
>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>
>>
>> On Mon, Oct 15, 2018 at 11:56 AM Cedar Jet  wrote:
>>
>>> Look, After investigation, I noticed that the kannel install is working
>>> well via source, but the sqlbox was installed via repository kannel-sqlbox,
>>> so for this reason I couldn't compile it.
>>>
>>> I ran apt-get remove kannel-sqlbox
>>>
>>> I went to kannel source code folder then addons/sqlbox and
>>> ran ./bootstrap I got the below
>>>
>>> + set -e
>>> + amvers=no
>>> + automake-1.11 --version
>>> + automake-1.10 --version
>>> + automake-1.9 --version
>>> + automake-1.8 --version
>>> + automake-1.7 --version
>>> + automake-1.6 --version
>>> + automake-1.5 --version
>>> + automake --version
>>> + automake+ sed -e 1s/[^0-9]*// -e q
>>>  --version
>>> + amvers=1.15.1
>>> + expr 1.15.1 < 1.5
>>> + amvers=no
>>> + test no = no
>>> + set +x
>>> ./bootstrap: you need automake version 1.5 or later
>>>
>>> I uninstalled the automake then downloaded
>>> ftp://ftp.gnu.org/gnu/automake/automake-1.15.1.tar.gz then
>>>
>>> ./configure
>>> ./make && ./make install
>>>
>>> now getting
>>>
>>> + set -e
>>> + amvers=no
>>> + automake-1.15 --version
>>> + amvers=-1.15
>>> + test -1.15 = no
>>> + libtoolize=no
>>> + glibtoolize --version
>>> + libtoolize --version
>>> + libtoolize=libtoolize
>>> + test libtoolize = no
>>> + set +x
>>> + test ! -d autotools
>>> + libtoolize --copy --force
>>> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
>>> libtoolize: copying file 'autotools/ltmain.sh'
>>> libtoolize: You should add the contents of the following files to
>>> 'aclocal.m4':
>>> libtoolize:   '/usr/share/aclocal/libtool.m4'
>>> libtoolize:   '/usr/share/aclocal/ltoptions.m4'
>>> libtoolize:   '/usr/share/aclocal/ltsugar.m4'
>>> libtoolize:   '/usr/share/aclocal/ltversion.m4'
>>> libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
>>> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac
>>> ,
>>> libtoolize: and rerunning libtoolize and aclocal.
>>> libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
>>> + test -f ltmain.sh
>>> + aclocal-1.15 -I autotools
>>> + autoconf
>>> configure.ac:99: error: possibly undefined macro: AC_PROG_LIBTOOL
>>>   If this token and others are legitimate, please use
>>> m4_pattern_allow.
>>>   See the Autoconf documentation.
>>>
>>> so I'm not able to run the bootstrap to re-compiling with mysql
>>>
>>> Regards
>>>
>>> On Mon, Oct 15, 2018 at 7:48 AM Willy Mularto 
>>> wrote:
>>>
>>>> What version do you use? Also how do you initiate the SQLBox? Thanks.
>>>>
>>>>
>>>> So Far Express VPN still the fastest
>>>>
>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>
>>>>
>>>> On Mon, Oct 15, 2018 at 10:38 AM Cedar Jet 
>>>> wrote:
>>>>
>>>>> I tried what Willy Suggest with the same result. I saw some posts
>>>>> saying that we should compile sqlbox with mysql, for that reason  I'm
>>>>> running now on server that containing apache2, phpmyadmin php5.6 and mysql
>>>>> on Ubuntu 16.4 only. I had followed the below link
>>>>>
>>>>>
>>>>> https://stackoverflow.com/questio

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
I prefer you to use source based installation rather than distro package.
Thanks.


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Mon, Oct 15, 2018 at 11:56 AM Cedar Jet  wrote:

> Look, After investigation, I noticed that the kannel install is working
> well via source, but the sqlbox was installed via repository kannel-sqlbox,
> so for this reason I couldn't compile it.
>
> I ran apt-get remove kannel-sqlbox
>
> I went to kannel source code folder then addons/sqlbox and ran ./bootstrap
> I got the below
>
> + set -e
> + amvers=no
> + automake-1.11 --version
> + automake-1.10 --version
> + automake-1.9 --version
> + automake-1.8 --version
> + automake-1.7 --version
> + automake-1.6 --version
> + automake-1.5 --version
> + automake --version
> + automake+ sed -e 1s/[^0-9]*// -e q
>  --version
> + amvers=1.15.1
> + expr 1.15.1 < 1.5
> + amvers=no
> + test no = no
> + set +x
> ./bootstrap: you need automake version 1.5 or later
>
> I uninstalled the automake then downloaded
> ftp://ftp.gnu.org/gnu/automake/automake-1.15.1.tar.gz then
>
> ./configure
> ./make && ./make install
>
> now getting
>
> + set -e
> + amvers=no
> + automake-1.15 --version
> + amvers=-1.15
> + test -1.15 = no
> + libtoolize=no
> + glibtoolize --version
> + libtoolize --version
> + libtoolize=libtoolize
> + test libtoolize = no
> + set +x
> + test ! -d autotools
> + libtoolize --copy --force
> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
> libtoolize: copying file 'autotools/ltmain.sh'
> libtoolize: You should add the contents of the following files to
> 'aclocal.m4':
> libtoolize:   '/usr/share/aclocal/libtool.m4'
> libtoolize:   '/usr/share/aclocal/ltoptions.m4'
> libtoolize:   '/usr/share/aclocal/ltsugar.m4'
> libtoolize:   '/usr/share/aclocal/ltversion.m4'
> libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
> libtoolize: and rerunning libtoolize and aclocal.
> libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
> + test -f ltmain.sh
> + aclocal-1.15 -I autotools
> + autoconf
> configure.ac:99: error: possibly undefined macro: AC_PROG_LIBTOOL
>   If this token and others are legitimate, please use m4_pattern_allow.
>   See the Autoconf documentation.
>
> so I'm not able to run the bootstrap to re-compiling with mysql
>
> Regards
>
> On Mon, Oct 15, 2018 at 7:48 AM Willy Mularto  wrote:
>
>> What version do you use? Also how do you initiate the SQLBox? Thanks.
>>
>>
>> So Far Express VPN still the fastest
>>
>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>
>>
>> On Mon, Oct 15, 2018 at 10:38 AM Cedar Jet  wrote:
>>
>>> I tried what Willy Suggest with the same result. I saw some posts saying
>>> that we should compile sqlbox with mysql, for that reason  I'm running now
>>> on server that containing apache2, phpmyadmin php5.6 and mysql on Ubuntu
>>> 16.4 only. I had followed the below link
>>>
>>>
>>> https://stackoverflow.com/questions/45980691/sqlbox-looking-for-mysql-instead-of-mssql/46727135#46727135
>>>
>>> Still getting the below
>>>
>>> 2018-10-14 23:30:45 [2701] [0] INFO: Starting to log to file
>>> /var/log/kannel/sqlbox.log level 0
>>> 2018-10-14 23:30:45 [2701] [0] INFO: Added logfile
>>> `/var/log/kannel/sqlbox.log' with level `0'.
>>> 2018-10-14 23:30:45 [2701] [0] PANIC: SQLBOX: MSSql: connection settings
>>> for id 'sqlbox-db' are not specified!
>>> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(gw_backtrace+0xe0)
>>> [0x5575862ad990]
>>> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(gw_panic+0x167)
>>> [0x5575862adb07]
>>> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(sqlbox_init_mssql+0x139)
>>> [0x557586299729]
>>> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(sqlbox_init_sql+0x9)
>>> [0x55758629ede9]
>>> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(main+0x361) [0x557586297791]
>>> 2018-10-14 23:30:45 [2701] [0] PANIC:
>>> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f5dd3777b97]
>>> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(_start+0x2a)
>>> [0x557586297a2a]
>>>
>>> It could bebecasue it initiate the mssql before the mysql database as
>>> the below lines
>>>
>>> 2018-10-14 23:30:45 [2701

Re: sqlbox looking for mssql connection although mysql installed

2018-10-14 Thread Willy Mularto
What version do you use? Also how do you initiate the SQLBox? Thanks.


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Mon, Oct 15, 2018 at 10:38 AM Cedar Jet  wrote:

> I tried what Willy Suggest with the same result. I saw some posts saying
> that we should compile sqlbox with mysql, for that reason  I'm running now
> on server that containing apache2, phpmyadmin php5.6 and mysql on Ubuntu
> 16.4 only. I had followed the below link
>
>
> https://stackoverflow.com/questions/45980691/sqlbox-looking-for-mysql-instead-of-mssql/46727135#46727135
>
> Still getting the below
>
> 2018-10-14 23:30:45 [2701] [0] INFO: Starting to log to file
> /var/log/kannel/sqlbox.log level 0
> 2018-10-14 23:30:45 [2701] [0] INFO: Added logfile
> `/var/log/kannel/sqlbox.log' with level `0'.
> 2018-10-14 23:30:45 [2701] [0] PANIC: SQLBOX: MSSql: connection settings
> for id 'sqlbox-db' are not specified!
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(gw_backtrace+0xe0)
> [0x5575862ad990]
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(gw_panic+0x167)
> [0x5575862adb07]
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(sqlbox_init_mssql+0x139)
> [0x557586299729]
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(sqlbox_init_sql+0x9)
> [0x55758629ede9]
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(main+0x361) [0x557586297791]
> 2018-10-14 23:30:45 [2701] [0] PANIC:
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f5dd3777b97]
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(_start+0x2a) [0x557586297a2a]
>
> It could bebecasue it initiate the mssql before the mysql database as the
> below lines
>
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(sqlbox_init_mssql+0x139)
> [0x557586299729]
> 2018-10-14 23:30:45 [2701] [0] PANIC: sqlbox(sqlbox_init_sql+0x9)
> [0x55758629ede9]
>
> Any Idea?
>
> On Mon, Oct 15, 2018 at 5:01 AM Willy Mularto  wrote:
>
>> Try to put the database connection before the sqlbox group. Thanks
>>
>> Pada tanggal Sen, 15 Okt 2018 02.10, Cedar Jet 
>> menulis:
>>
>>> Sure, and you can find the configuration below
>>>
>>> group = sqlbox
>>> id = sqlbox-db
>>> smsbox-id = sqlbox
>>> #global-sender = ""
>>> bearerbox-host = localhost
>>> bearerbox-port = 18001
>>> smsbox-port = 18005
>>> smsbox-port-ssl = false
>>> sql-log-table = sent_sms
>>> sql-insert-table = send_sms
>>> log-level = 0
>>> log-file = "/var/log/kannel/sqlbox.log"
>>>
>>> # database connection
>>> group = mysql-connection
>>> id = sqlbox-db
>>> host = localhost
>>> username = root
>>> password = root
>>> database = kannel_db
>>> #max-connections = 25
>>>
>>> On Sun, Oct 14, 2018 at 1:48 AM Willy Mularto 
>>> wrote:
>>>
>>>> Share your SQLBox configuration file. Thanks
>>>>
>>>>
>>>> So Far Express VPN still the fastest
>>>>
>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>>>
>>>>
>>>> On Sun, Oct 14, 2018 at 12:35 AM Cedar Jet 
>>>> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I'm always getting the panic SQLBOX: MSSql: connection settings for id
>>>>> 'sqlbox-db' are not specified! as below
>>>>>
>>>>> root@smpp:~# sqlbox -v 0 /etc/kannel/sqlbox.conf
>>>>> 2018-10-13 12:47:37 [1819] [0] INFO: Debug_lvl = 0, log_file = ,
>>>>> log_lvl = 0
>>>>> 2018-10-13 12:47:37 [1819] [0] DEBUG: Kannel sqlbox version `1.4.4'.
>>>>> Compiler `7.2.0'.
>>>>> System Linux, release 4.15.0-36-generic, version #39-Ubuntu SMP Mon
>>>>> Sep 24 16:19:09 UTC 2018, machine x86_64.
>>>>> Libxml version 2.9.4.
>>>>> Using OpenSSL 1.0.2g  1 Mar 2016.
>>>>> Compiled with MySQL 5.7.20, using MySQL 5.7.23.
>>>>> Compiled with PostgreSQL 10.0.
>>>>> Using SQLite 3.20.1.
>>>>> Using hiredis API 0.13.3
>>>>> Using native malloc.
>>>>>
>>>>> 2018-10-13 12:47:37 [1819] [0] INFO: Starting to log to file
>>>>> /var/log/kannel/sqlbox.log level 0
>>>>> 2018-10-13 12:47:37 [1819] [0] INFO: Added logfile
>>>>> `/var/log/kannel/sqlbox.log' with level `0'.
>>>>> 2018-10-13 12:47:37 [1819] [

Re: sqlbox looking for mssql connection although mysql installed

2018-10-14 Thread Willy Mularto
Try to put the database connection before the sqlbox group. Thanks

Pada tanggal Sen, 15 Okt 2018 02.10, Cedar Jet 
menulis:

> Sure, and you can find the configuration below
>
> group = sqlbox
> id = sqlbox-db
> smsbox-id = sqlbox
> #global-sender = ""
> bearerbox-host = localhost
> bearerbox-port = 18001
> smsbox-port = 18005
> smsbox-port-ssl = false
> sql-log-table = sent_sms
> sql-insert-table = send_sms
> log-level = 0
> log-file = "/var/log/kannel/sqlbox.log"
>
> # database connection
> group = mysql-connection
> id = sqlbox-db
> host = localhost
> username = root
> password = root
> database = kannel_db
> #max-connections = 25
>
> On Sun, Oct 14, 2018 at 1:48 AM Willy Mularto  wrote:
>
>> Share your SQLBox configuration file. Thanks
>>
>>
>> So Far Express VPN still the fastest
>>
>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>>
>>
>> On Sun, Oct 14, 2018 at 12:35 AM Cedar Jet  wrote:
>>
>>> Hello,
>>>
>>> I'm always getting the panic SQLBOX: MSSql: connection settings for id
>>> 'sqlbox-db' are not specified! as below
>>>
>>> root@smpp:~# sqlbox -v 0 /etc/kannel/sqlbox.conf
>>> 2018-10-13 12:47:37 [1819] [0] INFO: Debug_lvl = 0, log_file = ,
>>> log_lvl = 0
>>> 2018-10-13 12:47:37 [1819] [0] DEBUG: Kannel sqlbox version `1.4.4'.
>>> Compiler `7.2.0'.
>>> System Linux, release 4.15.0-36-generic, version #39-Ubuntu SMP Mon Sep
>>> 24 16:19:09 UTC 2018, machine x86_64.
>>> Libxml version 2.9.4.
>>> Using OpenSSL 1.0.2g  1 Mar 2016.
>>> Compiled with MySQL 5.7.20, using MySQL 5.7.23.
>>> Compiled with PostgreSQL 10.0.
>>> Using SQLite 3.20.1.
>>> Using hiredis API 0.13.3
>>> Using native malloc.
>>>
>>> 2018-10-13 12:47:37 [1819] [0] INFO: Starting to log to file
>>> /var/log/kannel/sqlbox.log level 0
>>> 2018-10-13 12:47:37 [1819] [0] INFO: Added logfile
>>> `/var/log/kannel/sqlbox.log' with level `0'.
>>> 2018-10-13 12:47:37 [1819] [0] PANIC: SQLBOX: MSSql: connection settings
>>> for id 'sqlbox-db' are not specified!
>>> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(gw_backtrace+0xe0)
>>> [0x560fc0415990]
>>> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(gw_panic+0x167)
>>> [0x560fc0415b07]
>>> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(sqlbox_init_mssql+0x139)
>>> [0x560fc0401729]
>>> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(sqlbox_init_sql+0x9)
>>> [0x560fc0406de9]
>>> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(main+0x361) [0x560fc03ff791]
>>> 2018-10-13 12:47:37 [1819] [0] PANIC:
>>> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ff01014fb97]
>>> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(_start+0x2a)
>>> [0x560fc03ffa2a]
>>> root@smpp:~# 2018-10-13 12:47:43 [1716] [1] DEBUG: Timeout for fd:65
>>> appears.
>>> 2018-10-13 12:47:43 [1716] [1] DEBUG: HTTP: Destroying HTTPClient area
>>> 0x7f9128000d30.
>>> 2018-10-13 12:47:43 [1716] [1] DEBUG: HTTP: Destroying HTTPClient for
>>> `77.30.145.30'.
>>>
>>>


Re: sqlbox looking for mssql connection although mysql installed

2018-10-13 Thread Willy Mularto
Share your SQLBox configuration file. Thanks


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Sun, Oct 14, 2018 at 12:35 AM Cedar Jet  wrote:

> Hello,
>
> I'm always getting the panic SQLBOX: MSSql: connection settings for id
> 'sqlbox-db' are not specified! as below
>
> root@smpp:~# sqlbox -v 0 /etc/kannel/sqlbox.conf
> 2018-10-13 12:47:37 [1819] [0] INFO: Debug_lvl = 0, log_file = ,
> log_lvl = 0
> 2018-10-13 12:47:37 [1819] [0] DEBUG: Kannel sqlbox version `1.4.4'.
> Compiler `7.2.0'.
> System Linux, release 4.15.0-36-generic, version #39-Ubuntu SMP Mon Sep 24
> 16:19:09 UTC 2018, machine x86_64.
> Libxml version 2.9.4.
> Using OpenSSL 1.0.2g  1 Mar 2016.
> Compiled with MySQL 5.7.20, using MySQL 5.7.23.
> Compiled with PostgreSQL 10.0.
> Using SQLite 3.20.1.
> Using hiredis API 0.13.3
> Using native malloc.
>
> 2018-10-13 12:47:37 [1819] [0] INFO: Starting to log to file
> /var/log/kannel/sqlbox.log level 0
> 2018-10-13 12:47:37 [1819] [0] INFO: Added logfile
> `/var/log/kannel/sqlbox.log' with level `0'.
> 2018-10-13 12:47:37 [1819] [0] PANIC: SQLBOX: MSSql: connection settings
> for id 'sqlbox-db' are not specified!
> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(gw_backtrace+0xe0)
> [0x560fc0415990]
> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(gw_panic+0x167)
> [0x560fc0415b07]
> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(sqlbox_init_mssql+0x139)
> [0x560fc0401729]
> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(sqlbox_init_sql+0x9)
> [0x560fc0406de9]
> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(main+0x361) [0x560fc03ff791]
> 2018-10-13 12:47:37 [1819] [0] PANIC:
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ff01014fb97]
> 2018-10-13 12:47:37 [1819] [0] PANIC: sqlbox(_start+0x2a) [0x560fc03ffa2a]
> root@smpp:~# 2018-10-13 12:47:43 [1716] [1] DEBUG: Timeout for fd:65
> appears.
> 2018-10-13 12:47:43 [1716] [1] DEBUG: HTTP: Destroying HTTPClient area
> 0x7f9128000d30.
> 2018-10-13 12:47:43 [1716] [1] DEBUG: HTTP: Destroying HTTPClient for
> `77.30.145.30'.
>
>


Re: For Kannel for DLR Every Part

2018-08-04 Thread Willy Mularto
I think long SMS is actually a wrapped one and telco will also wrap the DLR
and treat it as 1 transaction.


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Sun, Aug 5, 2018 at 12:27 AM Web Services  wrote:

> Hi,
>
> we are using kannel with sqlbox is this possible to force kannel to ask
> DLR for every part of sms incase of long SMS (more then 160).
>
> we have tried with adding default value for sqlbox dlr_mask column but
> don't work
>
>
> Thanks
>
> Regards
>
> Deepak
>


Re: [ANNOUNCE] Kannel 1.4.5 stable release available

2018-06-19 Thread Willy Mularto
Congratulation team! It's been more than 10 years with this incredible
software and nothing to say but satisfied.

So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Wed, Jun 20, 2018 at 12:01 AM Stipe Tolj  wrote:

> The Kannel Group is pleased to announce the availability of Kannel 1.4.5
> stable release via our web site at URL
>
> http://www.kannel.org/download.shtml
>
> Please find attached the NEWS file section for the 1.4.5 stable release.
>
> --
> Best Regards,
> Stipe Tolj
>
> ---
> Düsseldorf, NRW, Germany
>
> Kannel Foundation tolj.org system architecture
> http://www.kannel.org/http://www.tolj.org/
>
> stolj at kannel.org   st at tolj.org
> ---
>


Re: bootstrap.sh error

2018-04-20 Thread Willy Mularto
Hi Alex,
Thanks for the reply. I'm not sure it's available on Ubuntu 16.04, already
searched it and found none for gettext-devel. Is there any other solution?



So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Thu, Apr 19, 2018 at 4:00 PM <amal...@kannel.org> wrote:

> Hi,
>
> you have to install gettext-devel package.
>
> Thanks,
> Alex
>
>
> Am 18.04.2018 um 06:56 schrieb Willy Mularto <sangpr...@gmail.com>:
>
> Hi,
> I receive this error during bootstrap.sh, any clue to solve?
>
> + export WANT_AUTOMAKE=1.8
> + which glibtoolize
> +
> + libtoolize --copy --automake --force
> + aclocal
> aclocal: warning: autoconf input should be named 'configure.ac', not '
> configure.in'
> configure.in:261: warning: macro 'AM_ICONV' not found in library
> + autoheader
> autoheader: warning: missing template: ENABLE_COOKIES
> autoheader: Use AC_DEFINE([ENABLE_COOKIES], [], [Description])
> autoheader: warning: missing template: GW_NAME
> autoheader: warning: missing template: GW_VERSION
> autoheader: warning: missing template: HAVE_CASS
> autoheader: warning: missing template: HAVE_FUNC_GETHOSTBYNAME_R_3
> autoheader: warning: missing template: HAVE_FUNC_GETHOSTBYNAME_R_5
> autoheader: warning: missing template: HAVE_FUNC_GETHOSTBYNAME_R_6
> autoheader: warning: missing template: HAVE_GSOAP
> autoheader: warning: missing template: HAVE_MYSQL
> autoheader: warning: missing template: HAVE_NFTW
> autoheader: warning: missing template: HAVE_PCRE
> autoheader: warning: missing template: HAVE_PGSQL
> autoheader: warning: missing template: HAVE_PTHREAD_RWLOCK
> autoheader: warning: missing template: HAVE_PTHREAD_SPINLOCK_T
> autoheader: warning: missing template: HAVE_REDIS
> autoheader: warning: missing template: HAVE_REGEX
> autoheader: warning: missing template: HAVE_SDB
> autoheader: warning: missing template: HAVE_SEMAPHORE
> autoheader: warning: missing template: HAVE_SQLITE
> autoheader: warning: missing template: HAVE_SQLITE3
> autoheader: warning: missing template: HAVE_UCONTEXT
> autoheader: warning: missing template: HAVE_WTLS_OPENSSL
> autoheader: warning: missing template: HAVE___FUNCTION__
> autoheader: warning: missing template: HAVE___FUNC__
> autoheader: warning: missing template: LIBPCRE_VERSION
> autoheader: warning: missing template: LIBSDB_VERSION
> autoheader: warning: missing template: LOG_TIMESTAMP_LOCALTIME
> autoheader: warning: missing template: MUTEX_STATS
> autoheader: warning: missing template: NO_GWASSERT
> autoheader: warning: missing template: NO_SMS
> autoheader: warning: missing template: NO_WAP
> autoheader: warning: missing template: SUFFIX
> autoheader: warning: missing template: USE_GWMEM_CHECK
> autoheader: warning: missing template: USE_GWMEM_NATIVE
> autoheader: warning: missing template: USE_GWMEM_SLOW
> autoheader: warning: missing template: USE_KEEPALIVE
> autoheader: warning: missing template: WS_DEBUG
> + autoconf
> configure.in:261: error: possibly undefined macro: AM_ICONV
>   If this token and others are legitimate, please use m4_pattern_allow.
>   See the Autoconf documentation.
> + automake --add-missing --copy --gnu
> automake: warning: autoconf input should be named 'configure.ac', not '
> configure.in'
> configure.in:89: warning: AM_INIT_AUTOMAKE: two- and three-arguments
> forms are deprecated.  For more info, see:
> configure.in:89:
> http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
> configure.in:92: installing './compile'
> configure.in:89: installing './missing'
> utils/Makefile.am: installing './depcomp'
> automake: warning: autoconf input should be named 'configure.ac', not '
> configure.in'
>
> Thanks
>
>
>
> So Far Express VPN still the fastest
>
> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>
>
>


bootstrap.sh error

2018-04-17 Thread Willy Mularto
Hi,
I receive this error during bootstrap.sh, any clue to solve?

+ export WANT_AUTOMAKE=1.8
+ which glibtoolize
+
+ libtoolize --copy --automake --force
+ aclocal
aclocal: warning: autoconf input should be named 'configure.ac', not '
configure.in'
configure.in:261: warning: macro 'AM_ICONV' not found in library
+ autoheader
autoheader: warning: missing template: ENABLE_COOKIES
autoheader: Use AC_DEFINE([ENABLE_COOKIES], [], [Description])
autoheader: warning: missing template: GW_NAME
autoheader: warning: missing template: GW_VERSION
autoheader: warning: missing template: HAVE_CASS
autoheader: warning: missing template: HAVE_FUNC_GETHOSTBYNAME_R_3
autoheader: warning: missing template: HAVE_FUNC_GETHOSTBYNAME_R_5
autoheader: warning: missing template: HAVE_FUNC_GETHOSTBYNAME_R_6
autoheader: warning: missing template: HAVE_GSOAP
autoheader: warning: missing template: HAVE_MYSQL
autoheader: warning: missing template: HAVE_NFTW
autoheader: warning: missing template: HAVE_PCRE
autoheader: warning: missing template: HAVE_PGSQL
autoheader: warning: missing template: HAVE_PTHREAD_RWLOCK
autoheader: warning: missing template: HAVE_PTHREAD_SPINLOCK_T
autoheader: warning: missing template: HAVE_REDIS
autoheader: warning: missing template: HAVE_REGEX
autoheader: warning: missing template: HAVE_SDB
autoheader: warning: missing template: HAVE_SEMAPHORE
autoheader: warning: missing template: HAVE_SQLITE
autoheader: warning: missing template: HAVE_SQLITE3
autoheader: warning: missing template: HAVE_UCONTEXT
autoheader: warning: missing template: HAVE_WTLS_OPENSSL
autoheader: warning: missing template: HAVE___FUNCTION__
autoheader: warning: missing template: HAVE___FUNC__
autoheader: warning: missing template: LIBPCRE_VERSION
autoheader: warning: missing template: LIBSDB_VERSION
autoheader: warning: missing template: LOG_TIMESTAMP_LOCALTIME
autoheader: warning: missing template: MUTEX_STATS
autoheader: warning: missing template: NO_GWASSERT
autoheader: warning: missing template: NO_SMS
autoheader: warning: missing template: NO_WAP
autoheader: warning: missing template: SUFFIX
autoheader: warning: missing template: USE_GWMEM_CHECK
autoheader: warning: missing template: USE_GWMEM_NATIVE
autoheader: warning: missing template: USE_GWMEM_SLOW
autoheader: warning: missing template: USE_KEEPALIVE
autoheader: warning: missing template: WS_DEBUG
+ autoconf
configure.in:261: error: possibly undefined macro: AM_ICONV
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
+ automake --add-missing --copy --gnu
automake: warning: autoconf input should be named 'configure.ac', not '
configure.in'
configure.in:89: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms
are deprecated.  For more info, see:
configure.in:89:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:92: installing './compile'
configure.in:89: installing './missing'
utils/Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not '
configure.in'

Thanks



So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


Re: Re[2]: Couldnot parse DLR string sscanf way, fallback to old way. Please report

2018-03-27 Thread Willy Mularto
Try set system-type = ""


So Far Express VPN still the fastest
https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard


On Sun, Mar 25, 2018 at 5:46 PM Сергей Сергеевич Батманов <
sergeybatma...@mail.ru> wrote:

> I try to set msg-id-type = 0x01, 0x02, 0x03 and still not working.
>
>
> Воскресенье, 25 марта 2018, 15:38 +05:00 от Willy Mularto <
> sangpr...@gmail.com>:
>
> See how to set msg-id-type in user guide.
>
>
> So Far Express VPN still the fastest
>
> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard
>
>
> On Sun, Mar 25, 2018 at 5:30 PM Сергей Сергеевич Батманов <
> sergeybatma...@mail.ru
> <https://e.mail.ru/compose/?mailto=mailto%3asergeybatma...@mail.ru>>
> wrote:
>
> Hi, there.
>
> I have a problem with incoming deliver_sm.
>
> Kannel can't parse DLR and gives error. The problem is that i don't send 
> submit_sm, this pdu deliver_sm is special notification from provider with 
> next short_message:
> 20180325102847+PayDay+0+20180326103303+2.5+28766
>
> Deliver_sm is not a delivery report and doesn't have message_id.
>
> 1. What I can do with this erorr and how can i save this deliver_sm to db?
>
> 2. I have another deliver_sm, that doesn't give same error, but kannel can't 
> decode short_message.
>
> I try change msg-id-type, alt-charset and it doesn't work.
>
> Any ideas?
>
>
> It's the first deliver_sm.
>
> 2018-03-25 15:02:26 [2579] [6] DEBUG: SMPP[smstele2]: Got PDU:
> 2018-03-25 15:02:26 [2579] [6] DEBUG: SMPP PDU 0x7f23c80025b0 dump:
> 2018-03-25 15:02:26 [2579] [6] DEBUG: type_name: deliver_sm
> 2018-03-25 15:02:26 [2579] [6] DEBUG: command_id: 5 = 0x0005
> 2018-03-25 15:02:26 [2579] [6] DEBUG: command_status: 0 = 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: sequence_number: 1435116073 =
> 0x558a2229
> 2018-03-25 15:02:26 [2579] [6] DEBUG: service_type: NULL
> 2018-03-25 15:02:26 [2579] [6] DEBUG: source_addr_ton: 1 = 0x0001
> 2018-03-25 15:02:26 [2579] [6] DEBUG: source_addr_npi: 1 = 0x0001
> 2018-03-25 15:02:26 [2579] [6] DEBUG: source_addr: "79519881890"
> 2018-03-25 15:02:26 [2579] [6] DEBUG: dest_addr_ton: 1 = 0x0001
> 2018-03-25 15:02:26 [2579] [6] DEBUG: dest_addr_npi: 1 = 0x0001
> 2018-03-25 15:02:26 [2579] [6] DEBUG: destination_addr: "683"
> 2018-03-25 15:02:26 [2579] [6] DEBUG: esm_class: 28 = 0x001c
> 2018-03-25 15:02:26 [2579] [6] DEBUG: protocol_id: 0 = 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: priority_flag: 0 = 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: schedule_delivery_time: NULL
> 2018-03-25 15:02:26 [2579] [6] DEBUG: validity_period: NULL
> 2018-03-25 15:02:26 [2579] [6] DEBUG: registered_delivery: 0 = 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: replace_if_present_flag: 0 =
> 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: data_coding: 0 = 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: sm_default_msg_id: 0 = 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: sm_length: 51 = 0x0033
> 2018-03-25 15:02:26 [2579] [6] DEBUG: short_message:
> 2018-03-25 15:02:26 [2579] [6] DEBUG: Octet string at 0x7f23c8000b60:
> 2018-03-25 15:02:26 [2579] [6] DEBUG: len: 51
> 2018-03-25 15:02:26 [2579] [6] DEBUG: size: 52
> 2018-03-25 15:02:26 [2579] [6] DEBUG: immutable: 0
> 2018-03-25 15:02:26 [2579] [6] DEBUG: data: 32 30 31 38 30 33 32 35 31 30
> 32 38 34 37 2b 50 20180325102847+P
> 2018-03-25 15:02:26 [2579] [6] DEBUG: data: 61 79 44 61 79 2b 30 2b 32 30
> 31 38 30 33 32 36 ayDay+0+20180326
> 2018-03-25 15:02:26 [2579] [6] DEBUG: data: 31 30 33 33 30 33 2b 32 2e 35
> 2b 32 38 37 36 36 103303+2.5+28766
> 2018-03-25 15:02:26 [2579] [6] DEBUG: data: 31 33 32 132
> 2018-03-25 15:02:26 [2579] [6] DEBUG: Octet string dump ends.
> 2018-03-25 15:02:26 [2579] [6] DEBUG: SMPP PDU dump ends.
> 2018-03-25 15:02:26 [2579] [6] DEBUG: SMPP[smstele2] handle_pdu, got DLR
> 2018-03-25 15:02:26 [2579] [6] DEBUG: SMPP[smstele2]: Couldnot parse DLR
> string sscanf way,fallback to old way. Please report!
> 2018-03-25 15:02:26 [2579] [6] ERROR: SMPP[smstele2]: got DLR but could
> not find message or was not interested in it id<> dst<79519881890>, type<2>
> 2018-03-25 15:02:26 [2579] [6] DEBUG: SMPP[smstele2]: Sending PDU:
> 2018-03-25 15:02:26 [2579] [6] DEBUG: SMPP PDU 0x7f23c8006890 dump:
> 2018-03-25 15:02:26 [2579] [6] DEBUG: type_name: deliver_sm_resp
> 2018-03-25 15:02:26 [2579] [6] DEBUG: command_id: 2147483653 = 0x8005
> 2018-03-25 15:02:26 [2579] [6] DEBUG: command_status: 0 = 0x
> 2018-03-25 15:02:26 [2579] [6] DEBUG: sequence_number: 

Re: Compile Error: No rule to make target 'am--refresh'

2018-03-05 Thread Willy Mularto
Hi,
Thanks,  already resolved by doing libtoolize --force.




Pada tanggal 5 Mar 2018 7.22 PM, <amal...@kannel.org> menulis:

> Hi,
>
> please call: ./bootstrap.sh before configure.
>
> Thanks,
> Alex
>
>
> > Am 03.03.2018 um 18:41 schrieb Willy Mularto <sangpr...@gmail.com>:
> >
> > Hi list,
> > I'm not sure what's going on, I just tried to install Kannel (snapshot
> version) on to a fresh Ubuntu LTS 16.04 (Xenial Xerus), somehow it stop
> during make with error: "No rule to make target 'am--refresh'". Does
> anybody experience this error? Any solution to this matter? Thanks.
> >
>
>


Compile Error: No rule to make target 'am--refresh'

2018-03-04 Thread Willy Mularto
Hi list,
I'm not sure what's going on, I just tried to install Kannel (snapshot
version) on to a fresh Ubuntu LTS 16.04 (Xenial Xerus), somehow it stop
during make with error: "No rule to make target 'am--refresh'". Does
anybody experience this error? Any solution to this matter? Thanks.


Re: Kannel Version

2018-01-29 Thread Willy Mularto
Latest stable and snapshot should be good and stable. I have done millions
of SMS per day with no problem. Most issues come from backend rather than
Kannel itself.

Pada tanggal 29 Jan 2018 4.50 PM, "Robin C"  menulis:

> Dear Users,
>
> Which kannel version is best for bulk volume push? Having problem with tps
> in Kannel bearerbox version `1.4.4'.
>
> --
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


Re: Different TImezone on default log format vs custom log format

2018-01-19 Thread Willy Mularto
Hi Alex,
The funny thing is, it only impact to access-log. And agree to that
approach, just leave %t as it is, and we add another new one escape code to
use local-time rather than fix the "bug". So it's an RFC then ;)

On Fri, Jan 19, 2018 at 9:22 PM, <amal...@kannel.org> wrote:

> Hi,
>
> sure it will impact, or we leave %t as is (GMT) and add new escape
> sequence…
>
> Alex
>
>
> Am 18.01.2018 um 23:49 schrieb Willy Mularto <sangpr...@gmail.com>:
>
> Hi Alex,
> Thanks for the reply, I think it's not a major issue but will be good if
> we can do a fix. BTW what do you mean with "will break many installations"?
> will it impact current installation when someone upgrade it?
>
> On Thu, Jan 18, 2018 at 11:19 PM, <amal...@kannel.org> wrote:
>
>> Hi Willy,
>>
>> yes, you are right, this is not expected and looks like a bug BUT if we
>> fix it, it will break many installations :-(
>>
>> We have to synchronise and merge URL and access log format escape codes.
>>
>> Thanks,
>> Alex
>>
>>
>> Am 18.01.2018 um 01:21 schrieb Willy Mularto <sangpr...@gmail.com>:
>>
>> Hi All,
>> I found that there's difference timezone used on log file by Kannel when
>> we set it as default and when we set a custom log format. What makes this
>> happen? I am on GMT+7 when I use custom log the result will be like this
>> (use GMT which is not expected):
>>
>> 2018-01-17 23:52:25 Sent SMS [SMSC:XXX].
>>
>> 018-01-17 23:52:25 Receive DLR [SMSC:XXX]
>>
>> But when use default log format will be  (use GMT+7 which is correct
>> based on my localtime):
>>
>> 2018-01-18 07:01:20 Sent SMS [SMSC:XXX]
>>
>> 2018-01-18 07:01:20 Receive DLR [SMSC:XXX]
>>
>>
>>
>
>


Re: Different TImezone on default log format vs custom log format

2018-01-18 Thread Willy Mularto
Hi Alex,
Thanks for the reply, I think it's not a major issue but will be good if we
can do a fix. BTW what do you mean with "will break many installations"?
will it impact current installation when someone upgrade it?

On Thu, Jan 18, 2018 at 11:19 PM, <amal...@kannel.org> wrote:

> Hi Willy,
>
> yes, you are right, this is not expected and looks like a bug BUT if we
> fix it, it will break many installations :-(
>
> We have to synchronise and merge URL and access log format escape codes.
>
> Thanks,
> Alex
>
>
> Am 18.01.2018 um 01:21 schrieb Willy Mularto <sangpr...@gmail.com>:
>
> Hi All,
> I found that there's difference timezone used on log file by Kannel when
> we set it as default and when we set a custom log format. What makes this
> happen? I am on GMT+7 when I use custom log the result will be like this
> (use GMT which is not expected):
>
> 2018-01-17 23:52:25 Sent SMS [SMSC:XXX].
>
> 018-01-17 23:52:25 Receive DLR [SMSC:XXX]
>
> But when use default log format will be  (use GMT+7 which is correct based
> on my localtime):
>
> 2018-01-18 07:01:20 Sent SMS [SMSC:XXX]
>
> 2018-01-18 07:01:20 Receive DLR [SMSC:XXX]
>
>
>


Different TImezone on default log format vs custom log format

2018-01-17 Thread Willy Mularto
Hi All,
I found that there's difference timezone used on log file by Kannel when we
set it as default and when we set a custom log format. What makes this
happen? I am on GMT+7 when I use custom log the result will be like this
(use GMT which is not expected):

2018-01-17 23:52:25 Sent SMS [SMSC:XXX].

018-01-17 23:52:25 Receive DLR [SMSC:XXX]

But when use default log format will be  (use GMT+7 which is correct based
on my localtime):

2018-01-18 07:01:20 Sent SMS [SMSC:XXX]

2018-01-18 07:01:20 Receive DLR [SMSC:XXX]


Re: Sending bulk sms

2017-12-17 Thread Willy Mularto
Share your configuration and tells clearly what steps have you done.




Pada tanggal 17 Des 2017 10.23 PM, "nashwan Al-Mawri" 
menulis:

> Hello
> I appreciate you help in this because I am stuck ,
> I am already connected with operator and I can’t send single sms to
> subscriber however I want to send bulk sms ( 100,000 sms ) but still could
> not figure it out , I tried  mtbatch it runs and red the content and
> receivers files but it returns mtbatch process 0 sms , is it the write tool
> to use for sending bulk sms. ( one sms to 100,000)
> I red about cgi-bin but I don’t know how to make it send 100,000 sms
>
> Thank you in advance
>
> Sent from my iPhone
>


Re: TLV & sqlbox for MT

2016-09-23 Thread Willy Mularto
Share us your config brother and also your logs. I use SQLBOX and SMPP TLV,
insert it to meta_data field and running good.

On 24 Sep 2016 12:20 a.m., "spameden"  wrote:

> Hello,
>
> Is anybody here using sqlbox + TLV for MT?
>
> I've just tested on 1.4.4 kannel it seems to be not working at all.
>
> With smsbox it works just perfectly, but not with sqlbox for some reason.
>
> In both cases I've urlencoded meta_data value, but still no luck..
>
> Any ideas how to fix this?
>
> Thanks.
>


Re: Can't find DLR, eventhough msgid is exist

2016-06-18 Thread Willy Mularto
Ok then if you thing so. Nothing we can help here then. AFAIK XL mention
this on their documentation. I have been connected to XL since 2005 and no
DLR missed between millions of MT.
On 19 Jun 2016 8:58 a.m., "Fajar" <bebas...@yahoo.com> wrote:

> hello,
>
> i delete msg-id-type because msgid number is beyond limit in XL. i read by
> removing it, now it becomes string type, and we don't have a problem
> running that... we have set TLV number.., but for matching DLR, kannel
> doesn't need tx_id, it uses foreign id/message id and msisdn...
>
>
> ----------
> *From:* Willy Mularto <sangpr...@gmail.com>
> *To:* Fajar <bebas...@yahoo.com>
> *Cc:* "kannel users@kannel.org" <users@kannel.org>
> *Sent:* Sunday, 19 June 2016, 4:52
> *Subject:* Re: Can't find DLR, eventhough msgid is exist
>
> That's dlr-mask, what I mean is msg-id-type, it should be 0x01 for XL. And
> also have you set the TLV TX_ID parameter? With correct configuration you
> will never miss the DLR.
> On 19 Jun 2016 4:12 a.m., "Fajar" <bebas...@yahoo.com> wrote:
>
> hello,
>
> i'm setting up mask with 3, both dlr type 2 and 1 can go to not mapped
> situation. instead of increasing the push to smsc... i'm reducing the
> amount of push to kannel to 2500/s. but the problem still happen. like i
> said.. i have 2 service, both has same amount of users.. but one can be
> less not mapped DLR. both use same configuration.
>
> --
> * From: * Willy Mularto <sangpr...@gmail.com>;
> * To: * Fajar <bebas...@yahoo.com>;
> * Cc: * kannel users@kannel.org <users@kannel.org>;
> * Subject: * Re: Can't find DLR, eventhough msgid is exist
> * Sent: * Sat, Jun 18, 2016 3:48:52 PM
>
> Hi,
> I believe this is more about the configuration. And regarding the DLR
> issue are you sure you have the same DLR Type with XL, also please check
> the TLV. The throttle limit is configurable. Re read the user guide and you
> will find how to do it.
> On 18 Jun 2016 9:56 p.m., "Fajar" <bebas...@yahoo.com> wrote:
>
> hello,
>
> i'm sending SMS bulk, with usually 10k messages in a minute to kannel, but
> the kannel to SMSC only limit 20 messages/s, so it will cause queue in
> kannel, instead in my database..., the problem is DLR. sometimes there are
> 3000 messages can't be mapped, eventhough kannel received the DLR.., here
> is snip log...:(i'm currently testing using redis, with max-connection=40
> and idle_timeout=10)
>
> [root@App ]# cat /opt/kannel/logs/xl/XLMTXLSDP.log | grep 
> 2016-06-17 21:21:46 [28347] [7] DEBUG:   destination_addr: ""
> 2016-06-17 21:21:46 [28347] [7] DEBUG: DLR[redis]: Adding DLR
> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, src=9922806,
> dst=, mask=3, boxc=
>
> [root@App ]# cat /opt/kannel/logs/xl/XLMOXLSDP.log | grep
> 11200101160617142146064421
> 2016-06-17 21:21:46 [28347] [6] DEBUG: DLR[redis]: Looking for DLR
> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, dst=, type=2
> 2016-06-17 21:21:46 [28347] [6] ERROR: SMPP[XLMOMTXLSDP]: got DLR but
> could not find message or was not interested in it
> id<11200101160617142146064421> dst, type<2>
>
> while in redis database itself...
> 127.0.0.1:6379[2]> keys *11200101160617142146064421
> 1) "dlr:XLMOMTXLSDP:11200101160617142146064421"
>
> the keys still in there..., i don't know why kannel can't find it...
>
> the default DLR storage is internal DLR, but i'm trying to use redis
> database to see if it makes different.., but it doesn't help at all...
>
> is there anyplace that i need to tweak more?
>
> thank you
>
> fajar
>
>
>
>


Re: Can't find DLR, eventhough msgid is exist

2016-06-18 Thread Willy Mularto
That's dlr-mask, what I mean is msg-id-type, it should be 0x01 for XL. And
also have you set the TLV TX_ID parameter? With correct configuration you
will never miss the DLR.
On 19 Jun 2016 4:12 a.m., "Fajar" <bebas...@yahoo.com> wrote:

> hello,
>
> i'm setting up mask with 3, both dlr type 2 and 1 can go to not mapped
> situation. instead of increasing the push to smsc... i'm reducing the
> amount of push to kannel to 2500/s. but the problem still happen. like i
> said.. i have 2 service, both has same amount of users.. but one can be
> less not mapped DLR. both use same configuration.
>
> ------
> * From: * Willy Mularto <sangpr...@gmail.com>;
> * To: * Fajar <bebas...@yahoo.com>;
> * Cc: * kannel users@kannel.org <users@kannel.org>;
> * Subject: * Re: Can't find DLR, eventhough msgid is exist
> * Sent: * Sat, Jun 18, 2016 3:48:52 PM
>
> Hi,
> I believe this is more about the configuration. And regarding the DLR
> issue are you sure you have the same DLR Type with XL, also please check
> the TLV. The throttle limit is configurable. Re read the user guide and you
> will find how to do it.
> On 18 Jun 2016 9:56 p.m., "Fajar" <bebas...@yahoo.com> wrote:
>
>> hello,
>>
>> i'm sending SMS bulk, with usually 10k messages in a minute to kannel,
>> but the kannel to SMSC only limit 20 messages/s, so it will cause queue in
>> kannel, instead in my database..., the problem is DLR. sometimes there are
>> 3000 messages can't be mapped, eventhough kannel received the DLR.., here
>> is snip log...:(i'm currently testing using redis, with max-connection=40
>> and idle_timeout=10)
>>
>> [root@App ]# cat /opt/kannel/logs/xl/XLMTXLSDP.log | grep 
>> 2016-06-17 21:21:46 [28347] [7] DEBUG:   destination_addr: ""
>> 2016-06-17 21:21:46 [28347] [7] DEBUG: DLR[redis]: Adding DLR
>> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, src=9922806,
>> dst=, mask=3, boxc=
>>
>> [root@App ]# cat /opt/kannel/logs/xl/XLMOXLSDP.log | grep
>> 11200101160617142146064421
>> 2016-06-17 21:21:46 [28347] [6] DEBUG: DLR[redis]: Looking for DLR
>> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, dst=, type=2
>> 2016-06-17 21:21:46 [28347] [6] ERROR: SMPP[XLMOMTXLSDP]: got DLR but
>> could not find message or was not interested in it
>> id<11200101160617142146064421> dst, type<2>
>>
>> while in redis database itself...
>> 127.0.0.1:6379[2]> keys *11200101160617142146064421
>> 1) "dlr:XLMOMTXLSDP:11200101160617142146064421"
>>
>> the keys still in there..., i don't know why kannel can't find it...
>>
>> the default DLR storage is internal DLR, but i'm trying to use redis
>> database to see if it makes different.., but it doesn't help at all...
>>
>> is there anyplace that i need to tweak more?
>>
>> thank you
>>
>> fajar
>>
>>


Re: Can't find DLR, eventhough msgid is exist

2016-06-18 Thread Willy Mularto
So it answers your question. Why don't you increase the limit? And make
sure XL allow you to push 10K in a minute. What is your DLR Type?
On 18 Jun 2016 11:04 p.m., "Fajar" <bebas...@yahoo.com> wrote:

i've set the throtle to 20 message/seconds. if it is about configuration.
why only small part of total transaction. i've another service with almost
same amount users. but this one usually less than 200 DLR can't be map. it
just so confuse if problem can't be repeated..

--
* From: * Willy Mularto <sangpr...@gmail.com>;
* To: * Fajar <bebas...@yahoo.com>;
* Cc: * kannel users@kannel.org <users@kannel.org>;
* Subject: * Re: Can't find DLR, eventhough msgid is exist
* Sent: * Sat, Jun 18, 2016 3:48:52 PM

Hi,
I believe this is more about the configuration. And regarding the DLR issue
are you sure you have the same DLR Type with XL, also please check the TLV.
The throttle limit is configurable. Re read the user guide and you will
find how to do it.
On 18 Jun 2016 9:56 p.m., "Fajar" <bebas...@yahoo.com> wrote:

> hello,
>
> i'm sending SMS bulk, with usually 10k messages in a minute to kannel, but
> the kannel to SMSC only limit 20 messages/s, so it will cause queue in
> kannel, instead in my database..., the problem is DLR. sometimes there are
> 3000 messages can't be mapped, eventhough kannel received the DLR.., here
> is snip log...:(i'm currently testing using redis, with max-connection=40
> and idle_timeout=10)
>
> [root@App ]# cat /opt/kannel/logs/xl/XLMTXLSDP.log | grep 
> 2016-06-17 21:21:46 [28347] [7] DEBUG:   destination_addr: ""
> 2016-06-17 21:21:46 [28347] [7] DEBUG: DLR[redis]: Adding DLR
> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, src=9922806,
> dst=, mask=3, boxc=
>
> [root@App ]# cat /opt/kannel/logs/xl/XLMOXLSDP.log | grep
> 11200101160617142146064421
> 2016-06-17 21:21:46 [28347] [6] DEBUG: DLR[redis]: Looking for DLR
> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, dst=, type=2
> 2016-06-17 21:21:46 [28347] [6] ERROR: SMPP[XLMOMTXLSDP]: got DLR but
> could not find message or was not interested in it
> id<11200101160617142146064421> dst, type<2>
>
> while in redis database itself...
> 127.0.0.1:6379[2]> keys *11200101160617142146064421
> 1) "dlr:XLMOMTXLSDP:11200101160617142146064421"
>
> the keys still in there..., i don't know why kannel can't find it...
>
> the default DLR storage is internal DLR, but i'm trying to use redis
> database to see if it makes different.., but it doesn't help at all...
>
> is there anyplace that i need to tweak more?
>
> thank you
>
> fajar
>
>


Re: Can't find DLR, eventhough msgid is exist

2016-06-18 Thread Willy Mularto
Hi,
I believe this is more about the configuration. And regarding the DLR issue
are you sure you have the same DLR Type with XL, also please check the TLV.
The throttle limit is configurable. Re read the user guide and you will
find how to do it.
On 18 Jun 2016 9:56 p.m., "Fajar"  wrote:

> hello,
>
> i'm sending SMS bulk, with usually 10k messages in a minute to kannel, but
> the kannel to SMSC only limit 20 messages/s, so it will cause queue in
> kannel, instead in my database..., the problem is DLR. sometimes there are
> 3000 messages can't be mapped, eventhough kannel received the DLR.., here
> is snip log...:(i'm currently testing using redis, with max-connection=40
> and idle_timeout=10)
>
> [root@App ]# cat /opt/kannel/logs/xl/XLMTXLSDP.log | grep 
> 2016-06-17 21:21:46 [28347] [7] DEBUG:   destination_addr: ""
> 2016-06-17 21:21:46 [28347] [7] DEBUG: DLR[redis]: Adding DLR
> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, src=9922806,
> dst=, mask=3, boxc=
>
> [root@App ]# cat /opt/kannel/logs/xl/XLMOXLSDP.log | grep
> 11200101160617142146064421
> 2016-06-17 21:21:46 [28347] [6] DEBUG: DLR[redis]: Looking for DLR
> smsc=XLMOMTXLSDP, ts=11200101160617142146064421, dst=, type=2
> 2016-06-17 21:21:46 [28347] [6] ERROR: SMPP[XLMOMTXLSDP]: got DLR but
> could not find message or was not interested in it
> id<11200101160617142146064421> dst, type<2>
>
> while in redis database itself...
> 127.0.0.1:6379[2]> keys *11200101160617142146064421
> 1) "dlr:XLMOMTXLSDP:11200101160617142146064421"
>
> the keys still in there..., i don't know why kannel can't find it...
>
> the default DLR storage is internal DLR, but i'm trying to use redis
> database to see if it makes different.., but it doesn't help at all...
>
> is there anyplace that i need to tweak more?
>
> thank you
>
> fajar
>
>


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 Kashif  wrote:
> 
> Dear Friends,
> 
> There is a Variable for SMSbox 'global-sender' on smsbox level, which i think 
> can be used to overwrite all outgoing messages.
> 
> I have 3 SMSc i want only one SMSc to overwrite the sender and rest of SMSc 
> can send any sender.
> 
> I could not find any variable for group = SMSC which works like 
> 'global-sender' only for SMSC
> 
> is it possible to overwrite sender for one particular SMSC.
> 
> Thanks
> Ali 



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 started sqlbox via SSH, no errors occurred, but now a days It 
> genreates some errors.
> 
> So I am starting sqlbox with log level 4.
> 
> I am inserting all messgaes into mysql database table 'sqlbox_send_sms' from 
> http interface, so sqlbox inserts all messages into log table 
> 'sqlbox_sent_sms'.
> 
> But now a days, sometimes it is not performed by sqlbox.
> 
> Please suggest me that how to resolve this problem as soon as possible.
> 
> 
> 
> 
> 
> Thanks 
> Ammar Ali 
> Pune (M.H.)



Kannel + SQLBox Configuration Example

2015-11-17 Thread Willy Mularto
Hi All,

Does anybody has working configuration Kannel + SQLBox? I just want SQLBox
to store the MT and DLR. Many thanks.


Re: How many message can send by SMPP Client at a time

2015-07-28 Thread Willy Mularto
1- hundreds, depend on your setting and application.



 On Jul 28, 2015, at 7:45 PM, Ammar Ali ammarali3...@gmail.com wrote:
 
 Hello Everyone,
 
 I have successfully configured Kannel with opensmppbox.
 
 This is my architecture:
 
 SMPP Client - OpenSMPPBox - SQLBox - Bearerbox - SMPP Connections
 
 This is kannel monitor log:
 Status: running, uptime 5d 7h 0m 45s
 
 WDP: received 0 (0 queued), sent 0 (0 queued)
 
 SMS: received 0 (0 queued), sent 5250 (0 queued), store size -1
 SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.01) msg/sec
 
 DLR: received 3301, sent 0
 DLR: inbound (0.02,0.01,0.01) msg/sec, outbound (0.00,0.00,0.00) msg/sec
 DLR: 2757 queued, using mysql storage
 
 Box connections:
 smsbox:smsbox1, IP 127.0.0.1 (0 queued), (on-line 5d 7h 0m 2s) 
 smsbox:sqlbox1, IP 127.0.0.1 (0 queued), (on-line 5d 6h 34m 34s) 
 smsbox:bulk24trn, IP 127.0.0.1 (711 queued), (on-line 0d 4h 19m 17s) 
 
 SMSC connections:
 SMSC1[SMSC1]SMPP:XXX.XXX.XXX.XXX:/:x:SMPP (online 
 274629s, rcvd: sms 0 (0.00,0.00,0.00) / dlr 3299 (0.02,0.01,0.01), sent: sms 
 5248 (0.00,0.00,0.01) / dlr 0 (0.00,0.00,0.00), failed 762, queued 0 msgs
 
 There is an queue on smpp connection.
 
 Can you tell me what is the default limit of accepting message from client 
 connection?
 
 
 
 Thanks
 Ammar Ali
 Pune (M.H.)
 



ssl:// is supported?

2015-04-27 Thread Willy Mularto
Hi,
Does Kannel support this kind of URL for HTTP SMSC? 
ssl://gateway.sandbox.push.apple.com:2195 
ssl://gateway.sandbox.push.apple.com:2195. Thanks













Re: Bearerbox Access Log to MySQL

2015-04-14 Thread Willy Mularto
Why don’t you use SQLBox? 



 On Apr 15, 2015, at 5:24 AM, Alberto Mijares amijar...@gmail.com wrote:
 
 Hi guys,
 
 I'd like to send bearerbox access logs directly to a MySQL table. I
 think I could try
 
 group = core
 ...
 access-log = /path/to/any/socket
 ...
 
 and have a script reading the socket, etc...
 
 Have anyone done this before? Any advise before I put my hands on
 would be appretiated.
 
 Thanks in advance,
 
 
 Alberto Mijares
 




Re: developing an SMS gateway

2015-02-11 Thread Willy Mularto
You need mbuni to use with SS7. All Linux are friend.
On 11 Feb 2015 16:03, Salma BARKAOUI salma.barka...@supcom.tn wrote:


  --


  This is Barkaoui Salma from high school of communication of TUNISIA
 (SUP'COM).

 Currently I am developing an SMS gateway. Then this will be my first time
 using Kannel so I would like to know whish lunix distribution is the best
 for installing Kannel? In addition, do we I have to install Kannel if I
 already install openSS7 knowing that openSS7 integrate Kannel?

 Thank you in advance for any help you might be able to provide.

 Sincerely,

 Barkaoui Salma. ​





Re: Using Kannel and a GSM Modem Interactively

2015-01-26 Thread Willy Mularto
As I have mentioned before, do it in the script level not in gateway level. 
Means you can do it by parsing or whatever response from the get-url. Parsing 
the smsbox.log will takes more effort and really not recommended at all.



 On Jan 26, 2015, at 2:55 PM, Ian Baraza Brayoni ibaraza...@gmail.com wrote:
 
 Hi Willy,
 
 I have tried doing so using the sms-service;
 
 # SMS SERVICE
 group = sms-service
 keyword = mchanjo
 get-url = http://localhost:3000/client?sender=%ptext=%k 
 http://localhost:3000/client?sender=%ptext=%k
 accept-x-kannel-headers = true
 max-messages = 3
 concatenation = true
 
 In this case I am relying on get-url to extract the sender's msisdn. Upon 
 receipt of the keyword mchanjo, I would like to start prompting the user 
 for their name, birthdate, gender etc...in a step wise manner.
 
 When a user sends mchanjo, I will respond using a question, for example, 
 Reply with your name?. The user may text back Willy. I would like to 
 retrieve and store this in the data base and prompt for the birthdate which i 
 will in turn also store in the database. 
 
 The challenge is to extract these responses effectively from smsbox.log.
 
 Kindly advise.
 
 
 
 
 Best Regards,
 Ian Brayoni
 

 
 
 
 On Mon, Jan 26, 2015 at 3:14 AM, Willy Mularto sangpr...@gmail.com 
 mailto:sangpr...@gmail.com wrote:
 Sure you can do. It is all done at application or script level not gateway.
 
 On 26 Jan 2015 05:14, Ian Baraza Brayoni ibaraza...@gmail.com 
 mailto:ibaraza...@gmail.com wrote:
 I would like to find out whether one can use a script to query a user some 
 data through kannel.
 
 Usecase
 
 Consider a scenario where I need to carry out a registration process via sms. 
 I need to query for the name, birthdate, gender and so forth.
 Suggestions highly appreciated.
 
 
 Best Regards,
 Ian Brayoni
 

 
 
 



Re: Using Kannel and a GSM Modem Interactively

2015-01-25 Thread Willy Mularto
Sure you can do. It is all done at application or script level not gateway.
On 26 Jan 2015 05:14, Ian Baraza Brayoni ibaraza...@gmail.com wrote:

 I would like to find out whether one can use a script to query a user some
 data through kannel.

 *Usecase*

 Consider a scenario where I need to carry out a registration process via
 sms. I need to query for the name, birthdate, gender and so forth.

 Suggestions highly appreciated.

 Best Regards,
 Ian Brayoni







Re: Minimum Requirement for getting 1000 message per second

2015-01-15 Thread Willy Mularto
Server hardware configuration 1K message/second/SMSC? Simply buy the
highest configuration that your fund can buy :)

On Fri, Jan 16, 2015 at 1:43 PM, Ammar Ali ammarali3...@gmail.com wrote:

 Hello,

 What will be minimum requirements for getting 1000 message/second
 transfered from kannel to particular smsc? What will be server hardware
 configuration?




 Ammar Ali
 FRAMP Technologies,
 Pune (Maharashtra)



Re: Is it possible to integrate Twilio with Kannel?

2014-12-21 Thread Willy Mularto
Maybe you can do generic HTTP SMSC from Kannel. Or if you are a developer you 
can hack the source. The last option is hire a Kannel developer to help you 
solve it. There are many of them here ;)



 On Dec 21, 2014, at 6:26 PM, Sina Owolabi notify.s...@gmail.com wrote:
 
 Hi!
 
 I am looking at integrating Twilio as a http SMSC on kannel. I have
 been searching the internet, I haven't found any information about it
 at all. Is this possible, and how?
 
 Thanks!
 




Re: Server Configurations For Kannel Machine

2014-12-13 Thread Willy Mularto
The higher the better.
On 13 Dec 2014 17:01, Aditya Khanna aditya.khanna111...@gmail.com wrote:

 Hi All,

 I want to know something about Server Configurations where Kannel SMS
 Gateway will be configured.

 My whole machine or application will be look like this:



 *HTTP==SQLBoxes (5-10 Approx)==Bearerbox==Multiple SMSC Connections*
 So, please suggest me that what will be the server configuration required
 for my whole application like processor, RAM, HDD or SDD etc.


 Thanks,
 Aditya Khanna




Re: How to Increase Performance of Outbound Messages

2014-12-01 Thread Willy Mularto
Please share your complete MT scenario



 On Dec 1, 2014, at 3:01 PM, Aditya Khanna aditya.khanna111...@gmail.com 
 wrote:
 
 Hello Everyone,
 
 When I'm sending message in bulk then I'm not getting a  satisfactory 
 performance using kannel.
 
 My current status is: outbound (5.42,4.22,2.81) msg/sec
 
 I'm also connecting multiple SMSC's connections.
 
 So please suggest me that how to increase this.
 
 I'm waiting for your response.
 
 
 
 Thanks,
 Aditya Khanna




Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
I don't think the package is exist in Ubuntu. All I found is openssl,
libnssl-dev, is there any other?

On Mon, 10 Nov 2014 15:03 Tapan Kumar Thapa tapan.thapa2...@gmail.com
wrote:

 Have you also installed openssl-devel package?

 On Mon, Nov 10, 2014 at 1:27 PM, Willy Mularto sangpr...@gmail.com
 wrote:

 Hi,
 Just tried to install Kannel with SSL enabled on Ubuntu, already
 installed openssl and libssl-dev, the configure returns error “Unable to
 find OpenSSL libs and/or directories at yes”
 Is there any dependency I forget to install? Thanks







Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
I have checked *ssl* package that’s already installed in my Ubuntu, and found 
libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl09-dev, libssl095a-dev, 
libssl096-dev, openssl,  and still got this error “Configuring OpenSSL support 
...
configure: error: Unable to find OpenSSL libs and/or directories at yes” is 
there anything else we need here? Thanks.




 On Nov 10, 2014, at 4:00 PM, Milan P. Stanic m...@arvanta.net wrote:
 
 On Mon, 2014-11-10 at 08:09, Willy Mularto wrote:
 I don't think the package is exist in Ubuntu. All I found is openssl,
 libnssl-dev, is there any other?
 
 On Debian derived distribution (Ubuntu, ...) there is no openssl-devel
 package.
 
 On Mon, 10 Nov 2014 15:03 Tapan Kumar Thapa tapan.thapa2...@gmail.com
 wrote:
 Have you also installed openssl-devel package?
 On Mon, Nov 10, 2014 at 1:27 PM, Willy Mularto sangpr...@gmail.com
 wrote:
 Just tried to install Kannel with SSL enabled on Ubuntu, already
 installed openssl and libssl-dev, the configure returns error “Unable to
 find OpenSSL libs and/or directories at yes”
 Is there any dependency I forget to install? Thanks
 
 Maybe these:
 libpam0g-dev, autoconf, automake, autotools-dev, libpcre3-dev,
 debhelper ( 7.0.0), libxml2-dev
 
 and libs for your SQL server if you use them.
 
 -- 
 Kind regards,  Milan
 --
 Arvanta,http://www.arvanta.net
 Please do not send me e-mail containing HTML code or documents in
 proprietary format (word, excel, pps and so on)
 



Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
Found the solution —with-ssl=/dir/to/ssl
Thanks


 On Nov 10, 2014, at 4:43 PM, Milan P. Stanic m...@arvanta.net wrote:
 
 On Mon, 2014-11-10 at 16:24, Willy Mularto wrote:
 I have checked *ssl* package that’s already installed in my Ubuntu, and 
 found libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl09-dev, 
 libssl095a-dev, libssl096-dev, openssl,  and still got this error 
 “Configuring OpenSSL support ...
 configure: error: Unable to find OpenSSL libs and/or directories at yes” is 
 there anything else we need here? Thanks.
 
 Do you have '--with-ssl=yes' parameter in the configure command line, by
 chance?
 
 If answer is yes replace it with --enable-ssl and try again.
 
 If answer is no then post your complete 'configure' command line here
 (to list).
 
 On Nov 10, 2014, at 4:00 PM, Milan P. Stanic m...@arvanta.net wrote:
 
 On Mon, 2014-11-10 at 08:09, Willy Mularto wrote:
 I don't think the package is exist in Ubuntu. All I found is openssl,
 libnssl-dev, is there any other?
 
 On Debian derived distribution (Ubuntu, ...) there is no openssl-devel
 package.
 
 On Mon, 10 Nov 2014 15:03 Tapan Kumar Thapa tapan.thapa2...@gmail.com
 wrote:
 Have you also installed openssl-devel package?
 On Mon, Nov 10, 2014 at 1:27 PM, Willy Mularto sangpr...@gmail.com
 wrote:
 Just tried to install Kannel with SSL enabled on Ubuntu, already
 installed openssl and libssl-dev, the configure returns error “Unable to
 find OpenSSL libs and/or directories at yes”
 Is there any dependency I forget to install? Thanks
 
 -- 
 Kind regards,  Milan
 --
 Arvanta,http://www.arvanta.net
 Please do not send me e-mail containing HTML code or documents in
 proprietary format (word, excel, pps and so on)
 




Configure --with-ssl

2014-11-09 Thread Willy Mularto
Hi,
Just tried to install Kannel with SSL enabled on Ubuntu, already installed 
openssl and libssl-dev, the configure returns error “Unable to find OpenSSL 
libs and/or directories at yes”
Is there any dependency I forget to install? Thanks





Re: How to Improve Performance of SQLBox

2014-11-05 Thread Willy Mularto
Is that really 100500 questions? LOL. Maybe he needs your guidance mate.
On 5 Nov 2014 18:16, spameden spame...@gmail.com wrote:

 Can you please stop SPAMMING kannel lists?

 Really annoying to get 100500 questions on the same issue from you all
 time.

 You could read a bit of mailing lists, this question has been covered many
 times already and there were many suggestions why you might be having low
 performance.

 2014-11-05 10:05 GMT+03:00 Aditya Khanna aditya.khanna111...@gmail.com:


 *Hello Everyone,*
 I'm new with Kannel SMS Gateway. I have configured Kannel as my
 requirements.

 This is my Gateway Architecture:

 *HTTP Application  BBox**  SQLBox**  SMSBox** 
 SMSCs*

 *  Mobile*
 Now, the problem is that When I'm observing send_sms table that are
 created by SQLBox then It sends 10 msgs/sec to particular connected SMSBox.

 So please suggest me that how to improve this speed in SQLBox.




 *Thanks,*

 *Aditya Khanna*





Re: How to Improve Performance of SQLBox

2014-11-05 Thread Willy Mularto
Just joke mate, I agree with you. Saw many same posts from Aditya.
On 5 Nov 2014 19:08, spameden spame...@gmail.com wrote:

 It's not the first time I see this message from Aditya.

 If you google a bit you'll understand what I mean.

 Don't get me wrong I just don't like people who can't put a bit effort
 into problem solving and want complete final solution from others.

 If you really want to solve this way -- rent a kannel specialist and pay
 him money for his work (hourly-based).

 2014-11-05 15:01 GMT+03:00 Willy Mularto sangpr...@gmail.com:

 Is that really 100500 questions? LOL. Maybe he needs your guidance mate.
 On 5 Nov 2014 18:16, spameden spame...@gmail.com wrote:

 Can you please stop SPAMMING kannel lists?

 Really annoying to get 100500 questions on the same issue from you all
 time.

 You could read a bit of mailing lists, this question has been covered
 many times already and there were many suggestions why you might be having
 low performance.

 2014-11-05 10:05 GMT+03:00 Aditya Khanna aditya.khanna111...@gmail.com
 :


 *Hello Everyone,*
 I'm new with Kannel SMS Gateway. I have configured Kannel as my
 requirements.

 This is my Gateway Architecture:

 *HTTP Application  BBox**  SQLBox**  SMSBox** 
 SMSCs*

 *  Mobile*
 Now, the problem is that When I'm observing send_sms table that are
 created by SQLBox then It sends 10 msgs/sec to particular connected SMSBox.

 So please suggest me that how to improve this speed in SQLBox.




 *Thanks,*

 *Aditya Khanna*






Re: Regarding: How to Use SQLBox For Sending And Recieve SMS

2014-10-14 Thread Willy Mularto
We assume you're already connected to SMSC. To send MT you just need to
insert the message into SQLBox table (check the user guide). To receive MO
then you only need to send message using your mobile phone to your
connected Kannel.
On 14 Oct 2014 18:10, Aditya Khanna aditya.khanna111...@gmail.com wrote:

 *Hello Everyone,*

 Need Help?

 Currently I'm working on Kannel SMS Gateway, I have configured Bearerbox,
 SMSBox and SQLBox successfully. But now I don't know how to use SQLBox for
 sending and receiving SMS.


 Please give me appropriate solution of this issue.



 Thanks,
 Aditya Kkanna







RE: Avoid SQLBox to receive MO?

2014-10-12 Thread Willy Mularto
Thanks Rene I appreciate it. Would you share an example full working Kannel
and SQLBox configuration set which service MO-MT-DLR and MT only?
On 12 Oct 2014 15:37, Rene Kluwen rene.klu...@chimit.nl wrote:

 It's in the doc tree. But I will send it to you separately.
 It doesn't really bypass sqlbox, but just does not save it in the mo table.
 I don't think it is possible to have a different route for mo's and dlr's
 in
 bearerbox unless you patch it.

 == Rene

 -Original Message-
 From: Willy Mularto [mailto:sangpr...@gmail.com]
 Sent: zondag 12 oktober 2014 4:29
 To: Rene Kluwen
 Cc: kannel users@kannel.org
 Subject: Re: Avoid SQLBox to receive MO?

 Hi Rene,
 Can you point me the latest SQLBox user-guide URL? Does the mo-save really
 bypass the SQLBox to process the MO or still process it but doesn't save it
 to the table? Thanks



 Willy Mularto
 SMS Gateway, Content Provider, Mobile Solution Specialist
 M: +62811923464, +62818923464
 PIN BBM: 74924429



 On Oct 11, 2014, at 3:10 AM, Rene Kluwen rene.klu...@chimit.nl wrote:

  If you are using a recent version of sqlbox, see the userguide about
  the save-mo configuration option.
  If you set it to false, no MO will be saved.
 
  == Rene
 
  -Original Message-
  From: users [mailto:users-boun...@kannel.org] On Behalf Of Willy
  Mularto
  Sent: vrijdag 10 oktober 2014 15:02
  To: kannel users@kannel.org
  Subject: Avoid SQLBox to receive MO?
 
  Hi,
  Need help Kannel with SQLBox configuration to avoid SQLBox process MO,
  in other word I want SQLBox to service MT only. Thanks.
 
 
 
  Willy Mularto
  SMS Gateway, Content Provider, Mobile Solution Specialist
  M: +62811923464, +62818923464
  PIN BBM: 74924429
 
 
 
 
 
 






Re: Avoid SQLBox to receive MO?

2014-10-11 Thread Willy Mularto
Hi Rene,
Can you point me the latest SQLBox user-guide URL? Does the mo-save really 
bypass the SQLBox to process the MO or still process it but doesn’t save it to 
the table? Thanks



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Oct 11, 2014, at 3:10 AM, Rene Kluwen rene.klu...@chimit.nl wrote:

 If you are using a recent version of sqlbox, see the userguide about the
 save-mo configuration option.
 If you set it to false, no MO will be saved.
 
 == Rene
 
 -Original Message-
 From: users [mailto:users-boun...@kannel.org] On Behalf Of Willy Mularto
 Sent: vrijdag 10 oktober 2014 15:02
 To: kannel users@kannel.org
 Subject: Avoid SQLBox to receive MO?
 
 Hi,
 Need help Kannel with SQLBox configuration to avoid SQLBox process MO, in
 other word I want SQLBox to service MT only. Thanks.
 
 
 
 Willy Mularto
 SMS Gateway, Content Provider, Mobile Solution Specialist
 M: +62811923464, +62818923464
 PIN BBM: 74924429
 
 
 
 
 
 




Avoid SQLBox to receive MO?

2014-10-10 Thread Willy Mularto
Hi,
Need help Kannel with SQLBox configuration to avoid SQLBox process MO, in other 
word I want SQLBox to service MT only. Thanks.



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429






Re: Can we pull DLRs instead of PUSH by kannel?

2014-10-05 Thread Willy Mularto
How big is your daily DLR volume?  My suggestion is to tune up your DB, either 
the engine (MyISAM to InnoDB maybe) or configuration.
Also I want to know how will you store the DLR? Parsing Kannel’s log? Save it 
to plain text? When you do the bunch or batch will it still update the DB? Then 
it will double the load, it will eat your DB and also the IO (if you parse the 
DLR from plain text)
Please address this kind question to user’s list rather than devel’s list. 
Thanks


Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Oct 3, 2014, at 6:55 PM, Vikas Wasiya vi...@hostnsoft.com wrote:

 Hello, 
 
 We have certain queries related to kannel dlr reports.
 
 We do not want Kannel to call our URL and delete delivery reports from Spool.
 
 Instead, we want to pull the delivery report in bunch and delete.
 
 Reason: reducing our DB load because every URL runs the update query on our 
 DB.
 
 
 
 Thanks and waiting for your reply,
 
 -- 
 Thanks  Regards
 Vikas Wasiya
 Sr. Software Developer
 Walkover Web Solutions | HOSTnSOFT



Re: HTTPClient

2014-09-29 Thread Willy Mularto
Please dump the log-level to 0 and share us. 



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Sep 30, 2014, at 1:18 AM, Melvin Oberem obere...@telkomsa.net wrote:

 Hi
  
 Thanks for the reply, but I find that “msg-id-type” does not work on version 
 1.4.3.
  
 No matter what the value for msg-id-type is set, the message ID is always 
 written into the sql table as “0”, so when the deliver_sm is received it is 
 also convert to a “0” resulting in the first entry found in the mysql table 
 being updated.
  
 I have tried all formats msg-id-type = 0x01 or 1 or 01 , even tried closing 
 them in quotes. Also tried all possible 0x00, 0x01, 0x02 and 0x03.
  
 Regards
 Melvin
  
 From: Willy Mularto [mailto:sangpr...@gmail.com] 
 Sent: 29 September 2014 03:53 AM
 To: Melvin Oberem
 Cc: kannel users@kannel.org
 Subject: Re: HTTPClient
  
 msg-id-type is your answer. Check user guide ;)
  
  
  
 Willy Mularto
 SMS Gateway, Content Provider, Mobile Solution Specialist
 M: +62811923464, +62818923464
 PIN BBM: 74924429
  
  
  
 On Sep 27, 2014, at 4:18 AM, Melvin Oberem obere...@telkomsa.net wrote:
 
 
 Hi
  
 I have been having problems with DLR reports because of submit_sm_resp being 
 in hex and DLR deiver_sms being in decimal.
 I have been using kannel version 1.4.1 for many years without problems, but 
 have now moved to a new SMSC, which the DLR conversion cannot be changed on 
 the SMSC, and needs to be done on application.
  
 The DLR fix was patched in version 1.4.3 which I have tried to see if the 
 msg-id-type configs work, but I am experiencing the following problem with 
 version 1.4.3, the HTTPClient is created and immediately Destroyed, if coming 
 in from a different server. I works if sent to the application on the same 
 server.
  
 2014-09-26 22:28:42 [14746] [2] DEBUG: HTTP: Creating HTTPClient for 
 `10.101.101.10'.
 2014-09-26 22:28:42 [14746] [2] DEBUG: HTTP: Created HTTPClient area d9248.
 2014-09-26 22:28:42 [14746] [3] DEBUG: HTTP: Destroying HTTPClient area d9248.
 2014-09-26 22:28:42 [14746] [3] DEBUG: HTTP: Destroying HTTPClient for 
 `10.101.101.10'.
  
 I am using the same settings as per version 1.4.1 which works perfectly as 
 per below.
  
 2014-09-26 22:34:52 [17806] [2] DEBUG: HTTP: Creating HTTPClient for 
 `10.101.101.10.
 2014-09-26 22:34:52 [17806] [2] DEBUG: HTTP: Created HTTPClient area d6ec0.
 2014-09-26 22:34:52 [17806] [3] INFO: smsbox: Got HTTP request 
 /cgi-bin/sendsms from 10.101.101.10
 2014-09-26 22:34:52 [17806] [3] INFO: sendsms used by test
 2014-09-26 22:34:52 [17806] [3] INFO: sendsms sender:test:08 
 (10.101.101.10) to:0812345678 msg:test
 2014-09-26 22:34:52 [17806] [3] DEBUG: message length 4, sending 1 messages
 2014-09-26 22:34:52 [17806] [3] DEBUG: Status: 202 Answer: Sent.
 2014-09-26 22:34:52 [17806] [3] DEBUG: HTTP: Destroying HTTPClient area d6ec0.
 2014-09-26 22:34:52 [17806] [3] DEBUG: HTTP: Destroying HTTPClient for 
 `10.101.101.10.
  
  
 Has anybody seen this before and maybe have an answer.
  
 Regards
 Melvin



Re: HTTPClient

2014-09-28 Thread Willy Mularto
msg-id-type is your answer. Check user guide ;)



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Sep 27, 2014, at 4:18 AM, Melvin Oberem obere...@telkomsa.net wrote:

 Hi
  
 I have been having problems with DLR reports because of submit_sm_resp being 
 in hex and DLR deiver_sms being in decimal.
 I have been using kannel version 1.4.1 for many years without problems, but 
 have now moved to a new SMSC, which the DLR conversion cannot be changed on 
 the SMSC, and needs to be done on application.
  
 The DLR fix was patched in version 1.4.3 which I have tried to see if the 
 msg-id-type configs work, but I am experiencing the following problem with 
 version 1.4.3, the HTTPClient is created and immediately Destroyed, if coming 
 in from a different server. I works if sent to the application on the same 
 server.
  
 2014-09-26 22:28:42 [14746] [2] DEBUG: HTTP: Creating HTTPClient for 
 `10.101.101.10'.
 2014-09-26 22:28:42 [14746] [2] DEBUG: HTTP: Created HTTPClient area d9248.
 2014-09-26 22:28:42 [14746] [3] DEBUG: HTTP: Destroying HTTPClient area d9248.
 2014-09-26 22:28:42 [14746] [3] DEBUG: HTTP: Destroying HTTPClient for 
 `10.101.101.10'.
  
 I am using the same settings as per version 1.4.1 which works perfectly as 
 per below.
  
 2014-09-26 22:34:52 [17806] [2] DEBUG: HTTP: Creating HTTPClient for 
 `10.101.101.10.
 2014-09-26 22:34:52 [17806] [2] DEBUG: HTTP: Created HTTPClient area d6ec0.
 2014-09-26 22:34:52 [17806] [3] INFO: smsbox: Got HTTP request 
 /cgi-bin/sendsms from 10.101.101.10
 2014-09-26 22:34:52 [17806] [3] INFO: sendsms used by test
 2014-09-26 22:34:52 [17806] [3] INFO: sendsms sender:test:08 
 (10.101.101.10) to:0812345678 msg:test
 2014-09-26 22:34:52 [17806] [3] DEBUG: message length 4, sending 1 messages
 2014-09-26 22:34:52 [17806] [3] DEBUG: Status: 202 Answer: Sent.
 2014-09-26 22:34:52 [17806] [3] DEBUG: HTTP: Destroying HTTPClient area d6ec0.
 2014-09-26 22:34:52 [17806] [3] DEBUG: HTTP: Destroying HTTPClient for 
 `10.101.101.10.
  
  
 Has anybody seen this before and maybe have an answer.
  
 Regards
 Melvin



Re: Monitor kannel script

2014-09-23 Thread Willy Mularto
It is already there, search it in contribs folder CMIIW.



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Sep 24, 2014, at 12:08 PM, Qasim Jan qasim_ja...@hotmail.com wrote:

 
 
 Hi.
 i need a php script or shell script to monitor kannel. when a connection is 
 down, it can send an email or sms. sending sms will be done using clickatell 
 account.
 
 please help me.
 
 Regards 
 Qasim



Re: you must have the libxml2 (aka gnome-xml) library installed

2014-08-24 Thread Willy Mularto
install it using rpm ;)



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Aug 23, 2014, at 11:31 PM, Sandesh Pradhan merosand...@gmail.com wrote:

 Dear Kannel user community,
 
 I am a new bie and trying to install kannel(1.4.3) in RedHat 6.5.
 After i untar the source file and go to the source folder,when i type 
 ./configure I get 
 you must have the libxml2 (aka gnome-xml) library installed
 
 I already have libxml2 package installed verified by rpm -q libxml2,
 
 what am i missing here ?
 
 Any help would be appreciated.
 
 -- 
 Sandesh Pradhan
 Nepal




Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Willy Mularto
Copy the existing smsc configuration and define unique smsc-id for each,
also setup allowed-smsc-id and last one smsbox routing.
On 12 Aug 2014 06:20, Loyc Cossou loycos...@gmail.com wrote:

 Hello to everyone,

 I have my kannel gateway configured to work with a SMSC over SMPP and it's
 works fine and am happy with it.
 Now I need to connect a second SMSC from SMPP again but from another
 Operator so bot of them will be connected to the gateway so when  I receive
 a SMS from Operator A, I can reply via operator A etc. Am I supposed a do a
 particular setting or just add a second SMS Group?

 I know this is already fixed somewhere on the internet but can't find my
 way to that the solution, so please, help me.

 Cheers.

 --
 loyc Cossou



Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Willy Mularto
group = smsc
smsc = smpp
smsc-id = NTSC_Demo_1
allowed-smsc-id = NTSC_Demo_1
host = smpp.ntsc.co
port = 1234
receive-port = 1234
smsc-username = 
smsc-password = 
system-type = VMA
address-range =  
source-addr-ton = 0
source-addr-npi = 0
dest-addr-ton = 0
dest-addr-npi = 0
msg-id-type = 0x00
transceiver-mode = true
source-addr-autodetect = no

group = smsc
smsc = smpp
smsc-id = NTSC_Demo_2
allowed-smsc-id = NTSC_Demo_2
host = smpp.ntsc.co
port = 4321
receive-port = 4321
smsc-username = 
smsc-password = 
system-type = VMA
address-range =  
source-addr-ton = 0
source-addr-npi = 0
dest-addr-ton = 0
dest-addr-npi = 0
msg-id-type = 0x00
transceiver-mode = true
source-addr-autodetect = no

group = smsc
smsc = smpp
smsc-id = NTSC_Demo_3
allowed-smsc-id = NTSC_Demo_3
host = smpp.ntsc.co
port = 1423
receive-port = 1423
smsc-username = 
smsc-password = 
system-type = VMA
address-range =  
source-addr-ton = 0
source-addr-npi = 0
dest-addr-ton = 0
dest-addr-npi = 0
msg-id-type = 0x00
transceiver-mode = true
source-addr-autodetect = no

group = smsbox-route
smsbox-id = mysmsc
smsc-id = NTSC_Demo_1;NTSC_Demo_2;NTSC_Demo_3”


I suggest you not to use space on smsc-id name.


Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Aug 12, 2014, at 7:43 AM, Loyc Cossou loycos...@gmail.com wrote:

 Ok...
 
 Can you please copy me one sample? Or please alter this (my existing conf):
 
 group = smsc
 smsc = smpp
 smsc-id = NTSC Demo
 #interface-­version = 34
 host = smpp.ntsc.co
 port = 
 receive-port = 
 smsc-username = 
 smsc-password = 
 system-type = VMA
 address-range =  
 source-addr-ton = 0
 source-addr-npi = 0
 dest-addr-ton = 0
 dest-addr-npi = 0
 msg-id-type = 0x00
 transceiver-mode = true
 source-addr-autodetect = no
 
 What would it become?
 
 Many many thanks Willy.
 
 
 
 --
 loyc Cossou
 
 
 On 12 August 2014 00:59, Willy Mularto sangpr...@gmail.com wrote:
 Copy the existing smsc configuration and define unique smsc-id for each, also 
 setup allowed-smsc-id and last one smsbox routing.
 
 On 12 Aug 2014 06:20, Loyc Cossou loycos...@gmail.com wrote:
 Hello to everyone,
 
 I have my kannel gateway configured to work with a SMSC over SMPP and it's 
 works fine and am happy with it.
 Now I need to connect a second SMSC from SMPP again but from another Operator 
 so bot of them will be connected to the gateway so when  I receive a SMS from 
 Operator A, I can reply via operator A etc. Am I supposed a do a particular 
 setting or just add a second SMS Group?
 
 I know this is already fixed somewhere on the internet but can't find my way 
 to that the solution, so please, help me.
 
 Cheers.
 
 --
 loyc Cossou
 
 
 



Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Willy Mularto
you’re welcome. make sure you always state which smsc_id you want to use on 
each MT



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Aug 12, 2014, at 7:55 AM, Loyc Cossou loycos...@gmail.com wrote:

 Thank you.
 
 Let me test it and revert back if needed.
 
 Thank again.
 
 
 
 --
 loyc Cossou
 
 
 On 12 August 2014 01:51, Willy Mularto sangpr...@gmail.com wrote:
 group = smsc
 smsc = smpp
 smsc-id = NTSC_Demo_1
 allowed-smsc-id = NTSC_Demo_1
 host = smpp.ntsc.co
 port = 1234
 receive-port = 1234
 smsc-username = 
 smsc-password = 
 system-type = VMA
 address-range =  
 source-addr-ton = 0
 source-addr-npi = 0
 dest-addr-ton = 0
 dest-addr-npi = 0
 msg-id-type = 0x00
 transceiver-mode = true
 source-addr-autodetect = no
 
 group = smsc
 smsc = smpp
 smsc-id = NTSC_Demo_2
 allowed-smsc-id = NTSC_Demo_2
 host = smpp.ntsc.co
 port = 4321
 receive-port = 4321
 smsc-username = 
 smsc-password = 
 system-type = VMA
 address-range =  
 source-addr-ton = 0
 source-addr-npi = 0
 dest-addr-ton = 0
 dest-addr-npi = 0
 msg-id-type = 0x00
 transceiver-mode = true
 source-addr-autodetect = no
 
 group = smsc
 smsc = smpp
 smsc-id = NTSC_Demo_3
 allowed-smsc-id = NTSC_Demo_3
 host = smpp.ntsc.co
 port = 1423
 receive-port = 1423
 smsc-username = 
 smsc-password = 
 system-type = VMA
 address-range =  
 source-addr-ton = 0
 source-addr-npi = 0
 dest-addr-ton = 0
 dest-addr-npi = 0
 msg-id-type = 0x00
 transceiver-mode = true
 source-addr-autodetect = no
 
 group = smsbox-route
 smsbox-id = mysmsc
 smsc-id = NTSC_Demo_1;NTSC_Demo_2;NTSC_Demo_3”
 
 
 I suggest you not to use space on smsc-id name.
 
 
 Willy Mularto
 SMS Gateway, Content Provider, Mobile Solution Specialist
 M: +62811923464, +62818923464
 PIN BBM: 74924429
 
 
 
 On Aug 12, 2014, at 7:43 AM, Loyc Cossou loycos...@gmail.com wrote:
 
 Ok...
 
 Can you please copy me one sample? Or please alter this (my existing conf):
 
 group = smsc
 smsc = smpp
 smsc-id = NTSC Demo
 #interface-­version = 34
 host = smpp.ntsc.co
 port = 
 receive-port = 
 smsc-username = 
 smsc-password = 
 system-type = VMA
 address-range =  
 source-addr-ton = 0
 source-addr-npi = 0
 dest-addr-ton = 0
 dest-addr-npi = 0
 msg-id-type = 0x00
 transceiver-mode = true
 source-addr-autodetect = no
 
 What would it become?
 
 Many many thanks Willy.
 
 
 
 --
 loyc Cossou
 
 
 On 12 August 2014 00:59, Willy Mularto sangpr...@gmail.com wrote:
 Copy the existing smsc configuration and define unique smsc-id for each, 
 also setup allowed-smsc-id and last one smsbox routing.
 
 On 12 Aug 2014 06:20, Loyc Cossou loycos...@gmail.com wrote:
 Hello to everyone,
 
 I have my kannel gateway configured to work with a SMSC over SMPP and it's 
 works fine and am happy with it.
 Now I need to connect a second SMSC from SMPP again but from another 
 Operator so bot of them will be connected to the gateway so when  I receive 
 a SMS from Operator A, I can reply via operator A etc. Am I supposed a do a 
 particular setting or just add a second SMS Group?
 
 I know this is already fixed somewhere on the internet but can't find my way 
 to that the solution, so please, help me.
 
 Cheers.
 
 --
 loyc Cossou
 
 
 
 
 



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

2014-07-17 Thread Willy Mularto
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)


 
Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Jul 17, 2014, at 5:13 PM, Fakirchand Patidar bulk24sms.fcpati...@gmail.com 
wrote:

 Hello Group,
 
 I'm developing a application for sending bulk sms through Kannel SMS Gateway.
 I'm hosting my http application on any remote server (like 
 http://educoordinator.com) and kannel are hosting on localhost (IP- 
 127.0.0.1).
 
 Brief Configuration of Kannel:
 Bearerbox at 127.0.0.1:13000
 SMSBox at 137.0.0.1:13001
 
 When I'm sending message from my http aaplication and hitting thi sendsms url
 http://127.0.0.1:13013/cgi-bin/sendsms/parameters...
 then Kannel SMSBox is not pushing my message to particular SMSC that are 
 connected to Kannel.
 
 So please tell me that is it right to host kannel on localhost (127.0.0.1) or 
 host on other remote server.
 
 Your valuable reply will be appreciable.
 
 Please suggest me as soon as possible.
 
 
 -
 Thanks  Regards,
 Fakirchand Patidar 



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

2014-07-14 Thread Willy Mularto
Yes you can. There are some examples I guess
On 14 Jul 2014 18:32, Fakirchand Patidar bulk24sms.fcpati...@gmail.com
wrote:

 Hi Group,

 Is it possible to host from 127.0.0.1 (localhost) to 166.62.16.78 server?

 Because when I'm sending sms from 166.62.16.78 server then smsbox not
 accept my request.

 Please suggest me as soon as possible.



 -

 *Thanks  Regards, *
 *Fakirchand Patidar*



Re: Send Message From HTTP CGI BIN POST Method

2014-07-11 Thread Willy Mularto
What limitation do you mean? We can still use GET for large requests. Loop 
every single request as simple as that.



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Jul 11, 2014, at 12:58 PM, Fakirchand Patidar 
bulk24sms.fcpati...@gmail.com wrote:

 Hi,
 
 Currently, I'm sending request from HTTP cgi bin GET method to Kannel Gateway 
 like
 
 http://127.0.0.1:13013/cgi-bin/sendsms?username=testerpassword=testerto=99text=helloto=12345
 
 but according to limitation of GET method, we can not send large request.
 
 So, How to use HTTP cgi bin POST method for sending bulk message?
 
 Please reply as soon as possible.
 
 
 --
 Thanks  Regards,
 Fakirchand Patidar 



RE: Limit on Kannel

2014-06-08 Thread Willy Mularto
It is all about GSM Modem capacity not Kannel.
On 8 Jun 2014 16:47, efuzone efuz...@gmail.com wrote:

 hello,

 throughput for smpp working but not working for gsm please help



 --
 View this message in context:
 http://kannel.6189.n7.nabble.com/Limit-on-Kannel-tp29810p30123.html
 Sent from the Kannel - User mailing list archive at Nabble.com.




Re: Limit on Kannel

2014-06-08 Thread Willy Mularto
GSM Modem is just like a mobile phone. How many SMS per second can you send via 
your mobile phone? As my experience, mostly will do 1 SMS / 3 up to 6  second. 
And  AFAIK Kannel’s throughput lowest setting is 1 SMS/second. 



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Jun 8, 2014, at 5:14 PM, Faizan Mirza efuz...@gmail.com wrote:

 no i mean if i add throughput in smsc of gsm modem it does not apply and in 
 logs it does not show throughput but if i add throughput on smsc of smpp it 
 is working and showing in logs.. thats issue... my modem send messages direct 
 no delay and my carrier has limit of 100 msgs per 15 minutes thats why i want 
 to apply limit in gsm smsc ...
 
 
 On Sun, Jun 8, 2014 at 2:57 PM, Willy Mularto sangpr...@gmail.com wrote:
 It is all about GSM Modem capacity not Kannel.
 
 On 8 Jun 2014 16:47, efuzone efuz...@gmail.com wrote:
 hello,
 
 throughput for smpp working but not working for gsm please help
 
 
 
 --
 View this message in context: 
 http://kannel.6189.n7.nabble.com/Limit-on-Kannel-tp29810p30123.html
 Sent from the Kannel - User mailing list archive at Nabble.com.
 
 



Re: Kannel Implementation - Help

2014-05-27 Thread Willy Mularto
The easiest way is to install the debian package, it is available at
kannel's website. After that read the user guide at kannel's website.

Sent from my Sony Xperia™ smartphone
On 28 May 2014 01:00, Hatem Sabrey h.sab...@hotmail.com wrote:

 Gentlemen

 we have to deploy Kannel for a test service, as we are not expert in Linux
 (entry level) nor in Kannel can some one help us to deploy our server?

 we need to collect SMSs using Mobile modems, then send them to the
 Database, then reply to the sender with a thank you for registration SMS

 Requirement:
 HW: Dell optiplix (tesing)
 OS: Debian  Installed , if it is possible to install Ubuntu, well be
 great.// windows are available too Cyg instaled
 App: Kannel  Installed, but not configured.
 GSM Modem: Huawei K3565, working on installing it.
 Database : MySQL  installed

 your help are highly appreciated.


 you may call me on skype:
 h_ghreeb










Re: kannel process

2014-05-06 Thread Willy Mularto
--parachute directive might be the cause

Sent from my Sony Xperia™ smartphone
On 6 May 2014 14:39, spameden spame...@gmail.com wrote:

 It's not normal.

 Normally should be something like this:

 kannel 248  0.0  0.0   6016   352 ?Ss   Apr08   0:00
 /usr/sbin/run_kannel_box --pidfile /var/run/kannel/bearerbox.pid
 --no-extra-args /usr/sbin/bearerbox -v 0 -- /etc/kannel/kannel.conf
 kannel 252  0.0 30.8 380500 161936 ?   Sl   Apr08   1:32
 /usr/sbin/bearerbox -v 0 -- /etc/kannel/kannel.conf
 kannel 269  0.0  0.0   6016   356 ?Ss   Apr08   0:00
 /usr/sbin/run_kannel_box --pidfile /var/run/kannel/sqlbox_devel.pid
 --no-extra-args /usr/sbin/sqlbox -v 0 -- /etc/kannel/sqlbox.conf
 kannel 271  0.0  0.7 128752  3824 ?Sl   Apr08  10:37
 /usr/sbin/sqlbox -v 0 -- /etc/kannel/sqlbox.conf

 as you can see there is only 1 process, e.g. bearerbox and sqlbox and
 run_kannel_box daemon which is being used to start the actual bearerbox and
 sqlbox.



 2014-05-06 1:55 GMT+04:00 Daniel Boira dbo...@gmail.com:

 I hava a script to start-stop kannel (bearerbox - sqlbox - smsbox);
 basically, the script runs, but I check the process I see two process for
 every box; it is normal? is there anything wrong?

 This is my ps aux result

 etq   3087  0.0  0.2  11640  1156 ?Ss   23:41   0:00
 /usr/local/etq/kannel-1.5/gw/bearerbox --pid-file
 /var/run/kannel/kannel_bearerbox.pid --parachute --daemonize -v 0
 /usr/local/etq/conf/kannel.conf
 etq   3089  0.1  0.4 101896  1820 ?Sl   23:41   0:00
 /usr/local/etq/kannel-1.5/gw/bearerbox --pid-file
 /var/run/kannel/kannel_bearerbox.pid --parachute --daemonize -v 0
 /usr/local/etq/conf/kannel.conf
 etq   3142  0.0  0.2  11132  1144 ?Ss   23:41   0:00
 /usr/local/etq/kannel-1.5/addons/sqlbox/gw/sqlbox --pid-file
 /var/run/kannel/kannel_sqlbox.pid --parachute --daemonize -v 0
 /usr/local/etq/conf/sqlbox.conf
 etq   3144  0.1  0.4  44040  2060 ?Sl   23:41   0:00
 /usr/local/etq/kannel-1.5/addons/sqlbox/gw/sqlbox --pid-file
 /var/run/kannel/kannel_sqlbox.pid --parachute --daemonize -v 0
 /usr/local/etq/conf/sqlbox.conf
 etq   3154  0.0  0.2  11280  1168 ?Ss   23:41   0:00
 /usr/local/etq/kannel-1.5/gw/smsbox --pid-file
 /var/run/kannel/kannel_smsbox.pid --parachute --daemonize -v 0
 /usr/local/etq/conf/smsbox.conf
 etq   3155  0.0  0.3  76952  1724 ?Sl   23:41   0:00
 /usr/local/etq/kannel-1.5/gw/smsbox --pid-file
 /var/run/kannel/kannel_smsbox.pid --parachute --daemonize -v 0
 /usr/local/etq/conf/smsbox.conf


 daniel





Re: Can I install Kannel on a Linux x86_64 architecture

2014-05-05 Thread Willy Mularto
Yes you can

Sent from my Sony Xperia™ smartphone
On 5 May 2014 21:02, Tshimanga Minkoka tshimanga.mink...@vodacom.cd
wrote:

 Dear Kannel users,

 Is it possible to compile Kannel from latest snaphost on a Linux x86_64
 architecture?

 Regards,

 Tshimanga



 -
 Tshimanga Minkoka
 Manager VAS   Data Systems
 +243814443113
 -




Re: Vcard

2014-04-23 Thread Willy Mularto
Have  you tried examples in contrib folder?



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Apr 23, 2014, at 5:48 PM, ndiaye Ismaïla ndiaye...@gmail.com wrote:

 Thanks I googled before asking... I tried thhis scrip (and some others) none 
 of them worked for me that's why I'm asking here.
 May be that's a problem with udh
 
 
 2014-04-23 12:32 GMT+02:00 spameden spame...@gmail.com:
 quick googling: http://www.kannel.org/pipermail/users/2008-July/005193.html
 
 
 2014-04-23 14:24 GMT+04:00 ndiaye Ismaïla ndiaye...@gmail.com:
 
 Hello I would like to send Vcards with Kannel, any tips / examples will be 
 welcome.
 I'm quite compfortable with php...
 Thanks
 
 



Re: Need SQLBox to bypass MO

2014-04-02 Thread Willy Mularto
Hi Rene,
Thanks, I am thinking another approach. Why not for MO just bearerbox-smsbox 
and MT bearerbox-sqlbox? But still confusing how to manage the configuration, 
especially port mapping. 



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Apr 1, 2014, at 6:24 PM, Rene Kluwen rene.klu...@chimit.nl wrote:

 Connect 2 different smsboxes.
 1 via sqlbox.
 The other directly to bearerbox.
 
 MT messages go via the first smsbox.
 MO messages are routed to the second.
 
 == Rene
 
 -Original Message-
 From: Willy Mularto [mailto:sangpr...@gmail.com] 
 Sent: dinsdag 1 april 2014 3:09
 To: Rene Kluwen
 Cc: kannel users@kannel.org
 Subject: Re: Need SQLBox to bypass MO
 
 Thanks Rene, it works. As my understanding the SQLBox still process MO but
 not to save it to the DB. How about to make Kannel directly send all MO to
 SMSBox, rather then transit first to SQLBox? So the final goal is SQLBox
 only process MT. Thanks.
 
 
 
 
 
 On Mar 31, 2014, at 1:39 PM, Rene Kluwen rene.klu...@chimit.nl wrote:
 
 In group = sqlbox.
 If you build latest documentation, it's there.
 
 -Original Message-
 From: Willy Mularto [mailto:sangpr...@gmail.com]
 Sent: maandag 31 maart 2014 4:04
 To: Rene Kluwen
 Cc: kannel users@kannel.org
 Subject: Re: Need SQLBox to bypass MO
 
 Hi Rene,
 Thanks for the tips, is it a new directive? Because I can not find it 
 in the user guide. Where to put the directive? Thanks.
 
 
 
 
 On Mar 30, 2014, at 9:16 PM, Rene Kluwen rene.klu...@chimit.nl wrote:
 
 Set save-mo = false
 
 -Original Message-
 From: users [mailto:users-boun...@kannel.org] On Behalf Of Willy 
 Mularto
 Sent: zondag 30 maart 2014 15:25
 To: kannel users@kannel.org
 Subject: Need SQLBox to bypass MO
 
 Hi All,
 Can somebody please refresh me to set SQLBOX ignore all MO to be 
 proceed by SQLBox and just past it from Bearerbox to SMSBox. Thanks.
 
 
 
 Willy Mularto
 
 
 
 
 
 
 
 
 
 
 
 




Re: Need SQLBox to bypass MO

2014-04-02 Thread Willy Mularto
It’s me again. Got how to manage it with my approach. Thanks again.



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Apr 3, 2014, at 7:46 AM, Willy Mularto sangpr...@gmail.com wrote:

 Hi Rene,
 Thanks, I am thinking another approach. Why not for MO just 
 bearerbox-smsbox and MT bearerbox-sqlbox? But still confusing how to 
 manage the configuration, especially port mapping. 
 
 
 
 Willy Mularto
 SMS Gateway, Content Provider, Mobile Solution Specialist
 M: +62811923464, +62818923464
 PIN BBM: 74924429
 
 
 
 On Apr 1, 2014, at 6:24 PM, Rene Kluwen rene.klu...@chimit.nl wrote:
 
 Connect 2 different smsboxes.
 1 via sqlbox.
 The other directly to bearerbox.
 
 MT messages go via the first smsbox.
 MO messages are routed to the second.
 
 == Rene
 
 -Original Message-
 From: Willy Mularto [mailto:sangpr...@gmail.com] 
 Sent: dinsdag 1 april 2014 3:09
 To: Rene Kluwen
 Cc: kannel users@kannel.org
 Subject: Re: Need SQLBox to bypass MO
 
 Thanks Rene, it works. As my understanding the SQLBox still process MO but
 not to save it to the DB. How about to make Kannel directly send all MO to
 SMSBox, rather then transit first to SQLBox? So the final goal is SQLBox
 only process MT. Thanks.
 
 
 
 
 
 On Mar 31, 2014, at 1:39 PM, Rene Kluwen rene.klu...@chimit.nl wrote:
 
 In group = sqlbox.
 If you build latest documentation, it's there.
 
 -Original Message-
 From: Willy Mularto [mailto:sangpr...@gmail.com]
 Sent: maandag 31 maart 2014 4:04
 To: Rene Kluwen
 Cc: kannel users@kannel.org
 Subject: Re: Need SQLBox to bypass MO
 
 Hi Rene,
 Thanks for the tips, is it a new directive? Because I can not find it 
 in the user guide. Where to put the directive? Thanks.
 
 
 
 
 On Mar 30, 2014, at 9:16 PM, Rene Kluwen rene.klu...@chimit.nl wrote:
 
 Set save-mo = false
 
 -Original Message-
 From: users [mailto:users-boun...@kannel.org] On Behalf Of Willy 
 Mularto
 Sent: zondag 30 maart 2014 15:25
 To: kannel users@kannel.org
 Subject: Need SQLBox to bypass MO
 
 Hi All,
 Can somebody please refresh me to set SQLBOX ignore all MO to be 
 proceed by SQLBox and just past it from Bearerbox to SMSBox. Thanks.
 
 
 
 Willy Mularto
 
 
 
 
 
 
 
 
 
 
 
 
 




Re: Need SQLBox to bypass MO

2014-03-31 Thread Willy Mularto
Thanks Rene, it works. As my understanding the SQLBox still process MO but not 
to save it to the DB. How about to make Kannel directly send all MO to SMSBox, 
rather then transit first to SQLBox? So the final goal is SQLBox only process 
MT. Thanks.





On Mar 31, 2014, at 1:39 PM, Rene Kluwen rene.klu...@chimit.nl wrote:

 In group = sqlbox.
 If you build latest documentation, it's there.
 
 -Original Message-
 From: Willy Mularto [mailto:sangpr...@gmail.com] 
 Sent: maandag 31 maart 2014 4:04
 To: Rene Kluwen
 Cc: kannel users@kannel.org
 Subject: Re: Need SQLBox to bypass MO
 
 Hi Rene,
 Thanks for the tips, is it a new directive? Because I can not find it in the
 user guide. Where to put the directive? Thanks.
 
 
 
 
 On Mar 30, 2014, at 9:16 PM, Rene Kluwen rene.klu...@chimit.nl wrote:
 
 Set save-mo = false
 
 -Original Message-
 From: users [mailto:users-boun...@kannel.org] On Behalf Of Willy 
 Mularto
 Sent: zondag 30 maart 2014 15:25
 To: kannel users@kannel.org
 Subject: Need SQLBox to bypass MO
 
 Hi All,
 Can somebody please refresh me to set SQLBOX ignore all MO to be 
 proceed by SQLBox and just past it from Bearerbox to SMSBox. Thanks.
 
 
 
 Willy Mularto
 
 
 
 
 
 
 
 
 




Need SQLBox to bypass MO

2014-03-30 Thread Willy Mularto
Hi All,
Can somebody please refresh me to set SQLBOX ignore all MO to be proceed by 
SQLBox and just past it from Bearerbox to SMSBox. Thanks.



Willy Mularto






Re: Need SQLBox to bypass MO

2014-03-30 Thread Willy Mularto
Hi Rene,
Thanks for the tips, is it a new directive? Because I can not find it in the 
user guide. Where to put the directive? Thanks.




On Mar 30, 2014, at 9:16 PM, Rene Kluwen rene.klu...@chimit.nl wrote:

 Set save-mo = false
 
 -Original Message-
 From: users [mailto:users-boun...@kannel.org] On Behalf Of Willy Mularto
 Sent: zondag 30 maart 2014 15:25
 To: kannel users@kannel.org
 Subject: Need SQLBox to bypass MO
 
 Hi All,
 Can somebody please refresh me to set SQLBOX ignore all MO to be proceed by
 SQLBox and just past it from Bearerbox to SMSBox. Thanks.
 
 
 
 Willy Mularto
 
 
 
 
 
 




Re: Message routing for multiple GSM modems

2014-02-25 Thread Willy Mularto
Yes you may use allowed-smsc or denied-smsc directive. Share us your 
configuration.



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Feb 26, 2014, at 3:51 AM, ha...@aeon.pk wrote:

 Hi,
 
 I have multiple GSM modems connected to single kannel. I need to route the 
 outgoing SMS (from application to handset) to a specific GSM Modem, but 
 unable to force the messages through a defined route by using smsc-id in 
 send_sms table. Is there a parameter like allowed-smsc or denied-smsc in GSM 
 modem config?
 
 If not, how else can I force the messages to take a specific path?
 
 Regards,
 Hamza




Re: kannel+sqlbox and many smsc

2014-02-19 Thread Willy Mularto
Put ; in each route. Please refer to user guide, the answer lies there.

Sent from my Sony Xperia(tm) smartphone
On 19 Feb 2014 20:56, dorin dorinafte...@mail.ru wrote:

  Thanks Willy for your reply!
 I have only one smsbox_route configured with first smsc in my kannel.conf.
 I couldn't found how to make a second route for second smsc.

 On 2014-02-19 15:01, Willy Mularto wrote:

 Then your search query is not good. Have you set smsc_id, smsbox_route to
 each of them?

 Sent from my Sony Xperia(tm) smartphone
 On 19 Feb 2014 19:20, dorin dorinafte...@mail.ru wrote:

 Hello All!
 I couldn't found under internet nothing helpful with my problem.
 My server is configured with kannel+sqlbox and I have added second smsc
 on it. It works fine with smsbox, but how I can configure it with sqlbox?
 now SMS are sent only by first SMSC.






Re: mysql DLR update

2014-02-13 Thread Willy Mularto
AFAIK it deletes success DLR from the row. It is better for you to have a
simple http script to handle DLR.

Sent from my Sony Xperia(tm) smartphone
On 13 Feb 2014 20:49, [Digital^Dude] (R) millennium@gmail.com wrote:

 Hi all,

 I just need to be clear here, when dlr-storage=mysql, and I specify a
 valid dlr-mask, does kannel update the field status when a dlr is received?

 I get rows inserted in my dlr mysql table correctly, but they never
 update, although the message ID, source and destination addresses match
 exactly.

 The function dlr_mysql_update() seems to be never called
 why is that?






Re: mysql DLR update

2014-02-13 Thread Willy Mularto
Try to set all log-level=0 and watch it. I think it cant find the row.

Sent from my Sony Xperia(tm) smartphone
On 13 Feb 2014 21:01, [Digital^Dude] (R) millennium@gmail.com wrote:

 As for me, its not touching the rows inserted in the dlr table, no
 deletes, no updates, for success or failure.
 I agree dlr-url is a better way, but its strange how/why a built-in
 feature is not working in kannel. I'm suspicious of any configuration
 error, and/or known bug in the r5053 version..


 On Thu, Feb 13, 2014 at 6:53 PM, Willy Mularto sangpr...@gmail.comwrote:

 AFAIK it deletes success DLR from the row. It is better for you to have a
 simple http script to handle DLR.

 Sent from my Sony Xperia(tm) smartphone
 On 13 Feb 2014 20:49, [Digital^Dude] (R) millennium@gmail.com
 wrote:

 Hi all,

 I just need to be clear here, when dlr-storage=mysql, and I specify a
 valid dlr-mask, does kannel update the field status when a dlr is received?

 I get rows inserted in my dlr mysql table correctly, but they never
 update, although the message ID, source and destination addresses match
 exactly.

 The function dlr_mysql_update() seems to be never called
 why is that?







Re: barcode sms

2014-02-06 Thread Willy Mularto
Is it something like picture message? You can utilize udh header. There are
some examples in contrib folder and also in the list's archives.

Sent from my Sony Xperia(tm) smartphone
On 6 Feb 2014 18:37, [Digital^Dude] (R) millennium@gmail.com wrote:

 Hi all,

 How can I send monochrome barcode as SMS via kannel?

 Thanks.




Re: submit_sm_resp not triggering DLR confirmation

2014-02-06 Thread Willy Mularto
We assume you have set your dlr-mask. Try to set dlr-mask=8 , all ACK assume as 
success while others are failed. This will be related to your back end 
script/programming. 


Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Feb 7, 2014, at 2:17 AM, dhcmega dhcad...@gmail.com wrote:

 Ok, my service provider is telling this to me:
 
 These result codes are additional to the SMPP protocol specific codes. These 
 codes are sent in the command_status field.
 
 And there is a huge list of codes.
 Could this be my problem?
 Thanks
 
 
 
 
 On Thu, Feb 6, 2014 at 3:21 PM, dhcmega dhcad...@gmail.com wrote:
 Hi all
 It looks like that when I receive a command_status: 0, there is no DLR 
 notification triggered, like in this response:
 
 2014-02-06 14:33:22 [21859] [6] DEBUG: SMPP[smsc_conn_1]: Got PDU:
 2014-02-06 14:33:22 [21859] [6] DEBUG: SMPP PDU 0x2c0720d0 dump:
 2014-02-06 14:33:22 [21859] [6] DEBUG:   type_name: submit_sm_resp
 2014-02-06 14:33:22 [21859] [6] DEBUG:   command_id: 2147483652 = 0x8004
 2014-02-06 14:33:22 [21859] [6] DEBUG:   command_status: 0 = 0x
 2014-02-06 14:33:22 [21859] [6] DEBUG:   sequence_number: 2309 = 0x0905
 2014-02-06 14:33:22 [21859] [6] DEBUG:   message_id: d1e113b
 2014-02-06 14:33:22 [21859] [6] DEBUG: SMPP PDU dump ends.
 
 
 if the command_status is not 0, like this:
 
 
 2014-02-06 14:34:02 [21859] [6] DEBUG: SMPP PDU 0x2c0720d0 dump:
 2014-02-06 14:34:02 [21859] [6] DEBUG:   type_name: submit_sm_resp
 2014-02-06 14:34:02 [21859] [6] DEBUG:   command_id: 2147483652 = 0x8004
 2014-02-06 14:34:02 [21859] [6] DEBUG:   command_status: 1003 = 0x03eb
 2014-02-06 14:34:02 [21859] [6] DEBUG:   sequence_number: 2312 = 0x0908
 2014-02-06 14:34:02 [21859] [6] DEBUG:   message_id: d1e357d
 2014-02-06 14:34:02 [21859] [6] DEBUG: SMPP PDU dump ends.
 
 
 Then I get the DLR notification.
 Do I have a configuration error?
 Thanks
 
 dhcmega
 
 
 
 
 



Re: MO's service_type

2014-02-03 Thread Willy Mularto
Is it SMPP connection? It could be TLV parameter. First step is set
log-level to 0 and watch it during MO. I am not sure if Kannel handle MO
TLV via meta-data. But please check user guide and find about meta-data
part.

Sent from my Sony Xperia(tm) smartphone
On 3 Feb 2014 21:03, dhcmega dhcad...@gmail.com wrote:

 Hi all
 How can I receive the MO's service_type the carrier is sending?
 I can not find it along with all the MO's information.
 Thanks



Re: MO's service_type

2014-02-03 Thread Willy Mularto
Would you share us the log? Please set log-level=0 first. Maybe we can get some 
useful information from the log.



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Feb 4, 2014, at 12:55 AM, dhcmega dhcad...@gmail.com wrote:

 It was coming as HTTP_X_KANNEL_BINFO
 Thanks for your reply
 
 
 On Mon, Feb 3, 2014 at 1:40 PM, Willy Mularto sangpr...@gmail.com wrote:
 Is it SMPP connection? It could be TLV parameter. First step is set log-level 
 to 0 and watch it during MO. I am not sure if Kannel handle MO TLV via 
 meta-data. But please check user guide and find about meta-data part.
 
 
 Sent from my Sony Xperia™ smartphone
 
 On 3 Feb 2014 21:03, dhcmega dhcad...@gmail.com wrote:
 Hi all
 How can I receive the MO's service_type the carrier is sending?
 I can not find it along with all the MO's information.
 Thanks
 



Re: Request a DLR

2014-02-02 Thread Willy Mularto
You got the DLR

2014-02-03 01:20:42 [22712] [10] DEBUG: SMPP[MYSMSC]: Got PDU:
2014-02-03 01:20:42 [22712] [10] DEBUG: SMPP PDU 0xb040cb18 dump:
2014-02-03 01:20:42 [22712] [10] DEBUG:   type_name: deliver_sm
2014-02-03 01:20:42 [22712] [10] DEBUG:   command_id: 5 = 0x0005
2014-02-03 01:20:42 [22712] [10] DEBUG:   command_status: 0 = 0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   sequence_number: 180898049 = 
0x0ac84901
2014-02-03 01:20:42 [22712] [10] DEBUG:   service_type: NULL
2014-02-03 01:20:42 [22712] [10] DEBUG:   source_addr_ton: 1 = 0x0001
2014-02-03 01:20:42 [22712] [10] DEBUG:   source_addr_npi: 0 = 0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   source_addr: 
2014-02-03 01:20:42 [22712] [10] DEBUG:   dest_addr_ton: 2 = 0x0002
2014-02-03 01:20:42 [22712] [10] DEBUG:   dest_addr_npi: 1 = 0x0001
2014-02-03 01:20:42 [22712] [10] DEBUG:   destination_addr: 8334
2014-02-03 01:20:42 [22712] [10] DEBUG:   esm_class: 4 = 0x0004
2014-02-03 01:20:42 [22712] [10] DEBUG:   protocol_id: 0 = 0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   priority_flag: 0 = 0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   schedule_delivery_time: NULL
2014-02-03 01:20:42 [22712] [10] DEBUG:   validity_period: NULL
2014-02-03 01:20:42 [22712] [10] DEBUG:   registered_delivery: 0 = 0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   replace_if_present_flag: 0 = 
0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   data_coding: 0 = 0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   sm_default_msg_id: 0 = 0x
2014-02-03 01:20:42 [22712] [10] DEBUG:   sm_length: 122 = 0x007a
2014-02-03 01:20:42 [22712] [10] DEBUG:   short_message:
2014-02-03 01:20:42 [22712] [10] DEBUG:Octet string at 0xb0405640:
2014-02-03 01:20:42 [22712] [10] DEBUG:  len:  122
2014-02-03 01:20:42 [22712] [10] DEBUG:  size: 123
2014-02-03 01:20:42 [22712] [10] DEBUG:  immutable: 0
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 69 64 3a 32 30 39 39 34 33 
38 39 34 38 20 73 75   id:2099438948 su
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 62 3a 30 30 30 20 64 6c 76 
72 64 3a 30 30 30 20   b:000 dlvrd:000
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 73 75 62 6d 69 74 20 64 61 
74 65 3a 31 34 30 32   submit date:1402
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 30 32 31 36 33 38 20 64 6f 
6e 65 20 64 61 74 65   021638 done date
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 3a 31 34 30 32 30 32 31 36 
33 38 20 73 74 61 74   :1402021638 stat
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 3a 44 45 4c 49 56 52 44 20 
65 72 72 3a 30 30 30   :DELIVRD err:000
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 20 74 65 78 74 3a 64 65 6c 
65 74 65 20 74 68 69text:delete thi
2014-02-03 01:20:42 [22712] [10] DEBUG:  data: 73 00 00 00 00 00 00 00 00 
00 s.
2014-02-03 01:20:42 [22712] [10] DEBUG:Octet string dump ends.

Your msg-id-type could be not correct, check user guide to correct this


Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Feb 2, 2014, at 7:42 PM, Ali Kashif syedalikas...@gmail.com wrote:

 John Alero : already using dlr_mask = 31
 lsaac sanni: already using transceiver-mode = true in smsc config file.
 
 
 and here is the log when an SMS is sent to MYSMSC
 
 ==
 2014-02-03 01:20:38 [22712] [10] DEBUG: SMPP[MYSMSC]: throughput (0.00,0.00)
 2014-02-03 01:20:38 [22712] [10] DEBUG: SMPP[MYSMSC]: Manually forced dest 
 addr ton = 0, dest add npi = 0
 2014-02-03 01:20:38 [22712] [10] DEBUG: SMPP[MYSMSC]: Sending PDU:
 2014-02-03 01:20:38 [22712] [10] DEBUG: SMPP PDU 0xb040c9d8 dump:
 2014-02-03 01:20:38 [22712] [10] DEBUG:   type_name: submit_sm
 2014-02-03 01:20:38 [22712] [10] DEBUG:   command_id: 4 = 0x0004
 2014-02-03 01:20:38 [22712] [10] DEBUG:   command_status: 0 = 0x
 2014-02-03 01:20:38 [22712] [10] DEBUG:   sequence_number: 17412 = 0x4404
 2014-02-03 01:20:38 [22712] [10] DEBUG:   service_type: NULL
 2014-02-03 01:20:38 [22712] [10] DEBUG:   source_addr_ton: 2 = 0x0002
 2014-02-03 01:20:38 [22712] [10] DEBUG:   source_addr_npi: 1 = 0x0001
 2014-02-03 01:20:38 [22712] [10] DEBUG:   source_addr: 8334
 2014-02-03 01:20:38 [22712] [10] DEBUG:   dest_addr_ton: 1 = 0x0001
 2014-02-03 01:20:38 [22712] [10] DEBUG:   dest_addr_npi: 0 = 0x
 2014-02-03 01:20:38 [22712] [10] DEBUG:   destination_addr: 
 2014-02-03 01:20:38 [22712] [10] DEBUG:   esm_class: 3 = 0x0003
 2014-02-03 01:20:38 [22712] [10] DEBUG:   protocol_id: 0 = 0x
 2014-02-03 01:20:38 [22712] [10] DEBUG:   priority_flag: 0 = 0x
 2014-02-03 01:20:38 [22712] [10] DEBUG:   schedule_delivery_time: NULL
 2014-02-03 01:20:38 [22712] [10] DEBUG:   validity_period: NULL
 2014-02-03 01:20:38 [22712] [10] DEBUG:   registered_delivery: 1 = 0x0001
 2014-02-03 01:20:38 [22712

Re: sms filter feature in kannel

2014-01-06 Thread Willy Mularto
All general questions should be addressed to users’s list not dev’s list. And 
Kannel does content filtering in the service perspective, check service group 
in the user guide.



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Jan 3, 2014, at 4:23 PM, smii saber saber.s...@gmail.com wrote:

 Dear kannel team
 
 Does kannel support the feture of filtring of sms based on the content?
 Please advise, if yes how to do that?
 
 
 Best regards
 Saber SMII




Re: [FYI] ** Happy New Year and new release cycles **

2014-01-02 Thread Willy Mularto
Hi Stipe,
Say Hi and Many thanks to all the core developers that have developed a
such great software.
This is my 9th years with Kannel. And successfuly deconstruct some modules
to work with Indonesia MNO (Telkomsel, Indosat, XL, etc). And proudly Happy
with Kannel.
Happy New Years from Indonesia. Hope Kannel Will always be the Best.
On 2 Jan 2014 18:07, Stipe Tolj st...@kannel.org wrote:

 Dear lists,

 on behalf of the core Kannel developers we wish you all a HAPPY and
 BLESSED NEW YEAR 2014!

 I'd like to take the opportunity to push forward some of the patchsets
 that have been posted to the devel mailing list, but haven't made it yet
 into the SVN trunk tree.

 Going into the mainline SVN trunk tree should go:

 - graceful restarting patchset
 - redis support for DLR storage
 - smsbox non-blocking HTTP retries

 both patches are available and will be committed to the SVN trunk. When
 done, I would like to go for another Kannel 1.5.1 devel release. Bringing
 all the latest changes to a release level.

 Then having a phase of problem resolution in for the reports that come in,
 followed by a Kannel 1.6.0 stable release with all the above sets included.

 In addition there are several more patchsets that need to go into the
 mainline tree, which are prepared so far:

 - abstracted message storage; at the moment the message store-file and
 spool are pretty bound to the bearerbox incarnation, which we have
 abstracted the way the DLR storage is abstract, so anyone can more easily
 implement an own message store here, i.e. using a fast distributed
 in-memory keystore (redis).

 - auto-retry via a list smsc-id patchset; means we can denominate a list
 of smsc-id's in the msg-sms.smsc_id and in case we get a not acecpted by
 a first smsc-id we automatically retry with the next in the list, etc.

 - matchset patchset; the data structure that allows may finer matching
 definitions for any cases where we use regex values, including support for
 TRE library which allows fuzzy logic matching inside regex notations.

 Comments and thoughts as always welcome.

 Cheers,
 Stipe

 --
 ---
 Kölner Landstrasse 419
 40589 Düsseldorf, NRW, Germany

 tolj.org system architecture  Kannel Software Foundation (KSF)
 http://www.tolj.org/  http://www.kannel.org/

 mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
 ---




Re: DLR NOT UPDATED

2013-11-11 Thread Willy Mularto
Read the user guide about dlr-mask. 

1=DLVRD
2=FAILED
4=BUFFERED
8=ACK
16=REJECTED

If you want to get update for DLVRD, FAILED, ACK then it means 1+2+8=11



Willy Mularto
SMS Gateway, Content Provider, Mobile Solution Specialist
M: +62811923464, +62818923464
PIN BBM: 74924429



On Nov 11, 2013, at 6:24 PM, خان ابو زید khan.abuz...@gmail.com wrote:

 Dear Team,
 
 I installed successfully kannel 1.5.0,sqlbox in my centos 6.4 VPS system.
 I successfully start kannel in this sequence,  
 1)/usr/local/kannel/sbin/bearerbox -v 0 /etc/kannel/kannel.conf
 2)/usr/local/sbin/sqlbox -v 0 /etc/kannel/sqlbox.conf
 3)/usr/local/kannel/sbin/smsbox -v 0 /etc/kannel/kannel.conf
 
 Problem is that only ACK/ is received dlr_mask =8 getting.
 message is delivered but dlr not updated.
 
 My insert query :
 
 INSERT INTO send_sms (  momt, sender, receiver, msgdata, sms_type, 
 smsc_id,dlr_mask,dlr_url,boxc_id,coding) 
 VALUES (  'MT', 'MOBLGI', '+919594092200', 'TEST SMS', 
 2,'Trans001',31,'uinque msg id','sqlbox',0);
 
 
 
 My config file.
 kannel.conf
 group = core
 admin-port = 13003
 smsbox-port = 13016
 admin-password = *
 status-password = *
 log-file = /var/log/kannel/kannel.log
 log-level = 0
 access-log = /var/log/kannel/access.log
 store-type = spool
 store-location = /var/log/kannel/spool
 sms-resend-retry = 3
 dlr-storage = mysql
 smsbox-max-pending = 5
 
 group = smsbox
 bearerbox-host = localhost
 bearerbox-port = 13020
 sendsms-port = 13013
 log-file = /var/log/kannel/smsbox.log
 access-log = /var/log/kannel/access.log
 log-level = 3
 #mo-recode=true
 #max-pending-requests = 2
 
 group = smsbox-route
 smsbox-id = sqlbox
 smsc-id = Trans001
 
 group = sendsms-user
 username = abuzaid
 password = 
 #max-messages = 5
 #concatenation = true
 
 group=smsc
 smsc=smpp
 smsc-id=Trans001
 allowed-smsc-id = Trans001
 host = 121.241.242.121
 port = 2351
 transceiver-mode = 1
 receive-port = 2351   
 log-file = /var/log/kannel/Trans001.log
 log-level = 0
 smsc-username = *
 smsc-password = *
 msg-id-type = 0x00
 source-addr-ton = 5
 source-addr-npi = 9
 dest-addr-ton = 1
 dest-addr-npi = 1
 enquire-link-interval = 60
 system-type = default
 reconnect-delay = 60
 
 #Mysql Connection
 group = mysql-connection
 id = mydlr
 host = localhost
 username = root
 password = mob@123
 database = websms
 max-connections = 10
 
 #DLR Table Structure
 group = dlr-db
 id = mydlr
 table = dlr
 field-smsc = smsc
 field-timestamp = ts
 field-destination = destination
 field-source = source
 field-service = service
 field-url = url
 field-mask = mask
 field-status = status
 field-boxc-id = boxc
 
 sqlbox.conf
 group = sqlbox
 id = sqlbox-db
 smsbox-id = sqlbox
 bearerbox-host = localhost
 bearerbox-port = 13016
 smsbox-port = 13020
 smsbox-port-ssl = false
 sql-log-table = sent_sms
 sql-insert-table = send_sms
 log-file = /var/log/kannel/kannel-sqlbox.log
 log-level = 0
 
 group = mysql-connection
 id = sqlbox-db
 host = localhost
 username = root
 password = 
 database = testsms
 
 -- 
 Regards
 
 Khan Abuzaid
 Mob# :09664541886/9594092200
 Mumbai



Re: got DLR but could not find message or was not interested in it id

2013-11-04 Thread Willy Mularto
Does all smsc connect with same telco and account? If yes you just need to
set the smsc_id with the same name.
On 4 Nov 2013 10:11, Qqblog Qqblog qqb...@ymail.com wrote:

 I have 3 smsc

 two smsc are load balancing and one is backup
 e.g
 smsc  = mysmsc
 smsc-admin-id = mysmsc1
 
 smsc  = mysmsc
 smsc-admin-id = mysmsc2
 
 smsc  = mysmsc_backup
 smsc-admin-id = mysmsc3

 I find some messages sent out via
 mysmsc2, but DLR Returned via mysmsc3 and produce error like this got
 DLR but could not find message or was not interested in it id






Re: kannel configure save and forwrd sms

2013-11-04 Thread Willy Mularto
1st do not cross posting.  Does The final gateway uses Kannel? If yes then
you just need to hit the sendsms cgi or use sqlbox.
On 4 Nov 2013 18:36, smii saber saber.s...@gmail.com wrote:

 Dear team

 I need to use kannel to get SMS messages from SMSC, and forward those
 messages to other smsgatwaysn platforms., My need is to keep a copy of the
 sms (, sender, receiver, date, text...) into a mysql database and forward
 the sms to the final gateway.
 I can do the save of sms in mysql dtatabase with the get-url parameter,
 baut I can not forward the message. I succeded to do an other configuration
 to send the sms to the destination gateway based on destination short code
 but I cannot save the sms in database. My question how to have the 2
 actions together: save the sms in DB and forword it to final smsgateway.


 Thank you



Re: kannel configure save and forwrd sms

2013-11-04 Thread Willy Mularto
User guide and list's archives is your best friend. The other approach is
to use CURL.
On 4 Nov 2013 18:56, smii saber saber.s...@gmail.com wrote:

 Hi Willy
 there are many fnal gateways taht receive sms through http, and they can
 be kannel or other one like now sms. those gatways use http url to receive
 the sms, I tried to use sqlbox but  I don't know how to configure the url
 whre to send sms (each url match to destinatio gateway with one shord code)

 Thank you


 2013/11/4 Willy Mularto sangpr...@gmail.com

 1st do not cross posting.  Does The final gateway uses Kannel? If yes
 then you just need to hit the sendsms cgi or use sqlbox.
  On 4 Nov 2013 18:36, smii saber saber.s...@gmail.com wrote:

 Dear team

 I need to use kannel to get SMS messages from SMSC, and forward those
 messages to other smsgatwaysn platforms., My need is to keep a copy of the
 sms (, sender, receiver, date, text...) into a mysql database and forward
 the sms to the final gateway.
 I can do the save of sms in mysql dtatabase with the get-url parameter,
 baut I can not forward the message. I succeded to do an other configuration
 to send the sms to the destination gateway based on destination short code
 but I cannot save the sms in database. My question how to have the 2
 actions together: save the sms in DB and forword it to final smsgateway.


 Thank you





Re: still receive DLR after stop-smsc ?

2013-11-03 Thread Willy Mularto
DLR comes Via smsc right?
On 4 Nov 2013 10:04, Qqblog Qqblog qqb...@ymail.com wrote:

 IF I stop smsc via command stop-smsc, will DLR still processing ?



Re: Multi Devices

2013-10-26 Thread Willy Mularto
Yes it is easy, set all devices or connections with the same smsc_id.
On 26 Oct 2013 14:57, Faizan Mirza efuz...@gmail.com wrote:

 Hello,

 I want to know can we use multiple devices in kannel easily? and set sms
 should be sent randomly from devices?




Re: Kannel and SSL

2013-10-23 Thread Willy Mularto
Sure it can, the doc said so right?
On 23 Oct 2013 22:18, george petrakis gpetra...@gmail.com wrote:

 Hello all,

 Does anyone knows if kannel can be compiled using SSL? Is that possible?

 I read some notes from

 http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#SSL-ENABLING

 but I need some more notes if possible.

 Thank you



Re: In case of DLR Missing:

2013-10-04 Thread Willy Mularto
You answered your own question.
On 4 Oct 2013 13:21, Himanshu Matta himan...@hostnsoft.com wrote:

 Hello,

 I wanna do something different, in case of dlr missing. What I want to do
 is-

 If DLR is not recieved then send message from another operator(another
 smpp). Now, Is this facility available in kannel ? or I have to achieve
 this with my code ?

 --
 Thanks and regards,
 Himanshu Matta




  1   2   3   4   >