mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-05 20:39:33 +00:00
FS-5302 missed a word
This commit is contained in:
parent
023d816ca7
commit
c2077d7bff
@ -625,7 +625,7 @@ SWITCH_STANDARD_APP(oreka_start_function)
|
|||||||
oreka->session = session;
|
oreka->session = session;
|
||||||
|
|
||||||
if (oreka->mux_streams) {
|
if (oreka->mux_streams) {
|
||||||
flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_ANSWER_REQ;
|
flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_READ_PING | SMBF_ANSWER_REQ;
|
||||||
} else {
|
} else {
|
||||||
flags = SMBF_READ_REPLACE | SMBF_WRITE_REPLACE | SMBF_ANSWER_REQ;
|
flags = SMBF_READ_REPLACE | SMBF_WRITE_REPLACE | SMBF_ANSWER_REQ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user