2 way sms - trying to trigger sending to a distribution list

2 way sms - trying to trigger sending to a distribution list SearchSearch
Author Message
vteo
Posted on Sunday, August 03, 2003 - 01:57 pm:   

Hi,

I am trying to be able to send a SMS with this "amex hello", so that this will trigger sending to the distribution list amex with the message hello. But it seems to fail with this in the debug:

20:16:42:529 [4] ThreadProcessInboundSMS: Processing 3F2CFC81.in...
20:16:43:921 [4] ThreadProcessInboundSMS: Executing http://%2B6598292149:password@127.0.0.1:8800/Send%20Text%20Message.htm?PhoneNumber=amex&Text=ITWORKS&Submit=Submit
20:16:43:941 [4] RetrieveURL: Retrieving http://%2B6598292149:password@127.0.0.1:8800/Send%20Text%20Message.htm?PhoneNumber=amex&Text=ITWORKS&Submit=Submit
20:16:43:961 [5] ThreadProcessConnection: Processing connection from 127.0.0.1...

20:16:43:961 [4] RetrieveURL: Retrieving Send%20Text%20Message.htm?PhoneNumber=vernon&Text=ITWORKS&Submit=Submit
20:16:43:961 [4] RetrieveURL: GET /Send%20Text%20Message.htm?PhoneNumber=amex&Text=ITWORKS&Submit=Submit HTTP/1.0
User-Agent: Now SMS/MMS Gateway v4.20 (b20030507)
Accept: */*
Connection: Close
Authorization: Basic JTJCNjU5ODI5MjE0OToxY3NtbQ==
Host: 127.0.0.1:8800


20:16:43:981 [5] ThreadProcessConnection: Processing request /Send%20Text%20Message.htm?PhoneNumber=amex&Text=ITWORKS&Submit=Submit
20:16:43:981 [5] Debug: 0 recipient entries
20:16:44:081 [4] RetrieveURL: got unknown response
20:16:44:101 [4] RetrieveURL: HTTP/1.0 400 Bad Request
Content-type: text/html
Expires: Tue, 01 Jan 1980 1:00:00 GMT
Cache-Control: no-cache

<html><head><title>
Invalid Parameter
</title></head><body>

Error: Invalid Parameter


Invalid format for telephone number.
</body></html>

Appreciate any help possible.

vteo
Bryce Norwood - NowSMS Support
Posted on Sunday, August 03, 2003 - 09:17 pm:   

It appears that the system did not find a distribution list named "amex" under the user account "%2B6598292149".

Is it possible that is the explanation?

Distribution lists are maintained on a per-user account basis, and not globally.

If that is not the case, can you post the "2-way" command that you have configured, and I'll run some tests.

-bn