[Asterisk-Dev] app_conference errors

Diyanat Ali diyanat at hotmail.com
Thu Dec 1 04:43:18 MST 2005


Solved the error by changing line 235 in cli.c

      ast_copy_string(newsound->name, file, sizeof(newsound->name));
to
       strncpy(newsound->name, file, sizeof(newsound->name));

it works fine now

Diyanat


>From: "Diyanat Ali" <diyanat at hotmail.com>
>Reply-To: Asterisk Developers Mailing List <asterisk-dev at lists.digium.com>
>To: asterisk-dev at lists.digium.com
>Subject: [Asterisk-Dev] app_conference errors
>Date: Thu, 01 Dec 2005 00:49:00 -0600
>
>I am using the lastest release of asterisk 1.10 to compile app_conference 
>with instructions shown on 
>http://www.voip-info.org/wiki/index.php?page=Asterisk+app_conference
>
>it compiles sucessfully and when i restart asterisk i get the following 
>errors
>
>[app_conference.so]Dec  1 06:21:24 WARNING[8873]: loader.c:258 
>ast_load_resource: /usr/lib/asterisk/modules/app_conference.so: undefined 
>symbol: ast_copy_string
>Dec  1 06:21:24 WARNING[8873]: loader.c:440 load_modules: Loading module 
>app_conference.so failed!
>Ouch ... error while writing audio data: : Broken pipe
>Warning, flexibel rate not heavily tested!
>
>
>i dont know if app_conference works with asterisk > 1.07
>
>Diyanat Ali
>
>
>_______________________________________________
>--Bandwidth and Colocation provided by Easynews.com --
>
>Asterisk-Dev mailing list
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-dev





More information about the asterisk-dev mailing list