I've used SNPP before by passing arguments to a simple perl script which
uses the Net::SNPP perl module. Below is a sample of the code in the
perl script and I call it with something like '/usr/bin/perl
/path/to/script/snpp.pl "$server" "$pager_num" "$message"'
- Josh
<code>
#!/usr/bin/perl
#
use Net::SNPP;
$snpp = Net::SNPP->new($ARGV[0], Debug => 0);
$snpp->send( Pager => $ARGV[1],
Message => $ARGV[2],
) || die $snpp->message;
$snpp->quit;
</code>
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Nick Gettino
Sent: Monday, December 07, 2009 3:34 PM
To: [email protected]
Subject: [U2] Paging protocols
Has anyone interfaced to SS7 or SMPP (these are 2 paging protocols) to
send pages? Using Unibasic on either Windows Server or IBM AIX on
UniData?
Thanks
Nick Gettino
Nicholas M Gettino - Director of Support & Professional Services |
EnRoute Emergency Systems an Infor Company, 401 E Jackson Street, Suite
1500, Tampa Florida 33602 | Office 813-207-6998 |Fax 678-393-5389
|[email protected] / www.enroute911.com
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users