On 04/01/2011 02:55 PM, satish patel wrote: > > I have asterisk 1.8.2.3 + A102D Sangoma card 2 port T1. when i am > starting asterisk i am getting this error on console. > > > func_callerid.so => (Party ID related dialplan functions (Caller-ID, > Connected-line, Redirecting)) > == Registered application 'PrivacyManager' > app_privacy.so => (Require phone number to be entered, if no CallerID sent) > == Registered custom function 'TIMEOUT' > func_timeout.so => (Channel timeout dialplan functions) > == Registered custom function 'CDR' > func_cdr.so => (Call Detail Record (CDR) dialplan function) > *[Apr 1 12:51:27] ERROR[21102]: codec_dahdi.c:578 find_transcoders: > Failed to open /dev/dahdi/transcode: No such file or directory*
You can either ignore that error message or add "noload => codec_dahdi.so" to your modules.conf if you do not have a hardware transcoder installed in your system. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
