Re: [asterisk-dev] Re: [svn-commits] kpfleming: branch 1.4 r2334 - /branches/1.4/

2007-03-23 Thread Tzafrir Cohen
On Fri, Mar 23, 2007 at 07:44:03AM -0700, Kevin P. Fleming wrote: > Tzafrir Cohen wrote: > > On Fri, Mar 23, 2007 at 01:43:26AM -, svn-commits@lists.digium.com > > wrote: > >> Author: kpfleming > >> Date: Thu Mar 22 20:43:26 2007 > >> New Revision: 2334 > >> > >> URL: http://svn.digium.com/vie

[asterisk-dev] Doubt about mutex handling in chan_sip

2007-03-23 Thread Juan Carlos Castro y Castro
I see that sip_new() assumes the pvt lock is already locked, unlocks it temporarily while it allocates an ast_channel, and leaves it locked. How does that work, i.e., where is the lock going to eventually get released? Or does it do that "just in case", and relasing an already-released lock fo

Re: [asterisk-dev] Re: [svn-commits] kpfleming: branch 1.4 r2334 - /branches/1.4/

2007-03-23 Thread Kevin P. Fleming
Tzafrir Cohen wrote: > On Fri, Mar 23, 2007 at 01:43:26AM -, svn-commits@lists.digium.com wrote: >> Author: kpfleming >> Date: Thu Mar 22 20:43:26 2007 >> New Revision: 2334 >> >> URL: http://svn.digium.com/view/zaptel?view=rev&rev=2334 >> Log: >> remove pointless file ID lines > > Why are the

Re: [asterisk-dev] Re: zaptel 1.4.1 gendigits + HOSTCC

2007-03-23 Thread Tzafrir Cohen
On Fri, Mar 23, 2007 at 10:43:46AM +, Tony Mountifield wrote: > In article <[EMAIL PROTECTED]>, > Kristian Kielhofner <[EMAIL PROTECTED]> wrote: > > Hey everyone, > > > > In the Zaptel Makefile (confirmed in 1.4.1) why isn't gendigits > > built with HOSTCC instead of CC? > > Hi Kris, > > T

[asterisk-dev] Re: zaptel 1.4.1 gendigits + HOSTCC

2007-03-23 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, Kristian Kielhofner <[EMAIL PROTECTED]> wrote: > Hey everyone, > > In the Zaptel Makefile (confirmed in 1.4.1) why isn't gendigits > built with HOSTCC instead of CC? Hi Kris, The use of HOSTCC in Zaptel has historically been very confused. See bug number 9207, w

[asterisk-dev] Re: [svn-commits] kpfleming: branch 1.4 r2334 - /branches/1.4/

2007-03-23 Thread Tzafrir Cohen
On Fri, Mar 23, 2007 at 01:43:26AM -, svn-commits@lists.digium.com wrote: > Author: kpfleming > Date: Thu Mar 22 20:43:26 2007 > New Revision: 2334 > > URL: http://svn.digium.com/view/zaptel?view=rev&rev=2334 > Log: > remove pointless file ID lines Why are the file IDs pointless? [EMAIL PROT

[asterisk-dev] Re: Read custom SIP header from Manager API?

2007-03-23 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, Ast Exp <[EMAIL PROTECTED]> wrote: > On 3/22/07, Tony Mountifield <[EMAIL PROTECTED]> wrote: > > > > Look at the UserEvent dialplan application, e.g. > > > > exten => _X.,n,UserEvent(SIP|SIPHdr: ${YOURSIPHEADER}) > > > > You would probably put this just before your D