|
@@ -206,7 +206,7 @@ route{
|
|
|
# take the path determined by record-routing
|
|
|
if (loose_route()) {
|
|
|
if (is_method("BYE")) {
|
|
|
- setflag(1); # do accouting ...
|
|
|
+ setflag(1); # do accounting ...
|
|
|
setflag(3); # ... even if the transaction fails
|
|
|
}
|
|
|
route(1);
|
|
@@ -266,7 +266,7 @@ route{
|
|
|
|
|
|
# account only INVITEs
|
|
|
if (is_method("INVITE")) {
|
|
|
- setflag(1); # do accouting
|
|
|
+ setflag(1); # do accounting
|
|
|
}
|
|
|
if (!uri==myself)
|
|
|
/* replace with following line if multi-domain support is used */
|