Hi,
if you send your SMS via HTTP, then try to include the SMSC name/pw in that request, too. That solved this issue for me. Example request: http://myhost:13013/cgi-bin/sendsms?username=<smsc uname>&password=<smsc pw>&to=1234&text=Hello World&from=1234 greetings > "Willem Levelt" <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 18.03.2002 22:24 > > To: <[EMAIL PROTECTED]> > cc: > Subject: username/password not sent to SMSC: please help > >Hello, > >We are trying to use the Kannel gateway to connect to an CMG SMSC, using EMI >over IP. >The connection to the SMSC is set up nicely, but I am not able to send >messages, since the SMSC complains that no password is provided in the request. > >When I look at the EMI string sent to the SMSC, I cannot find the >username/password information I supplied in the configuration file. Can anybody >tell me whether this is a know bug? Or should this work? > >Thanks, Willem. > > >
