You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code to process and handle extension hooks, ExtensionRequests and ExtensionResponse in SmsService and SmppMessageHandler are identical (executePreOutboundActionexecutePostOutboundActionhandleExtensionResponse ). This could be centralized in the Extensions Controller implementation or the RC Bootstrapper implementation.
This requires design discussion and iterative implementation of the Extensions API and implementation design.
This is blocked by #2125 and #2126
The text was updated successfully, but these errors were encountered:
abdulazizali77
changed the title
Issue #1981: MultiProvider RC Extensions API: redundant code in SmsService and SmmpMessageHandler
Issue #1981: MultiProvider RC and Extensions API implementation: redundant code in SmsService and SmmpMessageHandler
May 4, 2017
Code to process and handle extension hooks,
ExtensionRequest
s andExtensionResponse
inSmsService
andSmppMessageHandler
are identical (executePreOutboundAction
executePostOutboundAction
handleExtensionResponse
). This could be centralized in the Extensions Controller implementation or the RC Bootstrapper implementation.This requires design discussion and iterative implementation of the Extensions API and implementation design.
This is blocked by #2125 and #2126
The text was updated successfully, but these errors were encountered: