You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
---
|
|
title: pickmy.org:~/pbx$
|
|
layout: default
|
|
permalink: /pbx/index.php
|
|
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
|
|
- 5 MusicOnHold Channels (100% streaming)
|
|
- Home of [Asterisk Jukebox](https://git.pickmy.org/dewdude/Asterisk_Jukebox)
|
|
- Once hosted "The Weird Al Emergency Hotline" for 24 hours on Halloween 2021 (178 calls. About $5 cost.)
|
|
|
|
|
|
### 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).
|
|
|
|
<ul>
|
|
{% for post in site.categories.pbx %}
|
|
{% if post.url %}
|
|
<li><a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a></li>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|