Displaying 11 results from an estimated 11 matches for "ast_moh_stop".
2004 May 22
2
loader.c:240 ast_load_resource: /usr/lib/asterisk/modules/chan_sip.so: undefined symbol: ast_moh_stop
Afternoon all,
I'm trying to load Asterisk, however I am getting the following error:
[skipping res_musiconhold.so]
[chan_sip.so]May 22 18:42:24 WARNING[16384]: loader.c:240
ast_load_resource: /usr/lib/asterisk/modules/chan_sip.so: undefined symbol:
ast_moh_stop
May 22 18:42:24 WARNING[16384]: loader.c:421 load_modules: Loading module
chan_sip.so failed!
I've tried doing res_musiconhold.so=no in modules.conf with no change.
I'm using a box without ztdummy or hardware, so I have no timing sources. I
have configured sip.conf as well. I've don...
2003 Dec 16
1
undefined symbol: ast_moh_stop
This is a new install so it's a fresh checkout of everything. Does
anyone know what might cause this error?
[chan_sip.so]WARNING[16384]: File loader.c, Line 239
(ast_load_resource): /usr/lib/asterisk/modules/chan_sip.so: undefined
symbol: ast_moh_stop
--
BTEL Consulting 504-899-1387 or 850-484-4545 or 877-677-9643
2004 Apr 27
2
Getting started woes and an archive question
...ages/error during asterisk startup.
== Manager registered action StopMonitor
== Manager registered action ChangeMonitor
[skipping res_musiconhold.so]
[chan_sip.so]Apr 27 06:18:03 WARNING[1074412256]: loader.c:240
ast_load_resource: /usr/lib/asterisk/modules/chan_sip.so: undefined
symbol: ast_moh_stop
Apr 27 06:18:03 WARNING[1074412256]: loader.c:421 load_modules: Loading
module chan_sip.so failed!
The whole start is attached in output.txt.
Can anyone tell me what I have done wrong?
Tim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zaptel.conf
Type: appli...
2004 Jun 16
1
error loading meetme module
...and enable the
ztdummy on it. I compiled, install the module and enable it on the
module.conf. When i tried to start the asterisk, asterisk wont start because
of the error in loading the meetme module.
Jun 16 15:36:56 WARNING[-1084989312]:
/usr/lib/asterisk/modules/app_meetme.so: undefined symbol: ast_moh_stop
Jun 16 15:36:56 WARNING[-1084989312]: Loading module app_meetme.so failed!
I use the cvs head version of asterisk and zaptel, im running on Fedora core
1 with the default kernel 2.4.22-1.2115.nptlsmp, I want to try the zaprtc
but based on the wiki, it wont work on a dual processor.
modprobe ztdum...
2004 Aug 21
0
How to minimally configure modules.conf loading?
...sk/modules/chan_iax2.so: undefined
symbol: ast_check_signature
Aug 21 10:37:02 WARNING[16384]: loader.c:374 load_modules: Loading
module chan_iax2.so failed!
[chan_iax2.so]Aug 21 10:38:12 WARNING[16384]: loader.c:242
ast_load_resource: /usr/lib/asterisk/modules/chan_iax2.so: undefined
symbol: ast_moh_stop
Does anyone know a better way to do this? Grep'ing the soruce by trial
and error is not working. Modules have to be in just the right order.
-Bryce
2005 Feb 21
0
Disable musiconhold
I'm trying to disable musiconhold, simply because I don't need it.
But then chan_iax2 is complaining : undefined symbol: ast_moh_stop.
Is there a way to completely disable moh (maybe a compilation option) ?
Thank you.
Yves
2005 Aug 25
2
Custom Application For Asterisk
...slock);
sucs = 1;
res = play_file(chan, "abcd_alreadynumber");
res = ast_say_number(chan, atoi(myretnumber), AST_DIGIT_ANY, chan->language, (char *) NULL);
} else if(!strcmp(resulttype,"WRG")){
ast_mutex_unlock(&tdslock);
sucs = 1;
ast_moh_stop(chan);
res = play_file(chan, "abcd_wrongnumber");
} else if(!strcmp(resulttype,"TMP")){
ast_mutex_unlock(&tdslock);
sucs = 1;
ast_moh_stop(chan);
res = play_file(chan, "abcd_numberclosed");
}
break;
c...
2007 Jul 17
1
Music on hold problem
Hi,
I am using asterisk 1.4.
I have confgured the musiconhold.conf file.
However, when i make a call and then hold the call it does nothing.
in the CLI i do not see the starting/stopping musiconhold messages.
i am making calls from sip to h323 using asterisk assip/h323 gateway
(with gnugk and ooh323).
i get the following messages when putting the call on hold:
-- Executing [204 at default:1]
2008 Jan 22
0
chan_sip deadlocks after some time
...t () from /lib/tls/libpthread.so.0
#1 0xb7fb289f in _L_mutex_lock_73 () from /lib/tls/libpthread.so.0
#2 0x00000000 in ?? ()
#3 0xffffffff in ?? ()
#4 0xb7e4ce84 in strncasecmp () from /lib/tls/libc.so.6
#5 0x0806162d in ast_deactivate_generator (chan=0x0) at lock.h:601
#6 0xb7bdf259 in local_ast_moh_stop (chan=0x8177838) at res_musiconhold.c:939
#7 0x080676fc in ast_moh_stop (chan=0xfffffffc) at channel.c:3935
#8 0xb7595499 in process_sdp (p=0xb5963000, req=0xb75867b0) at chan_sip.c:3805
#9 0xb75af211 in handle_request_invite (p=0xb5963000, req=0xb75867b0, debug=0, ignore=0, seqno=4, sin=0xfffff...
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting