search for: setchan

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

Did you mean: setchar
2019 Jan 09
2
Switched from Asterisk 1.8 to 13 - CDR ringtime now always zero (Joshua C. Colp)
..."]?done) exten=>h,n(setacc),Set(CHANNEL(accountcode)=${call_Link}) exten=>h,n(done),noOp(Call Completed) and the VCCALLOUT macro: [macro-VCCALLOUT] ;macro to dial numbers ; ${ARG1} Channel To Use ; ${ARG2} Number To Dial ; ${ARG3} FailOver Channel ; ${ARG4} FailOverNumber exten=>s,n(setchan),Set(chantouse=${ARG1}) exten=>s,n,Set(numtodial=${ARG2}) exten=>s,n(makecall),GotoIf($["${timeLimit}" = ""]?dialNoLimit:dialLimit) exten=>s,n(dialNoLimit),Dial(${chantouse}/${numtodial},60,TL(3900000:60000:30000)) exten=>s,n,NoOp(Dial Status: ${DIALSTATUS}) exten=&g...