-- We no longer send a "to" tag on "100 Trying" messages, as it is inappropriate
to do so.
-- We now respond correctly to an invite for T.38 with a "488 Not acceptable here"
+ -- chan_mgcp
+ -- Fixed setting of accountcode
-- res_agi
-- A fix has been added to prevent calls from being hung up when more than one
call is executing an AGI script calling the GET DATA command.
strncpy(gw->wcardep, v->value, sizeof(gw->wcardep)-1);
/*strncpy(e->name, "aaln/" "*", sizeof(e->name) - 1);*/
/* XXX Should we really check for uniqueness?? XXX */
+ strncpy(e->accountcode, accountcode, sizeof(e->accountcode) - 1);
strncpy(e->context, context, sizeof(e->context) - 1);
strncpy(e->callerid, callerid, sizeof(e->callerid) - 1);
strncpy(e->language, language, sizeof(e->language) - 1);
e->needaudit = 1;
}
/* XXX Should we really check for uniqueness?? XXX */
+ strncpy(e->accountcode, accountcode, sizeof(e->accountcode) - 1);
strncpy(e->context, context, sizeof(e->context) - 1);
strncpy(e->callerid, callerid, sizeof(e->callerid) - 1);
strncpy(e->language, language, sizeof(e->language) - 1);