mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
fix complier warn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15353 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
54e0c970d9
commit
d08764a92e
@ -2156,7 +2156,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile)
|
||||
} else if (!strcasecmp(var, "challenge-realm")) {
|
||||
profile->challenge_realm = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "dtmf-duration")) {
|
||||
int dur = atoi(val);
|
||||
uint32_t dur = atoi(val);
|
||||
if (dur > switch_core_min_dtmf_duration(0) && dur < switch_core_max_dtmf_duration(0)) {
|
||||
profile->dtmf_duration = dur;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user