mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	Merge "res_pjsip: Update default keepalive interval to 90 seconds."
This commit is contained in:
		@@ -1729,7 +1729,7 @@
 | 
				
			|||||||
				<configOption name="max_forwards" default="70">
 | 
									<configOption name="max_forwards" default="70">
 | 
				
			||||||
					<synopsis>Value used in Max-Forwards header for SIP requests.</synopsis>
 | 
										<synopsis>Value used in Max-Forwards header for SIP requests.</synopsis>
 | 
				
			||||||
				</configOption>
 | 
									</configOption>
 | 
				
			||||||
				<configOption name="keep_alive_interval" default="0">
 | 
									<configOption name="keep_alive_interval" default="90">
 | 
				
			||||||
					<synopsis>The interval (in seconds) to send keepalives to active connection-oriented transports.</synopsis>
 | 
										<synopsis>The interval (in seconds) to send keepalives to active connection-oriented transports.</synopsis>
 | 
				
			||||||
				</configOption>
 | 
									</configOption>
 | 
				
			||||||
				<configOption name="contact_expiration_check_interval" default="30">
 | 
									<configOption name="contact_expiration_check_interval" default="30">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,7 @@
 | 
				
			|||||||
#include "asterisk/res_pjsip_cli.h"
 | 
					#include "asterisk/res_pjsip_cli.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define DEFAULT_MAX_FORWARDS 70
 | 
					#define DEFAULT_MAX_FORWARDS 70
 | 
				
			||||||
#define DEFAULT_KEEPALIVE_INTERVAL 0
 | 
					#define DEFAULT_KEEPALIVE_INTERVAL 90
 | 
				
			||||||
#define DEFAULT_USERAGENT_PREFIX "Asterisk PBX"
 | 
					#define DEFAULT_USERAGENT_PREFIX "Asterisk PBX"
 | 
				
			||||||
#define DEFAULT_OUTBOUND_ENDPOINT "default_outbound_endpoint"
 | 
					#define DEFAULT_OUTBOUND_ENDPOINT "default_outbound_endpoint"
 | 
				
			||||||
#define DEFAULT_DEBUG "no"
 | 
					#define DEFAULT_DEBUG "no"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user