Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-07-01 Thread Bogdan Andrei IANCU
If it generically works, it should work also for the dialog pinging - the idea 
with my patch is , for replies (which may have the cseq affected) to take the 
cseq from the request stored in the transaction (so the original cseq).
I will upload the patch on GIT and do the backport. Maybe @saghul can do a test 
to confirm my theory on the dialog pinging :) . 

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-47639353___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-07-01 Thread Bogdan Andrei IANCU
Closed #165 via acb1b378e59fc2f7608e566347ceebd5f4159210.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#event-136899380___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-07-01 Thread Saúl Ibarra Corretgé
In-dialog requests (re-INVITEs) would also have the CSeq modified if dialog 
pinging is enabled. We need to get the updated CSeq for both requests and 
responses, is this handled?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-47639697___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-07-01 Thread Adrien Martin
Hello,
It works in our use case, both in 1.8.4 and 1.11.1, thanks.
But I can't tell for cseq pinging.
Regards.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-47633448___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-07-01 Thread Bogdan Andrei IANCU
@saghul correct me if I'm wrong, but the by the in-dialig support added by 
you in cseq fetching, the whole idea is to have the same cseq value for the 
request and it's reply (that was broken if using the in-dialog pinging, as 
request had the original cseq while its replies the dialog updated cseq). My 
fix follows your original approach (getting the cseq for replies from 
transaction rather than msg itlsef), but instead of taking it from the t-cseq 
(which is the full header), I take it from t-uas.request (the original 
incoming request). 

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-47644304___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-07-01 Thread Saúl Ibarra Corretgé
@bogdan-iancu what we need is a way to fetch the actual cseq for a given 
request or reply. Regardless of cseq mangling happening or not. Otherwise 
MediaProxy could get confused because it relies on incrementing cseqs.The code 
there was written before dialog pinging was a thing, so it may need adjustments.

I don't know the transaction internals so well, but looks to me like we still 
would not get the right cseq in case of an in-dialog request after the cseq was 
mangled by OpenSIPS.

Since other modules could need the same, it would be nice to have a utility 
function somewhere, which does exactly that: return the cseq for the given SIP 
message, looking in the transaction if necessary.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-47644872___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-07-01 Thread Bogdan Andrei IANCU
1) the cseq's seen by mediaproxy are incremental, no worries :)

2) as changing the cseq on proxy, you can see (in a consistent way) either the 
original cseq values, either the changed values; in this particular case you 
will see the original values (incremental and consistent across transactions).

Or better, just make a short test to see if it works as needed ;)

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-47651097___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-06-30 Thread Bogdan Andrei IANCU
Hi @adrien-martin , please try the attached patch which should solve the both 
problems : cseq pinging and various formats of the cseq header - 
https://gist.github.com/bogdan-iancu/f860eb15d4d2df3f0b17

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-47545382___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-14 Thread Adrien Martin
Hum, unfortunately it doesn't work.
I don't use dialog ping (assuming it is a ping with dialog module).
Sending a trace by mail.

With some more custom logs (in the if statement, as it matches in both cases):
NOTICE:mediaproxy:get_cseq_number: trans-cseq_n.s: 'CSeq:2', 
trans-cseq_n.len: '6'
NOTICE:mediaproxy:get_cseq_number: cseq-s: '', cseq-len '0'

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-35072524___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-14 Thread Saúl Ibarra Corretgé
Ah, I see. The fun fact here is that, that field should contain just the number 
(according to the comments in the code), yet it doesn't. In the initial version 
of the code I advanced the pointer by CSEQ_LEN, which is defined as the length 
of CSeq:  (note the space after the colon).

I think what we need to do here is to find the ':' there and trim the result.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-35073164___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-14 Thread Adrien Martin
Hum, ok.
I think finding the ':' could be a good solution too, I never encountered such 
a case but some UAC could insert some spaces before ':'.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-35074771___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-13 Thread Saúl Ibarra Corretgé
Hum, something feels wrong here. I did some git archeolgy and looks like I 
modified that code to look the way it does now in order for it to work with 
dialog pings: 
https://github.com/OpenSIPS/opensips/commit/80511207e9acec1bfabed7807a83329a8adebbce

When dialog ping is used OpenSIPS needs to modify the CSeq numbers because it 
injects traffic in between. Are you using dialog ping? Also, can you share a 
SIP trace for the call? (you may mail that to me privately if you want)

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-35021825___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-13 Thread Saúl Ibarra Corretgé
Here is another patch: https://gist.github.com/saghul/8983424 can you please 
try it out?
 @vladpaiu, IIRC you wrote the dialog ping logic, does what I did there look 
good to you?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-35023680___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-12 Thread Saúl Ibarra Corretgé
@adrien-martin can you please test if it works after applying the following 
patch? https://gist.github.com/saghul/8952340

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-34851588___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-12 Thread Adrien Martin
It works, the connection data field in SDP is correctly set are there are no 
errors in logs.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-34867972___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-12 Thread Saúl Ibarra Corretgé
Thanks for confirming, I'll commit the changes later today.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-34868870___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-12 Thread Adrien Martin
Thanks for your patch!


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-34870552___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-10 Thread Adrien Martin
The pseudo-variable $cs seems to work.
When in debug mode, it print the line: DEBUG:core:get_hdr_field: cseq CSeq: 
2 INVITE
$cs value is '2', $hdr(cseq) value is '2 INVITE', and the sip line is 'CSeq:2 
INVITE'.

Regards.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-34614485___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-10 Thread Saúl Ibarra Corretgé
Hum, I'll look into it, thanks for the test!

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-34614574___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-02-07 Thread Saúl Ibarra Corretgé
I just checked and we don't really parse the packet but use the provided 
functions to extract the value. Does pseudo-variable which extracts the CSeq 
work for you?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/165#issuecomment-34481460___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel