search for: connectioninfo

Displaying 4 results from an estimated 4 matches for "connectioninfo".

Did you mean: connection_info
2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...p me? BRs \\nm The diff code list follows =============================================================================== diff -r /home/qnicmut/Projects/OpenSSH-Portable/openssh-6.0p1/auth.c src/auth.c =============================================================================== 546a547 > ConnectionInfo connection_info; 548,549c549,554 < parse_server_match_config(&options, user, < get_canonical_hostname(options.use_dns), get_remote_ipaddr()); --- > connection_info.user = user; > connection_info.host = get_canonical_hostname(options.use_dns); > connection_info.address =...
2004 Jul 01
2
DISA and AGI: authenticate by caller ID?
...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"; $dbh = DBI->connect($connectionInfo,$userid,$password); $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $AGI->answer(); if (my $callerid = $input{'callerid'}) { $AGI->say_digits($callerid); $query =...
2004 Jul 02
0
DISA and AGI: authenticate by caller ID? (resolved)
...ble that you want to have access. Active = 0 for disabled, active = 1 for enabled. Here is the perl code: #!/usr/bin/perl # use Asterisk::AGI; use DBI; $db = "dbname"; $host = "dbhost"; $port = "3306"; $userid = "dbuser"; $password = "dbpass"; $connectionInfo = "DBI:mysql:database=$db;$host:$port"; $dbh = DBI->connect($connectionInfo,$userid,$password); $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $AGI->answer(); if (my $callerid = $input{'callerid'}) { $callerid =~ m/(\d{10})/; #...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...xwayland: add a server sync before repeating keys xwayland: refactor Wayland event handling xwayland: sync event queue to check compositor reply wayland: Remove unused field in xwl_screen xwayland: Restore wl_display_roundtrip() in InitInput randr: Do not update ConnectionInfo if NULL wayland: clear resource for pixmap on unrealize xwayland-input: Fake crossing to rootwin xwayland: Plug memleak in frame callbacks xwayland: Avoid double free of RRCrtc and RROutput present: Free the fake_present OsTimerPtr wayland: Emulate crossing for n...