Posts Tagged ‘12’

Asterisk 12 Notes

Monday, March 24th, 2014

To use ‘Gosub‘ (and also ‘Return‘, ‘GosubIf‘ and ‘StackPop‘) application you must load app_stack.so .
To make calling between endpoints possible, you must load bridge_simple.so .

To originate calls from CLI you must load res_clioriginate.so (assuming app_originate.so is already loaded).