X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fbandwidth_com.pm;h=b39bffb69747ceff33314ace1c6dc26b51879464;hb=d5d19730fdb7635bf1d4d4c65c06f1108db7f4ff;hp=4fbc2de210f380db798d165c151e9a8f63352919;hpb=79dc2b72b17acaa6aa19da6cd4f8c1b8a194a794;p=freeside.git diff --git a/FS/FS/part_export/bandwidth_com.pm b/FS/FS/part_export/bandwidth_com.pm index 4fbc2de21..b39bffb69 100644 --- a/FS/FS/part_export/bandwidth_com.pm +++ b/FS/FS/part_export/bandwidth_com.pm @@ -56,10 +56,20 @@ with this IP address exists, one will be created.

If you are operating a central SIP gateway to receive traffic for all (or a subset of) customers, you should configure a phone service with a fixed value, or a list of fixed values, for the sip_server field.

+

To find your account ID and site ID: +

+

END ); -sub export_insert { +sub _export_insert { my($self, $svc_phone) = (shift, shift); local $SIG{__DIE__}; try { @@ -90,7 +100,7 @@ sub export_insert { }; } -sub export_replace { +sub _export_replace { my ($self, $new, $old) = @_; # we only export the IP address and the phone number, # neither of which we can change in place. @@ -101,7 +111,7 @@ sub export_replace { ''; } -sub export_delete { +sub _export_delete { my ($self, $svc_phone) = (shift, shift); local $SIG{__DIE__}; try {