Skip to content

Instantly share code, notes, and snippets.

@taylor
Forked from bklang/extensions.conf
Created December 5, 2011 21:06
Show Gist options
  • Save taylor/1435344 to your computer and use it in GitHub Desktop.
Save taylor/1435344 to your computer and use it in GitHub Desktop.
Adhearsion dev setup
[adhearsion]
exten => _.,1,AGI(agi://localhost/adhearsion)
[general]
enabled = yes
[adhearsion]
secret = password
read = all
write = all
deny = 0.0.0.0/0.0.0.0
permit = 127.0.0.1/255.255.255.255
[blink]
type=peer
host=dynamic
permit=127.0.0.1/255.255.255.255
allow=all
context=adhearsion
secret=password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment