mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
MODENDP-303
This commit is contained in:
parent
f339330d7c
commit
1d210c9254
@ -164,7 +164,11 @@ void sofia_glue_set_local_sdp(private_object_t *tech_pvt, const char *ip, uint32
|
||||
}
|
||||
|
||||
if (!sr) {
|
||||
sr = "sendrecv";
|
||||
if ((var_val = switch_channel_get_variable(tech_pvt->channel, "media_audio_mode"))) {
|
||||
sr=var_val;
|
||||
} else {
|
||||
sr = "sendrecv";
|
||||
}
|
||||
}
|
||||
|
||||
if (!tech_pvt->owner_id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user