summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-09 12:07:27 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-09 12:07:27 -0700
commite4c42d0a335f5a544d68ac7e7a6025694503accd (patch)
tree89163d311207db32ca28ac87e0f919ffc4d9ad45 /FS
parent59c29eed0653360378f9c5428c1c3c5833c3b387 (diff)
nibblebill, RT#19587
Diffstat (limited to 'FS')
-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 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>