[freeside-commits] branch master updated. 16e4d124e582098b658ef544b5f550f2055b7b4f

Jeremy Davis jeremyd at 420.am
Thu Dec 12 08:42:21 PST 2013


The branch, master has been updated
       via  16e4d124e582098b658ef544b5f550f2055b7b4f (commit)
      from  3422ca1893d421e933f15670299b23c5f61f8f32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 16e4d124e582098b658ef544b5f550f2055b7b4f
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Dec 12 11:39:58 2013 -0500

    #21337 terminate-action changes

diff --git a/fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm b/fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm
index 6086717..25f673f 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

-----------------------------------------------------------------------

Summary of changes:
 .../FS-SelfService/SelfService/FreeRadiusVoip.pm   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list