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:
Sean Bright
2023-05-11 16:24:30 -04:00
committed by GitHub
parent 5e16557127
commit 3e2a28fc3d
5 changed files with 5 additions and 50 deletions

View File

@@ -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