Re: SMS REJECTED due to throttling

2016-11-11 Thread Giulio Giovannini
Hi,

we threw in a quick fix. In the attachement.

I think the proper fix should allow the user to list in the connection
configuration the NACK codes that he/she wants to consider as temporary.

Ciao,
Giulio



2016-11-11 12:21 GMT+01:00 Stipe Tolj :

> Hi,
>
> can we see the EMI/UCP PDU exchange from bearerbox.log in DEBUG level, so
> we can have a look into the code to see if there was any change?
>
> Stipe
>
>
> --
> 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
> ---
>
>


emi_NACK_retry.patch
Description: Binary data


Re: How to make Kannel to get no notification from SMSC

2016-11-11 Thread Stipe Tolj

Am 11.11.2016 07:57, schrieb Gert Tamm:

A SMSC of mine says that they don't allow getting notifications from
them. How could I turn off the Notifications?


notifications == DLRs (delivery reports).

Are you setting any 'dlr-mask' and 'dlr-url' when injecting the MTs via 
the smsbox's sendsms HTTP interface? If yes, simply ommit that part for 
that specific SMSC.


Stipe


--
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: USSD SMPP integration

2016-11-11 Thread Stipe Tolj

Am 01.11.2016 07:40, schrieb kabin mool:

Hi,


I am trying to use kannel for integrating with USSD GW using SMPP.

My bind to USSD GW is ok. MO is ok and MT has some problem, msg is
receiving in handset but if I send or cancel msg, it is is re-sending
the same msg to my handset repetitively.


I am using following parameters in kannel.conf without smpp-tlv group.

# SMS SERVICE
group = sms-service
keyword = default
omit-empty = true
max-messages = 10
get-url =
"http://X.X.X.X/abc.php?mob=%p=TRIAL=%3Fsmpp%3Fussd%5Fservice%5Fop%3D17%26its%5Fsession%5Finfo%3D0;
name="*2210#"

Do I need to define smpp-tlv group in my configuration?

As per my wireshark trace, delivery_sm has optional parameters:
ussd_service_op and its_session_info (attached) but submit_sm does not
have optional parameters set. Do I need to set this parameter, if yes
how to send these parameters in submit_sm?


correct, you will need to define the corresponding 'group = smpp-tlv' in 
the config, which make Kannel aware of the tag/name relation. Then use 
the meta-data HTTP header in the HTTP response to inject the 2 values in 
the MT message, which is then send as optional TLVs in the submit_sm PDU.


--
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: SMS REJECTED due to throttling

2016-11-11 Thread Stipe Tolj

Hi,

can we see the EMI/UCP PDU exchange from bearerbox.log in DEBUG level, 
so we can have a look into the code to see if there was any change?


Stipe


--
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: Multiple connections same port, different our-port

2016-11-11 Thread Stipe Tolj

Am 10.11.2016 14:45, schrieb Davide Bellettini:

Hello everybody,

I'm wondering if it's possible to establish 8 connections for each of
these two configuration block, by using different our-port
(10844,10845,10846... and 10836, 10837...) values without copy-pasting
the whole configuration 8 times.


group = smsc
smsc-id = smscname
allowed-smsc-id = smscname
port = 12248
our-port = 10844
smsc-username = username
smsc-password = password
smsc = emi
host = hostname1
keepalive = 90
throughput = 10
connect-allow-ip = "10.0.0.183;127.0.0.1;10.10.11.34"
flow-control = 1

group = smsc
smsc-id = smscname
allowed-smsc-id = smscname
port = 12248
our-port = 10836
smsc-username = username
smsc-password = password
smsc = emi
host = hostname2
keepalive = 90
throughput = 10
connect-allow-ip = "10.0.0.183;127.0.0.1;10.10.11.34"
flow-control = 1


the 'our-port' in the EMI/UCP type is optional. If you DO NOT need a 
specific client-side TCP port to bind for you can use the 'instances = 
X' in the 'group = smsc' context to "multiply" the connections with a 
SINGLE group in the config.


If you DO meed specific 'our-port' values, then NO, you need to have 
multiple config groups then.


Stipe


--
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: Sender Prefix in SMPP

2016-11-11 Thread Stipe Tolj

Am 21.10.2016 19:16, schrieb vinayak mv:

Hi,

is there any option to set sender prefix and default sender in group
smsc and smsc=smpp


please make some examples of what you want to do, so we get a better 
understanding of the requirement here.


Stipe


--
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: Sender Prefix in SMPP

2016-11-11 Thread vinayak mv
In india we need to set a default sender id and prefix for promotional
route so sender address is like MT-109887

On Friday 11 November 2016, Stipe Tolj  wrote:

> Am 21.10.2016 19:16, schrieb vinayak mv:
>
>> Hi,
>>
>> is there any option to set sender prefix and default sender in group
>> smsc and smsc=smpp
>>
>
> please make some examples of what you want to do, so we get a better
> understanding of the requirement here.
>
> Stipe
>
>
> --
> 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
> ---
>
>

-- 
Thanks & Regards,
Vinayak

==

*Confucius* once said,
"*Life is really simple, but we insist on making it complicated.*"

*Leonardo da Vinci* once said,
"*Simplicity is the ultimate sophistication.*"

*Albert Einstein* once said,
"*Everything should be made as simple as possible, but not simpler.*"


Re: How to make Kannel to get no notification from SMSC

2016-11-11 Thread Gert Tamm
The error I'm getting from my SMSC is : [msg:42:NACK/04-Notification 
request not permitted]. How can i turn Notification request off?



11/11/2016 13:14 Stipe Tolj kirjutas:

Am 11.11.2016 07:57, schrieb Gert Tamm:

A SMSC of mine says that they don't allow getting notifications from
them. How could I turn off the Notifications?


notifications == DLRs (delivery reports).

Are you setting any 'dlr-mask' and 'dlr-url' when injecting the MTs 
via the smsbox's sendsms HTTP interface? If yes, simply ommit that 
part for that specific SMSC.


Stipe




--
Tervitades/Best Wishes,
Gert Tamm
Süsteemiadministraator/System administrator
E-mail: g...@messenger.ee
Direct Messenger OÜ





Need tester for javascript implementation of Kannel Msg protocol.

2016-11-11 Thread Ulrich Badinga
Hi,

I need tester for my nodejs module kannel located here :
https://www.npmjs.com/package/kannel

Kannel.js is a javascript implementation of Kannel Msg protocol, it allow
write some powerful SMS VAS applications or sms gateways with kannel and
nodejs.

Best Regards.


Re: users Digest, Vol 123, Issue 6

2016-11-11 Thread Ulrich Badinga
Hi,

I need tester for my nodejs module kannel located here :
https://www.npmjs.com/package/kannel

Kannel.js is a javascript implementation of Kannel Msg protocol, it allow
write some powerful SMS VAS applications or sms gateways with kannel and
nodejs.

Best Regards.