Flavio Goncalves wrote: > Set the flag 2 and 3 in the loose route for BYE requests. > > if (loose_route()) { > if (is_method("BYE")) { > setflag(2); > setflag(3); > }; > }; > > That is, of course, if you are using flags 2 and 3 for accounting (which are set in the acc module configuration parameters) Jeremy McNamara