Hi all,
what to do when asterisk continiously crashes with segfault after prompting me for voicemail id. It had been doing this, so I started tracking it down and here is what I found from the control display:
*CLI> – Executing VoiceMailMain(“OSS/dsp”, “”) in new stack
<< Console call has been answered >>
Jul 23 06:45:45 WARNING[27175]: res_adsi.c:220 __adsi_transmit_messages: Unable to send CAS
== Console is full duplex
– Playing ‘vm-login’ (language ‘en’)
*CLI> dial 20000
– Playing ‘vm-password’ (language ‘en’)
*CLI> dial 20000
*CLI> Segmentation fault
[root@ns1 ~]#
and here is the process report:
Jul 23 06:45:32 NOTICE[27154] cdr.c: CDR simple logging enabled.
Jul 23 06:45:32 NOTICE[27154] config.c: Registered Config Engine odbc
Jul 23 06:45:32 NOTICE[27154] res_odbc.c: Adding ENV var: INFORMIXSERVER=
sipping_database
Jul 23 06:45:33 NOTICE[27154] res_odbc.c: Adding ENV var: INFORMIXDIR=/opt/informix
Jul 23 06:45:33 NOTICE[27154] res_odbc.c: registered database handle ‘asterisk’ dsn->[asterisk]
Jul 23 06:45:33 NOTICE[27154] res_odbc.c: Connecting asterisk
Jul 23 06:45:33 NOTICE[27154] res_odbc.c: res_odbc: Connected to asterisk [asterisk]
Jul 23 06:45:33 NOTICE[27154] res_odbc.c: res_odbc loaded.
Jul 23 06:45:33 NOTICE[27154] config.c: Registered Config Engine mysql
Jul 23 06:45:45 WARNING[27175] res_adsi.c: Unable to send CAS
Is this a bug and/or is there a fix for this or for res_adsi.c?