mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
More movement towards colour FAXing
This commit is contained in:
@@ -5527,6 +5527,9 @@ SPAN_DECLARE(void) at_interpreter(at_state_t *s, const char *cmd, int len)
|
||||
{
|
||||
if ((entry = command_search(t, &matched)) <= 0)
|
||||
break;
|
||||
/* The following test shouldn't be needed, but let's keep it here for completeness. */
|
||||
if (entry > sizeof(at_commands)/sizeof(at_commands[0]))
|
||||
break;
|
||||
if ((t = at_commands[entry - 1](s, t)) == NULL)
|
||||
break;
|
||||
if (t == (const char *) -1)
|
||||
|
Reference in New Issue
Block a user