Hi all,
After having tested the SIP part (successful :-)) we are now  testing 
the H323 part of Asterisk. The H323 channel is up and running (using 
NuFone Network's Open H.323 Channel Driver))
However when dialing to * using ohphone the call can not be set up / 
established
    /H323 debug enabled
    *CLI>   == New H.323 Connection created.
            -- Received SETUP message...
            == Setting up Call
               -- Calling party name:  123456
               -- Calling party number:  123456
               -- Called  party name:  111
               -- Called  party number:  111
    Segmentation fault (core dumped)
    Ouch ... _error while writing audio data_: : Broken pipe
    /
Does anybody of you have suggestions of what I am doing wrong?  (is it 
mandatory/recommended to use  asterisk-oh323? - www.inaccessnetworks.com)
Cheers,
Jeroen
Jeremy McNamara
2004-Jan-14  09:40 UTC
[Asterisk-Users] ... H323 - segmentation fault - core dumped
Jeroen wrote:> is it mandatory/recommended to use asterisk-oh323? - > www.inaccessnetworks.com)Absolutely not. There is a H.323 driver distributed with Asterisk itself. See asterisk/channels/h323/README. Jeremy McNamara