mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
Merged revisions 209554 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r209554 | dbrooks | 2009-07-30 11:07:05 -0500 (Thu, 30 Jul 2009) | 6 lines Fixes numerous spelling errors. Patch submitted by alecdavis. (closes issue #15595) Reported by: alecdavis ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@209593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1757,7 +1757,7 @@ static void sms_process(sms_t * h, int samples, signed short *data)
|
||||
h->iphasep = 0;
|
||||
}
|
||||
if (bit && h->ibitc == 200) { /* sync, restart message */
|
||||
/* Protocol 2: empty connnection ready (I am master) */
|
||||
/* Protocol 2: empty connection ready (I am master) */
|
||||
if (h->framenumber < 0 && h->ibytec >= 160 && !memcmp(h->imsg, "UUUUUUUUUUUUUUUUUUUU", 20)) {
|
||||
h->framenumber = 1;
|
||||
ast_verb(3, "SMS protocol 2 detected\n");
|
||||
|
||||
Reference in New Issue
Block a user