HI,
I was trying to configure and use your sendpage on my machine. I have got Ubuntu installed.
But I am not able to make PAGER ID valid. This is what I see when I try to send a page.
aditya@aditya:~$ snpp -d -f me@yourdomain.org -m 'hi there!' 7596366
'tcp' is proto 6
'snpp' is service 444
Net::SNPP>>> Net::SNPP(1.17)
Net::SNPP>>> Net::Cmd(2.26)
Net::SNPP>>> Exporter(5.58)
Net::SNPP>>> IO::Socket::INET(1.29)
Net::SNPP>>> IO::Socket(1.29)
Net::SNPP>>> IO::Handle(1.25)
Net::SNPP=GLOB(0x832a14c)<<< 220 localhost SNPP Sendpage 0.9.14 Wed, 01 Aug 2007 02:30:06 +0530
Net::SNPP=GLOB(0x832a14c)>>> PAGE 7596366
Net::SNPP=GLOB(0x832a14c)<<< 550 Error, Invalid Pager ID: '7596366'
Error, Invalid Pager ID: '7596366'
Net::SNPP=GLOB(0x832a14c)>>> CALL me@yourdomain.org
Net::SNPP=GLOB(0x832a14c)<<< 250 Caller ID Accepted
Net::SNPP=GLOB(0x832a14c)>>> DATA
Net::SNPP=GLOB(0x832a14c)<<< 354 Begin Input; End with <CRLF>'.'<CRLF>
Net::SNPP=GLOB(0x832a14c)>>> hi there!
Net::SNPP=GLOB(0x832a14c)>>> .
Net::SNPP=GLOB(0x832a14c)<<< 250 Message OK
Net::SNPP=GLOB(0x832a14c)>>> SEND
Net::SNPP=GLOB(0x832a14c)<<< 503 Error, Pager ID needed
Error, Pager ID needed
Net::SNPP=GLOB(0x832a14c)>>> QUIT
Net::SNPP=GLOB(0x832a14c)<<< 221 localhost closing connection
I am attaching my sendpage.cf file.
I have tried many combination of pager ids but result is always the same. Following are some of my tries
snpp -d -f me@yourdomain.org -m 'hi there!' 1234567@ameritech
snpp -d -f me@yourdomain.org -m 'hi there!' 8007596366
snpp -d -f me@yourdomain.org -m 'hi there!' 7596366
I am doing tests locally.
Please suggest