Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-26 Thread Klaus Darilion
Hi Daniel! Your fix solves the problem (not heavily tested) - now the dialog module destroys the dialog after config exit. thanks Klaus On 24.01.2015 23:05, Daniel-Constantin Mierla wrote: > Can you try the latest version of branch 4.2? I pushed a fix that should > solve this one as well. > > L

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-24 Thread Daniel-Constantin Mierla
Can you try the latest version of branch 4.2? I pushed a fix that should solve this one as well. Let me know the results. Cheers, Daniel On 23/01/15 13:40, Jan Hazenberg wrote: > Daniel, > > Let me know if you need some debugs from my side. I have 4.2.2 and > 4.2.1 running and can reproduce the

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-23 Thread Jan Hazenberg
Daniel, Let me know if you need some debugs from my side. I have 4.2.2 and 4.2.1 running and can reproduce the problem if needed. Jan Daniel-Constantin Mierla schreef op 2015-01-23 13:38: I hope to get the time to look into it either this evening or over the weekend. I have some other logs s

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-23 Thread Daniel-Constantin Mierla
I hope to get the time to look into it either this evening or over the weekend. I have some other logs sent to me for a dialog issue. Daniel On 23/01/15 12:40, Jan Hazenberg wrote: > I indeed see the same spiral messages in the logs as well: > > Jan 22 14:50:33 sip /usr/sbin/kamailio[14084]: DEBU

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-23 Thread Jan Hazenberg
I indeed see the same spiral messages in the logs as well: Jan 22 14:50:33 sip /usr/sbin/kamailio[14084]: DEBUG: dialog [dlg_handlers.c:831]: dlg_new_dialog(): Callid '035a329653a80be399f7b45e6c734415@192.168.149.126' found, must be a spiraled request Jan Klaus Darilion schreef op 2015-01-

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-23 Thread Klaus Darilion
I think the problem with 4.2.2. is the following: After dialog cleanup code is not executed after script exit. Thus, if the dialog is created without generating a transaction, e.g.: ... dialog_manage(); ... some checks sl_send_reply(); exit; the dialog is created, but not destroyed

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-22 Thread Jan Hazenberg
Klaus, Yes, that solves the problem here as well. Thanks, Jan Klaus Darilion schreef op 2015-01-22 16:16: Hi Jan! I replaced dlg_manage with setflag(dialog flag). This way the dialog is created only when a transaction is created. It solved my problems. regards Klaus On 22.01.2015 14:47,

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-22 Thread Klaus Darilion
Hi Jan! I replaced dlg_manage with setflag(dialog flag). This way the dialog is created only when a transaction is created. It solved my problems. regards Klaus On 22.01.2015 14:47, Klaus Darilion wrote: > Nice, I have the same problem after upgrading from 4.1.7 to 4.2.2. > . in my ca

Re: [SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-22 Thread Klaus Darilion
Nice, I have the same problem after upgrading from 4.1.7 to 4.2.2. . in my case it seems the dialog callbacks are not executed for responses ... I am still debugging . On 22.01.2015 13:25, Jan Hazenberg wrote: > Hi All, > > I'm running into a issue with the dialog module since the up

[SR-Users] Dialog module generates error since upgrade to 4.2.2

2015-01-22 Thread Jan Hazenberg
Hi All, I'm running into a issue with the dialog module since the upgrade from 4.2.1 to 4.2.2. I use the dialog module to add extra vars to the cdr's generated by the ACC module. I use the following config: # - dialog params - modparam("dialog", "enable_stats", 1) modparam("dialog",