I'm encountering an issue with dialog handling in Kamailio. Initially, everything functions correctly, and if a connection terminates within two minutes, the BYE method works as expected. However, if the call exceeds two minutes, the BYE method doesn't seem to be recognized, and there are no related entries in the logs.
As someone new to working with Kamailio, I'm finding this quite perplexing. Could anyone offer guidance or troubleshooting steps to resolve this issue?
Thank you for your assistance.
If you not involve dialog module, then kamailio won't care about dialog ( as it is Proxy, not UA) The Indialog requests processing is done over proxy routing mechanisms ( rfc3261 paragraph 16 )
So, after mentioning above: What you mean under "unrecognised" ?
On Thu, 9 Nov 2023, 10:18 aaron.soto--- via sr-users, < sr-users@lists.kamailio.org> wrote:
I'm encountering an issue with dialog handling in Kamailio. Initially, everything functions correctly, and if a connection terminates within two minutes, the BYE method works as expected. However, if the call exceeds two minutes, the BYE method doesn't seem to be recognized, and there are no related entries in the logs.
As someone new to working with Kamailio, I'm finding this quite perplexing. Could anyone offer guidance or troubleshooting steps to resolve this issue?
Thank you for your assistance. __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Thank you for your response,
I have confirmed that the dialog module is indeed loaded. However, as I mentioned before, after 2 minutes, the BYE messages are no longer recognized by Kamailio, and I'm uncertain why this is occurring. Perhaps sharing a screenshot from sngrep could offer more specifics. I suspect the issue might lie in the configuration of the dialog module, although I am not certain of this.
El 9/11/23 a las 10:35, Yuriy G escribió:
If you not involve dialog module, then kamailio won't care about dialog ( as it is Proxy, not UA) The Indialog requests processing is done over proxy routing mechanisms ( rfc3261 paragraph 16 )
So, after mentioning above: What you mean under "unrecognised" ?
On Thu, 9 Nov 2023, 10:18 aaron.soto--- via sr-users, sr-users@lists.kamailio.org wrote:
I'm encountering an issue with dialog handling in Kamailio. Initially, everything functions correctly, and if a connection terminates within two minutes, the BYE method works as expected. However, if the call exceeds two minutes, the BYE method doesn't seem to be recognized, and there are no related entries in the logs. As someone new to working with Kamailio, I'm finding this quite perplexing. Could anyone offer guidance or troubleshooting steps to resolve this issue? Thank you for your assistance. __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Screenshot doesn't help more than raw BYE request would. But mostly you need to look into kamailio service logs. Better with CFGTRACE debugger parameter enabled. It will show you on which step BYE handling was dropped. Also it may show you some meaningful output regarding the reason it wss dropped.
On Thu, 9 Nov 2023, 11:11 Aaron Soto, aaron.soto@dialapplet.com wrote:
Thank you for your response,
I have confirmed that the dialog module is indeed loaded. However, as I mentioned before, after 2 minutes, the BYE messages are no longer recognized by Kamailio, and I'm uncertain why this is occurring. Perhaps sharing a screenshot from sngrep could offer more specifics. I suspect the issue might lie in the configuration of the dialog module, although I am not certain of this.
El 9/11/23 a las 10:35, Yuriy G escribió:
If you not involve dialog module, then kamailio won't care about dialog ( as it is Proxy, not UA) The Indialog requests processing is done over proxy routing mechanisms ( rfc3261 paragraph 16 )
So, after mentioning above: What you mean under "unrecognised" ?
On Thu, 9 Nov 2023, 10:18 aaron.soto--- via sr-users, < sr-users@lists.kamailio.org> wrote:
I'm encountering an issue with dialog handling in Kamailio. Initially, everything functions correctly, and if a connection terminates within two minutes, the BYE method works as expected. However, if the call exceeds two minutes, the BYE method doesn't seem to be recognized, and there are no related entries in the logs.
As someone new to working with Kamailio, I'm finding this quite perplexing. Could anyone offer guidance or troubleshooting steps to resolve this issue?
Thank you for your assistance. __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
I enabled CFGTRACE, but the logs don't show this BYE; the only BYE that appears is after 5 minutes, which is sent by Asterisk to Kamailio. It's confusing because it seems like Kamailio isn't processing the BYE when i make a hangup with my phone.
El 9/11/23 a las 11:46, Yuriy G escribió:
Screenshot doesn't help more than raw BYE request would. But mostly you need to look into kamailio service logs. Better with CFGTRACE debugger parameter enabled. It will show you on which step BYE handling was dropped. Also it may show you some meaningful output regarding the reason it wss dropped.
Check your firewall. According the screenshot and your description - it seems it is not delivered to kamailio service. So very possible blocked by firewall.
On Thu, 9 Nov 2023, 12:53 Aaron Soto, aaron.soto@dialapplet.com wrote:
I enabled CFGTRACE, but the logs don't show this BYE; the only BYE that appears is after 5 minutes, which is sent by Asterisk to Kamailio. It's confusing because it seems like Kamailio isn't processing the BYE when i make a hangup with my phone. El 9/11/23 a las 11:46, Yuriy G escribió:
Screenshot doesn't help more than raw BYE request would. But mostly you need to look into kamailio service logs. Better with CFGTRACE debugger parameter enabled. It will show you on which step BYE handling was dropped. Also it may show you some meaningful output regarding the reason it wss dropped.
I have checked it but everything seems to be ok, I have noticed that kamailio is calling on a random port on each call, do you know if this could mean a problem? Thanks for your help.
El 9/11/23 a las 12:58, Yuriy G escribió:
Check your firewall. According the screenshot and your description - it seems it is not delivered to kamailio service. So very possible blocked by firewall.
On Thu, 9 Nov 2023, 12:53 Aaron Soto, aaron.soto@dialapplet.com wrote:
I enabled CFGTRACE, but the logs don't show this BYE; the only BYE that appears is after 5 minutes, which is sent by Asterisk to Kamailio. It's confusing because it seems like Kamailio isn't processing the BYE when i make a hangup with my phone. El 9/11/23 a las 11:46, Yuriy G escribió:
Screenshot doesn't help more than raw BYE request would. But mostly you need to look into kamailio service logs. Better with CFGTRACE debugger parameter enabled. It will show you on which step BYE handling was dropped. Also it may show you some meaningful output regarding the reason it wss dropped.