summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2013-12-12 11:39:58 -0500
committerJeremy Davis <jeremyd@freeside.biz>2013-12-12 11:39:58 -0500
commit16e4d124e582098b658ef544b5f550f2055b7b4f (patch)
treef2502dc1f42cc13ad3e13ba70dc578b8132daf82 /fs_selfservice/FS-SelfService
parent3422ca1893d421e933f15670299b23c5f61f8f32 (diff)
#21337 terminate-action changes
Diffstat (limited to 'fs_selfservice/FS-SelfService')
-rw-r--r--fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm b/fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm
index 6086717ec..25f673f4a 100644
--- a/fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm
+++ b/fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm
@@ -51,6 +51,7 @@ sub authorize {
return RLM_MODULE_REJECT;
} elsif ( $response->{'seconds'} ) {
$RAD_REPLY{'Session-Timeout'} = $response->{'seconds'};
+ $RAD_REPLY{'Termination-Action'} = 0;
return RLM_MODULE_OK;
} else {
# if the called number is free, put 1 in the Termination-Action attribute