SMS Server Tools 3
This site is hosted by Kekekasvi.com
 Menu
Basic information:
Additional information:
Support:
Get SMS Server Tools 3:
Additional Options

 Sponsored links

 Search
Custom Search

 Visitor locations
 
 SMS Server Tools 3 Community
Welcome, Guest. Please login or register. Sat Apr 27, 2024 11:15
SMSTools3 Community » Help and support Bottom

[solved] Error in receiving messages ...

Login and Post Reply

Page:  Previous  1  2

Author Post
Member
Registered:
Oct 2023
Location: Russian Federation
Hello i have the same error



and part of smsd.log


PDU Convert tool converted this PDU correct


please help


« Last edit by vampomyak on Sun Oct 08, 2023 14:06, 6 months ago. »
Administrator
Registered:
May 2009
Location: Jyväskylä, Finland
Thanks vampomyak for the clear information.

The message center gives hexadecimal letters in lowercase, which is exceptional.

A small addition to the source code is needed to handle this.
Edit the file smsd.c in the src directory.
Search for foundsomething=1 and you will find the following code. It's on line about 3963.
Add the lines highlighted in yellow to the code:

        if (found>=0)
        {
          foundsomething=1;
          *quick=1;

          // 10/2023: allow lowcase letters from modem:
          for (i = 0; line2[i]; i++)
            line2[i] = toupper((int)line2[i]);

          //Create a temp file for received message
          //3.1beta3: Moved to the received2file function, filename is now a re$
          //sprintf(filename,"%s/%s.XXXXXX",d_incoming,DEVICE.name);
          //close(mkstemp(filename));
          statusreport = received2file(line1, line2, filename, &stored_concaten$
          STATISTICS->received_counter++;
 
'c' Syntax Highlight powered by GeSHi


Then save, recompile and restart.

Member
Registered:
Dec 2023
Location: United States of America
Thank you, keke. I was getting "message format is 3 which is not supported", too.

But your patch did not fix the problem.
"verify_pdu = yes" identified:



There still seems to be an encoding issue.

Login and Post Reply

Page:  Previous  1  2

SMSTools3 Community » Help and support Top

 
Time in this board is UTC.  

Privacy Policy   SMS Server Tools 3 Copyright © Keijo Kasvi.