Uninstall Sangoma A500

andresantos
Posts: 16
Member Since:
2008-08-06

I have removed a Sangoma A500 Card from a server.
But know my asterisk Cli line gets bombarded with woomera messages?
How do i uninstall it?
Cans some one help?
My asterisk cli is useless this in this way.
Help please.
Thanks



16again
Posts: 370
Member Since:
2007-03-04
remove the woomera channel

remove the woomera channel driver from asterisk modules folder



andresantos
Posts: 16
Member Since:
2008-08-06
I do not know how to do

I do not know how to do it...
Can you explain better?
Will the asterisk start normally?
Thanks



16again
Posts: 370
Member Since:
2007-03-04
from command prompt, stop

from command prompt, stop asterisk, rename woomera driver and restart asterisk:
amportal stop
mv /usr/lib/asterisk/modules/chan_woomera.so /usr/lib/asterisk/modules/chan_woomera.so.nop
amportal start



andresantos
Posts: 16
Member Since:
2008-08-06
I will try to do it, and

I will try to do it, and will post the resolt here.
Thanks a lot



andresantos
Posts: 16
Member Since:
2008-08-06
It worked

Well, it worked, my problem is solved.
Thanks a lot
André



marc.sangoma
Posts: 373
Member Since:
2008-04-08
Hi You can also run the

Hi

You can also run the command below and this will just simply tell asterisk not to load the module.

echo "noload => chan_woomera.so" >> /etc/asterisk/modules.conf

Marc
Sangoma Technologies

--

Marc



repask
Posts: 2
Member Since:
2009-11-04
Logs getting full

Hi Marc,
I know it been a while from your last reply to this thread but I got the same problem with system currently running.
My /var/log/asterisk/full is getting full of
[Nov 4 18:48:25] NOTICE[25198] chan_woomera.c: Woomera {default} Cannot Reconnect! retry in 5 seconds...
[Nov 4 18:48:30] VERBOSE[26445] logger.c: == Connect attempt from '127.0.0.1' unable to authenticate
[Nov 4 18:48:30] ERROR[25198] chan_woomera.c: cannot connect to {default} localhost/42420
[Nov 4 18:48:30] NOTICE[25198] chan_woomera.c: Woomera {default} Cannot Reconnect! retry in 5 seconds...
[Nov 4 18:48:35] VERBOSE[26446] logger.c: == Connect attempt from '127.0.0.1' unable to authenticate
[Nov 4 18:48:35] ERROR[25198] chan_woomera.c: cannot connect to {default} localhost/42420
[Nov 4 18:48:35] NOTICE[25198] chan_woomera.c: Woomera {default} Cannot Reconnect! retry in 5 seconds...
[Nov 4 18:48:40] VERBOSE[26447] logger.c: == Connect attempt from '127.0.0.1' unable to authenticate
[Nov 4 18:48:40] ERROR[25198] chan_woomera.c: cannot connect to {default} localhost/42420
[Nov 4 18:48:40] NOTICE[25198] chan_woomera.c: Woomera {default} Cannot Reconnect! retry in 5 seconds...
[Nov 4 18:48:45] VERBOSE[26449] logger.c: == Connect attempt from '127.0.0.1' unable to authenticate
[Nov 4 18:48:45] ERROR[25198] chan_woomera.c: cannot connect to {default} localhost/42420
[Nov 4 18:48:45] NOTICE[25198] chan_woomera.c: Woomera {default} Cannot Reconnect! retry in 5 seconds...

Our system has Trixbox 2.6.2.3 ISO installed and using SIP service for inbound calls and PRI ISDN30 with AFT A101 Single port E1 Card without echo cancellation.
This system is running already for 2 months and didnt have this problem until last 2 weeks. We didnt change anything on it from the initial setup and it just started to happen.
As its mentioned here the workaround would be to disable the woomera channel but as we are using Sangoma T1 card I'm not sure if I can disable it without breaking up the outbound calls. Before we had it setup with inbound and outbound going through A101 card but when the first 5 second reconnection started to happen we changed over at least Inbound to SIP (before was our fail over destination).
I guess that woomera is used only by BRI card (examle A500) but would be nice to know why its actually happening and why it started after couple of weeks. Also if its the problem with disabling the woomera channel do I have to disable it with every future installation of Trixbox ISO which will be using Sangoma E1 card and not BRI? I just want to avoid making the same mistake in future installations.
There's remote access setup on the system so if you'll be interested I can email you the details and actually have a look on whats happening.

Best regards,

Patrik Resetka



marc.sangoma
Posts: 373
Member Since:
2008-04-08
Hi Patrik, Yes you can add

Hi Patrik,

Yes you can add the line "noload => chan_woomera.so" into your /etc/asterisk/modules.conf file. This will have no effect if you are not using the A500.

--

Marc



Comment viewing options

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