summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-09 14:05:46 -0700
committerMark Wells <mark@freeside.biz>2015-03-09 14:05:46 -0700
commit8b0f060e6c428f4d7639cff48fcae64cf254f9de (patch)
treeea6ab5280b66e33d11042e0c2f0214373ec560c4
parent1a6d6a44c8752057c638991c3576d7a1ea1e87a0 (diff)
send protocol in voip.ms export, #31834
-rw-r--r--FS/FS/part_export/voip_ms.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/voip_ms.pm b/FS/FS/part_export/voip_ms.pm
index 7766eac0d..a23345c5a 100644
--- a/FS/FS/part_export/voip_ms.pm
+++ b/FS/FS/part_export/voip_ms.pm
@@ -408,6 +408,7 @@ sub subacct_content {
}
return {
username => $svc_acct->username,
+ protocol => $self->option('protocol'),
description => $desc,
%auth,
device_type => $self->option('device_type'),