summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-09 14:05:21 -0700
committerMark Wells <mark@freeside.biz>2015-03-09 14:05:21 -0700
commit06ffff9be0c3b58a3c14855597fb48035ef0f1f2 (patch)
treea173620a704b0947c4dcef0673b498aa76e7c56a
parent8ef3b639f2a6d4b42548b74e3e9d462392956d99 (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'),