Page 1 of 1

Manipulating the CallerIDname

PostPosted: Tue Jun 24, 2008 5:26 pm
by eijal
Hi

I am using these dial plan to make outbound calls
Code: Select all
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${TRUNKX}/${EXTEN:1},55,tTo)
exten => _91NXXNXXXXXX,3,Hangup


I would like to manipulate the callerIDname trough AGI scripts.

I just want to send one callerIDname for all campaigns, but better if I have the posibility of diferent callerIDname per campaign.

My question is: What file do I need to start changing? FastAGI_log.pl OR call_log.agi?

I think FastAGI_log.pl, in the line 275
Code: Select all
LINE 275: $calleridname =   $CID[3];

FOR

LINE 275: $calleridname =   $CID[2];

But I am not sure, thanks

PostPosted: Wed Jun 25, 2008 3:30 am
by mflorell
You cannot alter CallerIDname and still have VICIDIAL work.

You cannot dynamically send callerIDname out on the PSTN network anyway.

PostPosted: Wed Jun 25, 2008 10:10 am
by eijal
mflorell wrote:You cannot alter CallerIDname and still have VICIDIAL work.

You cannot dynamically send callerIDname out on the PSTN network anyway.

Oh no, What am I gonna do? :( :( :( :( :(

Thanks Matt

PostPosted: Wed Jun 25, 2008 3:15 pm
by mflorell
If you want to change your CallerIDname on outbound calls you need to call your carrier(the one that controls the number that you are setting on calls) and have them change the name.