Вход | Регистрация
Вы здесь: Главная / Форум / Главный форум по Asterisk / Конфигурация и настройка / Patch для текущего chan_h323

Patch для текущего chan_h323

Сообщений: 8

Patch для текущего chan_h323

Исправляет:
1. Deadlock на входящих звонках из H323 network
2. Позволяет передавать Progress Indicator (особенно актуально для текущей версии если звонок идет из H323 в H323, поскольку при таком звонке даже при использовании faststart данные о логических каналах в текущей версии передаются только при получении Connect от вызываемой стороны.) Мой патч правит эту ситуацию.

Мой конфиг:
Fedora Core 2 ( kernel 2.6.5/2.6.9)
pwlib-1.8.3
openh323-1.15.2
Asterisk from CVS 2004-11-24

Have Fun.
2004-11-24 16:00

Сообщений: 8

Re: Patch для текущего chan_h323

Да забыл. Верно для Cisco ata186, AddPac 1100F больше нигде не проверял:))

extension.conf

[Term]
exten => _7.,1,Dial(H323/${EXTEN}@x.x.x.x)
exten => _7.,2,HangUp

h323.conf

; The NuFone Network's
; Open H.323 driver configuration
;
[general]
port = 1720
bindaddr = 0.0.0.0
tos=lowdelay
;
; You may specify a global default AMA flag for iaxtel calls. It must be
; one of 'default', 'omit', 'billing', or 'documentation'. These flags
; are used in the generation of call detail records.
;
;amaflags = default
;
; You may specify a default account for Call Detail Records in addition
; to specifying on a per-user basis
;
;accountcode=lss0101
;
; You can fine tune codecs here using "allow" and "disallow" clauses
; with specific codecs. Use "all" to represent all formats.
;
disallow=all
;allow=alaw ; turns on all installed codecs
;allow=g723.1 ; Hm... Proprietary, don't use it...
;allow=gsm ; Always allow GSM, it's cool :)
allow=g729
;
; User-Input Mode (DTMF)
;
; valid entries are: rfc2833, inband
; default is rfc2833
;dtmfmode=inband
;
; Set the gatekeeper
; DISCOVER - Find the Gk address using multicast
; DISABLE - Disable the use of a GK
; <IP address> or <Host name> - The acutal IP address or hostname of your GK
gatekeeper = DISABLE
;
;
; Tell Asterisk whether or not to accept Gatekeeper
; routed calls or not. Normally this should always
; be set to yes, unless you want to have finer control
; over which users are allowed access to Asterisk.
; Default: YES
;
AllowGKRouted = yes
;
; Default context gets used in siutations where you are using
; the GK routed model or no type=user was found. This gives you
; the ability to either play an invalid message or to simply not
; use user authentication at all.
;
context=Maykop
; H.323 Alias definitions
;
; Type 'h323' will register aliases to the endpoint
; and Gatekeeper, if there is one.
;
; Example: if someone calls time@your.asterisk.box.com
; Asterisk will send the call to the extension 'time'
; in the context default
;
; [default]
; exten => time,1,Answer
; exten => time,2,Playback,current-time
;
; Keyword's 'prefix' and 'e164' are only make sense when
; used with a gatekeeper. You can specify either a prefix
; or E.164 this endpoint is responsible for terminating.
;
; Example: The H.323 alias 'det-gw' will tell the gatekeeper
; to route any call with the prefix 1248 to this alias. Keyword
; e164 is used when you want to specifiy a full telephone
; number. So a call to the number 18102341212 would be
; routed to the H.323 alias 'time'.
;
;[time]
;type=h323
;e164=18102341212
;context=default
;
;[det-gw]
;type=h323
;prefix=1248,1313
;context=detroit
;
;
; Inbound H.323 calls from BillyBob would land in the incoming
; context with a maximum of 4 concurrent incoming calls
;
;
; Note: If keyword 'incominglimit' are omitted Asterisk will not
; enforce any maximum number of concurrent calls.
;
2004-11-24 16:09

Сообщений: 4

Re: Patch для текущего chan_h323

А кто-нибудь пробовал:

extensions.conf:
exten => _8XXXXXXX,1,Dial(H323/${EXTEN:1}@peer,40,tT)

h323.conf:

[peer]
type=peer
host=192.168.1.253
nat=yes
noFastStart=no
noH245Tunneling=yes
noSilenceSuppression=yes
dtmfmode=rfc2833
context=default
incominglimit=10
disallow=all
allow=g729


Судя по докам - должно работать, но не работает, отбивает звонки.

Дебаг:
Dec 8 14:49:13 WARNING[3663]: chan_h323.c:685 oh323_new: In oh323_new
Dec 8 14:49:13 WARNING[3663]: chan_h323.c:769 oh323_new: Returning CH
-- Called XXXXXXX@peer
1:11:56.173 H225 Caller:814b3a0 transports.cxx(847) H323 Could not find host : "peer"
1:11:56.195 H225 Caller:814b3a0 transports.cxx(847) H323 Could not find host : "peer"
1:11:56.205 H225 Caller:814b3a0 h323.cxx(2868) H225 Invalid user supplied address: "ip$peer:1720"
1:11:56.242 H323 Cleaner h323.cxx(1626) H323 Connection ip$localhost/14958 terminated.
== No one is available to answer at this time (1, 0/0/0)


По дебагу ничего толком невидно.
Помогите плиз!
2004-12-08 13:53

Avatara of litnimax
Откуда: Москва
Сообщений: 3421

Re: Patch для текущего chan_h323

А где название секции [peer]?

[peer]
type=peer
host=192.168.1.253
nat=yes
noFastStart=no
noH245Tunneling=yes
noSilenceSuppression=yes
dtmfmode=rfc2833
context=default
incominglimit=10
disallow=all
allow=g729

P.S. Сомневаюсь что nat=yes работает :) Вы смотрели?
http://pbxware.ru - все для Asterisk! || Switchvox - сделано на Asterisk! Подробности на http://switchvox.ru
2004-12-09 10:58

Добавить страницу в закладки:  Delicious Google Slashdot Yahoo Yandex.ru Reddit Digg Technorati Bobrdobr.ru Newsland.ru Smi2.ru Rumarkz.ru Vaau.ru Memori.ru Rucity.com Moemesto.ru News2.ru Mister-Wong.ru Myscoop.ru 100zakladok.ru