[asterisk-bugs] [JIRA] (ASTERISK-20289) [patch] Use ALAW in app_alarmreceiver
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Wed Oct 17 11:06:18 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198519#comment-198519 ]
Richard Mudgett edited comment on ASTERISK-20289 at 10/17/12 11:05 AM:
-----------------------------------------------------------------------
2088 is missing part of the ASTERISK-20484 fixes:
{noformat}
@@ -465,7 +466,7 @@
res = send_tone_burst(chan, "1400", 100, tldn, 0);
if (!res) {
ast_verb(4, "AlarmReceiver: Sending 2300Hz 100ms burst (ACK)\n");
- res = send_tone_burst(chan, "2300", 100, tldn, 0);
+ res = send_tone_burst(chan, "2300", 100, tldn, 100);
}
}
if (res) {
{noformat}
I will update it in few minutes
was (Author: knk):
2088 is missing part of the ASTERISK-20484 fixes:
@@ -465,7 +466,7 @@
res = send_tone_burst(chan, "1400", 100, tldn, 0);
if (!res) {
ast_verb(4, "AlarmReceiver: Sending 2300Hz 100ms burst (ACK)\n");
- res = send_tone_burst(chan, "2300", 100, tldn, 0);
+ res = send_tone_burst(chan, "2300", 100, tldn, 100);
}
}
if (res) {
I will update it in few minutes
> [patch] Use ALAW in app_alarmreceiver
> -------------------------------------
>
> Key: ASTERISK-20289
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20289
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_alarmreceiver
> Reporter: Kaloyan Kovachev
> Assignee: Pedro Kiefer
> Severity: Minor
> Attachments: alaw.diff
>
>
> In Europe ALAW is used and switching the read/write formats to ULAW causes problems.
> Do not force ULAW if the call is in ALAW or ULAW allready.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list