Detect threeway call.

This commit is contained in:
MelwareDE 2013-10-22 10:25:45 +00:00
parent 840557751c
commit f143a92dd1
1 changed files with 4 additions and 0 deletions

View File

@ -4113,6 +4113,10 @@ static void capidev_handle_info_indication(_cmsg *CMSG, unsigned int PLCI, unsig
case 2:
desc = "Bearer service changed";
break;
case 0xc2:
desc = "Conference established";
pbx_builtin_setvar_helper(i->owner, "THREEWAYESTABLISHED", "YES");
break;
case 0xf9:
desc = "User put on hold";
break;