...
Code Block | ||
---|---|---|
| ||
<audio> <obfuscation> <dtmfStart>**</dtmfStart> <dtmfStop>##</dtmfStop> <dtmfTimeout>2000</dtmfTimeout> <stopTimeout>5000<<stopTimeout>50000</stopTimeout> <toneFile> <default>{app}/tones/alaw.wav</default> <codec id="0">{app}/tones/ulaw.wav</codec> <codec id="8">{app}/tones/alaw.wav</codec> </toneFile> </obfuscation> </audio> |
...
Info |
---|
For the changes to take effect, access the Windows Services and restart the Echo service. |
Custom tones
...
Code Block | ||
---|---|---|
| ||
<audio> <obfuscation> <toneFile> <default>{app}/tones/alaw.wav</default> <codec id="0">{app}/tones/ulaw.wav</codec> <codec id="8">{app}/tones/alaw.wav</codec> </toneFile> </obfuscation> </audio> |
Info |
---|
For the changes to take effect, access the Windows Services and restart Echo serviceA <default> element can be added as the fall-back tone to use. |