[asterisk-bugs] [JIRA] (ASTERISK-23033) direct call can't be placed over h323 if peer is not registered in gatekeeper
Dmitry Melekhov (JIRA)
noreply at issues.asterisk.org
Thu Dec 19 23:31:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-23033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213209#comment-213209 ]
Dmitry Melekhov commented on ASTERISK-23033:
--------------------------------------------
Hello!
Rusty, thank you!
About how to reproduce:
let's say we have ooh323 peer :
[cisco]
type=peer
context=h323
ip=192.168.22.253
port=1720
asterisk is registered in gatekeeper:
ast-reserve*CLI> ooh323 show gk
GateKeeper connection state:
Gatekeeper: 192.168.22.254
GK state: Registered
gatekeeper = 192.168.22.254
we want to call peer cisco without gatekeeper:
exten => _6xxx,1,Dial(OOH323/${EXTEN}@cisco)
if gatekeeper is available- call passes.
if not- we do
[root at ast-reserve ~]# iptables -A INPUT -s 192.168.22.254 -j DROP
then I get following:
-- Executing [6401 at sipphones:1] Dial("SIP/6052-00000001", "OOH323/6401 at cisco") in new stack
-- Called OOH323/6401 at cisco
Restart stopped gatekeeper client
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [6401 at sipphones:2] Hangup("SIP/6052-00000001", "") in new stack
== Spawn extension (sipphones, 6401, 2) exited non-zero on 'SIP/6052-00000001'
I'll get traces and attach it :-)
This is asterisk 11.7.0 with patches from ASTERISK-21960
We have some peers we connects without gatekeeper, so this is real problem that we depends on gatekeeper for making such calls.
> direct call can't be placed over h323 if peer is not registered in gatekeeper
> -----------------------------------------------------------------------------
>
> Key: ASTERISK-23033
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23033
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Addons/chan_ooh323
> Affects Versions: 11.7.0
> Environment: Centos 6
> Reporter: Dmitry Melekhov
> Assignee: Dmitry Melekhov
> Severity: Minor
>
> If we have asterisk registered in gatekeeper and call peer directly- call doesn't pass, but stuck:
> -- Executing [6401 at sipphones:1] Dial("SIP/6052-00000008", "OOH323/6401 at cisco") in new stack
> -- Called OOH323/6401 at cisco
> I'll be glad to provide any useful info.
> Thank you!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list