Page 1 of 1

autoReminder.agi usage.

PostPosted: Fri Jan 25, 2008 1:02 pm
by krondorl
Hi,

I read the Manager Manual and was reading up on the "Phone based vicidial functions" on page 89. Was able to create a recording fine using the instructions, bu I would like to know how and where to make the changes to the autoReminder scripts it is taking about. I see the code "exten => 8375...." but how does the new recordings fit into the picture..

Thanks

Kron

PostPosted: Fri Jan 25, 2008 9:19 pm
by mflorell
For that AGI you need to actually edit the auto reminder AGI script to change the prompts that play.

PostPosted: Mon Jan 28, 2008 10:02 am
by krondorl
mflorell wrote:For that AGI you need to actually edit the auto reminder AGI script to change the prompts that play.


Ok so the script:

; VICIDIAL auto-dial reminder script
exten => 8372,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 8372,2,AGI(agi-VDADautoREMINDER.agi,${EXTEN})
exten => 8372,3,AGI(agi-VDADautoREMINDER.agi,${EXTEN})
exten => 8372,4,AGI(agi-VDADautoREMINDER.agi,${EXTEN})
exten => 8372,5,Hangup

I am adding a Playback in there somewhere???

PostPosted: Mon Jan 28, 2008 10:23 am
by mflorell
You need to open the actual agi-VDADautoREMINDER.agi script in a text editor and modify the names of the prompts that play.