Guest
2007-10-27T12:01:50Z
DEAR ALL,

I NEED TO CONFIGURE SMS CALLBACK MODULE OF VOIPSWITCH. BASICALLY ITS AN ASPX SCRIPT WHICH SENDS SMS TO VPS AND IT STARTS CALLING. I TRIED TIAL OF INTELLISMS IT FORWARDS SMS VIA HTTP BUT NO RESPONSE FROM SERVER. CAN YOU PLEASE HELP ME IN DIAGNOSING THE PROBLEM.
Support
2007-10-27T16:30:26Z
Could you please send detailed information to help us look into your issue:

1. Your username on our system
2. Phone number(s) you were sending to
3. The mobile network for each recipient number(s)
4. The time you sent the message(s) (as indicated on the 'SMS Sent'
Guest
2007-10-28T03:35:54Z
Dear Sir,
my username is ramzanch
i am forwarding my inbox message to my webserver.

i have sent message to your trial number +447786202820 sms received and forwarded to my webserver by HTTP POST method (as shown by status H).

There is a .NET script running which processes incomming messages and sends to VOIPSWITCH.

http://216.234.250.12/sms/trigger.aspx 

so the problem is it is not working with forwarded messages. otherwise it works well.

Ramzan Ch.
Many Tel

Support
2007-10-28T10:54:29Z
I can see that both your messages have successfully been sent to your script.

If you are not receiving the message then there must be a fault with your script.

Please be aware that the parameter will be sent to you in a HTTP POST (Form parameters) and not in a HTTP GET (QueryString parameters).