search for: shortcut1

Displaying 1 result from an estimated 1 matches for "shortcut1".

Did you mean: shortcut
2007 Apr 03
0
Dial Macros
...ROUND_PROMPT=voip-call-pending&${screen_file}); Wait(0.5); Background(${BACKGROUND_PROMPT}); catch 2 { Noop(GOTCHA!!!!!!!!!!); }; catch t { goto s|begin; }; }; The dial command looks like this: Dial(IAX2/shortcut1:shortcut1@bu-vg1/${EXTEN}@from-network|120|M (screen^${SCREEN_FILE}^${EXTEN}^${EMAIL_ADDRESS})); What I do want is to ask the called person to press a key and make a choice. everything goes well until a key is pressed, macro exits with status 48 + ASCII code of the key and the call is bridged...