2 ways sms - MT using multiple SMPP connection

2 ways sms - MT using multiple SMPP connection SearchSearch
Author Message
alya
New member
Username: Alya

Post Number: 1
Registered: 12-2003
Posted on Friday, December 12, 2003 - 06:50 am:   

Let say we have 2 SMPP connection (port A, And Port B) for one SMSC.
How to make my 2-ways sms script, response text (MT) using Port A if condition A, and using Port B if condition B.

-alya-
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1367
Registered: 10-2002
Posted on Friday, December 12, 2003 - 03:43 pm:   

Hi alya,

Define a default sender address in the SMSC definition.

When you submit a message, and you want it to go to connection A, include a "&Sender=xxxx" parameter, where "xxxx" matches the sender address defined for SMSC connection A.

-bn