search for: allowdisconnect

Displaying 7 results from an estimated 7 matches for "allowdisconnect".

2003 Oct 07
1
[PATCH] allow announcements in app_dial
...uct 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; } + /* XXX ANNOUNCE S...
2004 Oct 05
2
Problems installing app_valetparking
...: No such file or directory apps/app_valetparking.c:102: error: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function) apps/app_valetparking.c: In function `valetunpark_call': apps/app_valetparking.c:666: error: structure has no member named `allowdisconnect' apps/app_valetparking.c:671: warning: implicit declaration of function `ast_bridge_call' apps/app_valetparking.c: In function `load_module': apps/app_valetparking.c:760: warning: implicit declaration of function `__use_ast_pthread_create_instead__' [root@localhost asterisk]# [root@...
2003 Sep 17
1
core dump back trace of chan_oh323
...0584da in ast_write (chan=0x8110068, fr=0x810bf78) at channel.c:1386 #3 0x0805a63e in ast_channel_bridge (c0=0x810e868, c1=0x8110068, flags=0, fo=0x47ee8ea4, rc=0x47ee8ea8) at channel.c:2278 #4 0x412024f3 in ast_bridge_call (chan=0x810e868, peer=0x8110068, allowredirect_in=0, allowredirect_out=0, allowdisconnect=0) at res_parking.c:224 #5 0x457dfd57 in dial_exec (chan=0x810e868, data=0x47ee973c) at app_dial.c:668 #6 0x08060fb6 in pbx_exec (c=0x810e868, app=0x80ea2f0, data=0x47ee973c, newstack=1) at pbx.c:396 #7 0x08062baa in pbx_extension_helper (c=0x810e868, context=0x810e9bc "gsm", exten...
2004 Jan 15
12
capacity testing
...x0805884f in ast_write (chan=0x8214488, fr=0x5de5c4a8) at channel.c:1385 #3 0x0805afa1 in ast_channel_bridge (c0=0x5de5c4a8, c1=0x0, flags=0, fo=0x6ef20e50, rc=0x6ef20e54) at channel.c:2262 #4 0x418bdd7a in ast_bridge_call (chan=0x5de5ed98, peer=0x8214488, allowredirect_in=0, allowredirect_out=0, allowdisconnect=0) at res_parking.c:224 #5 0x41d6bfeb in dial_exec (chan=0x5de5ed98, data=0x41d6d19b) at app_dial.c:668 #6 0x08061a5a in pbx_exec (c=0x5de5ed98, app=0x80f0f98, data=0x6ef216e8, newstack=1) at pbx.c:396 #7 0x08068c61 in pbx_extension_helper (c=0x5de5ed98, context=0x5de5eeec "longdistance&quo...
2004 Jun 10
1
RE: question about prepaid app_prepaid
...** 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: [Asterisk-Users]...
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 --------------
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD