Send sms to specific GSM Modem in Multi Modems

Send sms to specific GSM Modem in Multi Modems SearchSearch
Author Message
joshua
New member
Username: Joshuasitopul

Post Number: 1
Registered: 02-2011
Posted on Wednesday, February 23, 2011 - 04:43 pm:   

I setup nowsms with 2 gsm modem (COM14 and COM15) and add SMSCRoute=COM14 http parameter to send sms with gsm modem COM14 but get response "Status code not OK (400)"

this is my SMSGW.ini :

[SMSGW]
WebAuth=No
WebMenu=Yes
WebPort=8800
ConfigurationUpdateTriggerRestart=20110223182042
SeparateUserQueues=Yes
ReceiveSMS=Yes
ReceiveMMS=No
ReceiveSMSCharset=utf-8
Modem1=COM14:
Modem2=COM15:

[COM14]
RouteName=COM14:

[COM15]
RouteName=COM15:


my question is how i can send sms to specific modem, i already read documentation and search google but still confuse..
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2940
Registered: 08-2008
Posted on Wednesday, February 23, 2011 - 05:48 pm:   

Hi Joshua,

There is some confusion because certain section headers are not automatically added to SMSGW.INI unless you apply some properties to a modem connection first.

Change:

[COM14]
RouteName=COM14:

[COM15]
RouteName=COM15:


To:

[Modem- COM14:]
RouteName=COM14

[Modem - COM15:]
RouteName=COM15

Pay careful attention to where I have included a ":" and where I have not.

--
Des
NowSMS Support