Hello Experts,
Thanks in Advance.
I have installed Asterisk certified/13.21-cert2. we have Digium Voip gateway, E1 Link terminated on
DIGIUM
both Digium and asterisk able to talk each other.
DIGIUM IP address:-172.16.10.5
Asterisk:-172.16.14.119
I am new in asterisk i did some things internal call are working properly but when i want to make call outside its not going through.
please find below is SIp.Conf:-
[general]
allowguest=no
udpbindaddr=172.16.14.119:5060
tcpenable=no
[friends_internal](!)
type=peer
host=dynamic
context=from-internal
disallow=all
allow=ulaw
[104](friends_internal)
secret=104
[105](friends_internal)
secret=105
[106](friends_internal)
secret=106
[107](friends_internal)
secret=107
[voicehos]
host=172.16.10.5
type=peer
Ext.conf
[from-internal]
exten => 104,1,Dial(SIP/104,20)
exten => 105,1,Dail(SIP/105,20)
exten => 106,1,Dial(SIP/106,20)
exten => 107,1,Dial(SIP/107,20)
exten => _0XXXXXXXX,1,Dial(SIP/${EXTEN:0}@172.16.10.5,,r)
exten => _5XXXXXXXX,1,Dial(SIP/${EXTEN:0}@172.16.10.5,,r)
exten => _6XXXXXXXX,1,Dial(SIP/${EXTEN:0}@172.16.10.5,,r)
kindly let me know where am wrong.