Jump to content

BigDaveH

Most Valued User
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    2

BigDaveH last won the day on June 10 2020

BigDaveH had the most liked content!

Reputation

3 Neutral

Recent Profile Visitors

1,585 profile views
  1. Hi, When I go into Call Routing Manager I cannot see the GSE scripts anymore. I can create one , and when it's saved, it is not shown in the rules list. This used to be solved after a restart but now it ist everytime. Version 11.32.3220. Any clue as what I can do ? Kind regards, David Hammink
  2. found the answer $CreatedUser = Add-IpPbxUser $NewUser -Passthru -AddToEveryoneGroup the user should be added to the Everyone Group !!!!
  3. I would like to add user with a generated powershell script. All goes well but if the User logges on, there are no status shown on the Netphone Client. that should have been Green. Can I force it so get the Status Info ? I have manually added the User without Phonenumber. And then ran the Script where I changed the top line $NewUser=Get-IpPbxUser -UserName "Test, Nethpone" And now I see the Status. Is there a bug in the $New Script Import-Module IpPbx Connect-IpPbx "netphone.badhandel.local" $NewUser = New-IpPbxUser -Name "Test, Nethpone" -EmailAddress "n.test@reuter.de" -Comment "Hotline" $NewUser.LocationID = 5 $NewUser.SecondCallEnabled=0 $NewUser.FwdOnBusy =$False $NewUser.FwdOnBusyNumber = "210" $NewUser.FwdOnNoAnswer =$False $NewUser.FwdOnNoAnswerNumber = "210" $NewUser.FwdOnNoAnswerTimeout = 15 $CreatedUser = Add-IpPbxUser $NewUser -Passthru Add-IpPbxUserWindowsAccount -UserEntry $CreatedUser -NTAccount "BADHANDEL\NethponeTest" Connect-IpPbx "netphone.badhandel.local" $InternalNumber = New-IpPbxInternalNumber -InternalNumber 244 $InternalNumber.Hide=$False Add-IpPbxInternalNumberToUser -InternalNumberEntry $InternalNumber -UserEntry $CreatedUser # "Test, Nethpone" $PublicNumber=New-IpPbxPublicNumber -PublicNumber "+49xxxxxx244" Add-IpPbxPublicNumber -InternalNumber "244" -PublicNumberEntry $PublicNumber $InternalNumber2 = New-IpPbxInternalNumber -InternalNumber 9844 $InternalNumber2.Hide=$True Add-IpPbxInternalNumberToUser -InternalNumberEntry $InternalNumber2 -UserEntry $CreatedUser $PublicNumber2=New-IpPbxPublicNumber -PublicNumber "+492xxxxxxx844" Add-IpPbxPublicNumber -InternalNumber "9844" -PublicNumberEntry $PublicNumber2 $UserData = Get-IpPbxUser -UserName "Hotline Vorlage" | Get-IpPbxUserData Set-IpPbxUserData -UserData $UserData -UserName "Test, Nethpone" Set-IpPbxUserData -UserEntry $CreatedUser -UserData $userdata $templateUser = Get-IpPbxUser -UserName "Hotline Vorlage" Copy-IpPbxUserCallRouting -SourceUserEntry $templateUser -TargetUserEntry $CreatedUser -Overwrite -Confirm:$false Add-IpPbxGroupMember -UserEntry $CreatedUser -GroupName "Vertrieb (810)" Add-IpPbxGroupMember -UserEntry $CreatedUser -GroupName "Vertrieb EN (816)" Add-IpPbxGroupMember -UserEntry $CreatedUser -GroupName "Vertrieb FR (815)" Add-IpPbxGroupMember -UserEntry $CreatedUser -GroupName "Hotline (814)" Add-IpPbxGroupMember -UserEntry $CreatedUser -GroupName "Hotline (818)" Add-IpPbxGroupMember -UserEntry $CreatedUser -GroupName "Service (850)"
  4. thanks for your Reply, I did something along those lines. Since I'm not a powershell expert I wrote a c# program to iterate through the User and numberlist and produce new-ippbxinternalnumber and new-ippbxpublicnumber statements . Run those and it all worked out fine. After that I spend most of the day changing all call routings.
  5. Ich hab Textdateien abgelegt mit als name Konferenzraum Nummer wo der PIN (5 Stellig) abgelegt werdet. Wenn du dann diese verzeichnis nur an KonferenzAdministratoren zuweist dann können die nach belieben der PIN ändern. (Oder mach da ein Webseite von)
  6. sorry this went in twice due to an error when I posted it.
  7. Hi, We want to change our internal numbering schema and this for about 546 users/callroutings. Manually it would mean delete the external number(s) form a user delete the internal number, add the new internal number and add the external number(s) to this user. Cann such a thing be done with CDS , or can I do this directly in the Database ...... Kind regards, David Hammink
  8. Hi, We want to change our internal numbering schema and this for about 546 users/callroutings. Manually it would mean delete the external number(s) form a user delete the internal number, add the new internal number and add the external number(s) to this user. Cann such a thing be done with CDS , or can I do this directly in the Database ...... Kind regards, David Hammink
×
×
  • 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.