Page 461 - Asterisk™: The Future of Telephony
P. 461
Sets the Caller ID on the channel to a specified value. If the a argument is passed, ANI
is also set to the specified value.
; override the Caller ID for this call
exten => 123,1,Set(CALLERID(all)="John Q. Public <8885551212>”)
See Also
The CALLERID
SetCallerPres() Sets Caller ID presentation flags
SetCallerPres(presentation)
Sets the Caller ID presentation flags on a Q931 PRI connection.
Valid presentations are:
allowed_not_screened
Presentation allowed, not screened
allowed_passed_screen
Presentation allowed, passed screen
allowed_failed_screen
Presentation allowed, failed screen
allowed
Presentation allowed, network number
prohib_not_screened
Presentation prohibited, not screened
prohib_passed_screen
Presentation prohibited, passed screen
prohib_failed_screen
Presentation prohibited, failed screen
prohib
Presentation prohibited, network number
unavailable
Number unavailable
exten => 123,1,SetCallerPres(allowed_not_screened)
exten => 123,2,Dial(Zap/g1/8885551212)
See Also
CALLERID()
SetCDRUserField() Sets the Call Detail Record user field
SetCDRUserField(value)
SetCallerPres() | 433