Hello All, I'm going to reply to my own message. I'm not sure if the upgrade actually had anything to do with this, but I suspect it did..
I log everything, failed, missed, acked, etc into one acc table. I was setting the acc flag right at the very very top of my script to just catch everything. Well this worked great in 1.4, but in 1.5, it seems that failed transactions were getting skipped... I always had the failed_transaction_flag defined, but I only set that flag in my failure route. For some reason, I wasn't getting failed transactions ever. It's also notable that I used the carrierroute function, with only one valid route, the secondard route (domain) had a probability of 0 (ie: disabled). That may have contributed to this? Anyway, I set the failed transaction flag at the top of the script as well, and it's working how I had expected. Not sure if something else broke when I did that, but my typical call flows seem to be logged properly now. -Brett On Mon, Mar 30, 2009 at 11:58 AM, Brett Nemeroff <[email protected]> wrote: > Hey All, > So I've recently upgraded my 1.4 install to 1.5 and I've noticed, I don't > get INVITEs that are replied with a 503 stored in ACC anymore, the whole > transaction is missing. > > I used to get those. I haven't changed any of my acc params. :/ > > Am I missing something? > Thanks, > Brett > >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
