Displaying 3 results from an estimated 3 matches for "privdb".
2003 Oct 07
1
[PATCH] allow announcements in app_dial
...megi Srl
-------------- next part --------------
--- asterisk/apps/app_dial.c 2003-10-08 00:05:43.000000000 +0200
+++ dial-asterisk/apps/app_dial.c 2003-10-08 00:04:20.000000000 +0200
@@ -337,6 +337,7 @@
struct localuser *u;
char info[256], *peers, *timeout, *tech, *number, *rest, *cur;
char privdb[256] = "", *s;
+ char announcemsg[256] = "", *ann;
struct localuser *outgoing=NULL, *tmp;
struct ast_channel *peer;
int to;
@@ -344,8 +345,10 @@
int allowredir_out=0;
int allowdisconnect=0;
int privacy=0;
+ int announce=0;
int resetcdr=0;
int clearchannel=0;
+ i...
2004 Jun 10
1
RE: question about prepaid app_prepaid
...n"
"up by another user.\n"
" The optional URL will be sent to the called party if the channel
supports\n"
***************
*** 360,365 ****
--- 361,367 ----
struct localuser *u;
char info[256], *peers, *timeout, *tech, *number, *rest, *cur;
char privdb[256] = "", *s;
+ char szBrdgTO[256] = "", *s2; // CHANGE: buffer to
store Bridging Time out. Storm Petersen */
char announcemsg[256] = "", *ann;
struct localuser *outgoing=NULL, *tmp;
struct ast_channel *peer;
*********...
2004 Jun 10
3
FW: question about prepaid app_prepaid
Hi,
I have compiled and installed app_prepaid module. But have problem when
connect to postgres database. I guess so because after key in card number,
it always play prepaid-no-aaa voice file.
Anyone succeeded in configuring the app_prepaid for prepaid calling service
for asterisk? Please help.
Ps: where can I view the log file for this module.
Thanks.
Tom
--------------