Hi is a list could be off topic ;) , but someone has installed the latest version of app_swift on centos 6 for asterisk 1.8
I'm trying to make with this manual, but have had no success http://www.cepstral.com/en/support/telephony/faq?os=linux§ion=getting-started gcc -I/opt/swift/include -I/usr/include -g -Wall -fPIC -D_SWIFT_VER_6 -D_AST_VER_1_8 -c -o app_swift.o app_swift.c app_swift.c:36:19: error: swift.h: No such file or directory app_swift.c:38:38: error: swift_asterisk_interface.h: No such file or directory app_swift.c:163: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âswift_cbâ app_swift.c: In function âapp_execâ: app_swift.c:322: error: âswift_engineâ undeclared (first use in this function) app_swift.c:322: error: (Each undeclared identifier is reported only once app_swift.c:322: error: for each function it appears in.) app_swift.c:322: error: âengineâ undeclared (first use in this function) app_swift.c:323: error: âswift_portâ undeclared (first use in this function) app_swift.c:323: error: âportâ undeclared (first use in this function) app_swift.c:324: error: âswift_voiceâ undeclared (first use in this function) app_swift.c:324: error: âvoiceâ undeclared (first use in this function) app_swift.c:325: error: âswift_paramsâ undeclared (first use in this function) app_swift.c:325: error: âparamsâ undeclared (first use in this function) app_swift.c:326: error: âswift_result_tâ undeclared (first use in this function) app_swift.c:326: error: expected â;â before âsresultâ app_swift.c:327: error: âswift_background_tâ undeclared (first use in this function) app_swift.c:327: error: expected â;â before âtts_streamâ app_swift.c:363: warning: implicit declaration of function âswift_engine_openâ app_swift.c:368: warning: implicit declaration of function âswift_params_newâ app_swift.c:369: warning: implicit declaration of function âswift_params_set_stringâ app_swift.c:382: warning: implicit declaration of function âswift_port_openâ app_swift.c:393: warning: implicit declaration of function âswift_register_ast_chanâ app_swift.c:403: warning: implicit declaration of function âswift_port_set_voice_by_nameâ app_swift.c:410: error: âSWIFT_EVENT_AUDIOâ undeclared (first use in this function) app_swift.c:410: error: âSWIFT_EVENT_ENDâ undeclared (first use in this function) app_swift.c:410: error: âSWIFT_EVENT_ERRORâ undeclared (first use in this function) app_swift.c:415: warning: implicit declaration of function âswift_port_set_callbackâ app_swift.c:415: error: âswift_cbâ undeclared (first use in this function) app_swift.c:417: warning: implicit declaration of function âSWIFT_FAILEDâ app_swift.c:417: warning: implicit declaration of function âswift_port_speak_textâ app_swift.c:417: error: âtts_streamâ undeclared (first use in this function) app_swift.c:574: error: âsresultâ undeclared (first use in this function) app_swift.c:574: warning: implicit declaration of function âswift_port_stopâ app_swift.c:574: error: âSWIFT_EVENT_NOWâ undeclared (first use in this function) app_swift.c:622: warning: implicit declaration of function âswift_port_closeâ app_swift.c:625: warning: implicit declaration of function âswift_engine_closeâ make: *** [app_swift.o] Error 1 ################################################################## later with this and not work http://www.cepstral.com/code/appbugcode.txt any idea? -- rickygm http://gnuforever.homelinux.com
-- _____________________________________________________________________ -- 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
