Skip Menu |

This queue is for tickets about the Device-Gsm CPAN distribution.

Report information
The Basics
Id: 92984
Status: new
Priority: 0/
Queue: Device-Gsm

People
Owner: Nobody in particular
Requestors: yunghee.lee [...] genusis.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Device::Gsm - some characters missing when sending concatenated SMS
Date: Thu, 13 Feb 2014 11:32:39 +0800
To: bug-device-gsm [...] rt.cpan.org
From: Yung Hee Lee <yunghee.lee [...] genusis.com>
Dear Sir, I am using Device::Gsm v1.60,* send_csms* function to send the long SMS. The problem is, some characters are missing when I sent in long text. My SMS Content: Show quoted text
> [01] > [02] > [03] > [04] > [05] > [06] > [07] > [08] > [09] > [10] > [11] > [12] > [13] > [14] > [15] > [16] > [17] > [18] > [19] > [20] > [21] > [22] > [23] > [24] > [25]
The SMS content that I received: Show quoted text
> [01] > [02] > [03] > [04] > [05] > [06] > [07] > [08] > [09] > [10] > [11] > [12] > [13] > [14] > [15] > [16 > [23] > [24]
Here is my coding: Show quoted text
> my $lOk = $gsm->send_csms( > content => $content, > recipient => $number, > class => 'normal' # try `flash' > );
Is there anything I've done wrongly? Thank you! -- Regards, Yung Hee