Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.44 KB

SWGTrunkFull.md

File metadata and controls

17 lines (13 loc) · 1.44 KB

SWGTrunkFull

Properties

Name Type Description Notes
_id NSNumber* Integer Trunk ID. Read-only.
name NSString* Name. Required.
uri NSString* Fully-qualified SIP URI. Required.
maxConcurrentCalls NSNumber* Max concurrent calls. Default is 10.
maxMinutesPerMonth NSNumber* Max minutes per month. Default is 750.
greeting SWGMediaSummary* Greeting. Output is a Media Summary Object. Input must be a Media Lookup Object. Must refer to a media recording that has is_hold_music set to FALSE.
errorMessage SWGMediaSummary* Error Message. Output is a Media Summary Object. Input must be a Media Lookup Object. Must refer to a media recording that has is_hold_music set to FALSE.
codecs NSArray<NSString>** Custom audio codec configuration, if any is needed. If provided, must be a simple array containing the prioritized list of desired codecs. Supported codecs are: g711u 64k, g711u 56k, g711a 64k, g711a 56k, g7231, g728, g729, g729A, g729B, g729AB, gms full, rfc2833, t38, ilbc, h263, g722, g722_1, g729D, g729E, amr, amr_wb, efr, evrc, h264, mpeg4, red, cng, SIP Info to 2833

[Back to Model list] [Back to API list] [Back to README]