search for: allowredir_in

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

2003 Oct 07
1
[PATCH] allow announcements in app_dial
...&x,sizeof(char),0); ast_channel_setoption(peer,AST_OPTION_AUDIO_MODE,&x,sizeof(char),0); } + if (announce && announcemsg) + { + res = ast_streamfile(peer,announcemsg,peer->language); + res = ast_waitstream(peer,""); + } res = ast_bridge_call(chan, peer, allowredir_in, allowredir_out, allowdisconnect | clearchannel); if (clearchannel) {
2004 Jun 10
1
RE: question about prepaid app_prepaid
...NGE: Added by Storm 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....
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 --------------