ddunkin at netos.net Guest
|
Posted: Fri Feb 22, 2008 2:18 am Post subject: [asterisk-users] Pager ("beeper") Emulation Script |
|
|
I've done similar notifications in the dialplan.
It would probably look something like this:
exten => s,1,Read(PAGE,enter-phone-number10,10)
exten => s,2,System(/bin/echo "Page content: ${PAGE}" | /bin/mail -s
"Page subject" user at domain.com)
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Andreas
van dem Helge
Sent: Thursday, February 21, 2008 21:53
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Pager ("beeper") Emulation Script
Does anyone have a script that will emulate a normal numeric pager but
send the number to an email address? Also anyone happen to have the
traditional tones used in North America?
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|