|
@@ -59,7 +59,7 @@ route{
|
|
# record-route INVITES to make sure BYEs will visit our server too
|
|
# record-route INVITES to make sure BYEs will visit our server too
|
|
if (method=="INVITE") record_route();
|
|
if (method=="INVITE") record_route();
|
|
|
|
|
|
- # forward the request statefuly now; (we need *stateful* forwarding,
|
|
|
|
|
|
+ # forward the request statefully now; (we need *stateful* forwarding,
|
|
# because the stateful mode correlates requests with replies and
|
|
# because the stateful mode correlates requests with replies and
|
|
# drops retranmissions; otherwise, we would have to report on
|
|
# drops retranmissions; otherwise, we would have to report on
|
|
# every single message received)
|
|
# every single message received)
|