mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
freetdm: Fix raw GSM AT command execution not returning the proper token count
This commit is contained in:
parent
a82e7a7dd1
commit
2b93912ef2
@ -1295,7 +1295,7 @@ WAT_AT_CMD_RESPONSE_FUNC(gsm_exec_cb)
|
|||||||
}
|
}
|
||||||
|
|
||||||
helper->cmd_pending = 0;
|
helper->cmd_pending = 0;
|
||||||
return 0;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
// AT Command Handler
|
// AT Command Handler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user