Asterisk Development Team
2011-Jan-26  20:18 UTC
[asterisk-users] Asterisk 1.8.2.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2.3.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.2.3 resolves the following issue:
  * Reimplemented fax session reservation to reverse the ABI breakage introduced
    in r297486.
    (Reported by Jeremy Kister on the asterisk-users mailing list. Patched by
    mnicholson)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.2.3
Thank you for your continued support of Asterisk!
Just curious, but why is this 1.8.2.3 and not just 1.8.3? I thought the new versioning methods made updates into 1.8.x releases and security updates into 1.8.x.y releases? Thanks, --Warren Selby, dCAP On Jan 26, 2011, at 2:18 PM, Asterisk Development Team <asteriskteam at digium.com> wrote:> The Asterisk Development Team has announced the release of Asterisk 1.8.2.3. > This release is available for immediate download at > http://downloads.asterisk.org/pub/telephony/asterisk/ > > The release of Asterisk 1.8.2.3 resolves the following issue: > > * Reimplemented fax session reservation to reverse the ABI breakage introduced > in r297486. > (Reported by Jeremy Kister on the asterisk-users mailing list. Patched by > mnicholson) > > For a full list of changes in this release, please see the ChangeLog: > > http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.2.3 > > Thank you for your continued support of Asterisk! > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
On 01/26/2011 03:06 PM, Warren Selby wrote:> Just curious, but why is this 1.8.2.3 and not just 1.8.3? I thought the new versioning methods made updates into 1.8.x releases and security updates into 1.8.x.y releases?Security fixes and regression fixes can cause sub-point releases. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: kfleming at digium.com Check us out at www.digium.com & www.asterisk.org
On 11-01-26 04:07 PM, Kevin P. Fleming wrote:> On 01/26/2011 03:06 PM, Warren Selby wrote: >> Just curious, but why is this 1.8.2.3 and not just 1.8.3? I thought the new >> versioning methods made updates into 1.8.x releases and security updates into >> 1.8.x.y releases? > > Security fixes and regression fixes can cause sub-point releases.A version bump from 1.8.2 to 1.8.3 would mean all changes since 1.8.2-rc1 was created would be included. A bump from 1.8.2 -> 1.8.2.1 -> 1.8.2.2 -> etc... includes minor changes based on the base 1.8.2 version with very select fixes. Leif.
Asterisk 1.8.2.3 Now Available
From: Asterisk Development Team <asteriskteam at digium.com>
  To: Asterisk Development Team <asteriskteam at digium.com>
  Date: Today 18:18:28
   
The Asterisk Development Team has announced the release of Asterisk 1.8.2.3.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.2.3 resolves the following issue:
 * Reimplemented fax session reservation to reverse the ABI breakage 
introduced in r297486.
    (Reported by Jeremy Kister on the asterisk-users mailing list. Patched by
    mnicholson)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.2.3
Thank you for your continued support of Asterisk!
Un abrazo, helius
-- 
	Prefiro um engano que me divirta a uma experi?ncia que me
	entristeca.
		--  William Shakespeare
On 1/26/2011 3:18 PM, Asterisk Development Team wrote:> * Reimplemented fax session reservation to reverse the ABI breakage introduced > in r297486. > (Reported by Jeremy Kister on the asterisk-users mailing list. Patched by > mnicholson)I can confirm that this resolves the issue I was having. Thanks to all who were involved, -- Jeremy Kister http://jeremy.kister.net./
Dovid Bender
2011-Jan-31  11:59 UTC
[asterisk-users] Issue with Asterisk not hanging up second leg when first leg hangs up
Hi,
Here is my confing:
[out]
Exten => _X.,1,Noop()
Exten => _X.,2,Dial(SIP/${EXTEN}@peer,60,gcU(do_dtmf_cc-take-call,s,1))
Exten => _X.,3,Playback(tt-monkeys)
Exten => _X.,4,Playback(tt-monkeys)
Exten => _X.,5,Playback(tt-monkeys)
Exten => h,1,Noop(ABCDEFGHIJKLMNOPQRSTUVWXYZ)
[do_dtmf_cc-take-call]
Exten => s,1,AGI(agi://127.0.0.1:4579/update_call_status?status=60)
Exten => s,2,Noop()
Exten => s,3,Noop()
Exten => s,4,Noop()
Exten => s,5,Background(/etc/cb/wav/incoming_cb_call)
Exten => s,6,Noop()
Exten => s,7,Goto(s,5)
Exten => _X,1,AGI(agi://127.0.0.1:4579/update_call_status?status=80)
SIP Phone makes the call and calls an out side number. When out side number 
picks up they hear the DTMF and then a message telling them to press any key 
to take the call. If the called party press's DTMF then the call is bridged 
and everything is fine.
If the system is playing to the called party the message to press any key 
(Exten => s,5,Background(/etc/cb/wav/incoming_cb_call)) and the caller hangs 
up, the called party will keep hearing the message. If they hang up then 
both legs hang up. If the called party presses any key then the call hangs 
up. If the caller hangs up shouldnt it hang up the second leg of the call as 
well ? Whats interesting is that when the caller hangs up Asterisk see's the
BYE and replies it with a 200 OK yet it does not go to the h extension till 
the second leg hangs up.
TIA.
Dovid