No need to enclose url in "" for GUI based browsers. simply use http://localhost:13131/cgi-bin/sendsms?username=aaa&password=bbb&to=0811111111&text=Hello+world
lynx is CLI browser so you need to feed all characters as string. -- Regards, Abdul Basit On Thu, Jul 1, 2010 at 10:53 AM, RIFQI <[email protected]> wrote: > Dear abdul, thanks it works now, but how can send the "" in the browser > url? > > > On Thu, Jul 1, 2010 at 12:38 PM, Abdul Basit <[email protected]> wrote: > >> >> I figuredout this problem >> >> just enclose url in "" >> >> lynx -dump " >> http://localhost:13131/cgi-bin/sendsms?username=aaa&password=bbb&to=0811111111&text=Hello+world >> " >> >> -- >> Regards, >> >> Abdul Basit >> >> >> >> On Thu, Jul 1, 2010 at 6:06 AM, Alvaro Cornejo >> <[email protected]>wrote: >> >>> What is the send-sms service port defined? in your call you are using >>> 13131... default is 13013 >>> >>> >>> >>> |-----------------------------------------------------------------------------------------------------------------| >>> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier >>> celular y Nextel >>> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via >>> SMS y GPRS online >>> Visitenos en www.perusms.NET <http://www.perusms.net/> >>> www.smsglobal.com.mx y >>> www.pravcom.com >>> >>> >>> >>> On Wed, Jun 30, 2010 at 7:38 PM, RIFQI <[email protected]> wrote: >>> > I have just install kannel 1.4.3 on ubuntu server 10.04 and i configure >>> the >>> > kannel conf bellow, but when i try to send the sms test using lynx with >>> > command : >>> > >>> > lynx -dump >>> > >>> http://localhost:13131/cgi-bin/sendsms?username=aaa&password=bbb&to=0811111111&text=Hello+world >>> > >>> > I always get the bellow result >>> > >>> > lynx -dump >>> > >>> http://localhost:13131/cgi-bin/sendsms?username=rifqi&password=test&to=081575013938&text=Hello+world >>> > [1] 18256 >>> > [2] 18257 >>> > [3] 18258 >>> > tricon...@tricon-sms-gate:~$ Authorization failed for sendsms >>> > >>> > >>> > bellow is the SEND SMS-USER config on the kannel.conf : >>> > >>> > #SEND-SMS USERS >>> > group = sendsms-user >>> > username = rifqi >>> > password = test >>> > user-deny-ip = "" >>> > user-allow-ip = "*.*.*.*" >>> > concatenation = true >>> > >>> > can some one told me why did i always get this error? >>> > >>> > Thanks For the answer >>> >>
