
GSM::SMS::Transport::File - Dump PDU strings to files

Dump PDU strings to a file. Can be used as a debugging means, to catch PDU messages or used with a pickup daemon that reads outgoing messages from a directory.
All outgoing SMS messages are dumped in a unique file in a specified directory.

my $tfile = GSMS::SMS::Transport::File->new(
-name => $name_of_transport,
-match => $matching_regex_for_allowed_msisdn,
-out_directory => $file_to_dump_PDU_to
);

Johan Van den Brande <johan@vandenbrande.com>