from=+27826449534&to=+27823511544
it's important to remember that you'll need an agreement with your provider or an SMPP connection (usually you can't set the send through a GSM modem)
iain > see manual
----- Original Message ----- From: Richard Cooke To: [email protected] Cc: [EMAIL PROTECTED] Sent: Friday, November 02, 2007 9:01 AM Subject: How do you set the sender MSISDN in the HTTP request (without usingdefault-sender in the config file)? ("Sender missing and noglobal set, rejected" error) What is the name\value pair that you use to specify the sender of a message? For example, if I wanted to add a sender to the following request: http://192.168.0.226:2004/cgi-bin/sendsms?to=+27823511544&text=Hello&smsc=smsc1&username=user&password=pw could I use something like this (which doesn't work): http://192.168.0.226:2004/cgi-bin/sendsms?sender=+27826449534to=+27823511544&text=Hello&smsc=smsc1&username=user&password=pw ? Some networks\operators cannot handle custom senders (i.e. using "default-sender" in the config file) so I need to be able to control for which networks I set senders for and which I leave them blank. And generally, is there any list of name\value pairs you can use for the HTTP requests? The user manual provides only one small example. Thanks, Richard.
