summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-09 12:07:30 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-09 12:07:30 -0700
commite905151de34b9c6ae6ea4bc2719dcd5843f9877a (patch)
tree8252a12d19b29852bb720660160ed3746f1f9fd3
parent0e0109e17e7601dfcc655ff9b18a9846c0d93297 (diff)
nibblebill, RT#19587
-rw-r--r--FS/FS/part_export/freeswitch.pm2
-rw-r--r--FS/FS/part_export/freeswitch_multifile.pm2
2 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/part_export/freeswitch.pm b/FS/FS/part_export/freeswitch.pm
index eb490fd85..ff0d243bb 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 90a2b0469..7f79a0e68 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>