[OpenSER-Devel] gflags in version 1.3

2007-09-13 Thread T.R. Missner
Richard -- T.R. Missner VP Network Engineering [EMAIL PROTECTED] 4001 Weston Parkway Cary, NC 27513 919-439-3575 919-297-1

Re: [Users] Re: [Devel] "detached" timer

2007-03-29 Thread T.R. Missner
FYI All This turned out to be a database write ( acc ) that was blocking due to a raid card problem. T.R. Missner wrote: Is it possible the locked state I am seeing with openser leads to the "detached" timer? Since the "detached" timer is a race, it would make se

Re: [Users] Re: [Devel] "detached" timer

2007-03-29 Thread T.R. Missner
different productions servers. Thanks TR using openser1.1.1 T.R. Missner wrote: Bogdan, I have been chasing this for days and done lots of debugging. using 1.1.1 While looking at the network trace at the time of these messages ( I usually see at least 5 in a row with differing hex values ) I see

Re: [Devel] "detached" timer

2007-03-29 Thread T.R. Missner
again on a timer list. 1 is the final response timer list (fr_timer) 3 id the wait timer list (wt_timer) I would say there is no way this could leas to a any kind of lock. what version are you using? what makes you say it locks? regards, bogdan T.R. Missner wrote: Does anyone know what

[Devel] "detached" timer

2007-03-29 Thread T.R. Missner
Does anyone know what causes this? */set_timer for 1 list called on a "detached" timer -- ignoring /* I also see */set_timer for 3 list called on a "detached" timer -- ignoring /* When this happens Openser seems to lock up for 10 seconds or so. From searching it appears this is caused by a

[Devel] Help with out of transaction memory

2007-03-07 Thread T.R. Missner
Hello, We have been using openser for 18 months now without issue however lately ( since 1.1.1 ) we have begun seeing these errors: Mar 5 15:47:54 lb01b /usr/local/sbin/openser[29161]: ERROR: new_t: out of mem: Mar 5 15:47:54 lb01b /usr/local/sbin/openser[29161]: ERROR: t_newtran: new_t failed

[Devel] Module to decode embedded isup

2007-02-28 Thread T.R. Missner
We are thinking of writing a module that would parse embedded ISUP and take particular fields out of the ISUP message and add them as X headers to the sip message before sending on its way. It would also strip the application/isup content type. Does anyone know of existing work with in this area?

[Devel] Dialog module bug?

2007-02-10 Thread T.R. Missner
Hello, We are seeing this line in our logs quite consistently. Using dialog module with openser 1.1.1 I looked at the code and cannot determine why this condition would be happening. Any ideas? BUG:dialog:update_dlg_timer: links are nul (not in timer)! Thanks TR __

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

2007-01-02 Thread T.R. Missner
Thanks! mhomed=1 did the trick Never knew about that one since I never needed it T.R. On 1/2/07 12:38 PM, "Ron Winacott" <[EMAIL PROTECTED]> wrote: >> The reason is �The IP address in the Record Route also needs to be >> changed(manipulated) so that Subsequent Requests for the same call >>

[Devel] Multiple networks source address

2007-01-02 Thread T.R. Missner
Hello, I ran into a seemingly strange issue using openser to proxy an invite from the public internet to a private ipsec tunnel on my network. The problem appears to be caused by the fact that the packet is sent out to on the correct interface ( eth1 in my case ) but still is using the source add

[Devel] exec_dset with params in URI broken

2006-08-01 Thread T.R. Missner
Hello, Today I stumbled upon an issue while using exec_dset. If the R-URI has a parameter in it like the following: sip:[EMAIL PROTECTED];dt=180 SIP/2.0 When exec_dset sends the R-URI as a command line param to the command specified when called like: exec_dset("/usr/local/bin/dostuff.pl"); pope

[Devel] Dialog module causing process crash?

2006-06-03 Thread T.R. Missner
Hello,   After some experimentation in a test environment with the dialog module I decided to try it on a production system today.   Since turning it on openser has crashed 3 times.   Before today I had never seen a crash of openser ever.   I am running the latest CVS head downloade

[Devel] dialog module causing crash?

2006-06-02 Thread T.R. Missner
Hello,   After some experimentation in a test environment with the dialog module I decided to try it on a production system today.   Since turning it on openser has crashed 3 times.   Before today I had never seen a crash of openser ever.   I am running the latest CVS head downloade