FACILITY_CONF of CD is not unhandled.

This commit is contained in:
MelwareDE 2010-03-23 10:47:44 +00:00
parent 8eea241040
commit aa71b0c410
1 changed files with 4 additions and 0 deletions

View File

@ -683,6 +683,10 @@ void handle_facility_confirmation_supplementary(
name, PLCI);
}
break;
case 0x000d: /* CD */
cc_verbose(2, 1, VERBOSE_PREFIX_3 "%s: CD confirmation (0x%04x) (PLCI=%#x)\n",
name, serviceinfo, PLCI);
break;
case 0x000f: /* CCBS request */
cc_verbose(2, 1, VERBOSE_PREFIX_3 "%s: CCBS request confirmation (0x%04x) (PLCI=%#x)\n",
name, serviceinfo, PLCI);