MazWoz / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

How to set global-sender #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I had been using Kannel for SMS application. Kannel exposes one parameter
'global-sender' this parameter is used to set sender id in SMS message.
This parameter value is displayed as the from id in the message received on
the mobile.

How to set this variable in jsmpp.

Original issue reported on code.google.com by salim.k...@gmail.com on 28 Jan 2009 at 6:09

GoogleCodeExporter commented 8 years ago
SMPP didn't have any global-sender parameter. The only closest thing is 
source_addr. 
This will be shown on the mobile, if only the SMSC didn't mask it.

Original comment by uuda...@gmail.com on 29 Jan 2009 at 4:10