Re: [Devel] [ openser-Feature Requests-1627112 ] Support of ICE for NAT traversal

2007-01-03 Thread Juha Heinanen
Klaus Darilion writes: > btw: how can INVITEs with ICE-SDP be detected in openser.cfg (to not apply > NAT traversal)? klaus, ice is a terribly complicated protocol (see jonathan's ice slides for last ietf) and gives very little value over what we already have (it avoids use of mediaproxy in so

[Devel] [ openser-Bugs-1627516 ] dns_server_no command not implemented

2007-01-03 Thread SourceForge.net
Bugs item #1627516, was opened at 2007-01-04 03:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1627516&group_id=139143 Please note that this message will contain a full copy

Re: [Devel] [ openser-Feature Requests-1627112 ] Support of ICE for NAT traversal

2007-01-03 Thread Klaus Darilion
btw: how can INVITEs with ICE-SDP be detected in openser.cfg (to not apply NAT traversal)? regards klaus On Wed, January 3, 2007 18:01, SourceForge.net said: > Feature Requests item #1627112, was opened at 2007-01-03 17:21 > Message generated for change (Comment added) made by adigeo > You can r

Re: [Devel] mysql.so module creation problem

2007-01-03 Thread Dan Pascu
On Wednesday 03 January 2007 18:10, Mike Williams wrote: > When I first installed OpenSER, I had to remove the mysql\ part from > each of the includes. So mysql\mysql.h -> mysql.h Your distribution seems to have installed the files in non-standard locations. However a simpler solution for you (th

[Devel] [ openser-Feature Requests-1627112 ] Support of ICE for NAT traversal

2007-01-03 Thread SourceForge.net
Feature Requests item #1627112, was opened at 2007-01-03 17:21 Message generated for change (Comment added) made by adigeo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1627112&group_id=139143 Please note that this message will contain a full copy of th

[Devel] [ openser-Feature Requests-1627112 ] Support of ICE for NAT traversal

2007-01-03 Thread SourceForge.net
Feature Requests item #1627112, was opened at 2007-01-03 17:21 Message generated for change (Comment added) made by klaus_darilion You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1627112&group_id=139143 Please note that this message will contain a full co

[Devel] fixed OSP module potential buffer overflow issue

2007-01-03 Thread Di-Shi Sun
Hi Bastian, Thank you for informing this issue. We have linked it to openser tracker ticket 1627131. The fix has been committed to 1.1.x and MAIN HEAD on 1/2/07. Thanks, Di-Shi Sun.___ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/ma

[Devel] [ openser-Feature Requests-1627112 ] Support of ICE for NAT traversal

2007-01-03 Thread SourceForge.net
Feature Requests item #1627112, was opened at 2007-01-03 08:21 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1627112&group_id=139143 Please note that this message will contain a full copy of th

[Devel] [ openser-Bugs-1627131 ] OSP module potential buffer overflow issue

2007-01-03 Thread SourceForge.net
Bugs item #1627131, was opened at 2007-01-03 11:45 Message generated for change (Comment added) made by di-shi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1627131&group_id=139143 Please note that this message will contain a full copy of the comment th

[Devel] [ openser-Bugs-1627131 ] OSP module potential buffer overflow issue

2007-01-03 Thread SourceForge.net
Bugs item #1627131, was opened at 2007-01-03 11:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1627131&group_id=139143 Please note that this message will contain a full copy

[Devel] [ openser-Feature Requests-1627112 ] Support of ICE for NAT traversal

2007-01-03 Thread SourceForge.net
Feature Requests item #1627112, was opened at 2007-01-03 17:21 Message generated for change (Comment added) made by klaus_darilion You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1627112&group_id=139143 Please note that this message will contain a full co

[Devel] [ openser-Feature Requests-1627112 ] Support of ICE for NAT traversal

2007-01-03 Thread SourceForge.net
Feature Requests item #1627112, was opened at 2007-01-03 08:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1627112&group_id=139143 Please note that this message will contain

Re: [Devel] mysql.so module creation problem

2007-01-03 Thread Mike Williams
When I first installed OpenSER, I had to remove the mysql\ part from each of the includes. So mysql\mysql.h -> mysql.h Mike On Wednesday 03 January 2007 06:09, Bastian Friedrich wrote: > Hi, > > On Wednesday 03 January 2007 11:53, Rajesh Kalagarla wrote: > > Thanks for the help. > > I Have alr

[Devel] 401 Authorization Issue

2007-01-03 Thread Rajesh Kalagarla
Hello All, I Have done the changes in the Config file for enabling the Authorization. can somebody update me with the place where do i need to mention the user credentials as part of OpenSER config files? Thanks, Rajesh ___ Devel mailing list Devel@o

[Devel] [ openser-Feature Requests-1627010 ] processing RADIUS-response attributes

2007-01-03 Thread SourceForge.net
Feature Requests item #1627010, was opened at 2007-01-03 17:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1627010&group_id=139143 Please note that this message will contain

Re: [Devel] mysql.so module creation problem

2007-01-03 Thread Bastian Friedrich
Hi, On Wednesday 03 January 2007 11:53, Rajesh Kalagarla wrote: > Thanks for the help. > I Have already installed mysql ver 5.0.27 for linux. a) What Linux distribution are you using? b) How did you install mysql? From sources, or a package from your distribution? c) If you installed from sour

Re: [Devel] mysql.so module creation problem

2007-01-03 Thread Rajesh Kalagarla
Hi Bastain, Thanks for the help. I Have already installed mysql ver 5.0.27 for linux. and added that path to the default. any suggestion would be a great help for me. Thanks, Rajesh - Original Message - From: "Bastian Friedrich" <[EMAIL PROTECTED]> To: Cc: "Rajesh Kalagarla" <[EMAIL P

Re: [Devel] mysql.so module creation problem

2007-01-03 Thread Bastian Friedrich
Hi, On Wednesday 03 January 2007 11:26, Rajesh Kalagarla wrote: > when i am trying to compile the sources for generating the mysql.so (make > all include_modules="mysql") i am getting lot of complilation errors [...] > > the errors are, > > dbase.c:29:26: mysql/mysql.h: No such file or directory >

[Devel] mysql.so module creation problem

2007-01-03 Thread Rajesh Kalagarla
Hi All, I am installing the OpenSER without TLS support on P-III Machine. when the installation of the SErver expect mysql.so is fine. i am able to register & make calls using this Server with the SIP Phones that I have. when i am trying to compile the sources for generating the mysql.so (make

[Devel] RE: [Users] Multiple networks source address

2007-01-03 Thread Kasturi Narayanan
Even if you come up with a mechanism to change the Source address it does not solve the problem completely. The reason is “The IP address in the Record Route also needs to be changed(manipulated) so that Subsequent Requests for the same call coming from the other end of the Tunnel are routed corre

Re: [Devel] qop support and CSeq increasing in UAC Module

2007-01-03 Thread Klaus Darilion
Stefano Capitanio wrote: Hi, i would like to ask if the two known limitations of UAC Module (authentication does not support qop; CSeq not increased during authentication) will be resolved in future releases and if anyone has developed a patch or is working on it. I wonder if the dialog mod

[Devel] [ openser-Support Requests-1624410 ] Adding additional pseudo variables

2007-01-03 Thread SourceForge.net
Support Requests item #1624410, was opened at 2006-12-29 16:50 Message generated for change (Comment added) made by klaus_darilion You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743021&aid=1624410&group_id=139143 Please note that this message will contain a full co