search for: restofit

Displaying 2 results from an estimated 2 matches for "restofit".

Did you mean: residfit
2003 Oct 07
1
[PATCH] allow announcements in app_dial
..."", *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 SUPPORT */ + else if ((ann = strstr(transfer, "A("))) { + announce = 1; + strncpy(announcemsg, ann + 2, sizeof(announcemsg) - 1);...
2006 May 03
1
my asterisk crashed
...rivintro = '\0' <repeats 1023 times> outgoing = (struct localuser *) 0x0 tmp = (struct localuser *) 0x0 to = 0 numbusy = 0 numcongestion = 0 numnochan = 0 cause = 0 numsubst = '\0' <repeats 79 times> restofit = '\0' <repeats 79 times> cidname = '\0' <repeats 79 times> toast = '\0' <repeats 79 times> l = 0x0 privdb_val = 0 calldurationlimit = 0 config = {features_caller = {flags = 0}, features_callee = {flags = 0},...