Displaying 1 result from an estimated 1 matches for "ekiga_outbound".
2015 Mar 20
0
Asterisk on OpenWrt (first time user)
...User
[my-codecs](!)
allow=!all,alaw
[home-phone](!,my-codecs)
acl=voice_vlan
directmedia=no
type=friend
host=dynamic
context=LocalSets
[MyPhoneMacAddress](home-phone)
secret=MyPhonePassword
[ekiga_inbound](my-codecs)
acl=acl_ekiga_inbound
type=peer
host=ekiga.net
context=from-ekiga
[ekiga_outbound](my-codecs)
acl=acl_ekiga_outbound
type=peer
host=ekiga.net
defaultuser=MyEkigaUser
remotesecret=MyEkigaPass
fromuser=MyEkigaUser
fromdomain=ekiga.net
This is my dialplan:
[LocalSets]
exten => 101,1,Dial(SIP/MyPhoneMacAddress,30)
exten => 500,1,Dial(SIP/ekiga_outbound/500,30)
exte...