[asterisk-users] Problem with outbound dialing from remote phone

Steve Edwards asterisk.org at sedwards.com
Fri Oct 14 16:06:30 CDT 2011


Un-top-posting...

On Fri, 14 Oct 2011, Steve Edwards  wrote:

> Since you have access to the Asterisk server's command line, you could use
> wget to retrieve the index page from the phone outputting to a file and scp
> the file back to you for your local viewing pleasure.

On Fri, 14 Oct 2011, Danny Nicholas wrote:

> - wget won't work because the phone requires a user ID and password for
> access, but lynx or curl might do the trick.   I was able to use lynx -
> couldn't figure out the voodoo for curl.

 	wget\
 		--output-document=index.html\
 		--password=pass\
 		--user=user\
 		http://a.b.c.d

 	or

 	wget http://user:pass@a.b.c.d

-- 
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwards at sedwards.com      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000



More information about the asterisk-users mailing list