Skip to content

Instantly share code, notes, and snippets.

@bklang
Created November 9, 2011 17:12
Show Gist options
  • Save bklang/1352128 to your computer and use it in GitHub Desktop.
Save bklang/1352128 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