Page 1 of 1
Faster coding Vicidial and install error
Posted:
Mon Nov 13, 2006 6:24 am
by PPZZ
Hi all
I started coding vicidial. There were some lengthy codes for Meetme conferances. Is there any thing I can do to copy from scratch doc and paste in putty. Or what shall I do. I doing everything manually and getting tired.
I am using the sackware 10.2 and doing as per scratch-install. I have 2 server
1=> Asterisk/Vicidial
2=>mysql server
I also getting this err
From:
root@Vicidial.cyrex.com.au
Subject: cron: /usr/share/astguiclient/AST_vm_update.pl
unknown remote host: at /usr/share/astguiclient/AST_vm_update.pl line 188
Posted:
Mon Nov 13, 2006 7:15 am
by mflorell
With PuTTY you can copy text in Windows and right-click on your terminal window to paste large sections of text.
As for your error, you do not have manager.conf configured properly.
Posted:
Tue Nov 14, 2006 2:10 pm
by PPZZ
Thanks for that matt.
One thing I am confused about is installing when installing astguiclient when i run
- perl install.pl
It asked me for DB server ip and I am not sure which one I put. How can I see the Ip address which I put?
Posted:
Tue Nov 14, 2006 2:33 pm
by mflorell
DBserver IP address will default to localhost, for single server installations you can leave this. If you have a separate DB server then you need to put that server's IP address in that prompt.
Posted:
Wed Nov 15, 2006 4:09 am
by PPZZ
Oh nice Things work now
I can add users and leads and everything looks fine.
I am having problem with my asterisk. when I dial numbers its says no such context or extensions. I cant figured it out. I think I have that right:
[incoming-IAX]
exten => 8600,1, Meetme,8600
[internal]
include => default
exten => _1XX,1,Dial(IAX2/${EXTEN})
exten => _1XX,2,Hangup()
exten => _X.,1,Answer()
exten => _X.,2, dial(IAX2/oxe/${EXTEN})
exten => _X.,3, congestion()
exten => _961X.,1,Dial(IAX2/oxe/${EXTEN:3},,tTo)
exten => _961X.,2,Hangup()
[default]
; Extension 8600 + 8601 conference rooms
exten => 8600,1,Meetme,8600
exten => 8601,1,Meetme,8601
Posted:
Wed Nov 15, 2006 6:32 am
by mflorell
Any reason you are not following the SCRATCH_INSTALL and putting everything under the default context?
What are the exact messages you are getting?
Posted:
Thu Nov 16, 2006 6:37 pm
by PPZZ
Hi thanks matt
I have fixed that. The context wasnt placed in the right place. Now asterisk works if dialed using firefly.
But when logging into ........./agc/vicidial.php it doesnt ring the softphone where we accept call and enter into conferance. What might be the problem?
I followed scratch and am using IAX protocol.
thanks in advance
Posted:
Thu Nov 16, 2006 10:01 pm
by mflorell
Please post some Asterisk CLI output from when you are trying to login.
Posted:
Fri Nov 17, 2006 8:57 pm
by PPZZ
Hi
nothing happens in asterisk CLI when I use web to dial or login. What to do?
I am also getting this error message:
Subject: cron: /usr/share/astguiclient/AST_conf_update.pl
unknown remote host: at /usr/share/astguiclient/AST_conf_update.pl line 188
cheers
Posted:
Sat Nov 18, 2006 10:04 am
by mflorell
What linux distro are you using?
What do you have in your /etc/astguiclient.conf file?