Complete kamailio tutorial test calls

This commit is contained in:
DanB
2015-04-21 11:10:33 +02:00
parent 297dcbad58
commit b346b28b3a
3 changed files with 405 additions and 40 deletions

View File

@@ -34,11 +34,16 @@ route[CGR_AUTH_REQUEST] {
}
switch ($fU) {
case 1001:
case 1006:
case 1007:
$dlg_var(cgrReqType) = "*prepaid";
break;
case 1002:
$dlg_var(cgrReqType) = "*postpaid";
break;
case 1003:
$dlg_var(cgrReqType) = "*pseudoprepaid";
break;
default:
$dlg_var(cgrReqType) = "*rated";
}