[Home]

Summary:ASTERISK-20865: Create a static configuration sorcery wizard using a new schema for chan_gulp
Reporter:Matt Jordan (mjordan)Labels:Asterisk12 NewSIP
Date Opened:2013-01-03 15:08:58.000-0600Date Closed:2013-01-25 09:08:03.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:12 Frequency of
Occurrence
Related
Issues:
cannot be resolved before merging ofASTERISK-20692 Implement a Data Access Layer for the new SIP channel driver
Environment:Attachments:
Description:(That's probably one of the weirdest summaries I've written in awhile)

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 a static configuration file, whose format should not suck (unlike sip.conf).

This initial effort should account only for endpoints. Additional efforts for registrations and other objects can occur when the registrar functionality is added.

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: