[asterisk-bugs] [JIRA] (ASTERISK-22901) Originate command doesn't work through OOH323 channels
Cyril CONSTANTIN (JIRA)
noreply at issues.asterisk.org
Wed Nov 27 14:42:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=212361#comment-212361 ]
Cyril CONSTANTIN edited comment on ASTERISK-22901 at 11/27/13 2:40 PM:
-----------------------------------------------------------------------
In Originate logs I can see errors below:
{noformat}
Line 896: 21:23:19:292 Asn1Error: -23 at ooh323c/src/encode.c:439
Line 897: 21:23:19:292 ERROR: UserInfo encoding failed
Line 1679: 21:23:19:292 Error:Failed to encode uuie. (outgoing, ooh323c_o_1)
Line 1680: 21:23:19:292 Error:Failed to encode H225 message. (outgoing, ooh323c_o_1)
Line 1681: 21:23:19:292 Error:Failed to enqueue SETUP message to outbound queue. (outgoing, ooh323c_o_1)
Line 1695: 21:23:49:294 ERROR: No Open LogicalChannels - Failed FindLogicalChannelByChannelNo (outgoing, ooh323c_o_1
{noformat}
was (Author: cyrilc):
In Originate logs I can see error below:
{noformat}
Line 896: 21:23:19:292 Asn1Error: -23 at ooh323c/src/encode.c:439
Line 897: 21:23:19:292 ERROR: UserInfo encoding failed
Line 1679: 21:23:19:292 Error:Failed to encode uuie. (outgoing, ooh323c_o_1)
Line 1680: 21:23:19:292 Error:Failed to encode H225 message. (outgoing, ooh323c_o_1)
Line 1681: 21:23:19:292 Error:Failed to enqueue SETUP message to outbound queue. (outgoing, ooh323c_o_1)
Line 1695: 21:23:49:294 ERROR: No Open LogicalChannels - Failed FindLogicalChannelByChannelNo (outgoing, ooh323c_o_1
{noformat}
> Originate command doesn't work through OOH323 channels
> ------------------------------------------------------
>
> Key: ASTERISK-22901
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22901
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Addons/chan_ooh323
> Affects Versions: 11.6.0
> Reporter: Cyril CONSTANTIN
> Assignee: Alexander Anikin
> Severity: Minor
> Attachments: Originate - Dial.rar, originate.jpg, originateooh323.rar
>
>
> Hi Guys,
> When using CMD Originate into my dialplan to dial a number through OOH323 call couldn't be establish, when using tcpdump I can't see call trying to be establish with Avaya.
> I don't have this problem with CMD Originate when doing it with SIP peer.
> Also I'm already using OOH323 with Dial command and it works great, when looking into console log with ooh323 debug activated it looks that it try to make a call through ooh323 channel but nothing happens behind, even on Avaya I can't see anything coming from Asterisk.
> See below what I'm using for CMD Originate with OOH323 (not working):
> {noformat}
> same => n,Originate(OOH323/00625081954 at Avaya,exten,bridgetwoparty,s,1)
> {noformat}
> Below when I'm dialing through OOH323 (working):
> {noformat}
> same => n,Dial(OOH323/00625081954 at Avaya)
> {noformat}
> Below when I'm using CMD Originate with SIP peer (working):
> {noformat}
> same => n,Originate(SIP/46000,exten,bridgetwoparty,s,1)
> {noformat}
> I'll attach tcpdump, debug, full, messages, console logs.
> Best Regards
--
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