View previous topic :: View next topic |
Author |
Message |
Neil Nelson n00b
Joined: 15 Sep 2005 Posts: 2
|
Posted: Mon Aug 28, 2006 4:55 am Post subject: asterisk 1.2.9.1 - Does not load - missing ast_osp_terminate |
|
|
On load (asterisk -cvvv) the following error is obtained
[chan_sip.so]Aug 27 22:22:53 WARNING[1189]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/chan_sip.so: undefined symbol: ast_osp_terminate
Aug 27 22:22:53 WARNING[1189]: loader.c:554 load_modules: Loading module chan_sip.so failed!
ast_osp_terminate is in resp_osp and no resp_osp.so has been created.
Is this an asterisk config or compile problem |
|
Back to top |
|
|
Lord_Diesel n00b
Joined: 09 Sep 2006 Posts: 1
|
Posted: Sat Sep 09, 2006 2:40 am Post subject: Does not load - missing ast_osp_terminate |
|
|
Try:
# emerge --unmerge osptoolkit asterisk zaptel
# USE="-zaptel -osp" emerge asterisk
# USE="rtc" emerge zaptel osptoolkit
At least for me, it fixed.
Att.
LorD_Diesel |
|
Back to top |
|
|
|