![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2399366.1 : SBC not Sending OPTIONS to Configured Session Agents
In this Document
Created from <SR 3-17364455641> Applies to:Acme Packet 6300 - Version S-Cz7.2.0 and laterInformation in this document applies to any platform. Symptoms1. SBC is not sending out OPTIONS to certain SA configured . 2. Below error messages were observed in debug logs - May 1 01:59:49.714 [SIP] (6) OPTIONS 410 req-send: do_header_manipulation: local=[<IPV6 IP>]:5060; remote=<IPV4 IP>:5066 sts=0
Concerned error messages were - May 1 01:59:49.714 [SERVICE] (6) UDPPacket::encode() IP address family mismatch!
May 1 01:59:49.714 [SIP] (6) OPTIONS 410 req-send: error loading request. ret=0
Changes
CauseThere Configuration was wrong . They had realm-id as * in all Session agents where SBC was unable to send Options - session-agent hostname xx.xx.xx.xx
As here realm-id is * , it is taking the egress-realm from global sip-config . Here is the global sip-config configuration - sip-config state enabled
As realm-id was mentioned as * in session-agent configuration , SBC was sending Options using global config from sip-config and selecting egress-realm as IPV6Access , which is IPV6 .
The sip-interface associated with the realm is configured with IPV6 address . This is not a supported configuration. SBC cannot have a SA configured in IPV4 and sip-interface configured in IPV6. It can either work if both are configured for IPV4 or IPV6.
SolutionWe changed the config of session-agent and changed realm-id from * to desired realm . This solved the user's issue . Apart from this we can also make changes in global sip-config by changing ipv6 realm to ipv4 in egress-realm-id . Attachments This solution has no attachment |
||||||||||||||||||
|