Am Samstag, 15. Januar 2005 22:39 schrieb Scheda: > Hey, whenever I try to load, I get these errors > > Jan 15 16:37:24 ERROR[7573]: chan_iax2.c:7486 load_module: Unable to > bind to 0.0.0.0 port 4569: Address already in use > Jan 15 16:37:24 WARNING[7573]: loader.c:345 ast_load_resource: > chan_iax2.so: load_module failed, returning -1 > == Manager unregistered action IAXpeers > == Unregistered channel type 'IAX2' > Jan 15 16:37:24 WARNING[7573]: loader.c:440 load_modules: Loading > module chan_iax2.so failed! > > > A friend reccomended I used Apt-Get to install it, so I tryed to do > that to overwrite it, and even after a full recompile I get these > errors... I don't quite know what to do.
If you (re-)installed Asterisk via apt-get, it is quite certainly started automatically at boot time (via a script in /etc/init.d). If so, Asterisk is already running when you try to start it manually, and hence port 4569 is already open and cannot be used by the newly started asterisk. Cheers Robert Spielmann ----------------------------------------------------- TAL.DE �Klaus Internet Service GmbH [EMAIL PROTECTED] Robertstr. 6 � � � �* � � �D-42107 Wuppertal, Germany Tel +49 (0) 202 495-364 �* �Fax +49 (0) 202 / 495-399 _______________________________________________ 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
