Displaying 2 results from an estimated 2 matches for "dialscript".
2007 Jan 08
0
snom 190 (etc.?) dialscript for * debugging and kaddressbook
Thought I might just as well share these scripts, they may work with
other phones too:
########################################################################
*1)* Dialing from the KDE 3.5.5 address book works with a script that
gets triggered from the kaddressbook (Settings - Script Hooks - Phone)
with my command
snom_dial_number %N
The script snom_dial_number itself goes like this:
2006 Mar 20
4
simple perl-agi - where's the error?
...> 200 result=1 (089324154332)
AGI Rx << EXEC DIAL ""
-- AGI Script Executing Application: (DIAL) Options: ()
Mar 20 11:46:02 WARNING[21970]: app_dial.c:773 dial_exec_full: Dial
requires an argument (technology/number) AGI Tx >> 200 result=-1
-- AGI Script agirouter/dialscript.pl completed, returning 0
so the get_variable-command seems to work, also the exec(with
"$dialstring = 089324154332" the call goes out), but not setting the
variable. should be so simple :-( astcc-agi seems to use the same
syntax, so i have no clue what is wrong in my place...
any idea...