Hi all!!!!
My openSER does not honour the add_username parameter of the rr module and always insert the user part in the record route headers. Maybe it is already corrected in the CVS...
I downloaded the next snapshot openser-1.0.0-cvs-13Jan.tgz and the output from the -V is version: openser 1.0.0 (i386/linux) flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535 @(#) $Id: main.c,v 1.7 2005/10/28 14:55:23 klaus_darilion Exp $ main.c compiled on 16:28:45 Jan 16 2006 with gcc 3.3
Thanks a lot, Sam.
Autoanswering....I thing the problem is in the record_route_preset, that does not check the parameter add_username.
I don't have cvs access right now so I can not make a diff, just add the check before the get_username. #334 if(add_username){
}
Sam. 2006/1/25, samuel samu60@gmail.com:
Hi all!!!!
My openSER does not honour the add_username parameter of the rr module and always insert the user part in the record route headers. Maybe it is already corrected in the CVS...
I downloaded the next snapshot openser-1.0.0-cvs-13Jan.tgz and the output from the -V is version: openser 1.0.0 (i386/linux) flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535 @(#) $Id: main.c,v 1.7 2005/10/28 14:55:23 klaus_darilion Exp $ main.c compiled on 16:28:45 Jan 16 2006 with gcc 3.3
Thanks a lot, Sam.
Hi Samuel,
this problem is already fixed on the CVS head, but for some reason there was no backport to 1.0.0. I took care of this.
Thanks for report, Bogdan
samuel wrote:
Autoanswering....I thing the problem is in the record_route_preset, that does not check the parameter add_username.
I don't have cvs access right now so I can not make a diff, just add the check before the get_username. #334 if(add_username){
}
Sam. 2006/1/25, samuel samu60@gmail.com:
Hi all!!!!
My openSER does not honour the add_username parameter of the rr module and always insert the user part in the record route headers. Maybe it is already corrected in the CVS...
I downloaded the next snapshot openser-1.0.0-cvs-13Jan.tgz and the output from the -V is version: openser 1.0.0 (i386/linux) flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535 @(#) $Id: main.c,v 1.7 2005/10/28 14:55:23 klaus_darilion Exp $ main.c compiled on 16:28:45 Jan 16 2006 with gcc 3.3
Thanks a lot, Sam.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users