search for: voicedb

Displaying 1 result from an estimated 1 matches for "voicedb".

Did you mean: voiced
2006 May 31
0
AGI MySql
...> > > chop; > > last unless length($_); > > if (/^agi_(\w+)\:\s+(.*)$/) { > > $AGI{$1} = $2; > > } > > } > > > >my $ext = $AGI{extension}; > > > >if (!($ext)) { $ext = 10; } > > > >my $dbh = DBI->connect('dbi:mysql:voiceDb', 'test', 'test', >{PrintError=>0, > > >RaiseError=>1}); > >my $sql = "select filename from contentTable where ext='$ext'" or die > >$dbh->errstr; > >my $filename = $dbh->selectrow_array($sql); > >$dbh->discon...