search for: allowredir_out

Displaying 3 results from an estimated 3 matches for "allowredir_out".

2003 Oct 07
1
[PATCH] allow announcements in app_dial
...@ -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; + int cnt=0; char numsubst[AST_MAX_EXTENSION]; char restofit[AST_MAX_EXTENSION]; char *transfer = NULL; @@ -419,6 +422,16 @@ } else if (strchr(transfer, 'C')) { resetcdr = 1;...
2004 Jun 10
1
RE: question about prepaid app_prepaid
...torm Petersen + ** Set TimeOut After call was Bridged. + */ + if(iBrdgTO) + { + time(&myt); + chan->whentohangup = myt + iBrdgTO; + } + res = ast_bridge_call(chan, peer, allowredir_in, allowredir_out, allowdisconnect); if (res != AST_PBX_NO_HANGUP_PEER) -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of usedcanon Sent: Thursday, June 10, 2004 5:08 PM To: asterisk-users@lists.digium.com Subject: RE:...
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 --------------