Line generation
Start-XpGatewayLineCreate
Syntax
Start-XpGatewayLineCreate [[-GatewayName] <string>] [-Timeout <int>] [<CommonParameters>]
Description
The command executes the Line creation, which is configured in the Web Administration under System settings > Telephony & Meetings > Telephony > CTI > CTI Gateway > Create lines. The standard output provides the following values:
Name
State
Description
Parameter
-GatewayName <string>
Specifies the string to be searched for on the XPhone Connect Server.
Several names can be entered, separated by commas.
It is strongly recommended to use enclosing quotation marks, as special characters (e.g. spaces) often occur in the strings.
Can be determined with
Get-XpGateways
.
-Timeout <int>
Timeout in minutes.
If a query takes too long (e.g. due to too many data records or similar), the query can be aborted after the specified time with this parameter.
<CommonParameters>
Describes the parameters that can be used with each Cmdlet. See Microsoft documentation.
Inputs
This command does not support input via the pipeline and is therefore usually at the beginning of a command chain.
Example
Start the line generation of the OSBizCSTA
gateway.
Start-XpGatewayLineCreate OSBizCSTA
Stop-XpGatewayLineCreate
Syntax
Stop-XpGatewayLineCreate [[-GatewayName] <string>] [-Timeout <int>] [<CommonParameters>]
Description
The command stops the Line creation, which is configured here in the Web Administration under System settings > Telephony & Meetings > Telephony > CTI > CTI Gateway > Create lines. The standard output provides the following values:
Name
State
Description
Parameter
-GatewayName <string>
Specifies the string to be searched for on the XPhone Connect Server.
Several names can be entered, separated by commas.
It is strongly recommended to use enclosing quotation marks, as special characters (e.g. spaces) often occur in the strings.
Can be determined with
Get-XpGateways
.
-Timeout <int>
Timeout in minutes.
If a query takes too long (e.g. due to too many data records or similar), the query can be aborted after the specified time with this parameter.
<CommonParameters>
Describes the parameters that can be used with each Cmdlet. See Microsoft documentation.
Inputs
This command does not support input via the pipeline and is therefore usually at the beginning of a command chain.
Example
Terminates the current line generation for the gateway OSBizCSTA
:
Stop-XpGatewayLineCreate OSBizCSTA
Get-XpGatewayLineCreate
Syntax
Get-XpGatewayLineCreate [[-GatewayName] <string>] [-Timeout <int>] [<CommonParameters>]
Description
Shows the current status of the line creation, which is configured here in the Web Administration under System settings > Telephony & Meetings > Telephony > CTI > CTI Gateway > Create lines. The standard output provides the following values:
Name
State
Description
Parameter
-GatewayName <string>
Specifies the string to be searched for on the XPhone Connect Server.
Several names can be entered, separated by commas.
It is strongly recommended to use enclosing quotation marks, as special characters (e.g. spaces) often occur in the strings.
Can be determined with
Get-XpGateways
.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
<CommonParameters>
Describes the parameters that can be used with each Cmdlet. See Microsoft documentation.
Inputs
This command does not support input via the pipeline and is therefore usually at the beginning of a command chain.
Example
Shows the current status of the line generation of the OSBizCSTA
gateway.
Get-XpGatewayLineCreate OSBizCSTA
Have you found a mistake on this page?
Or is something not formulated well or too vague? Then we look forward to receiving an e-mail, preferably with a suggestion for improvement, to doku@c4b.de. Thank you very much!