- don't produce warning when ALERT_CONF has info=0x0003 (already sent by

another application)
This commit is contained in:
MelwareDE 2006-05-30 09:48:16 +00:00
parent 63ea97c952
commit dcfcefc4ab
1 changed files with 5 additions and 0 deletions

View File

@ -3684,6 +3684,11 @@ static void show_capi_conf_error(struct capi_pvt *i,
if (i)
name = i->name;
if ((wCmd == CAPI_P_CONF(ALERT)) && (wInfo == 0x0003)) {
/* Alert already sent by another application */
return;
}
if (wInfo == 0x2002) {
cc_verbose(1, 1, VERBOSE_PREFIX_3 "%s: "