mflorell wrote:The audio file being played is defined in the Asterisk file app_meetme.c. It is not easily definable on the fly and requires a recompile to change.
Thanks for your quick reply.
I am looking for the VICIDIAL Script Responsible for Dialing the Local Extension and establishing the conference.
Here is what I am trying to test.
Asterisk, VICIDIAL, MYSQL, Apache - Location -1
Only Plain Asterisk - Location -2
Location -1 will have IAX trunking with Location -2
When agent login at agc/vicidial.php, the phone should be ring at Location -2 Extension.
exten => 674002,1,Playback,transfer|skip ; "Please hold while..."
exten => 674002,2,Dial(IAX2/iax2trunk/4002,20,to) ; Ring, 20 secs max
exten => 674002,3,Voicemail,u674002
when I am dialing 674002, the call is ringing at 4002 of location -2, but using agc/vicdidial.php its throwing error.
I have tried this
Regards,
Rudra.