mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
freetdm: Fix raw GSM AT command execution not returning the proper token count
This commit is contained in:
@@ -1295,7 +1295,7 @@ WAT_AT_CMD_RESPONSE_FUNC(gsm_exec_cb)
|
||||
}
|
||||
|
||||
helper->cmd_pending = 0;
|
||||
return 0;
|
||||
return i;
|
||||
}
|
||||
|
||||
// AT Command Handler
|
||||
|
||||
Reference in New Issue
Block a user