[freeside-commits] branch FREESIDE_3_BRANCH updated. e905151de34b9c6ae6ea4bc2719dcd5843f9877a
Ivan
ivan at 420.am
Tue Jul 9 12:07:33 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via e905151de34b9c6ae6ea4bc2719dcd5843f9877a (commit)
from 0e0109e17e7601dfcc655ff9b18a9846c0d93297 (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 e905151de34b9c6ae6ea4bc2719dcd5843f9877a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jul 9 12:07:30 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