Skip to content
Snippets Groups Projects
Commit 9c6ad13f authored by Elena Vengerova's avatar Elena Vengerova Committed by Erik Karlsson
Browse files

Play busy tone and congestion tone as what is actually requested

(cherry picked from commit 9216e5db)
parent 105ccc75
Branches
No related tags found
1 merge request!60Port missing features from release-7.3 branch
...@@ -353,7 +353,7 @@ int line_signal(int line, const char *signame, const char *data, struct voice_ub ...@@ -353,7 +353,7 @@ int line_signal(int line, const char *signame, const char *data, struct voice_ub
res = dect_tone_play(line, get_callid_state(lines[line].pcm_callid[PCM_0]) == CALLID_ESTABLISHED ? PCM_0 : PCM_1, sig->signal, data, ubus_req); res = dect_tone_play(line, get_callid_state(lines[line].pcm_callid[PCM_0]) == CALLID_ESTABLISHED ? PCM_0 : PCM_1, sig->signal, data, ubus_req);
} }
} else { } else {
res = voice_line_signal(line, -1, VOICE_SIG_BUSY, atoi(data), NULL); res = voice_line_signal(line, -1, sig->signal, atoi(data), NULL);
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment