Summary: | DAHLIN-00395: cut through audio during call setup on selected channels | ||
Reporter: | Sarah Autumn (spacegirl) | Labels: | patch |
Date Opened: | 2022-02-02 12:04:35.000-0600 | Date Closed: | |
Priority: | Minor | Regression? | |
Status: | Triage/New | Components: | dahdi (the module)/NewFeature |
Versions: | 2.11.1 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | N/A | Attachments: | ( 0) DAHLIN-395-hearpulsing.patch |
Description: | I'm submitting a patch to dahdi_base.c which allows audio to be passed from the far-end back to the caller immediately, instead of waiting for call setup to complete. This is useful for those wishing to troubleshoot or interact with electromechanical switching equipment, where inband audio during call setup is the expected norm.
This option is configurable per-channel in system.conf. It also requires a simultaneous patch to dahdi-tools in order to allow for parsing of the new config option. See DAHTOOL-91 Also see: https://gerrit.asterisk.org/c/asterisk/+/17948 | ||
Comments: | By: N A (InterLinked) 2022-02-02 12:20:59.833-0600 I wish DAHDI used Gerrit so I could leave review comments, but here is something I've noticed for starters: /* heapulsing is configured on a per-channel basis in system.conf */ I think you're missing an "r", everywhere that word appears. ;) By: Sarah Autumn (spacegirl) 2022-02-02 12:25:02.553-0600 whoops. serves me right for copypasting my comments :p By: N A (InterLinked) 2022-02-10 13:09:12.279-0600 Just noting this here for the record, this does not patch properly on the next branch as it seems to apply to DAHDI 2.11 as opposed to the latest version, so this is not suitable for merging until an updated patch is uploaded. I haven't checked DAHTOOL-91 but it may be the same case with that. |