On Tue, Apr 17, 2012 at 5:28 PM, Sven Evensen <[email protected]> wrote: > Hi, > > We have sipx 4.4 system running (4.4.0- 2011-05-10EDT22:48:21 > ip-10-110-26-134). A number of users (over 100 of them total) set > forwarding from sipxConfig. Some of them have set forwarding in loop (user A > forwards to user B, user B forwards to user A). In resolving one of these > loops, we noticed that forwarding did not go away even though the sipxConfig > pages shows no forwarding. We also saw replication error "Data replication: > alias". I did a dump in psql with command "select * from ring order by > user_id;" and got (shortened, a few pages more of the same) > > > Is it normal that there is no position 1 anywhere? and multiple entries on > position 0 on same user? Here is the exception from sipxconfig.log > Hi Sven,
no, that's not normal, rings are mapped in a call sequence based on position column, so it has to be 0, 1, 2. etc. and no multiple entries on position 0. I recall you're using calls to web servic to create these sequences, you might want to check the implementation as it looks like you have a bug there. Of course this shouldn't be legal on sipxecs side as well so please raise a bug for improving web service API (validate call sequence position). As for recover - the only way I see here is to manually update the positions, or drop all call sequences and recreate George _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
