search for: 700x30

Displaying 1 result from an estimated 1 matches for "700x30".

Did you mean: 700,30
2007 Jan 08
0
snom 190 (etc.?) dialscript for * debugging and kaddressbook
...N The script snom_dial_number itself goes like this: ------------------------- #!/bin/sh ENCODEDNUMBER=$(echo "$@" | sed 's/\+/00/g' | sed 's/\///g' | sed \ 's/-//g' | sed 's/\#/\%23/g' |sed 's/ //g' | sed 's/0043/0/g') konqueror -geometry 700x30+350-810 \ http://172.16.0.2/command.htm?DIAL=$ENCODEDNUMBER&DIAL #EOF ------------------------------------ Substitute "172.16.0.2" with your phone's IP number and 0043 with your country code. The format of numbers in my address book is +CC AC NUMBER which works also for exportin...