Passing arguments using local channel

local/s@my-func,1,05

[my-func]
exten => s,1,ConfBridge(${ARG1})

ARG1 is not being set to 05. How can I accomplish this?