Re: [SR-Users] inbound kamailio dispatcher faulty routing of ack after 200 OK

2014-06-13 Thread pa...@eremina.net
so, when you add dialog module your problem gone? 2014-06-12 20:14 GMT+06:00 Gijs Kwakkel : > that seems to work, (i did not add anything new for (has uri==myself)) > i'm not sure yet why this is working, so i will study it a bit more. > if this doesn't bring up new bugs, then my whole problem s

Re: [SR-Users] inbound kamailio dispatcher faulty routing of ack after 200 OK

2014-06-12 Thread Gijs Kwakkel
that seems to work, (i did not add anything new for (has uri==myself)) i'm not sure yet why this is working, so i will study it a bit more. if this doesn't bring up new bugs, then my whole problem seems to be solved. 2014-06-12 9:17 GMT+02:00 pa...@eremina.net : > Hi again. > You can try to use

Re: [SR-Users] inbound kamailio dispatcher faulty routing of ack after 200 OK

2014-06-12 Thread pa...@eremina.net
Can you show here this errors? 12.06.2014 13:37 пользователь "Gijs Kwakkel" написал: > there is a did field at the first packets (invite) till its 200 OK > after that the DID field is gone. > i however do not use the dialog module > > loadmodule "dialog.so" > modparam("dialog", "dlg_match_mode",

Re: [SR-Users] inbound kamailio dispatcher faulty routing of ack after 200 OK

2014-06-12 Thread Gijs Kwakkel
there is a did field at the first packets (invite) till its 200 OK after that the DID field is gone. i however do not use the dialog module loadmodule "dialog.so" modparam("dialog", "dlg_match_mode", 0) gave some errors. should i still try to get the dialog module working? 2014-06-10 17:46 GM

Re: [SR-Users] inbound kamailio dispatcher faulty routing of ack after 200 OK

2014-06-12 Thread pa...@eremina.net
Hi again. You can try to use topology hiding in you kamailio( don't forget add some code for message which has uri==myself it present in docs). I use it and ack processing well. I think it's because some sip servers can't work with SIP proxy. it created only for PBX. 2014-06-10 18:16 GMT+06:00

Re: [SR-Users] inbound kamailio dispatcher faulty routing of ack after 200 OK

2014-06-10 Thread pa...@eremina.net
Hi! Check "did=" in your dialog messages? if not present, use match_dialog_mode = 0. 2014-06-10 18:16 GMT+06:00 Gijs Kwakkel : > client1 <> provider <> kamailio <> asterisk <> client2 > > when client1 calls client2, everything seems to work. sounds works. > after a few seconds the call gets term