added FACILITY_IND log for CD

This commit is contained in:
MelwareDE 2010-07-24 18:26:43 +00:00
parent e3d9df8417
commit fa901efa62
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@ HEAD
EC for transit connections
- added variable DISCONNECT_IND_REASON to get real reason code from CAPI
- added capicommand(keypad)
- added log of FACILITY_IND for call deflect suplementary service
chan_capi-1.1.5
------------------

View File

@ -618,6 +618,11 @@ int handle_facility_indication_supplementary(
i->vname, PLCI, infoword);
show_capi_info(i, infoword);
break;
case 0x000d: /* CD */
cc_verbose(1, 1, VERBOSE_PREFIX_3 "%s: PLCI=%#x CD Service Reason=0x%04x\n",
i->vname, PLCI, infoword);
show_capi_info(i, infoword);
break;
case 0x8013: /* CCBS info retain */
cc_verbose(1, 1, VERBOSE_PREFIX_3 "%s: PLCI=%#x CCBS unique id=0x%04x\n",
i->vname, PLCI, infoword);