View previous topic :: View next topic |
Author |
Message |
jheena789
Joined: 20 Jul 2010 Posts: 1
|
Posted: Tue Jul 20, 2010 5:04 am Post subject: message truncated please help... |
|
|
Messages sent to pagers are truncated. Using PageGate V4.0.
If I send an email message to pager subscriber and hit the return key after the 'greeting', everything after the greeting is dropped and not sent.
However, if I DO NOT hit the return key after the greeting and type my message as one single line, then the message goes through in its entirety.
This happens regardless of the length of the message.
Is this supposed to happen or is this a bug?
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4369
|
Posted: Tue Jul 20, 2010 8:42 am Post subject: |
|
|
If you open the PageGate Admin and go into the settings of both the carrier and recipients you're using, what are your Max Chars fields set to? |
|
Back to top |
|
zLon
Joined: 20 Jul 2015 Posts: 15 Location: Trenton, Ohio
|
Posted: Mon Sep 16, 2019 11:41 am Post subject: |
|
|
I have PageGate 8.3.
I am having a similar issue. My "Max Chars" are set to 1000.
I am pickup up a file and processing it. If the message is under 40 characters and has a "carriage return" after the message, we only get the time and date generated from Page Gate sent our text message. If there is not a "carriage return", short messages will be processed correctly.
------Found the issue, the "SubjectSearchLength" under Program/Template/ was set to 40. I changed it to 1 and all is good.
Last edited by zLon on Mon Sep 16, 2019 11:45 am; edited 1 time in total |
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4369
|
Posted: Mon Sep 16, 2019 11:44 am Post subject: |
|
|
That sounds like something on the data read side of things. From what you've described, it sounds like you're using PageGate's GetAscii interface to process the file.
If you go to Interfaces - GetAscii - Settings - Advanced Polling - Files, are you doing any advanced processing?
If so, what are your Advanced Polling Files, Symbols, Record, Recipient, Sender and Message sections configured to use? |
|
Back to top |
|
zLon
Joined: 20 Jul 2015 Posts: 15 Location: Trenton, Ohio
|
Posted: Mon Sep 16, 2019 11:46 am Post subject: |
|
|
thanks for the quick reply....
------Found the issue, the "SubjectSearchLength" under Program/Template/ was set to 40. I changed it to 1 and all is good.
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4369
|
Posted: Mon Sep 16, 2019 11:48 am Post subject: |
|
|
Ah, that would be the other place that could happen, yeah.
To note it for anyone who reads the thread in the future, a carriage return or carriage return + line feed is one of PageGate's default subject parsing parameters; meaning that if it finds either in the first X characters (where X is a value you can set in the program's global template), everything before the CR or CRLF is treated as the 'subject' parameter and excerpted from the message.
You can modify that by changing the subject search length parameter to effectively scan for 'nothing' or you can modify the SubjectDelimiter parameter to remove any/all instances of \013 and \010 (the ASCII codes for carriage return and line feed, respectively) |
|
Back to top |
|
|