Bonsoir à tous,
Après la configuration des signalisations FXO/FXS, SIP, je pousse le chemin vers du H323 :pt1cable:
Pour cela 2 fichiers que j'ai modifié:
h323.conf et extension.conf
et j'utilise ekiga qui prend en compte le protocole H323, voici mes fichiers de configurations
h323.conf
extension.confCode:
[general]
port=1720
bindaddr=192.168.1.12
h323id=ObjSysAsterisk
e164=1000
callerid=asterisk
gateway=no
context=default
disallow=all
allow=ulaw
dtmfmode=rfc2833
[2000]
type=friend
context=internal
ip=192.168.1.12
dtmfmode=rfc2833
e164=2000
H323ID=2000
disallow=all
allow=ulaw
allow=gsm
dtmfmode=h245signal
;incominglimit=4
Je n'arrive pas à appeller le "2000" ( h323) ni à émettre un appel, voici mes logs=Code:[internal]
exten => 500,1,dial(DAHDI/1,30,tr)
exten => 500,2,echo()
exten => 501,1,dial(DAHDI/2,30,tr)
exten => 501,2,echo()
exten => 502,1,dial(DAHDI/3,30,tr)
exten => 502,2,echo()
[internal]
exten => 1000,1,dial(SIP/1000,30,tr)
exten => 2000,1,dial(OOH323/2000,20,tr)
A ce que je comprend, il ne trouve pas de channel?Code:
-- Starting simple switch on 'DAHDI/1-1'
-- Executing [2000@internal:1] Dial("DAHDI/1-1", "H323/2000,20,tr") in new stack
[Mar 22 22:06:22] WARNING[2952]: channel.c:5414 ast_request: No channel type registered for 'H323'
[Mar 22 22:06:22] WARNING[2952]: app_dial.c:2039 dial_exec_full: Unable to create channel of type 'H323' (cause 66 - Channel not implemented)
== Everyone is busy/congested at this time (1:0/0/1)
-- Auto fallthrough, channel 'DAHDI/1-1' status is 'CHANUNAVAIL'
-- Hanging up on 'DAHDI/1-1'
-- Hungup 'DAHDI/1-1'
Merci beaucoup