The R-IM-SSF includes configuration tables that dictate which SIP Application Server is triggered for an InitialDP.
|
|
Type help rimssf-svc at the sis-console to see a list of commands related to subscription information.
|
Configuring SIP application servers
Below are descriptions and examples of commands for configuring SIP application servers.
rimssf-configuresipas
Command |
rimssf-configuresipas <service-key> <sip-as address> <announcement-mode> <announcement-prefix> <resettimer-timeout>
Configure SIP AS properties for a service-key. Announcement mode must be one of
DIRECT, ASSISTING_SEPARATE, or ASSISTING_COMBINED
|
|---|---|
Example |
To add the configuration for a SIP application server: [Rhino@localhost (#1)] rimssf-configuresipas 23 192.168.62.102:5070 DIRECT 441123 90 Added SipAs configuration for service key 23 |
rimssf-displaysipascfg
Command |
rimssf-displaysipascfg <service-key>
Display SIP AS properties for a service-key
|
|---|---|
Example |
To display the SIP AS configuration associated with a service-key: [Rhino@localhost (#1)] rimssf-displaysipascfg 23 Mapping of serviceKey to SIP AS AnnouncementMode : DIRECT AnnouncementPrefix : 441123 ResetTimerTimeout : 90 ServiceKey : 23 SipAsAddress : 192.168.62.102:5070 |
rimssf-displayallsipascfg
Command |
rimssf-displayallsipascfg
Display all SIP AS properties
|
|---|---|
Example |
To display all SIP AS configurations: [Rhino@localhost (#1)] rimssf-displayallsipascfg
ServiceKey AnnouncementPrefix AnnouncementMode ResetTimerTimeout SipAsAddress
----------- ------------------- ----------------- ------------------ --------------------
35 441135 DIRECT 90 192.168.62.135:5070
23 441123 DIRECT 90 192.168.62.102:5070
|
Configuring INVITE properties
Below are descriptions and examples of the commands for configuring INVITE properties.
rimssf-configureinviteproperties
Command |
rimssf-configureinviteproperties <service-key> <useSipUri> <transport> <accessParam> <o_AccessVal> <t_AccessVal> <hasCldPtyIDHeader> <hasSupportedHeader> <supportedHeader> <hasPChargingVectorHeader> <hasECF> <ecf> <hasCCF> <ccf> <hasPAccessNWInfoHeader> <defaultCGI> <expiresHeader> <hasSessionExpiresHeader> <sessionExpiresHeader> <hasMinSEHeader> <minSEHeader> <userAgentHeader>
Configure INVITE properties for a service-key
|
|---|---|
Example |
To add [Rhino@localhost (#1)] rimssf-configureinviteproperties 23 true udp call orig term true true timer,replaces true false "" false "" true 12345 360 true 360 true 1212 rimssf Added INVITE parameters for service key 23 |
rimssf-displayinviteproperties
Command |
rimssf-displayinviteproperties <service-key>
Display INVITE properties for a service-key
|
|---|---|
Example |
To display [Rhino@localhost (#1)] rimssf-displayinviteproperties 23 Mapping of serviceKey to INVITE properties AccessParameter : call AccessParameterOrigValue : orig AccessParameterTermValue : term CCF : DefaultCgi : 12345 ECF : ExpiresHeader : 360 HasCCF : false HasECF : false HasMinSEHeader : true HasPAccessNetworkInfoHeader : true HasPCalledPartyIDHeader : true HasPChargingVectorHeader : true HasSessionExpiresHeader : true HasSupportedHeader : true IsSipURIUsed : true MinSEHeader : 1212 ServiceKey : 23 SessionExpiresHeader : 360 SupportedHeader : timer,replaces Transport : udp UserAgentHeader : rimssf |
rimssf-displayallinviteproperties
Command |
rimssf-displayallinviteproperties
Display all INVITE properties
|
|---|---|
Example |
To display all [Rhino@localhost (#1)] rimssf-displayallinviteproperties
ServiceKey AccessParameter AccessParameterOrigValue AccessParameterTermValue CCF DefaultCgi ECF ExpiresHeader ...
----------- ---------------- ------------------------- ------------------------- ---- ----------- ---- -------------- ...
32 call orig term 12345 360 ...
23 call orig term 12345 360 ...
2 rows
|
rimssf-removeinviteproperties
Command |
rimssf-removeinviteproperties <service-key>
Remove INVITE properties for a service-key
|
|---|---|
Example |
To remove the [Rhino@localhost (#1)] rimssf-removeinviteproperties 32 INVITE parameters for service key 32 has been removed |
Configuring SDP portion properties
Below are descriptions and examples of commands for configuring SDP portion properties.
rimssf-configuresdpcfg
Command |
rimssf-configuresdpcfg <service-key> <networkType> <addressType> <mediaType> <mediaProtocol> <mediaFormat> <fmtpAttribute> <rtpmapAttribute> <origPort>
Configure SDP properties for a service-key
|
|---|---|
Example |
To configure [Rhino@localhost (#1)] rimssf-configuresdpcfg 23 IN IPV4 audio RTP/AVP [0,8,18] 96\ 0-15,66,70 96\ telephone-event/8000 49170 Added SipAs configuration for service key 23 |
rimssf-displaysdpcfg
Command |
rimssf-displaysdpcfg <service-key>
Display SDP properties for a service-key
|
|---|---|
Example |
To [Rhino@localhost (#1)] rimssf-displaysdpcfg 23 Mapping of serviceKey to SDP properties OrigPort : 49170 SDPAddressType : IPV4 SDPFmtpAttribute : 96 0-15,66,70 SDPMediaFormat : [0, 8, 18] SDPMediaProtocol : RTP/AVP SDPMediaType : audio SDPNetworkType : IN SDPRtpmapAttribute : 96 telephone-event/8000 ServiceKey : 23 |
rimssf-displayallsdpcfg
Command |
rimssf-displayallsdpcfg
Display all SDP properties
|
|---|---|
Example |
To display all [Rhino@localhost (#1)] rimssf-displayallsdpcfg
ServiceKey OrigPort SDPAddressType SDPFmtpAttribute SDPMediaFormat SDPMediaProtocol SDPMediaType SDPNetworkType ...
----------- --------- --------------- ----------------- --------------- ----------------- ------------- --------------- ...
32 49170 IPV4 96 0-15,66,70 [0, 8, 18] RTP/AVP audio IN ...
35 49170 IPV4 96 0-15,66,70 [0, 8, 18] RTP/AVP audio IN ...
23 49170 IPV4 96 0-15,66,70 [0, 8, 18] RTP/AVP audio IN ...
3 rows
|
