Added missing cause message for CUG.

This commit is contained in:
MelwareDE 2011-08-07 14:31:05 +00:00
parent 49d3f54fcc
commit 6307669221
1 changed files with 2 additions and 0 deletions

View File

@ -975,6 +975,8 @@ char *capi_info_string(unsigned int info)
return "No call suspended";
case 0x34D6:
return "Call having the requested call identity has been cleared";
case 0x34D7:
return "User not a member of CUG";
case 0x34D8:
return "Incompatible destination";
case 0x34DB: