On Wed, Jun 24, 2009 at 1:07 PM, Opensips Philippines <[email protected]> wrote: > > Good day. > > I'm having a hard time looking for a solution for this, nothing much on > google either. Opensips wouldn't start. I turned on the debug mode and it > would give me this error. > > Jun 24 06:45:52 [18568] NOTICE:core:main: version: opensips 1.5.1-notls > (i386/linux) > Jun 24 06:45:52 [18568] INFO:core:main: using 32 Mb shared memory > Jun 24 06:45:52 [18568] INFO:core:main: using 1 Mb private memory per process > Jun 24 06:45:52 [18568] NOTICE:signaling:mod_init: initializing module ... > Jun 24 06:45:52 [18568] INFO:sl:mod_init: Initializing StateLess engine > Jun 24 06:45:52 [18568] INFO:tm:mod_init: TM - initializing... > Jun 24 06:45:52 [18568] INFO:maxfwd:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:usrloc:ul_init_locks: locks array size 512 > Jun 24 06:45:52 [18568] INFO:registrar:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:textops:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:xlog:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:acc:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:dialog:mod_init: Dialog module - initializing > Jun 24 06:45:52 [18568] INFO:siptrace:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:auth:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:auth_db:mod_init: initializing... > Jun 24 06:45:52 [18568] INFO:core:probe_max_receive_buffer: using a UDP > receive buffer of 255 kb > Jun 24 06:45:52 [18568] INFO:core:probe_max_receive_buffer: using a UDP > receive buffer of 255 kb > Jun 24 06:45:52 [18568] INFO:core:probe_max_receive_buffer: using a UDP > receive buffer of 255 kb > Jun 24 06:45:52 [18570] ERROR:acc:init_mytcp: failed to connec to > the DIAMETER client > Jun 24 06:45:52 [18570] ERROR:acc:child_init: TCP connection not established > Jun 24 06:45:52 [18570] ERROR:core:init_mod_child: failed to initializing > module acc, rank 2
hi al, since you look for an answer from google and you found nothing and ask help from plug... i will help you eventhough this is my first time to know this opensips application... i download the source code and look for the error above.. it can be found at modules\acc\diam_tcp.c reading from the source code.. it means that your opensips is trying to open a connection to diameter server client (DISC) but no response.. either you dont have a DISC running (or whatever reason why there was no response) thus your opensips failed to run... upon reading the documentation.. DISC is a digest authentication for opensips (http://www.opensips.org/html/docs/modules/devel/auth_diameter.html) i suggest to use database or radius for its authentication... fooler. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

