Search:
Asterisk cmd SetAccount
Synopsis:
Sets account codeDescription:
SetAccount([account])Set the channel account code for billing purposes.
Return codes
Always returns 0.The ACCOUNTCODE variable
The accountcode is available as ${ACCOUNTCODE} from within the dialplan. Therefore you can use for exampleGotoIf($[${ACCOUNTCODE} = 1234]?4:6)
for further processing.
See also
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ

Page Changes
