Mr. Federico:

In order to do what you really want to do, you need to search deeply in the code of H323 and take the time to fixed. Or you might turn lucky and find people on this forum that has already fixed this or the other H323 channel driver for asterisk. Which by the way Oh323 is more stable than H323 as long as you compiled them with the proper libraries. If you need my help you know where to reach me.

Good Luck!/

[EMAIL PROTECTED] wrote:

I get this error every time when I reach 33 open calls
using H323:
-- Executing Dial("SIP/16468370490-0751",
"H323/[EMAIL PROTECTED]/16468370490") in new
stack
-- Called [EMAIL PROTECTED]
0:14.917 H225 Answer:41802ba8 assert.cxx(105) PWLib Assertion fail: Invalid array
index, file /root/pwlib/include/ptlib/contain.inl, line
423, Error=22



I checked the header file referenced on the error and there is an object array being queried, and the object is not there. The question is: is this something fixable on our code, or in the pwlib libraries, or both? Any suggestion? I need to provide Sip-to-H323 services. This feature is what makes my client be interested. In order to test this problem I generated a simple loop within Asterisk, sending the callback into Asterisk via H323: exten => _X.,1,ChanIsAvail(Sip/${EXTEN}) exten => _X.,2,Dial(Sip/${EXTEN}) exten => _X.,102,Dial(H323/[EMAIL PROTECTED]/${CALLERIDNUM})

By the way I have captured around 20 Core Dumps. What
is exactly what I am supposed to look at? Sorry for my
lack of expertise, but I figured out the ODBC problem
and fixed it. I am getting there.

Federico
_______________________________________________
Asterisk-Dev mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev





_______________________________________________
Asterisk-Dev mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to