[asterisk-users] callerid change name

Georghy fusco at wanagain.net
Wed Mar 10 07:08:03 CST 2010


Georghy a écrit :
> hi folks,
> I want to change the "callerid=" variable generated from php page.
> Let me explain :
> in /var/log/asterisk/cdr-csv/Master.csv we have the following line :
>
> """device"" <360>"
>
> we want to change it we don't want the extension name but the displayed name
> instead of <360> we want "Poste 360" or something else
> I know it is automatically generated but where can I get the variable to 
> change this ?
>
>   
I just change to the following lines in extensions_custom.conf

[macro-dundi-priv]
exten => s,1,Macro(user-callerid)
exten => s,n,Goto(${ARG1},1)
include => dundi-priv-lookup

and it works great :)

-- 
Cordialement, / Greetings,
Georghy FUSCO




More information about the asterisk-users mailing list