Asterisk 1.6.0.10 rev 3

Posted a few more small fixes to Asterisk today. I also updated mISDN and a few other packages. We are having some problem with the mISDN package so you will need to remove the old one before you upgrade. Here is the upgrade procedure.

yum clean all
rpm -del --nodeps kmod-mISDN mISDN-kmod-base kmod-dahdi-linux
yum update

yum update will automatically install the new versions of mISDN.

I was wondering when the src

I was wondering when the src rpm would be available? I need to build some custom channels and apps.

Dwaine

Unfortunately the queues

Unfortunately the queues issue has not been solved in this release.

http://www.trixbox.org/forums/trixbox-forums/help/tb-28-queues-ri...

Any help will be immensely appreciated.

yiannos, is there a bug in

yiannos, is there a bug in the bug tracker for this issue? I don't see one. If there is please post a link. If there isn't please create one with exact steps to reproduce the problem.

>yiannos, is there a bug in

>yiannos, is there a bug in the bug tracker for this issue?

the queue fix is noted on the last post in the link that yiannos posted:

... changed my modules.conf and added the following line as last entry in the [Modules] section:

load => app_queue.so

Now it works.

how might I handle

how might I handle this?:

rpm -del --nodeps kmod-mISDN mISDN-kmod-base kmod-dahdi-linux
error: "mISDN-kmod-base" specifies multiple packages

as a side note - wondering why this update (and other similar ones I've seen) are not handled in the Trix admin section under packages? My packages pages shows everything up to date yet I don't have this update installed.

Digium Fax modules

I am unable to load the Digium commercial fax licences on the latest trixbox:

[Oct 22 05:59:47] WARNING[15005] loader.c: Error loading module 'res_fax_digium.so': /usr/lib/asterisk/modules/res_fax_digium.so: undefined symbol: ao2_lock

Ideas?

PaulH

Andy, I just submitted a bug

Andy,

I just submitted a bug report for the queues problem.

Miked,

I saw this post and responded. Unfortunately it did not solve the problem in my case.

Thank you all for your replies.

Miked187, I had the same

Miked187,

I had the same problem with multiple packages.

Try

rpm -qa | grep mISDN-kmod-base

which will give you the full name of each package.

Then try

rpm -del --nodeps fullnameoffirstpackagehere
rpm -del --nodeps fullnameofsecondpackagehere
then retry the

rpm -del --nodeps kmod-mISDN mISDN-kmod-base kmod-dahdi-linux

command, and the yum update.

What I found was that there were two packages with only 1 digit difference.

My yum update is still running, pulling 118 packages and 102 mb. It looks like centos has a bunch of changes as well.

Yes, Centos OS has updated

Yes, Centos OS has updated to CentOS 5.4 so you now get 5.4 with a yum update. That's the 100+mb of files.

Hello dev-team, I' m

Hello dev-team,

I' m interested in the timetable for the asterisk 16 versions distributed by trixbox.
I' m looking forward to asterisk version 1.6.0.11+, because i need the applied IGRNORESDPVERSION patch for my OCS Asterisk enviroment.
(Latest version is 1.6.0.16-rc1)

thanks in advance

UDP_CHECKSUM_INCORRECT

We have been suspecting that we are dropping calls or having issues with our VOIP system and I'm using Wireshark to diagnose the issues:

I find that I am getting a lot of udp checksum errors using wireshark. THey are showing a source port:

19438 Destination Port: 9075 [UDP_CHECKSUM_INCORRECT]
19438 Destination Port: 9078 [UDP_CHECKSUM_INCORRECT]

Our Version of Asterisk says

Our Version of Asterisk says 1.6.0.10 but we have a lot of patches in there so it's really a bit higher. I'll try to get us up a few more revs in the next few weeks.

It looks like there is a new update for trixbox 2.8...

Did a new update come our for 10.4?

I see it with the yum update, but I'm holding off......

Is it ready to go ?

Same issue with queues

I have the same bug as Yiannos. Yet, I have the load command also last in my modules.conf

Also have a problem with queues

Hi !

I've got the same problem with queues as Yiannos.

trixbox 2.8.0.2.

Dynamic agents don't work at all. Static agents work only with a ring-all ring strategy.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.