[Asterisk-Dev] Bug Num 0000456
Jeremy McNamara
jj at nufone.net
Wed Dec 3 01:03:31 MST 2003
Linus Surguy wrote:
>exten => _1XX,1,Dial(ZAP/${EXTEN})
>
>We ca't use SetCallerID as of course it varies by user, and we want to be
>absolutely sure the user can't get around this by changing context or CLI.
>
>What have I missed?
>
>
>
>
A whole lot, it seems.
Given callerid=2222 on the 'source' channel
exten => _1XX,1,SetCallerId(212555${CALLERIDNUM})
exten => _1XX,1,Dial(ZAP/${EXTEN})
The calller*id for this call would be 212-555-2222
see README.variables
Jeremy McNamara
More information about the asterisk-dev
mailing list