<html>
<body>
Hello,<br><br>
I'm a new French user of Asterisk PBX.<br>
I'm trying to make a communication between Asterisk and Tenor CMS Gateway
with H323. <br>
When the call comes from the Tenor to Asterisk all it's ok but when i try
to make a call from Asterisk to the Tenor it doesn't
work.<br><br>
Here is the Asterisk log : (The IP address of the Tenor will change
to xxx.xxx.xxx.xxx)<br><br>
-- Executing Dial("SIP/Ronan99-a810",
"H323/xxx.xxx.xxx.xxx/1990549494811") in new stack<br>
== Using '1990549494811' as our H.323ID for this
call<br>
Allowed Codecs:<br>
Table:<br>
G.729A{sw} <1><br>
G.729{sw} <2><br>
Set:<br>
0:<br>
0:<br>
G.729A{sw}
<1><br>
G.729{sw}
<2><br><br>
-- Making call to xxx.xxx.xxx.xxx<br>
== New
H.323 Connection
created.<br>
-- 99 is
calling host
xxx.xxx.xxx.xxx<br>
-- Call
token is
ip$localhost/4807<br>
-- Call
reference is
4807<br>
-- Called xxx.xxx.xxx.xxx<br>
--
Sending SETUP message<br>
--
Received RELEASE COMPLETE
message...<br>
--
Sending RELEASE
COMPLETE<br>
-- Congested link to xxx.xxx.xxx.xxx<br>
== H.323
Connection
deleted.<br>
== No one is available to answer at this time<br><br>
<br>
Maybe my problems is due to a misconfiguration in extensions.conf<br>
Here is the corresponding extensions :<br>
exten => _0.,1,Dial(H323/xxx.xxx.xxx.xxx/${EXTEN:1})<br><br>
Thanks in advance !!<br><br>
Ronan</body>
</html>
Ronan de Kermadec a ?crit :> [...] > Maybe my problems is due to a misconfiguration in extensions.conf > Here is the corresponding extensions : > exten => _0.,1,Dial(H323/xxx.xxx.xxx.xxx/${EXTEN:1})if your h323.conf is ok (Gateway IP and port) I would do it like this: exten => _0.,1,Dial(H323/${EXTEN:1}) or exten => _0.,1,Dial(H323/${EXTEN:1}@xxx.xxx.xxx.xxx) -- Daniel