[Home]

Summary:ASTERISK-20692: Implement a Data Access Layer for the new SIP channel driver
Reporter:Matt Jordan (mjordan)Labels:Asterisk12 NewSIP
Date Opened:2012-11-16 14:42:52.000-0600Date Closed:2013-02-13 14:49:06.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:Frequency of
Occurrence
Related
Issues:
must be merged before resolvingASTERISK-20860 Create chan_gulp - Phase 1
must be merged before resolvingASTERISK-20865 Create a static configuration sorcery wizard using a new schema for chan_gulp
must be merged before resolvingASTERISK-20867 Create a realtime configuration sorcery wizard using a new schema for chan_gulp
Environment:Attachments:
Description:Part of the design of the new SIP channel driver calls for abstracting the configuration objects behind an API.  This has the benefit of reducing the amount of code that exists in the channel driver, as well as exposing configuration objects to multiple consumers, e.g., chan_foo_sip, res_sip, res_sip_registrar, etc.

This new feature calls for creating the Data Access Layer in Asterisk and defining the objects that will be used by the various SIP modules.
Comments: