<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi Moy<BR>
I am still not able to start asterisk. I checked my conf files and seem to be fine. I Ran the command (asterisk -vvvvvvvvvvvvvvvvvvc) and evrything seems to be fine except the last three output lines. I am not sure if this is the reason of the problem.<BR>
&nbsp;<BR>
: chan_phone.so =&gt; (Linux Telephony API Support)<BR>symbol lookup error: /usr/lib/asterisk/modules/chan_unicall.so:&nbsp;&nbsp; == Registered application 'NBScat'<BR>app_nbscat.so =&gt; (Silly NBS Stream Application)<BR>undefined symbol: uc_event_to_str<BR><BR>
&nbsp;<BR>
&nbsp;<BR>
<A href="http://pastebin.com/d314d678d">http://pastebin.com/d314d678d</A><BR>
&nbsp;<BR><BR><BR>
<HR id=stopSpelling>
From: crangeltpmex@hotmail.com<BR>To: asterisk-r2@lists.digium.com<BR>Date: Fri, 23 Jan 2009 16:15:39 +0000<BR>Subject: Re: [asterisk-r2] Problems with Astunicall for Asterisk 1.4.21.2<BR><BR>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Hi Moy<BR>I just found that I missed the last step of installing the chan_unicall.so driver from your README file, which I belive was a step not needed in past versions. I installed it and now I can see the channels created. Asterisk is still not running but It is jus a matter of adjusting conf. files. I shouldn't have more problems from now. Thank you very much for your help.<BR>&nbsp;<BR>Best Regards<BR>CR<BR><BR>&gt; Date: Thu, 22 Jan 2009 22:41:23 -0600<BR>&gt; From: moises.silva@gmail.com<BR>&gt; To: asterisk-r2@lists.digium.com<BR>&gt; Subject: Re: [asterisk-r2] Problems with Astunicall for Asterisk 1.4.21.2<BR>&gt; <BR>&gt; Be sure all console messages are enabled in /etc/asterisk/logger.conf,<BR>&gt; then start asterisk like this:<BR>&gt; <BR>&gt; asterisk -vvvvvvvvvvvvvvvvvvc<BR>&gt; <BR>&gt; and load chan_unicall.so<BR>&gt; <BR>&gt; If the Unicall module fails to load, Asterisk will show a message. If<BR>&gt; you don't have uc commands is because the module is not loaded, that<BR>&gt; is really the only cause.<BR>&gt; <BR>&gt; Moy<BR>&gt; <BR>&gt; <BR>&gt; On Thu, Jan 22, 2009 at 5:51 PM, Carlos Rangel &lt;crangeltpmex@hotmail.com&gt; wrote:<BR>&gt; &gt; Thanks for your response Moy.<BR>&gt; &gt;<BR>&gt; &gt; I did not get any errors when loading the module, however the uotput is<BR>&gt; &gt; exactly the same, no unicall channels are available. Debugg messgaes are<BR>&gt; &gt; exactly the same. Call cannot be initiated.<BR>&gt; &gt;<BR>&gt; &gt; Regards<BR>&gt; &gt; CR<BR>&gt; &gt;<BR>&gt; &gt;&gt; Date: Thu, 22 Jan 2009 18:33:03 -0500<BR>&gt; &gt;&gt; From: moises.silva@gmail.com<BR>&gt; &gt;&gt; To: asterisk-r2@lists.digium.com<BR>&gt; &gt;&gt; Subject: Re: [asterisk-r2] Problems with Astunicall for Asterisk 1.4.21.2<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; The unicall module is not loaded, or failed to load.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; try executing<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; CLI&gt; module load chan_unicall.so<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; If there are errors when loading pastebin them as well. If no errors,<BR>&gt; &gt;&gt; then you should be ready to go.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Moy<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; On Thu, Jan 22, 2009 at 6:13 PM, Carlos Rangel &lt;crangeltpmex@hotmail.com&gt;<BR>&gt; &gt;&gt; wrote:<BR>&gt; &gt;&gt; &gt; Hello<BR>&gt; &gt;&gt; &gt; I installed the astunicall 1.4.21 package from Moises Silva to support<BR>&gt; &gt;&gt; &gt; MFCR2<BR>&gt; &gt;&gt; &gt; signalling on a TE122P. I use trixbox 2.1.13 in a dell optiplex 755 dual<BR>&gt; &gt;&gt; &gt; core with 4 GB of ram. I am in Mexico and use an E1 from Telmex. I<BR>&gt; &gt;&gt; &gt; haven't<BR>&gt; &gt;&gt; &gt; been able to make calls yet though. It seems from debugging that Unicall<BR>&gt; &gt;&gt; &gt; channels are not being created for some reason. Has anyone been able to<BR>&gt; &gt;&gt; &gt; install this version and make it work?? I have other similar system with<BR>&gt; &gt;&gt; &gt; the<BR>&gt; &gt;&gt; &gt; package 1.4.18 working with no problems. The process followed was:<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; - Install trixbox 2.1.13<BR>&gt; &gt;&gt; &gt; Astunicall 1.4.21<BR>&gt; &gt;&gt; &gt; - Compile zaptel 1.4.11 and all dependencies<BR>&gt; &gt;&gt; &gt; - Compile spandsp-0.0.5<BR>&gt; &gt;&gt; &gt; - Compile libsupertone-0.0.2<BR>&gt; &gt;&gt; &gt; - Compile libunicall-0.0.6<BR>&gt; &gt;&gt; &gt; - Compile libmfcr2-0.0.6<BR>&gt; &gt;&gt; &gt; - Compile Asterisk 1.4.21<BR>&gt; &gt;&gt; &gt; - Copy Unicall.conf to hte Asterisk directory<BR>&gt; &gt;&gt; &gt; - Configure zaptel.conf and zapata.conf<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Evrything compiles just right, however no unicall channesl are<BR>&gt; &gt;&gt; &gt; available.<BR>&gt; &gt;&gt; &gt; One thing I noticed is that on the console help commands the uniicall<BR>&gt; &gt;&gt; &gt; commands are not available nor the channels.<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; UC debug span Enables UC debugging on a span<BR>&gt; &gt;&gt; &gt; UC destroy channel Destroy a channel<BR>&gt; &gt;&gt; &gt; UC no debug span Disables UC debugging on a span<BR>&gt; &gt;&gt; &gt; UC show channels Show active UniCall channels<BR>&gt; &gt;&gt; &gt; UC show channel Show information on a channel<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; I have posted debbug messages and config files in pastemin.com as<BR>&gt; &gt;&gt; &gt; follows<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; http://pastebin.com/m5e5d554 debug messages<BR>&gt; &gt;&gt; &gt; http://pastebin.com/m11a8f59 console output<BR>&gt; &gt;&gt; &gt; http://pastebin.com/m70df3cca zaptel.conf<BR>&gt; &gt;&gt; &gt; http://pastebin.com/m59974013 zapata.conf<BR>&gt; &gt;&gt; &gt; http://pastebin.com/d67147a6d unicall.conf<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; I appreciatte any help on this.<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Thanks<BR>&gt; &gt;&gt; &gt; crangeltpmex<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; ________________________________<BR>&gt; &gt;&gt; &gt; Con Hotmail tienes acceso a múltiples cuentas de mail desde una bandeja<BR>&gt; &gt;&gt; &gt; de<BR>&gt; &gt;&gt; &gt; entrada.<BR>&gt; &gt;&gt; &gt; _______________________________________________<BR>&gt; &gt;&gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; asterisk-r2 mailing list<BR>&gt; &gt;&gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt;&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-r2<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; --<BR>&gt; &gt;&gt; "I do not agree with what you have to say, but I'll defend to the<BR>&gt; &gt;&gt; death your right to say it." Voltaire<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; _______________________________________________<BR>&gt; &gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; asterisk-r2 mailing list<BR>&gt; &gt;&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt;&gt; http://lists.digium.com/mailman/listinfo/asterisk-r2<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Con Hotmail tienes acceso a múltiples cuentas de mail desde una bandeja de<BR>&gt; &gt; entrada.<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; &gt;<BR>&gt; &gt; asterisk-r2 mailing list<BR>&gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-r2<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; "I do not agree with what you have to say, but I'll defend to the<BR>&gt; death your right to say it." Voltaire<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; <BR>&gt; asterisk-r2 mailing list<BR>&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; http://lists.digium.com/mailman/listinfo/asterisk-r2<BR><BR><BR>
<HR>
Entérate de todo lo que hacen tus contactos <A href="http://download.live.com/messenger">en la parte de "novedades" de Messenger.</A><BR><br /><hr />¿Sabes crear emoticones con tu imagen  <a href='http://download.live.com/messenger' target='_new'>en Messenger? Descubre cómo.</a></body>
</html>