mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
small fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5783 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
92a7c5baf7
commit
23758b1965
@ -1596,7 +1596,7 @@ static switch_status_t place_call(char **argv, int argc, switch_stream_handle_t
|
|||||||
tech_pvt->sample_rate = atoi(argv[4]);
|
tech_pvt->sample_rate = atoi(argv[4]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!switch_strlen_zero(argv[4])) {
|
if (!switch_strlen_zero(argv[5])) {
|
||||||
tech_pvt->codec_ms = atoi(argv[5]);
|
tech_pvt->codec_ms = atoi(argv[5]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user