Fix multiline command end marker for OpenVox GSM Gateway

master
Artem Sorokin 2015-07-15 15:47:39 +03:00
parent 68eee0027c
commit be41ef480d
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ class Manager(object):
line.split(':', 1)[1].strip() == 'Follows':
wait_for_marker = True
# same when seeing end of multiline response
if multiline and line.startswith('--END COMMAND--'):
if multiline and (line.startswith('--END COMMAND--') or line.strip().endswith('--END COMMAND--')):
wait_for_marker = False
multiline = False
# same when seeing end of status response