Hi Frank,

You need to replace the line 1427:

        handle_nodebugchan_deprecated, NULL,

with

        handle_nodebugchan_deprecated, "",

and build it again. Unfortunately in Solaris a NULL field causes a
SIGSEGV whenever you are going to print it out. The problem arises
when calling:

                ast_cli(fd, "%25.25s  %s\n", e->_full_cmd, e->summary);

I've tested in version 1.4.2 and works fine. It should work in 1.4.4 as well.

Marios
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to