Name

SetCallerID() — Sets the Caller ID for the channel

Synopsis

SetCallerID(clid[,a])

Note

This application has been deprecated in favor of:

Set(CALLERID(all)=Some Name <1234>)

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