diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-09 14:05:21 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-09 14:05:21 -0700 |
commit | 06ffff9be0c3b58a3c14855597fb48035ef0f1f2 (patch) | |
tree | a173620a704b0947c4dcef0673b498aa76e7c56a | |
parent | 8ef3b639f2a6d4b42548b74e3e9d462392956d99 (diff) |
send protocol in voip.ms export, #31834
-rw-r--r-- | FS/FS/part_export/voip_ms.pm | 1 |
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'), |