[freeside-commits] branch master updated. e4c42d0a335f5a544d68ac7e7a6025694503accd

Ivan ivan at 420.am
Tue Jul 9 12:07:30 PDT 2013


The branch, master has been updated
       via  e4c42d0a335f5a544d68ac7e7a6025694503accd (commit)
      from  59c29eed0653360378f9c5428c1c3c5833c3b387 (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 e4c42d0a335f5a544d68ac7e7a6025694503accd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jul 9 12:07:27 2013 -0700

    nibblebill, RT#19587

diff --git a/FS/FS/part_export/freeswitch.pm b/FS/FS/part_export/freeswitch.pm
index eb490fd..ff0d243 100644
--- a/FS/FS/part_export/freeswitch.pm
+++ b/FS/FS/part_export/freeswitch.pm
@@ -27,6 +27,8 @@ tie my %options, 'Tie::IxHash',
   <user id="<% $phonenum %>">
     <params>
       <param name="password" value="<% $sip_password %>"/>
+      <param name="nibble_account" value="<% $phonenum %>"/>
+      <param name="nibble_rate" value="<% $nibble_rate %>"/>
     </params>
   </user>
 </domain>
diff --git a/FS/FS/part_export/freeswitch_multifile.pm b/FS/FS/part_export/freeswitch_multifile.pm
index 90a2b04..7f79a0e 100644
--- a/FS/FS/part_export/freeswitch_multifile.pm
+++ b/FS/FS/part_export/freeswitch_multifile.pm
@@ -26,6 +26,8 @@ tie my %options, 'Tie::IxHash',
   <user id="<% $phonenum %>">
     <params>
       <param name="password" value="<% $sip_password %>"/>
+      <param name="nibble_account" value="<% $phonenum %>"/>
+      <param name="nibble_rate" value="<% $nibble_rate %>"/>
     </params>
   </user>
 </domain>

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

Summary of changes:
 FS/FS/part_export/freeswitch.pm           |    2 ++
 FS/FS/part_export/freeswitch_multifile.pm |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list