Question about CallerID

Hi Everyone,
I’m having problem setting up callerid name in my dialplan. I have this
same => n,SET(CALLERID(num))=123456)
same => n,SET(CALLERID(name))=My Name)

with CALLERID(num) I have no issue, however with CALLERID(name) I get this error

func_callerid.c:1269 callerid_write: Unknown callerid data type ‘name)’.

Any ideas as to why I’m getting this?
TIA

Hi Partner!

Hello partner, you are putting an extra closing parenthesis.

Put it this way:

same => n,Set(CALLERID(num)=123)
same => n,Set(CALLERID(name)=MyName)

I hope this helps!

1 Like

Hi @Langelange This worked. Thank you so much.

1 Like

It was nothing bro!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.