[Home]

Summary:ASTERISK-20867: Create a realtime configuration sorcery wizard using a new schema for chan_gulp
Reporter:Matt Jordan (mjordan)Labels:Asterisk12 NewSIP
Date Opened:2013-01-03 15:14:24.000-0600Date Closed:2013-04-27 07:02:29
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:12 Frequency of
Occurrence
Related
Issues:
causesASTERISK-23177 [patch] RealTime cant update sipbuddies table when registering or updating friend
cannot be resolved before merging ofASTERISK-20692 Implement a Data Access Layer for the new SIP channel driver
is related toASTERISK-21253 Create a test realtime backend suitable for driving Asterisk Test Suite tests
is related toASTERISK-21255 Create a sorcery wizard for the AstDB
Environment:Attachments:
Description:The sorcery API (which provides a generic data access layer) currently only has a generic in-memory provider for objects. The new SIP channel driver will need to be able to obtain objects from Real-Time backends. It's assumed that we may not want to use the existing schema for this effort.

This issue should result in a sorcery wizard suitable for dynamic realtime backends. It should support the existing sorcery objects in the res_sip* modules.

For more information on the DAL and the SIP objects, see:
* https://wiki.asterisk.org/wiki/display/AST/Data+Access+Layer+Design
* https://wiki.asterisk.org/wiki/display/AST/SIP+Data+Access+Layer+Objects
Comments: