Re: users Digest, Vol 159, Issue 6

Web Min <[email protected]>
Newsgroups gmane.comp.mobile.kannel.user
Message-ID <CAB=bB0P0p7C_y1pe71uycq2xmwuZUJQKtuh_UUrhYwbeDSFCrg@mail.gmail.com>
Can you try the below link, please?

http://localhost:13013/cgi-bin/sendsms?username=YRFN5JRa&password=jL3Uwcmt&to=00967774168311&text=%00H%00e%00l%00l%00o%00+%00w%00o%00r%00l%00d%00+%06%2A%06%2C%061%06%28%06%29%00+%06E%06F%06J&from=test&coding=2&charset=UTF-16BE&dlr-mask=31

On Wed, Nov 13, 2019 at 7:29 PM abod ahameed <[email protected]> wrote:

> Still the same problem
>
> ‫في الأربعاء، 13 نوفمبر 2019 في 7:22 م تمت كتابة ما يلي بواسطة <‪
> [email protected]‬‏>:‬
>
>> Send users mailing list submissions to
>>         [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://www.kannel.org/mailman/listinfo/users
>> or, via email, send a message with subject or body 'help' to
>>         [email protected]
>>
>> You can reach the person managing the list at
>>         [email protected]
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of users digest..."
>>
>>
>> Today's Topics:
>>
>>    1. RE: users Digest, Vol 159, Issue 4 (Rene Kluwen)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 13 Nov 2019 17:21:46 +0100
>> From: "Rene Kluwen" <[email protected]>
>> To: "'abod ahameed'" <[email protected]>,   <[email protected]>
>> Subject: RE: users Digest, Vol 159, Issue 4
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Like I said: Add ?&smsc=smpp-clicksend? (without the qutoes) to the end
>> of your url.
>>
>>
>>
>> == Rene
>>
>>
>>
>> Van: users <[email protected]> Namens abod ahameed
>> Verzonden: woensdag 13 november 2019 16:58
>> Aan: [email protected]
>> Onderwerp: Re: users Digest, Vol 159, Issue 4
>>
>>
>>
>>  <
>> http://localhost:13013/cgi-bin/sendsms?username=YRFN5JRa&password=jL3Uwcmt&to=00967774168311&text=Hello%20World&from=test&charset=ISO-8859-1&dlr-mask=17>
>>
>> http://localhost:13013/cgi-bin/sendsms?username=YRFN5JRa&password=jL3Uwcmt&to=00967774168311&text=Hello%20World&from=test&charset=ISO-8859-1&dlr-mask=17
>>
>>
>>
>> ??? ????????? 13 ?????? 2019 ?? 6:17 ? ??? ????? ?? ??? ?????? <? <mailto:
>> [email protected]> [email protected]?>:
>>
>> Send users mailing list submissions to
>>          <mailto:[email protected]> [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>          <http://www.kannel.org/mailman/listinfo/users>
>> http://www.kannel.org/mailman/listinfo/users
>> or, via email, send a message with subject or body 'help' to
>>          <mailto:[email protected]> [email protected]
>>
>> You can reach the person managing the list at
>>          <mailto:[email protected]> [email protected]
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of users digest..."
>>
>>
>> Today's Topics:
>>
>>    1. hi i have problem when linking kannel with clicksend
>>       (abod ahameed)
>>    2. RE: hi i have problem when linking kannel with clicksend
>>       (Rene Kluwen)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 13 Nov 2019 18:13:22 +0300
>> From: abod ahameed < <mailto:[email protected]> [email protected]
>> >
>> To:  <mailto:[email protected]> [email protected]
>> Subject: hi i have problem when linking kannel with clicksend
>> Message-ID:
>>         < <mailto:
>> CAOH7rmZSc0g2STdbbLuziLBQdpU%2B6%[email protected]>
>> CAOH7rmZSc0g2STdbbLuziLBQdpU+6+dusYnvRp_2JA28SW8Ufw@mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> this my kannel.conf
>> group = core
>> admin-port = 13000
>> admin-password = bar
>> admin-deny-ip = "*.*.*.*"
>> admin-allow-ip = "127.0.0.1"
>> smsbox-port = 2775
>> log-file = "/var/log/kannel/bearerbox.log"
>> box-deny-ip = "*.*.*.*"
>> box-allow-ip = "127.0.0.1"
>>
>> group = smsbox
>> bearerbox-host="localhost"
>> sendsms-port = 13013
>> sendsms-chars = "+0123456789"
>> log-file = "/var/log/kannel/smsbox.log"
>> log-level = 0
>> access-log = "/var/log/kannel/access.log"
>> log-level = 0
>> mo-recode = 1
>>
>> group = smsc
>> smsc = smpp
>> smsc-id = smpp-clicksend
>> host =   <http://smpp1.clicksend.com> smpp1.clicksend.com
>> port = 2775
>> receive-port = 2775
>> transceiver-mode = false
>> throughput = 10
>> smsc-username = *****
>> smsc-password = *****
>> system-type = clicksend
>> dest-addr-ton=1
>> log-file = "/var/log/kannel/smpp-clicksend.log"
>> log-level = 0
>> msg-id-type=0x01
>> alt-charset = LATIN1
>> enquire-link-interval = 30
>>
>> group = sendsms-user
>> username = *****
>> password = ******
>> forced-smsc =  smpp-clicksend
>> name = users
>> user-deny-ip = "*.*.*.*"
>> user-allow-ip = "127.0.0.1"
>> max-messages = 3
>>
>> and this my smsbox.conf
>>
>> group = core
>> admin-port = 13000
>> admin-password = bar
>> admin-deny-ip = "*.*.*.*"
>> admin-allow-ip = "127.0.0.1"
>> smsbox-port = 2775
>> log-file = "/var/log/kannel/bearerbox.log"
>> box-deny-ip = "*.*.*.*"
>> box-allow-ip = "127.0.0.1"
>>
>> group = smsbox
>> bearerbox-host="localhost"
>> sendsms-port = 13013
>> sendsms-chars = "+0123456789"
>> log-file = "/var/log/kannel/smsbox.log"
>> log-level = 0
>> access-log = "/var/log/kannel/access.log"
>> log-level = 0
>> mo-recode = 1
>>
>> group = smsc
>> smsc = smpp
>> smsc-id = smpp-clicksend
>> host =   <http://smpp1.clicksend.com> smpp1.clicksend.com
>> port = 2775
>> receive-port = 2775
>> transceiver-mode = false
>> throughput = 10
>> smsc-username = *****
>> smsc-password = *****
>> system-type = clicksend
>> dest-addr-ton=1
>> log-file = "/var/log/kannel/smpp-clicksend.log"
>> log-level = 0
>> msg-id-type=0x01
>> alt-charset = LATIN1
>> enquire-link-interval = 30
>>
>> group = sendsms-user
>> username = *****
>> password = ******
>> forced-smsc =  smpp-clicksend
>> name = users
>> user-deny-ip = "*.*.*.*"
>> user-allow-ip = "127.0.0.1"
>> max-messages = 3
>>
>> *------------------------------------------------------------------------------*
>> When I go to run link shows me this sentence . 3: Queued for later
>> delivery
>> and in the terminal it shows me this way
>> this terminal kannel.conf
>> sms_router: handling message (0x7f19e0002c70 vs 0x7f19e0002fd0)
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: Routing failed, re-queued.
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: sms_router: handling message
>> (0x7f19e0002fd0 vs 0x7f19e0002fd0)
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: Routing failed, re-queued.
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: sms_router: time to sleep 30.00
>> secs.
>>
>> ----------*--------------------------------------
>> and this terminal smsbox.conf
>> : HTTP: Creating HTTPClient for `127.0.0.1'.
>> 2019-11-13 17:46:53 [5744] [2] DEBUG: HTTP: Created HTTPClient area
>> 0x7fc96c0014e0.
>> 2019-11-13 17:46:53 [5744] [3] INFO: smsbox: Got HTTP request
>> </cgi-bin/sendsms> from <127.0.0.1>
>> 2019-11-13 17:46:53 [5744] [3] INFO: sendsms used by <YRFN5JRa>
>> 2019-11-13 17:46:53 [5744] [3] INFO: sendsms sender:<YRFN5JRa:test>
>> (127.0.0.1) to:<00967774168311> msg:<Hello World>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Stored UUID
>> 83bd8435-e297-4992-8d78-3a38eb117371
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: message length 11, sending 1
>> messages
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Status: 202 Answer: <Sent.>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Delayed reply - wait for bearerbox
>> 2019-11-13 17:46:53 [5744] [0] DEBUG: Got ACK (3) of
>> 83bd8435-e297-4992-8d78-3a38eb117371
>> 2019-11-13 17:46:53 [5744] [0] DEBUG: HTTP: Resetting HTTPClient for
>> `127.0.0.1'.
>> 2019-11-13 17:46:53 [5744] [3] INFO: smsbox: Got HTTP request
>> </favicon.ico> from <127.0.0.1>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Status: 404 Answer: <Unknown
>> request.>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: HTTP: Resetting HTTPClient for
>> `127.0.0.1'.
>> 2019-11-13 17:46:53 [5744] [1] DEBUG: HTTP: Destroying HTTPClient area
>> 0x7fc96c0014e0.
>> 2019-11-13 17:46:53 [5744] [1] DEBUG: HTTP: Destroying HTTPClient for
>> `127.0.0.1'.
>>
>> *what's my mistake and whate is soletion*
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: < <
>> http://www.kannel.org/pipermail/users/attachments/20191113/d04473ef/attachment-0001.html>
>>
>> http://www.kannel.org/pipermail/users/attachments/20191113/d04473ef/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Wed, 13 Nov 2019 16:17:32 +0100
>> From: "Rene Kluwen" < <mailto:[email protected]>
>> [email protected]>
>> To: "'abod ahameed'" < <mailto:[email protected]>
>> [email protected]>,   < <mailto:[email protected]> [email protected]>
>> Subject: RE: hi i have problem when linking kannel with clicksend
>> Message-ID: <027801d59a35$788c9140$69a5b3c0$@ <http://chimit.nl>
>> chimit.nl>
>> Content-Type: text/plain; charset="utf-8"
>>
>> What?s the http url that you are using to send the message via smsbox?
>>
>>
>>
>> Probably you will need to add &smsc=smpp-clicksend to your url variables.
>>
>>
>>
>> == Rene
>>
>>
>>
>>
>>
>> Van: users < <mailto:[email protected]> [email protected]>
>> Namens abod ahameed
>> Verzonden: woensdag 13 november 2019 16:13
>> Aan:  <mailto:[email protected]> [email protected]
>> Onderwerp: hi i have problem when linking kannel with clicksend
>>
>>
>>
>> this my kannel.conf
>>
>> group = core
>> admin-port = 13000
>> admin-password = bar
>> admin-deny-ip = "*.*.*.*"
>> admin-allow-ip = "127.0.0.1"
>> smsbox-port = 2775
>> log-file = "/var/log/kannel/bearerbox.log"
>> box-deny-ip = "*.*.*.*"
>> box-allow-ip = "127.0.0.1"
>>
>> group = smsbox
>> bearerbox-host="localhost"
>> sendsms-port = 13013
>> sendsms-chars = "+0123456789"
>> log-file = "/var/log/kannel/smsbox.log"
>> log-level = 0
>> access-log = "/var/log/kannel/access.log"
>> log-level = 0
>> mo-recode = 1
>>
>> group = smsc
>> smsc = smpp
>> smsc-id = smpp-clicksend
>> host =   <http://smpp1.clicksend.com> smpp1.clicksend.com < <
>> http://smpp1.clicksend.com> http://smpp1.clicksend.com>
>> port = 2775
>> receive-port = 2775
>> transceiver-mode = false
>> throughput = 10
>> smsc-username = *****
>> smsc-password = *****
>> system-type = clicksend
>> dest-addr-ton=1
>> log-file = "/var/log/kannel/smpp-clicksend.log"
>> log-level = 0
>> msg-id-type=0x01
>> alt-charset = LATIN1
>> enquire-link-interval = 30
>>
>> group = sendsms-user
>> username = *****
>> password = ******
>> forced-smsc =  smpp-clicksend
>> name = users
>> user-deny-ip = "*.*.*.*"
>> user-allow-ip = "127.0.0.1"
>> max-messages = 3
>>
>>
>>
>> and this my smsbox.conf
>>
>>
>>
>> group = core
>> admin-port = 13000
>> admin-password = bar
>> admin-deny-ip = "*.*.*.*"
>> admin-allow-ip = "127.0.0.1"
>> smsbox-port = 2775
>> log-file = "/var/log/kannel/bearerbox.log"
>> box-deny-ip = "*.*.*.*"
>> box-allow-ip = "127.0.0.1"
>>
>> group = smsbox
>> bearerbox-host="localhost"
>> sendsms-port = 13013
>> sendsms-chars = "+0123456789"
>> log-file = "/var/log/kannel/smsbox.log"
>> log-level = 0
>> access-log = "/var/log/kannel/access.log"
>> log-level = 0
>> mo-recode = 1
>>
>> group = smsc
>> smsc = smpp
>> smsc-id = smpp-clicksend
>> host =   <http://smpp1.clicksend.com> smpp1.clicksend.com < <
>> http://smpp1.clicksend.com> http://smpp1.clicksend.com>
>> port = 2775
>> receive-port = 2775
>> transceiver-mode = false
>> throughput = 10
>> smsc-username = *****
>> smsc-password = *****
>> system-type = clicksend
>> dest-addr-ton=1
>> log-file = "/var/log/kannel/smpp-clicksend.log"
>> log-level = 0
>> msg-id-type=0x01
>> alt-charset = LATIN1
>> enquire-link-interval = 30
>>
>> group = sendsms-user
>> username = *****
>> password = ******
>> forced-smsc =  smpp-clicksend
>> name = users
>> user-deny-ip = "*.*.*.*"
>> user-allow-ip = "127.0.0.1"
>> max-messages = 3
>>
>>
>> *------------------------------------------------------------------------------*
>>
>> When I go to run link shows me this sentence . 3: Queued for later
>> delivery
>>
>> and in the terminal it shows me this way
>>
>> this terminal kannel.conf
>>
>> sms_router: handling message (0x7f19e0002c70 vs 0x7f19e0002fd0)
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: Routing failed, re-queued.
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: sms_router: handling message
>> (0x7f19e0002fd0 vs 0x7f19e0002fd0)
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: Routing failed, re-queued.
>> 2019-11-13 17:49:23 [5733] [8] DEBUG: sms_router: time to sleep 30.00
>> secs.
>>
>>
>>
>> ----------*--------------------------------------
>>
>> and this terminal smsbox.conf
>>
>> : HTTP: Creating HTTPClient for `127.0.0.1'.
>> 2019-11-13 17:46:53 [5744] [2] DEBUG: HTTP: Created HTTPClient area
>> 0x7fc96c0014e0.
>> 2019-11-13 17:46:53 [5744] [3] INFO: smsbox: Got HTTP request
>> </cgi-bin/sendsms> from <127.0.0.1>
>> 2019-11-13 17:46:53 [5744] [3] INFO: sendsms used by <YRFN5JRa>
>> 2019-11-13 17:46:53 [5744] [3] INFO: sendsms sender:<YRFN5JRa:test>
>> (127.0.0.1) to:<00967774168311> msg:<Hello World>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Stored UUID
>> 83bd8435-e297-4992-8d78-3a38eb117371
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: message length 11, sending 1
>> messages
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Status: 202 Answer: <Sent.>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Delayed reply - wait for bearerbox
>> 2019-11-13 17:46:53 [5744] [0] DEBUG: Got ACK (3) of
>> 83bd8435-e297-4992-8d78-3a38eb117371
>> 2019-11-13 17:46:53 [5744] [0] DEBUG: HTTP: Resetting HTTPClient for
>> `127.0.0.1'.
>> 2019-11-13 17:46:53 [5744] [3] INFO: smsbox: Got HTTP request
>> </favicon.ico> from <127.0.0.1>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: Status: 404 Answer: <Unknown
>> request.>
>> 2019-11-13 17:46:53 [5744] [3] DEBUG: HTTP: Resetting HTTPClient for
>> `127.0.0.1'.
>> 2019-11-13 17:46:53 [5744] [1] DEBUG: HTTP: Destroying HTTPClient area
>> 0x7fc96c0014e0.
>> 2019-11-13 17:46:53 [5744] [1] DEBUG: HTTP: Destroying HTTPClient for
>> `127.0.0.1'.
>>
>>
>>
>> what's my mistake and whate is soletion
>>
>>
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: < <
>> http://www.kannel.org/pipermail/users/attachments/20191113/e370bfa5/attachment.html>
>>
>> http://www.kannel.org/pipermail/users/attachments/20191113/e370bfa5/attachment.html
>> >
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> users mailing list
>>  <mailto:[email protected]> [email protected]
>>  <http://www.kannel.org/mailman/listinfo/users>
>> http://www.kannel.org/mailman/listinfo/users
>>
>>
>> ------------------------------
>>
>> End of users Digest, Vol 159, Issue 4
>> *************************************
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.kannel.org/pipermail/users/attachments/20191113/d0bf95d4/attachment.html
>> >
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> users mailing list
>> [email protected]
>> http://www.kannel.org/mailman/listinfo/users
>>
>>
>> ------------------------------
>>
>> End of users Digest, Vol 159, Issue 6
>> *************************************
>>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.