Jump to content

SvenS

Most Valued User
  • Posts

    266
  • Joined

  • Last visited

  • Days Won

    15

Community Answers

  1. SvenS's post in Change presence info for one single user was marked as the answer   
    To get the Info
    Get-IpPbxUserPresenceInfo -UserName "Test User"  
    and to set it
    Set-IpPbxUserPresenceState -UserName "Test User" -IsAway:$false -IsDND  
  2. SvenS's post in Snom M900 in Swyx integrieren was marked as the answer   
    versuche es mal wie hier beschrieben
     
    https://help.enreach.com/cpe/13.15/DECT600S/Swyx/de-DE/index.html#page/help/DECT_600.2.09.html
     
  3. SvenS's post in Visual Groups mit DECT Teilnehmer? was marked as the answer   
    Welche Version der VisualGroups ist denn installiert ? Das kam erst mit Version 1.9
  4. SvenS's post in Anruf im Rufjournal erst nach Beendigung des Anrufs was marked as the answer   
    Hallo,
     
    während des aktiven Gesprächs einfach Rechtsklick auf die Leitungstaste und Email aus dem Kontextmenü auswählen
  5. SvenS's post in Präsenz-Status und Tischtelefon was marked as the answer   
    Hallo,
     
    hast du mal versucht nur den SwyxIt Client als "Statusgeber" einzustellen ?

  6. SvenS's post in Einzelnen CTI+ Nutzer deaktivieren was marked as the answer   
    Ist auch das Häkchen unter SIP bei "SIP-Endgerät als Systemtelefon nutzen" raus ?
     
  7. SvenS's post in Automatisierte Installation mit eintragen von Serveradressen usw was marked as the answer   
    Die Werte kannst du über die Registry setzen, unter diesem Pfad solltest du alles finden
     
    HKEY_CURRENT_USER\Software\Swyx\SwyxIt!\CurrentVersion\Options
  8. SvenS's post in SIP Bruteforce über SwyxPush Port 5096 was marked as the answer   
    hier ist noch nochmal beschrieben
     
    Sicherheitshinweise zur Konfiguration einer SwyxWare – Enreach Help-Center für Swyx und Netphone Produkte
     
    Auch Port 5096 darf *nie* von extern erreichbar sein! Es handelt sich hier um den *internen* Call Control Port des Push Notification Dienstes (PNS). Auf diesem Port agiert der PNS als Proxy, der SIP Pakete direkt an den Serverdienst weitergibt. Eine Erreichbarkeit dieses Ports aus dem öffentlichen Internet hat also praktisch den gleichen Effekt, als wenn Port 5060 geöffnet wird.
  9. SvenS's post in Swyx/NetPhone Client über Intune verteilen was marked as the answer   
    Im Endpoint Manager als "Branchenspezifische App" einrichten und dann mit Befehlszeilenargumente installieren (siehe hier)

  10. SvenS's post in Swyx Outlook Addin was marked as the answer   
    Hello,
     
    you'll find the solution in the Release Notes
     
     
  11. SvenS's post in Globales Telefonbuch importieren was marked as the answer   
    PS C:\Users\Swyxuser> get-help Import-IpPbxPhonebook -examples NAME Import-IpPbxPhonebook ÜBERSICHT Imports the global or personal PhoneBooks. -------------------------- BEISPIEL 1 -------------------------- PS C:\>Import-Csv -Path c:\test.csv -Delimiter ";" | Import-IpPbxPhoneBook -GlobalPhoneBook Import PhoneBook entries from csv file and adds it to the global PhoneBook. -------------------------- BEISPIEL 2 -------------------------- PS C:\>$entry = Get-IpPbxUser -UserName "Sebastian" Import-Csv -Path c:\test.csv -Delimiter ";" | Import-IpPbxPhoneBook -PersonalPhoneBook -UserEntry $entry Import PhoneBook entries from csv file and adds it to the personal PhoneBook of user Sebastian.  
  12. SvenS's post in Remove Mac Address was marked as the answer   
    Get-IpPbxUser | Set-IpPbxUserPhoneLogin -PhoneMAC "" or with a specific group
    $Member = get-ippbxgroupmember -GroupName YourGroup $Member | ForEach-Object { Set-IpPbxUserPhoneLogin -UserEntry $_ -PhoneMAC "" }  
  13. SvenS's post in Office365 SMTP TLS bzw starttls was marked as the answer   
    Eigentlich kann man nicht viel falsch machen. Der Server darf auch durch die Firewall über Port 587 nach draußen
    Eventuell mal im IpPbxSrv_IpPbxSMTP.log schauen

  14. SvenS's post in Problem: Redirect to your own number was marked as the answer   
    just dial ##70* and all other logged on devices will ring.
     
    https://help.swyx.com/cpe/latest.version/Client/Swyx/en-US/index.html#page/help/Appendix_FeatureCodes.html#
  15. SvenS's post in CLIP (callerID) prevent to send username to external calls? was marked as the answer   
    i think you have to create a CustomProviderProfiles.config with the settings from your provider and at the value UseDisplayInfo="false"
     
    Here you can find details
     
    https://service.swyx.net/hc/en-gb/articles/360010861140--How-To-Configuration-and-Adaptation-of-SIP-Providers-via-Provider-Profiles
     
     
  16. SvenS's post in Benutzer Umleitungen global deaktivieren was marked as the answer   
    Geht natürlich auch, dazu musst du in der Administration die Ansicht auf "Erweitert" einstellen, dann siehst du die Funktionsprofile

  17. SvenS's post in Yealink Anbindung geht nicht was marked as the answer   
    das findest du im Swyx Control Center unter Allgemeine Einstellungen / System / Bereitstellung
     
     
    Die Yealinks werden aber nicht über die Phonesuche eingebunden
     
    Hier nochmal die Anleitung zum Einbinden der Yealinks
     
    Zertifizierte SIP-Telefone
  18. SvenS's post in Gruppenrufe umleiten was marked as the answer   
    das könntest du mit PostdialingDigits machen
     
    schau mal hier
    https://www.swyxforum.com/topic/3187-callrouting-von-callrouting-benutzer-bearbeiten/
  19. SvenS's post in (solved) Benutzer aus Gruppe entfernen was marked as the answer   
    PS C:\Windows\system32> get-help -full Remove-IpPbxGroupMember NAME Remove-IpPbxGroupMember ÜBERSICHT Removes user from group. SYNTAX Remove-IpPbxGroupMember [-GroupEntry <GroupEntry>] [-UserEntry <Object>] [-UserName <String>] [-WhatIf] [-Confirm] [<CommonParameters>] Remove-IpPbxGroupMember [-GroupName <String>] [-UserEntry <Object>] [-UserName <String>] [-WhatIf] [-Confirm] [<CommonParameters>] BESCHREIBUNG The Remove-IpPbxGroupMember cmdlet removes a user from a group. If no user is specified all users are removed from a group. PARAMETER -GroupEntry <GroupEntry> [GroupEntry] object where the user should be removed. Erforderlich? false Position? named Standardwert Pipelineeingaben akzeptieren?true (ByValue) Platzhalterzeichen akzeptieren?false -GroupName <String> Name of the group where the user should be removed. Erforderlich? false Position? named Standardwert Pipelineeingaben akzeptieren?false Platzhalterzeichen akzeptieren?false -UserEntry <Object> [UserEntry] or [UserAdminView1Entry] of the user who should be removed. Erforderlich? false Position? named Standardwert Pipelineeingaben akzeptieren?false Platzhalterzeichen akzeptieren?false -UserName <String> Name of the user who should be removed. Erforderlich? false Position? named Standardwert Pipelineeingaben akzeptieren?false Platzhalterzeichen akzeptieren?false -WhatIf [<SwitchParameter>] Erforderlich? false Position? named Standardwert Pipelineeingaben akzeptieren?false Platzhalterzeichen akzeptieren?false -Confirm [<SwitchParameter>] Erforderlich? false Position? named Standardwert Pipelineeingaben akzeptieren?false Platzhalterzeichen akzeptieren?false <CommonParameters> Dieses Cmdlet unterstützt folgende allgemeine Parameter: "Verbose", "Debug", "ErrorAction", "ErrorVariable", "WarningAction", "WarningVariable", "OutBuffer", "PipelineVariable" und "OutVariable". Weitere Informationen finden Sie unter "about_CommonParameters" (http://go.microsoft.com/fwlink/?LinkID=113216). EINGABEN [GroupEntry] $GroupEntry [string] $GroupName AUSGABEN None -------------------------- BEISPIEL 1 -------------------------- PS C:\>Remove-IpPbxGroupMember -GroupName "MyTestGroup" -UserName "Sebastian" Removes user "Sebastian" from group "MyTestGroup". -------------------------- BEISPIEL 2 -------------------------- PS C:\>Remove-IpPbxGroupMember -GroupName "MyTestGroup" Removes all users from "MyTestGroup". -------------------------- BEISPIEL 3 -------------------------- PS C:\>Get-IpPbxGroup -GroupName "MyTestGroup" | Remove-IpPbxGroupMember -UserName "Sebastian" Removes user "Sebastian" from group "MyTestGroup". -------------------------- BEISPIEL 4 -------------------------- PS C:\>Get-IpPbxGroup -GroupName "MyTestGroup" | Remove-IpPbxGroupMember Removes all users from "MyTestGroup". -------------------------- BEISPIEL 5 -------------------------- PS C:\>Get-IpPbxGroup | Remove-IpPbxGroupMember -UserName "Sebastian" Removes user "Sebastian" from all groups. -------------------------- BEISPIEL 6 -------------------------- PS C:\>Get-IpPbxGroup | Remove-IpPbxGroupMember Removes all users from all groups.  
  20. SvenS's post in Swyx With Non-Windows Clients was marked as the answer   
    You can use a simple SIP-Client like Linphone or Jitsie or whatever you want. But you will lost all the features from the SwyxIT Client.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.