Page 1 of 1

Script name

PostPosted: Thu May 15, 2008 3:15 am
by rudra_ach
Wanted to make some changes, please help me getting this.

Once I logged in to agc/vicidial.php, which is the script is calling my local Extension and playing message “you are the only personal in conference”??

Regards.
Rudra.

PostPosted: Thu May 15, 2008 5:02 am
by mflorell
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.

PostPosted: Thu May 15, 2008 4:52 pm
by rudra_ach
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.

PostPosted: Thu May 15, 2008 4:58 pm
by mflorell
Any reason you wouldn't use EXTERNAL extensions in the phones table for this?

That is one of the reasons it was created.

The script that places the call does not just place a local call, it looks up the phones table information and builds the ManagerAPI based on the settings.

PostPosted: Fri May 16, 2008 1:40 am
by rudra_ach
mflorell wrote:Any reason you wouldn't use EXTERNAL extensions in the phones table for this?

That is one of the reasons it was created.

The script that places the call does not just place a local call, it looks up the phones table information and builds the ManagerAPI based on the settings.



Thanks Mat.
Its seems I am not aware of the EXTERNAL Table. I got the detail in manager manual. Let me give a try.
Thanks again.

Regards,
Rudra.