[Home]

Summary:ASTERISK-05667: H323 calling feature
Reporter:Alberto Sagredo (albersag)Labels:
Date Opened:2005-11-21 11:24:48.000-0600Date Closed:2005-11-21 14:01:16.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When trying to make a call thru H.323 it crashes telling me nothing on the Cli interface.

Receiving calls are ok.

****** ADDITIONAL INFORMATION ******

More info later.
Comments:By: Alberto Sagredo (albersag) 2005-11-21 12:43:48.000-0600

I was using new h.323 asterisk module to interconnect with a h323 gkp. I receive calls correclty with g.729 and g.723 , but when making calls , i get a upss message and asterisk die.

Its a big crash, and at this momment i do not know the reason.

I was using 1.2.0 on two gentoo machines, diferent hardware, and it crashed in both of them.

Tomorrow i will try to capture in which step on h323 signaling it crashes. On cli i get until the dial(H323/... ) command.

By: Russell Bryant (russell) 2005-11-21 12:58:25.000-0600

If you're using the new h323 driver, the channel type is OOH323.  For example ...

Dial(OOH323/...)

By: Alberto Sagredo (albersag) 2005-11-21 13:04:55.000-0600

As related on http://bugs.digium.com/view.php?id=4967

If i use gw on dial command, it crashes

exten =>_9XXXXXXXX,1,SetCallerID,"902055055"   ;
exten =>_9XXXXXXXX,2,Dial(H323/${EXTEN}@gateway,90,tr)

If i do not use gw. Works ok.

exten =>_9XXXXXXXX,1,SetCallerID,"902055055"   ;
exten =>_9XXXXXXXX,2,Dial(H323/${EXTEN},90,tr)

I mean new h323, h323 in asterisk 1.2 included. I hope this helps anyone

By: Russell Bryant (russell) 2005-11-21 14:01:03.000-0600

I'm closing this as a duplicate of ASTERISK-4840.