Hi, ALL: I install my oh323 channel driver following steps of http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en
I works my asterisk well before install the chan_oh323.so. But after I do "make install" the oh_323, my asterisk crash and show me the following message (asterisk -vvvvvvc). Does anyone have any idea about it? What's wrong about ir? -------------- Error Message -------------------------- [chan_oh323.so] => (InAccess Networks OpenH323 Channel Driver) Mar 21 11:13:25 WARNING[16199]: config_old.c:27 ast_load: ast_load is deprecated, use ast_config_load instead! == Parsing '/etc/asterisk/rtp.conf': Found Mar 21 11:13:25 WARNING[16199]: config_old.c:39 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead! == Parsing '/etc/asterisk/oh323.conf': Found [1]WrapH323EndPoint::WrapH323EndPoint: Compile-time libraries OpenH323 v1.13.5, PWlib v1.6.6 [1]WrapGatekeeperServer::WrapGatekeeperServer: Creating new gatekeeper. Ouch ... error while writing audio data: : Broken pipe Segmentation fault ------------ oh323.conf ---------------------------- [general] listenAddress=myip listenPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=10000 udpEnd=20000 fastStart=no h245Tunnelling=no h245inSetup=no inBandDTMF=no silenceSuppression=no jitterMin=20 jitterMax=100 ipTos=none outboundMax=10 inboundMax=10 simultaneousMax=10 wrapLibTraceLevel=1 libTraceLevel=5 libTraceFile=/var/log/asterisk/oh323.log gatekeeper=mygnugk ;gatekeeperPassword=secret gatekeeperTTL=600 userInputMode=TONE amaFlags=default accountCode=myaccount context=voip-h323 [register] alias=h323248 alias=248 [codecs] codec=G711A frames=20 ;codec=G711U ;frames=20 ;codec=GSM0610 ;frames=4 ;codec=G7231 ;frames=2 ;codec=G729 ;frames=2 -- Best Regards Charles _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
