mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-7513: do layers in order and reset when attaching
This commit is contained in:
committed by
Michael Jerris
parent
fcf32fd53d
commit
1aa66ef30a
@@ -976,7 +976,7 @@ SWITCH_DECLARE(char *) switch_util_quote_shell_arg_pool(const char *string, swit
|
||||
|
||||
#define SWITCH_READ_ACCEPTABLE(status) (status == SWITCH_STATUS_SUCCESS || status == SWITCH_STATUS_BREAK || status == SWITCH_STATUS_INUSE)
|
||||
|
||||
static inline uint32_t switch_parse_bandwidth_string(const char *bwv)
|
||||
static inline int32_t switch_parse_bandwidth_string(const char *bwv)
|
||||
{
|
||||
int32_t bw = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user