[Asterisk-Users] H.323 trunking
Nardis Dome
infet154 at yahoo.com
Tue Dec 7 07:31:39 MST 2004
Hi,
Could someone help me on configuring a H.323 trunk.
I am trying to set up the following scenario:
[SIPphone(2004)]--[asterisk/oh323/asterisk-oh323]--H323Trunk--[PBX]--[H323phone/(8004)]
I am using the following versions:
Linux CentOS 3.3/2.4.21-.EL.co
asterisk 1.0.1
pwlib_1.5.2
openh323_1.12.2
asterisk-oh323-0.6.3b
Calling from Asterisk (2004) to the H.323phone
(61-8004) gives me the following error
-- Executing Dial("SIP/2004-8350",
"H323/192.168.204.130") in new stack
Dec 7 13:45:19 WARNING[1032209]: channel.c:1901
ast_request: No channel type registered for 'H323'
Dec 7 13:45:19 NOTICE[1032209]: app_dial.c:742
dial_exec: Unable to create channel of type 'H323'
== Everyone is busy/congested at this time
Dec 7 13:45:29 WARNING[1032209]: pbx.c:1933
ast_pbx_run: Timeout, but no rule 't' in context
'default'
[general]
static=yes
writeprotect=no
;Trunk=Modem/g1
[default]
exten => 2004,1,NoOp( call for ${EXTEN})
exten => 2004,2,Dial(SIP/${EXTEN},10,tr)
exten => 2004,3,Congestion
exten => 2005,1,NoOp( call for ${EXTEN})
exten => 2005,2,Dial(SIP/${EXTEN},10,tr)
exten => 2005,3,Congestion
exten => _61XXXX,1,Dial,H323/192.168.204.130
ps: 61 is a prefix. All the extensions 61xxx should be
routed to the H.323 trunk.
thx for your feedback
__________________________________
Do you Yahoo!?
All your favorites on one personal page Try My Yahoo!
http://my.yahoo.com
More information about the asterisk-users
mailing list