[Home]

Summary:ASTERISK-21501: New SIP Channel Driver - add custom INFO support for one touch recording
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-04-17 14:19:20Date Closed:2013-05-16 05:56:39
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Certain devices support enabling one touch recording using a SIP INFO request. This will pass a "Record" header on the request. This should do the following:
* Query the associated channel to see if it has one-touch recording enabled on it as a feature. If not, return 403.
* If it does, and the endpoint is configured to allow one-touch recording, and the keyword is 'on' or 'off', queue up the feature's DTMF onto the channel.
Comments: