Hi,

According to the documentation default_timeout is "The default dialog timeout (in seconds), in the absence of a custom value provided in an AVP". There is also a "send_bye" option which can automatically send a BYE message on dialog timeout. 

Suppose that a user sends an INVITE and the call is successful (200). He talks more than default_timeout seconds (so there is not BYE for more than default_timeout seconds). This means that when the user actually sends BYE, the dialog is already terminated by the dialog module?

Regards