PJSIP SRV LOOKUPS

Is it possible to define a PJSIP trunk and have it do SRV Looks for the remote host?

Sip settings do have a toggle for SRV Lookups but wondering if its possible for PJSIP. as I am currently testing the registration and doesn’t seem to be doing the record lookup properly as the trunk wont register.

To the best of my knowledge, PJSIP does the SRV Lookup by default.

It seems so.

pjsip show identifies

And then do

pjsip show identify <redacted>


Identify:  <Identify/Endpoint...........................................................>
Match:  <criteria...........................>
==========================================================================================

Identify:  <redacted>/<redacted>
Match: 123.456.12.12/32
Match: 123.456.12.13/32


ParameterName : ParameterValue
=============================================
endpoint      : <redacted>
match         : 123.456.12.12/255.255.255.255
match         : 123.456.12.13/255.255.255.255
match_header  :
srv_lookups   : true

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.