Archives : January-2021
after upgrade from asterisk 11 to 16 i have problem with ForkCDR app (probably) snippet of dialplan EXTEN=800800800 backup_number=666777888 exten => _X.,n(forward800),noop(forward800) exten => _X.,n,Gosub(routing800,s,1(${EXTEN})) exten => _X.,n,goto(pstn,${backup_number}..
Did execution of macro changed in Astersik-16.15 ? When I try to dial an extension that call macro I get an error: app.c:280 ast_app_exec_macro: Cannot run Macro(atb).The application is not available. Dial(SIP/718xxxxxxxxxx@pstn-5665,20,m(default)M(at..
Following the playback.js ari-client example, I now need to store the current playback offsetms, either when it was skipped or hung up on. But I cant seem to find it. I know that https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayb..