Update /pbx page - Try Footer PHP

master
Jay 2 years ago
parent 9846e01c2e
commit 09acc1349e

@ -10,7 +10,8 @@ header_pages:
- git.md
- about.md
footer: '<a href="https://git.pickmy.org/dewdude/pickmy-dot-org-jekyll-site">site source</a> | powered by xcp-ng | twitter: <a href="https://twitter.com/music_onhold">@Music_OnHold</a>'
footer: '<?php
$message_array = file("/var/www/pickmy/tails.txt"); $message = array_rand($message_array); echo "$message_array[$message]"; ?> | <a href="https://git.pickmy.org/dewdude/pickmy-dot-org-jekyll-site">site source</a> | powered by xcp-ng | twitter: <a href="https://twitter.com/music_onhold">@Music_OnHold</a>'
theme: jekyll-theme-console
style: hacker # dark (default) or light

@ -6,6 +6,31 @@ list: bullet
---
# pickmy.org:~/pbx$
pickmy.org is currently expierimenting with Asterisk PBX for fun and potential profit. Our system current consists of two PBXs with PTSN trunking, DIDs, and a couple of private links
## Links & Info
- dewdude.ath.cx - Home PBX
- Compiled from main github MASTER repro
- VOIP.MS PTSN Trunk
- 4 DIDs. 3 "Public"/1 Private. Not Published (Yet)
- Hamshack Hotline & Hams Over IP Trunks (Maybe)
- Experimental Private DUNDi peering network
- 4 MusicOnHold Channels
- Home of [Asterisk Jukebox](https://git.pickmy.org/dewdude/Asterisk-Jukebox)
- Once hosted "The Weird Al Emergency Hotline" for 24 hours on Halloween 2021
- pickmy.org - Remote PBX
- Compiled from main github MASTER repro
- VOIP.MS PTSN Trunk
- 1 DID. Outgoing not configured/needed.
- Experimental Private DUNDi peering network
- Absolute total Security nightmare with SIP and IAX2 open
At some point this section will contain links to Asterisk Jukebox instructions and track lists.
### Technical Docs:
<br>
All documentation related Asterisk that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org).

Loading…
Cancel
Save