Change DCS

Change DCS SearchSearch
Author Message
David Maki
New member
Username: Cooks_d

Post Number: 1
Registered: 09-2007
Posted on Sunday, September 30, 2007 - 01:05 am:   

Posted on Sunday, September 30, 2007 - 01:01 am:

--------------------------------------------------------------------------------
Hello...

I have installed nowSMS to interconnect two SMSCs together. SMSC1 is a SMPP server so I created one SMPP connection in nowSMS. SMSC2 is a SMPP client so I enabled SMPP server in nowSMS.

Both SMSCs are properly connected. I have also created one SMS User and I am routing all SMS that correspond to SMSC2 by putting all the corresponding prefixes in the SMS user.

I can correctly send SMS from/to both SMSCs.

Now, what I need is that all messages that are forwarded from SMSC1 to SMSC2 have the DCS set to 0. I have read that the only way to modify DCS is via HTTP requests, so I have enabled "2-way sms" and put the following config there:

http://127.0.0.1:8800/?username=smsuser&password=123456&PhoneNumber=@@PhoneNumber&sender=@@sender@@&text=@@text@@&DCS=0

but I see the messages are still going trhough with the DCS unchanged.

Is is actually possible to change the DCS? or am I doing something wrong?

Thanks,
David
Malcolm - Now Support
Moderator
Username: Malcolm

Post Number: 210
Registered: 12-2006
Posted on Thursday, October 18, 2007 - 09:49 pm:   

Hi David,

It looks like you are on the right track. That is how you would change the DCS value.

Are you sure that the messages are getting processed by the 2-way command?

Maybe you could enable the SMSDEBUG.LOG and see if the URL is actually getting processed, or if perhaps the messages are still getting routed directly.