diff --git a/app/gswave/index.php b/app/gswave/index.php index a39f750..42c3609 100644 --- a/app/gswave/index.php +++ b/app/gswave/index.php @@ -127,6 +127,15 @@ $ldapxml .= ""; } + + if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){ + $otherclient = "Registrar/Server:".$_SESSION['domain_name'].":".$_SESSION['provision']['line_sip_port']['numeric'].; + $otherclient .= "Username:".$username. + $otherclient .= "Password:".$field['password']. + + + } + // Use Default settings to set these } @@ -210,6 +219,10 @@ echo "\n"; echo "

LDAP QR Code

\n"; } + if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){ + + echo "

"$otherclient"

\n"; + } } echo "\n";