Displaying 4 results from an estimated 4 matches for "lduser".
Did you mean:
mduser
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
...he server log for a windows XP machine :
[2006/01/24 22:55:07, 1] smbd/service.c:close_cnum(830)
computer2 (192.168.1.51) closed connection to service opt
[2006/01/24 22:55:09, 1] smbd/service.c:make_connection_snum(642)
computer2 (192.168.1.51) connect to service opt initially as user
PCTSA\lduser (uid=16777216, gid=16777216) (pid 2956)
[2006/01/24 23:59:40, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to
[home]
[2006/01/24 23:59:40, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist...
2006 Feb 06
0
little help with my config please (repost with smb.conf)
...on the server log for a windows XP machine :
[2006/01/24 22:55:07, 1] smbd/service.c:close_cnum(830)
computer2 (192.168.1.51) closed connection to service opt
[2006/01/24 22:55:09, 1] smbd/service.c:make_connection_snum(642)
computer2 (192.168.1.51) connect to service opt initially as user
PCTSA\lduser (uid=16777216, gid=16777216) (pid 2956)
[2006/01/24 23:59:40, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to
[home]
[2006/01/24 23:59:40, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or...