Ok I know this may have been covered and I did have a look back in the archives but didn't find anthing so I am asking it now.. Many moons ago the MySQL CDR functions and MySQL Voicemail functions had to be removed from the main asterisk code because of licensing issues.. Now there is new MySQL stuff like MySQL FRIENDS for SIP and IAX definitions.. So how is it that these options don't appear to violate the licensing but the CDR and VM functions do? Are we going to see the SIP and IAX FRIENDS code moved out to Asterisk-addons or are we going to see the CDR and VM functions included back into the main CVS?? Later..
same thing I asked several time ago... all that mysql stuff is only digium confusion from my point of view... perhaps they must be more coherent: move all mysql stuff to asterisk-addons OR get voicemail & cdr routines back to main CVS. I would prefer the latter, but dunno if is compatible with digium dual-licensing... MAtteo Il mer, 2004-04-28 alle 11:02, WipeOut ha scritto:> Ok I know this may have been covered and I did have a look back in the > archives but didn't find anthing so I am asking it now.. > > Many moons ago the MySQL CDR functions and MySQL Voicemail functions had > to be removed from the main asterisk code because of licensing issues.. > > Now there is new MySQL stuff like MySQL FRIENDS for SIP and IAX > definitions.. > > So how is it that these options don't appear to violate the licensing > but the CDR and VM functions do? > > Are we going to see the SIP and IAX FRIENDS code moved out to > Asterisk-addons or are we going to see the CDR and VM functions included > back into the main CVS?? > > Later.. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Matteo Brancaleoni Espia System Administrator Email : mbrancaleoni@espia.it Web : http://www.espia.it Phone : +39 02 70633354 - ext 201 IAX(2): guest@213.140.14.155 - ext 201 Iaxtel: 1-700-56-62458 - ext 201 SIP : matteo@sip.voismart.it
Dear Srs, I have now a problem with capi. I have cha_capi-0.3.1 and randomly Asterisk crashes with the next gdb results: Reading symbols from /usr/lib/asterisk/modules/app_capiCD.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_capiCD.so Reading symbols from /usr/lib/asterisk/modules/app_capiHOLD.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_capiHOLD.so #0 0x40230e08 in capi_echo_canceller (c=0x0, function=1) at chan_capi.c:156 156 struct ast_capi_pvt *i = c->pvt->pvt; (gdb) bt #0 0x40230e08 in capi_echo_canceller (c=0x0, function=1) at chan_capi.c:156 #1 0x4022ea59 in pipe_msg (PLCI=257, CMSG=0x3) at chan_capi.c:1794 #2 0x40231f9a in capi_handle_msg (CMSG=0x3) at chan_capi.c:2182 #3 0x4023185e in do_monitor (data=0x0) at chan_capi.c:2209 #4 0x4002eae0 in pthread_start_thread () from /lib/libpthread.so.0 Any idea? Regards and thansk in advance Sergio Serrano
I have add mor information: We have an Eicon Diva Server 4BRI. I initiate it with divactrl load -c 1 -u -t 0 and my capi.conf is the next: [global] mode=immediate isdnmode=ptp internationalprefix=00 txgain=0.8 rxgain=0.8 [interfaces] msn=971844367,971846147,971846034,971846036,971846094,971846141,971846142,97 1846 143,971846146,971846015,971846148 incomingmsn=* controller=1,2,3,4 context=default softdtmf=0 echosquelch=1 echocancel=0 echotail=64 callgroup=1 devices=8 -----Mensaje original----- De: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]En nombre de Sergio Serrano Enviado el: mi?rcoles, 28 de abril de 2004 11:56 Para: asterisk-users@lists.digium.com Asunto: [Asterisk-Users] CAPI crash now Dear Srs, I have now a problem with capi. I have cha_capi-0.3.1 and randomly Asterisk crashes with the next gdb results: Reading symbols from /usr/lib/asterisk/modules/app_capiCD.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_capiCD.so Reading symbols from /usr/lib/asterisk/modules/app_capiHOLD.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_capiHOLD.so #0 0x40230e08 in capi_echo_canceller (c=0x0, function=1) at chan_capi.c:156 156 struct ast_capi_pvt *i = c->pvt->pvt; (gdb) bt #0 0x40230e08 in capi_echo_canceller (c=0x0, function=1) at chan_capi.c:156 #1 0x4022ea59 in pipe_msg (PLCI=257, CMSG=0x3) at chan_capi.c:1794 #2 0x40231f9a in capi_handle_msg (CMSG=0x3) at chan_capi.c:2182 #3 0x4023185e in do_monitor (data=0x0) at chan_capi.c:2209 #4 0x4002eae0 in pthread_start_thread () from /lib/libpthread.so.0 Any idea? Regards and thansk in advance Sergio Serrano _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I put new messages for a crash. It could be possible that card are wrong? #0 0x4022e036 in pipe_msg (PLCI=770, CMSG=0x40600490) at chan_capi.c:1369 1369 if ( (p->i->state !CAPI_STATE_DISCONNECTED) && (ast_check_hangup(p->c) == 0)) { (gdb) bt #0 0x4022e036 in pipe_msg (PLCI=770, CMSG=0x40600490) at chan_capi.c:1369 #1 0x40231f9a in capi_handle_msg (CMSG=0x40600490) at chan_capi.c:2182 #2 0x4023185e in do_monitor (data=0x0) at chan_capi.c:2209 #3 0x4002eae0 in pthread_start_thread () from /lib/libpthread.so.0 Regards -----Mensaje original----- De: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]En nombre de Sergio Serrano Enviado el: mi?rcoles, 28 de abril de 2004 12:06 Para: asterisk-users@lists.digium.com Asunto: RE: [Asterisk-Users] CAPI crash now I have add mor information: We have an Eicon Diva Server 4BRI. I initiate it with divactrl load -c 1 -u -t 0 and my capi.conf is the next: [global] mode=immediate isdnmode=ptp internationalprefix=00 txgain=0.8 rxgain=0.8 [interfaces] msn=971844367,971846147,971846034,971846036,971846094,971846141,971846142,97 1846 143,971846146,971846015,971846148 incomingmsn=* controller=1,2,3,4 context=default softdtmf=0 echosquelch=1 echocancel=0 echotail=64 callgroup=1 devices=8 -----Mensaje original----- De: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]En nombre de Sergio Serrano Enviado el: mi?rcoles, 28 de abril de 2004 11:56 Para: asterisk-users@lists.digium.com Asunto: [Asterisk-Users] CAPI crash now Dear Srs, I have now a problem with capi. I have cha_capi-0.3.1 and randomly Asterisk crashes with the next gdb results: Reading symbols from /usr/lib/asterisk/modules/app_capiCD.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_capiCD.so Reading symbols from /usr/lib/asterisk/modules/app_capiHOLD.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_capiHOLD.so #0 0x40230e08 in capi_echo_canceller (c=0x0, function=1) at chan_capi.c:156 156 struct ast_capi_pvt *i = c->pvt->pvt; (gdb) bt #0 0x40230e08 in capi_echo_canceller (c=0x0, function=1) at chan_capi.c:156 #1 0x4022ea59 in pipe_msg (PLCI=257, CMSG=0x3) at chan_capi.c:1794 #2 0x40231f9a in capi_handle_msg (CMSG=0x3) at chan_capi.c:2182 #3 0x4023185e in do_monitor (data=0x0) at chan_capi.c:2209 #4 0x4002eae0 in pthread_start_thread () from /lib/libpthread.so.0 Any idea? Regards and thansk in advance Sergio Serrano _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users