On Mon, Feb 7, 2011 at 3:24 AM, Jan Fricke <[email protected]> wrote: > Hi members, > > I’m trying to configure an OpenACD on SipX 4.2.1 for test purposes. > > > > Configuring the communication between openACD and freeswitch seems to be > problematic. > > When I configure the freeswitch_media_manager like this: > > > > C Node: [email protected] > > Dial String: {ignore_early_media=true}sofia/sipx1.sipxdev-jt.test.local/$1 > > > > The freeswitch.log contains following errors: > > 2011-02-07 14:16:04.221809 [NOTICE] mod_erlang_event.c:1831 Ignorable error > in ei_accept - probable bad client version, bad cookie or bad nodename
Supporting OpenACD on 4.2.1 is getting more are more difficult as both sipXecs and OpenACD have changed quite a bit in last few months. Anyway, I do have some advice for you because I got this out of the blue the other day too and although i don't know why it used to work, i know what i did to fix it. Edit /usr/local/freeswitch/conf/autoload_configs/erlang_event.conf.xml and change <param name="nodename" value="freeswitch"/> to <param name="nodename" value="[email protected]"/> Then in OpenACD admin web interface on port 9999 use [email protected] as the C Node If you still get the error, you may have to delete all OpenACD mnesia databases. If you're unsure where these are, it may be easier to just uninstall OpenACD rpm, and delete /opt/openacd and reinstall OpenACD > Btw: ./rel/openacd/bin/openacd console starts my openACD. How can I call > this console on sipx 4.4? ./rel/openacd/bin/openacd is from the latest OpenACD code and only the latest sipXecs code can integrate with it. But once you run "make install" in OpenACD project, then sipXecs's "Call Center" service knows how to start/stop it. The latest snapshot has all this working. RPMs http://download.sipfoundry.org/pub/sipXecs/sipxecs-centos-snapshot.repo ISOs version 0.0.4.5.2 http://download.sipfoundry.org/pub/sipXecs/ISO/ _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
