...
exten => s, n, Set(CALLERID(num)=2125551234)
exten => s, n, Set(CALLERID(name)=MyCompany)
exten => s, n, Originate(${target_resolved},app,Playback,${SOUNDS}/alerts/${filename})
...
However, when this is applied internally the caller ID name and number read “Anonymous” and to outside land/cell lines is simply says “Unknown.” Is there some way to set CALLERID to work with Originate, or is there some possible parameter to pass to Originate to correctly render the desired caller ID?