Re: [Quexs-discuss] Authentication & Asterisk 1.6.2+
Web based system for Computer Assisted Telephone Interviewing (CATI)
Brought to you by:
azammitdcarf
|
From: Adam Z. <ada...@ac...> - 2010-03-11 03:45:21
|
Dear Mathis,
You will receive the error about user authentication, even if your
users have been correctly set up with Apache authentication if you
have not also added them as queXS users (under "Add Operator to the
system" in the admin screen) Please confirm that the username field
exactly matches the apache authentication username.
The message "No VoIP" indicates that VOIP is not enabled in the queXS
configuration file. Please confirm that you have done this. (i.e in
config.inc.local.php defined:
define('VOIP_ENABLED',true);
define('VOIP_ADMIN_PASS','yourpassword');
define('VOIP_SERVER','your.server.org');
Regards,
Adam Zammit
On 11 March 2010 11:40, Chris Mylonas <ch...@mr...> wrote:
> Hi Mathis,
>
> You've got two problems, and you'll need to post a little bit more info.
>
>
> 1. Can yo post your .htaccess file - it sounds like you have your
> virtualhost set up correctly.
>
> 2. Can you post your manager.conf settings from asterisk.
>
> 3. Are you able to log into the asterisk CLI? If so, do a "manager show
> users"
>
>
> Cheers
> Chris
>
>
>
> On Wed, Mar 10, 2010 at 10:26 PM, Azubike, Mathis IS3
> <Mat...@us...> wrote:
>>
>> Please Help,
>>
>> I have managed to install the QueXS system and I am having authentication
>> errors. I have set up a basic apache authentication system using .htaccess
>> and .htpasswd but I stiill get the error regarding user authentication.
>> Secondly, I have set the configuration for my QueXS to connect to my
>> asterisk server and when I run the php voip funtion I can see the debug
>> msg
>> on my asterisk server but the home page still says "NO VOIP". Pleae can
>> you
>> tell me what I am doing wrong. Thanks
>>
>> Mathis
>>
>>
>> ------------------------------------------------------------------------------
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Quexs-discuss mailing list
>> Que...@li...
>> https://lists.sourceforge.net/lists/listinfo/quexs-discuss
>
>
>
> --
> ======================
>
> Chris Mylonas
>
> Web Systems Administrator
> Omnium Research Group
> College Of Fine Arts
> University of NSW
> www.omnium.net.au
>
> Communications, Internetworking, Software Design & Prototyping
> Consultant
> www.mrvoip.com.au
>
> Open Source Software Projects
> Founder
> www.opencsta.org
> www.nursepaging.com
>
> ======================
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Quexs-discuss mailing list
> Que...@li...
> https://lists.sourceforge.net/lists/listinfo/quexs-discuss
>
>
|