Dynamic CallerID

Is it possiile to have a dynamic (random) outbount callerID on asterisk?

ex.: 100 outbount numbers in 10 SIP trunks.

10 phones with randomly changing oubound callerid’s

Thank you.

is this possible with ani or some agi script…or not possible to let asterisk randomly choose specified outbound callerid’s?

Thank you.

Yah
use RAND() funtion like Set(RAND(0-100))
SETCALLERID LIKE THIS WHEN YOU DIAL OUT.

Regards,
Jehanzaib

could you give me an example how to do this in a custom dialplan.

I’m using Freepbx.