Routing to multiple SMSCs OPENSMPP

2017-07-25 Thread Gorki Alfaro
Hello my friends

Does anyone solve this situation?  I have clients connecting to me through
SMPP connections who needs to send messages to more than one SMSC however
OPENSMPP configuration only allows one SMSC (variable route-to-smsc) .
The question is: How can I redirect messages to different SMSC based on the
destination number?

Thanks in advance

Gorki


Unable to render line break [generic SMSC type]

2017-07-25 Thread Amir Mahmoud
Hello dears,

My kannel GW is configured with generic system-type directive in the SMSC
group to propagate the submitted SMSs to HTTP server.

It works properly but seems having problem in propagating the SMSs that
contain line break chars.

I'm trying to send this sms
"test1
test2
test3"

The bearerbox log shows that the sms received properly,
2017-07-25 20:36:35 FAILED Send SMS [SMSC:generic1] [SVC:vfbulk] [ACT:]
[BINF:] [FID:] [META:] [from:Test1] [to:201x] [flags:-1:2:-1:-1:-1]
[msg:38:
*00740065007300740031000D000A00740065007300740032000D000A00740065007300740033*]
[udh:0:]


But the access log of my HTTP server shows that the propagated SMS from
kannel is,
*"%00t%00e%00s%00t%001%00+%00+%00t%00e%00s%00t%002%00+%00+%00t%00e%00s%00t%003"*

I have no idea why kannel replaces line break chars with space chars, Do
you have any insights about what may cause this issus ?

Regards,
Amir