Masking Source Address

.NET library for SMPP protocol
Locked
riad_synesisit
Posts: 2
Joined: Thu Sep 19, 2013 12:20 pm

Masking Source Address

Post by riad_synesisit » Sun Nov 03, 2013 1:00 pm

Hi everyone,

i need to Mask the Source Address in Inetlab.SMPP while pushing SMS to a number.

But when it put ... .Submit().From("ABCD") ....it shows ESME_RINVSRCADR that means only numeric is supported.

Please help.

Thanks,
Riad.
riad_synesisit
Posts: 2
Joined: Thu Sep 19, 2013 12:20 pm

Re: Masking Source Address

Post by riad_synesisit » Mon Nov 04, 2013 8:35 am

Got the solution!
Need to set SrcaddrTon = 5 for alphanumeric.

Unknown = 0
International = 1
National = 2
Network Specific = 3
Subscriber Number = 4
Alphanumeric = 5
Abbreviated = 6

----------------------

Riad
Locked