All installation and configuration problems and questions
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by saqibali » Sat Oct 06, 2007 3:40 pm
can we set a paticular extension for a paticular VD conference ?
like now it gives available conference number to a paticular extension thats logon to vici but how can i predefined conference number to that extension.
like SIP/0235 extension gets conference number 8600051 whenever that login to vici .
-
saqibali
-
- Posts: 48
- Joined: Wed Nov 22, 2006 7:48 pm
by mflorell » Sun Oct 07, 2007 7:49 am
There is currently no way of do that at this time. The conferences are defined on a first-come first-served basis.
-
mflorell
- Site Admin
-
- Posts: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by saqibali » Tue Oct 09, 2007 1:55 pm
hmmm okie .....
as i changed my server ip and i am getting error when i try to run the
/usr/share/astguiclient/AST_conf_update.pl error is unknown remote host.
and also in server_updater table its not updating the server too ....
-
saqibali
-
- Posts: 48
- Joined: Wed Nov 22, 2006 7:48 pm
by faisal_ashraf » Tue Oct 09, 2007 2:47 pm
you need to change IP address in mysql asterisk database as well which you created during scratch install.
try mysqlyog or webbased phpmyadmin in order to change the ip address in database.
or if you are good in command line then you can do it from that.
Change IP Address on following tables
Table:
conferences
vicidial_conferences.
server_updater
-
faisal_ashraf
-
- Posts: 33
- Joined: Fri Sep 21, 2007 4:18 pm
- Location: Karachi, Pakistan
-
by mflorell » Tue Oct 09, 2007 3:08 pm
There is a perl script to change the server ip in all tables:
ADMIN_update_server_ip.pl
-
mflorell
- Site Admin
-
- Posts: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by saqibali » Tue Oct 09, 2007 3:09 pm
thankzz faisal for the help and also we have to change the ip address in astguiclient.conf file ... as i changed the ip in all files you mentioned but forgot to change the ip in conf file but thankzz n e ways
-
saqibali
-
- Posts: 48
- Joined: Wed Nov 22, 2006 7:48 pm
by faisal_ashraf » Tue Oct 09, 2007 8:26 pm
mflorell wrote:There is a perl script to change the server ip in all tables:
ADMIN_update_server_ip.pl
Well i didn't knew that that will be the easier way to do it then
-
faisal_ashraf
-
- Posts: 33
- Joined: Fri Sep 21, 2007 4:18 pm
- Location: Karachi, Pakistan
-
by shawno » Tue Oct 30, 2007 12:40 am
saqibali wrote:can we set a paticular extension for a paticular VD conference ?
like now it gives available conference number to a paticular extension thats logon to vici but how can i predefined conference number to that extension.
like SIP/0235 extension gets conference number 8600051 whenever that login to vici .
-- Bump --
Is this possible yet?
-
shawno
-
- Posts: 18
- Joined: Mon Sep 24, 2007 3:03 pm
by mflorell » Wed Oct 31, 2007 10:33 pm
Nope. Have you submitted an issue to the tracker requesting this?
-
mflorell
- Site Admin
-
- Posts: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by Aspia » Mon Jun 30, 2008 8:20 am
We solved the problem with multiple agents in same conferences by changing this line in vicidial.php:
#####$stmt="SELECT conf_exten FROM vicidial_conferences where server_ip = '$server_ip' and ((extension='') or (extension is null)) LIMIT 1;";
$stmt="SELECT conf_exten FROM vicidial_conferences where server_ip = '$server_ip' and ((extension='') or (extension is null)) and phone = $dialplan_number LIMIT 1;";
then we added the field ´phone´(agents dialplan_number) into vicidial_conferences. This solved the problem for us.
-
Aspia
-
- Posts: 5
- Joined: Wed Feb 21, 2007 5:30 pm
- Location: Norway
-
Return to Support
Who is online
Users browsing this forum: No registered users and 115 guests