search for: abcdpassword

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

2005 Aug 25
2
Custom Application For Asterisk
...uot;; static char *descrip = " abcd-IVR: Requires a user to enter a" " number. and announce number according to query result\n"; static char abcdhostname[30] = ""; static char abcddbname[30] = ""; static char abcddbuser[30] = ""; static char abcdpassword[30] = ""; static char abcdcharset[30] = ""; static char abcdlanguage[30] = ""; #define DEFAULTCHARSET "iso_1" #define DEFAULTLANGUAGE "us_english" static int connected = 0; static int mssql_connect(void); static int mssql_disconnect(void); static...