[freeside-commits] branch FREESIDE_3_BRANCH updated. d1a02167b85bf782d6cb03f80eeb49302e26d509

Jeremy Davis jeremyd at 420.am
Thu Dec 12 08:44:15 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  d1a02167b85bf782d6cb03f80eeb49302e26d509 (commit)
      from  3a206825df6a52691ad25caa159c47b3ebbb35a0 (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 d1a02167b85bf782d6cb03f80eeb49302e26d509
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Dec 12 11:43:46 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