No application 'SetCallerID' for extension

Hello all

im installing a new Asterisk server (11.10) in to replace our current ancient server (1.4.7.1) i have copied the dialplan over an im in the middle of making the changes to suit

one thing that has stumped me is No application 'SetCallerID' for extension

can anyone help me convert this from Asterisk 1.4 to Asterisk 11 please

many thanks

From cli Run:

Core show applications.

For this case use: Set(CallerID(num)=XXX)

Always read the changelog when you upgrade versions :wink:

Gracias navaismo!

im trying to set the callerid for the “paging.agi”

the original dialplan from 1.4 was

exten => *10,1,Set(TIMEOUT(absolute)=15)
exten => *10,n,AGI(page.agi,101@Internal,102@Internal 
exten => *10,n,SetCallerID("Page:${CALLERIDNAME}" <${CALLERIDNUM}>)
exten => *10,n,Set(_ALERT_INFO="Ring Answer")
etc......

So, using your example of Set(CallerID(num)=XXX)

i dont know how to change my existing to your example…

thanks

Use: