Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-31 Thread Max Mühlbronner
s.org] Im Auftrag von M.Abdulaziz Gesendet: Samstag, 31. Dezember 2011 01:20 An: users@lists.opensips.org Betreff: Re: [OpenSIPS-Users] ACK never reach UAS Thank you for replying Max. I'm actually doing the same as what was mentioned in th"building telephony systems with opensips"

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-30 Thread M.Abdulaziz
Thank you for replying Max. I'm actually doing the same as what was mentioned in th"building telephony systems with opensips" in the sipp stress test example. first I added UAS(5061) & UAC(5063) IPs to the domain table as suggested in the book >opensipsctl domain add 192.168.1.69:5061 >opensips

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-30 Thread Max Mühlbronner
ensips.org] Im Auftrag von M.Abdulaziz Gesendet: Freitag, 30. Dezember 2011 20:33 An: users@lists.opensips.org Betreff: Re: [OpenSIPS-Users] ACK never reach UAS Thank you very much Vald & Juse for your valuable help but it didn't work either I attached a sipp trace of the message

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-30 Thread M.Abdulaziz
Thank you very much Vald & Juse for your valuable help but it didn't work either I attached a sipp trace of the messages for one call http://opensips-open-sip-server.1449251.n2.nabble.com/file/n7138850/SIPTrace SIPTrace (Call-ID: 12-2298@192.168.1.69) UAC Port: 5063 opensips: 5060 UAS Port:

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-29 Thread Vlad Paiu
Hello, This is probably because your UAC does not send the Route headers. Can you confirm that the ACK that reaches OpenSIPS does not have any Route headers ? As Jose said, you first have to instruct SIPP to first save the Record-Route headers, by having rrs="true" on your 200 Ok. Second, y

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-29 Thread M.Abdulaziz
Unfortunately the same problem is happening nothing has changed after adding rrc="true" in UAC's scenario file. the ACK keeps looping inside opensips. UAC sends ACK to opensips from (port 5069) opensips receives it at its port ( 5060) and the resends it to it self (5060) as an infinit loop. Wha

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-29 Thread M.Abdulaziz
Thank you very much Jose for your precious help I'm very excited to try it. I hope it works. -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/ACK-never-reach-UAS-tp7131340p7135395.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com. __

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-28 Thread Jose Solares
I learned the hard way that sipp doesn't support record routing in their default scenarios, at first i thought the example for load balancing was wrong or something had changed from 1.5 to 1.7, sipp to asterisk directly worked fine, but sipp -> opensips -> 2 asterisk didn't, the acks were reachi

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-28 Thread M.Abdulaziz
Thank you Bogdan for replying, UAC send the ACK to the correct port of opensips but after it reaches opensips, opensips doesn't know where to send this ACK I tried to perform record routing in my cfg as in the performance test tutorial( http://www.opensips.org/Resources/StressTests#toc6 test_E.c

Re: [OpenSIPS-Users] ACK never reach UAS

2011-12-28 Thread Bogdan-Andrei Iancu
Hello, Your opensips script does not do Record-Routing, so the sequential requests (in-dialog requests, like ACK) will not go through opensips, but rather directly between UAC and UAS, based on the Contact IPs. Check on the UAC side, where the ACK request is send to. Regards, Bogdan On 12/2

[OpenSIPS-Users] ACK never reach UAS

2011-12-27 Thread M.Abdulaziz
Hello All, I'm doing the follwing scenario: UAC (192.168.1.65:5097)->opensips (192.168.1.65:5060)->UAS(192.168.1.65:5099) UAS command: sipp -sn uas -rsa 192.168.1.65:5060 -i 192.168.1.65 -p 5099 UAC command: sipp -sn uac -s uas_user 192.168.1.65:5060 -i 192.168.1.65 -p 5097 Note: uas_usr is al