Displaying 1 result from an estimated 1 matches for "dialip".
Did you mean:
dialin
2013 Jun 08
0
H.323 Trunk between Asterisk 11 and Avaya
...aw
dtmfmode=outofband
[avaya]
type=friend
ip=192.168.1.150 ; IP address of the Avaya
port=1720
extensions.conf:
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
[trunk]
exten=>_8xx,1,Dial(OOH323/${EXTEN}@AVAYA)
exten=>_426,1,Dial(SIP/${EXTEN})
exten=>_427,1,DialIP/${EXTEN})
[LocalSets]
include=>trunk
When I try to place a call from Avaya to Asterisk this is what appears on
the CLI:
-- Executing [426 at trunk:1] Dial("OOH323/avaya-2", "SIP/426") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/426
== Spawn extension (trun...