Hallo Profis!
Ich will Asterisk beibringen H323 zu verstehen und das schon seit mehreren Tagen. Verstehe nicht wo das Problem liegt. Ich habe alles gelesen was zu Thema gab.
Modul geladen
aufgelistet
ist auch dabei.
Verbindung bricht sofort ab.
LOG:
bis dahin geht alles ok.
DEBUG:
Ich habe da Kommentare hinterlassen.
Kann mir jemand sagen was ich falsch gemacht habe? Weitere infos auf Abruf bereit.
Mit freundlichen Grüßen.
Ich will Asterisk beibringen H323 zu verstehen und das schon seit mehreren Tagen. Verstehe nicht wo das Problem liegt. Ich habe alles gelesen was zu Thema gab.
Modul geladen
Code:
CLI>module show
Code:
CLI> core show channeltypes
Type Description Devicestate Indications Transfer
---------- ----------- ----------- ----------- --------
OOH323 Objective Systems H323 Channel Driver no yes no
IAX2 Inter Asterisk eXchange Driver (Ver 2) yes yes yes
Skinny Skinny Client Control Protocol (Skinny) no yes no
Phone Standard Linux Telephony API Driver no yes no
Local Local Proxy Channel Driver yes yes no
MGCP Media Gateway Control Protocol (MGCP) yes yes no
Agent Call Agent Proxy Channel yes yes no
SIP Session Initiation Protocol (SIP) yes yes yes
Console OSS Console Channel Driver no yes no
----------
9 channel drivers registered.
Verbindung bricht sofort ab.
LOG:
Code:
ERROR:Failed to connect to remote destination for transmit H2250 channel(outgoing, ooh323c_o_1)
ERROR:Failed to create H225 connection to :0
DEBUG:
Code:
CLI>
AGI Script Executing Application: (DIAL) Options: (OOH323/baba/4954*********|60|HRrL(32880000:61000:30000))
-- Limit Data for this call:
> timelimit = 32880000
> play_warning = 61000
> play_to_caller = yes
> play_to_callee = no
> warning_freq = 30000
> start_sound =
> warning_sound = timeleft
> end_sound =
--- ooh323_request - data baba/4954******* format 0x4 (ulaw)
--- ooh323_alloc
+++ ooh323_allocal*CLI>
--- find_peer "4954********" (Telefonnummer)
comparing with "91.******" (Provider IP)
+++ find_peer "4954*******"(Telefonnummer)
--- ooh323_new - 4954********(Telefonnummer)
+++ h323_newinimal*CLI>
+++ ooh323_request*CLI>
--- ooh323_call- baba/4954*******(trunk/Telefonnummer)
+++ ooh323_callmal*CLI>
-- Called baba/4954********(trunk/Telefonnummer)
--- onNewCallCreated ooh323c_o_2
--- find_call
+++ find_call
setting callid number 46********(SIP USER)
Outgoing call 4954******(ooh323c_o_2) - Codec prefs - (ulaw|alaw|g729)
Adding capabilities to call(outgoing, ooh323c_o_2)
Adding g711 ulaw capability to call(outgoing, ooh323c_o_2)
Adding g711 alaw capability to call(outgoing, ooh323c_o_2)
Adding g729A capability to call(outgoing, ooh323c_o_2)
Adding g729 capability to call(outgoing, ooh323c_o_2)
--- configure_local_rtp
+++ configure_local_rtp
+++ onNewCallCreated ooh323c_o_2
--- onCallCleared ooh323c_o_2
--- find_call
+++ find_call
--- ooh323_hangupl*CLI>
hanging 4954*********(Telefonnummer)
+++ ooh323_hangup
== Everyone is busy/congested at this time (1:0/0/1)
Kann mir jemand sagen was ich falsch gemacht habe? Weitere infos auf Abruf bereit.
Mit freundlichen Grüßen.