Jump to content

Regel im Call Routing Manager per PS-Script verteilen


Manny

Recommended Posts

  • Most Valued User

Hallo Manny,

 

du kannst das Call Routing von einem Benutzer auf andere kopieren, allerdings musst du oder der Benutzer diese Regeln manuell aktivieren.

Connect-IpPbx
$sourceUser = Get-IpPbxUser -UserName "Sebastian" -ReadOnly
$targetUser = Get-IpPbxUser -UserName "Inneke" -ReadOnly
Copy-IpPbxUserCallRouting -SourceUserEntry $sourceUser -TargetUserEntry $targetUser -Overwrite
Disconnect-IpPbx

 

Kind regards

 

Sebastian Dreier

Link to comment
Share on other sites


Just an additional note on this: it copies the entire call routing of the user. It is not possible to distribute just a single rule.

 

The only way to distribute a single rule is, if it is a rule made by the GSE and not the Rule Wizard. And it can only be distributed through the Call Routing Manager and the GSE. It is not possible to distribute it via simple file copy or a PowerShell script.

 

To get a GSE rule from user A to user B do the following:

  • open the call routing manager of user A and and from there the GSE rule
  • export it as .rse file via the "file | export" menu
  • open the call routing manager of user B and and from there the GSE rule
  • create a new GSE rule
  • import the previously exported .rse file via the "file | import" menu
  • save the rule and exit the GSE
  • hit Close or Apply in the call routing manager

 

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.