Skip to content

Fix the issue where detection is not possible only when freq1 is used.#123

Open
cdevelop wants to merge 1 commit into
freeswitch:masterfrom
cdevelop:master
Open

Fix the issue where detection is not possible only when freq1 is used.#123
cdevelop wants to merge 1 commit into
freeswitch:masterfrom
cdevelop:master

Conversation

@cdevelop

@cdevelop cdevelop commented Jun 18, 2026

Copy link
Copy Markdown

When only freq1 is configured and freq2 is set to zero, detection cannot be performed.
for example

<descriptors debug-level="0">
    <descriptor name="cn">
        <tone name="BUSY_TONE">
            <element freq1="450" min="300" max="400" freq2="0"/>
            <element freq1="0" min="300" max="400" freq2="0"/>
            <element freq1="450" min="300" max="400" freq2="0"/>
            <element freq1="0" min="300" max="400" freq2="0"/>
            <element freq1="450" min="300" max="400" freq2="0"/>
        </tone>
    </descriptor>
</descriptors>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant