< Back

New-UxSipProfile

Sat Jan 18, 2020 7:54 pm

NAME New-UxSipProfile



SYNOPSIS

This cmdlet creates a new sip profile (not sipserver table entry)





SYNTAX

New-UxSipProfile [[-uxSession] <PSObject>] [-Description] <String> [[-StaticHost] <String>]

[[-OriginFieldUserName] <String>] [[-FQDNinFromHeader] <Int32>] [[-FQDNinContactHeader] <Int32>] [-WhatIf]

[-Confirm] [<CommonParameters>]





DESCRIPTION

This cmdlet creates a sip profile (not sipserver table entry).





PARAMETERS

-uxSession <PSObject>

If using multiple servers you will need to pass the uxSession Object created by connect-uxGateway

Else it will look for the last created session using the command above



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Description <String>

Enter here the Description (Name) of the sipserver table.This is what will be displayed in the Ribbon GUI



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-StaticHost <String>



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OriginFieldUserName <String>



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-FQDNinFromHeader <Int32>



Required? false

Position? 5

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-FQDNinContactHeader <Int32>



Required? false

Position? 6

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>new-uxsipservertable -Description "LyncToPBX"















RELATED LINKS