What about outgoing calls with authorization code. Would that be also working the same way as feature access code calls or do I need another function for that?
(I am asking this because I don't have such an authorization code-setup for testing)
It looks like you can. This is the description of calledDevice from the TSAPI Programmers Guide:
calledDevice [mandatory]
Must be a valid on-PBX extension or off-PBX number. An
on-PBX extension may be a station extension, VDN, split, hunt group,
announcement extension, or logical agent’s login ID. The calledDevice
may include TAC/ARS/AAR information for off-PBX numbers. Trunk
Access Code, Authorization Codes, and Force Entry of Account Codes
can be specified with the calledDevice as if they were entered from the
voice terminal using the keypad.
It looks like you can. This is the description of calledDevice from the TSAPI Programmers Guide:
calledDevice [mandatory]
Must be a valid on-PBX extension or off-PBX number. An
on-PBX extension may be a station extension, VDN, split, hunt group,
announcement extension, or logical agent’s login ID. The calledDevice
may include TAC/ARS/AAR information for off-PBX numbers. Trunk
Access Code, Authorization Codes, and Force Entry of Account Codes
can be specified with the calledDevice as if they were entered from the
voice terminal using the keypad.
Comment