-
- Downloads
res_pjsip_pubsub: Use common datastores container API.
This migrates res_pjsip_pubsub over to using the newly introduce common datastores management API instead of using its own implementations for both subscriptions and publications. As well the extension state data now provides a generic datastores container instead of a subscription. This allows the dialog-info+xml body generator to work for both subscriptions and publications. ASTERISK-25999 #close Change-Id: I773f9e4f35092da0f653566736a8647e8cfebef1
Showing
- include/asterisk/res_pjsip_body_generator_types.h 5 additions, 0 deletionsinclude/asterisk/res_pjsip_body_generator_types.h
- include/asterisk/res_pjsip_pubsub.h 28 additions, 0 deletionsinclude/asterisk/res_pjsip_pubsub.h
- res/res_pjsip_dialog_info_body_generator.c 8 additions, 8 deletionsres/res_pjsip_dialog_info_body_generator.c
- res/res_pjsip_exten_state.c 16 additions, 0 deletionsres/res_pjsip_exten_state.c
- res/res_pjsip_pubsub.c 19 additions, 84 deletionsres/res_pjsip_pubsub.c
Loading
Please register or sign in to comment