Thanks. Does anyone have an example url for sending binaries?
Or does it go in the config file somewhere? Thanks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro B. Sent: Thursday, August 12, 2004 4:48 PM To: [EMAIL PROTECTED] Subject: Re: Question about a ERROR It's always a good idea to bookmark http://www.dreamfabric.com/sms/cms_error.html \\pb Bret Kumler wrote: > Well, I have it working now. > > > > > > > > ------------------------------------------------------------------------ > > *From:* Bret Kumler [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, August 12, 2004 9:44 AM > *To:* '[EMAIL PROTECTED]' > *Subject:* Question about a ERROR > > > > Hi, > > > > New to Kannel. I'm trying to send a SMS message using the url > > http://localhost:13013/cgi-bin/sendsms?username=test&password=test&to=140896 66670&text=TEST > <http://localhost:13013/cgi-bin/sendsms?username=test&password=test&to=14089 666670&text=TEST> > > > > > > I get the following _CMS ERROR: 304 > > > > > > I'm running a Sierra Wireless 750 AirCard, SuSe 9.1, T-Mobile is the > service provider. > > > > > > Here's my kannel.conf contents. > > > > > > group = core > > admin-port = 13000 > > smsbox-port = 13001 > > admin-password = test > > log-file = "kannel.log" > > log-level = 0 > > box-allow-ip = "*.*.*.*" > > access-log = "core-access.log" > > > > # SMSC CONNECTIONS > > > > group = smsc > > smsc = at2 > > modemtype = sierra_750 > > device = /dev/ttyS0 > > speed = 57600 > > keepalive = 60 > > sms-center = 12062130104 > > my-number = 9092186240 > > > > # SMSBOX SETUP > > > > group = smsbox > > bearerbox-host = localhost > > sendsms-port = 13013 > > global-sender = 13013 > > log-file = "smsbox.log" > > log-level = 0 > > access-log = "sms-access.log" > > > > # SEND-SMS USERS > > > > group = sendsms-user > > username = test > > password = test > > user-allow-ip = "*.*.*.*" > > > > # SERVICES > > > > group = sms-service > > keyword = complex > > get-url = "http://localhost/service?sender=%p&text=%r" > > #accept-x-kannel-headers = true > > max-messages = 3 > > concatenation = true > > > > # there should be default always > > > > group = sms-service > > keyword = default > > text = "No service specified" > > > > # Sierra Wireless 750 Aircard > > group = modems > > id = sierra_750 > > name = "Sierra Wireless AirCard 750" > > detect-string = Sierra Wireless Inc." > > init-string = "AT+CNMI=1,2,0,0,1" > > speed = 19200 > > need-sleep = true > > no-pin = true > > no-smsc = true >
