Displaying 4 results from an estimated 4 matches for "ldusers".
Did you mean:
adusers
2004 Jul 01
2
DISA and AGI: authenticate by caller ID?
...helpful
clues. Am I doing the exec incorrectly?
I want to have a way to authenticate callers to the extension by Caller
ID... if their caller ID is in my database and set to active, they can call
out. [like a calling card but auth'd by CID instead of PIN].
Here is my dialplan:
1234, 1, agi(ldusers.agi)
1234, 2, Hangup
Here is my code:
#!/usr/bin/perl
#
use Asterisk::AGI;
use DBI;
$db = "dbname";
$host = "hostname";
$port = "3306";
$userid = "dbuser";
$password = "dpasswd";
$connectionInfo = "DBI:mysql:database=$db;$host:$port";...
2006 Jan 29
2
Access Codes
Or you can use authenticate() and have it take its 'passwords' form a
text file on your machine.
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
> trixter aka Bret McDanel
> Sent: Sunday, January 29, 2006 5:37 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
2006 Feb 04
0
little help with my config please
Hola:
I have configured samba-3.0.14a-2 on FC4 as a member of a Windows
SBS2003 network. I used windbind to get the users from the SBS server. Users
can login into the samba machine and use home directories I created for them
in the samba machine (I cannot get to use/mount the user's home directories
from the SBS machine into the samba machine).
I 'm trying to connect to the
2006 Feb 06
0
little help with my config please (repost with smb.conf)
Hola:
This is a repost with the smb.conf inline.
Hola:
I have configured samba-3.0.14a-2 on FC4 as a member of a Windows SBS2003
network. I used windbind to get the users from the SBS server. Users can
login into the samba machine and use home directories I created for them in
the samba machine (I cannot get to use/mount the user's home directories
from the SBS machine into the