mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	res_pjsip_pubsub.c: Use pjsip version for pending NOTIFY check. (#76)
The functionality we are interested in is present only in pjsip 2.13 and newer. Resolves: #45
This commit is contained in:
		| @@ -650,9 +650,6 @@ | ||||
| /* Define to 1 if PJPROJECT has the PJSIP EVSUB Group Lock support feature. */ | ||||
| #undef HAVE_PJSIP_EVSUB_GRP_LOCK | ||||
|  | ||||
| /* Define to 1 if evsub requires a NOTIFY on SUBSCRIBE. */ | ||||
| #undef HAVE_PJSIP_EVSUB_PENDING_NOTIFY | ||||
|  | ||||
| /* Define to 1 if PJPROJECT has the PJSIP External Resolver Support feature. | ||||
|    */ | ||||
| #undef HAVE_PJSIP_EXTERNAL_RESOLVER | ||||
|   | ||||
		Reference in New Issue
	
	Block a user