hlev  
                
                  
                    September 24, 2021,  3:55pm
                   
                  1 
               
             
            
              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.
             
            
              
           
          
            
              
                miguel  
              
                  
                    September 24, 2021,  5:48pm
                   
                  2 
               
             
            
              To the best of my knowledge, PJSIP does the SRV Lookup by default.
             
            
              
           
          
            
              
                PitzKey  
              
                  
                    September 25, 2021,  5:10pm
                   
                  3 
               
             
            
              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
 
            
              
           
          
            
              
                system  
              
                  
                    October 25, 2021,  5:11pm
                   
                  4 
               
             
            
              This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.