mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
5 instead of 4
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12115 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1196,7 +1196,7 @@ SWITCH_DECLARE(switch_status_t) CoreSession::process_callback_result(char *resul
|
||||
}
|
||||
|
||||
if (fhp) {
|
||||
if (!strncasecmp(result, "speed", 4)) {
|
||||
if (!strncasecmp(result, "speed", 5)) {
|
||||
char *p;
|
||||
|
||||
if ((p = strchr(result, ':'))) {
|
||||
|
Reference in New Issue
Block a user