alternatives asterisk-opt für fli4l 3.0.x/3.1.x (o. hfc)

Netview

IPPF-Promi
Mitglied seit
1 Apr 2004
Beiträge
3,366
Punkte für Reaktionen
0
Punkte
36
Achtung:
opt und mod reworked:
asterisk bringt jetzt seine eigene separate /glibc mit die nur von ihm benutzt wird - es erfolgt keine Durchmischung mehr zwischen den orig. fli4l libs und den für * benötigen libaries!

Wurde 'asterisk-opt-1.2.x' vor dem 19.4.06 / 19:40 bereits installiert sind folgende Module vor der Installation dieser Version im Generierungsverzeichnis des fli4l zu löschen (sie werden nicht mehr referenziert!):

files/lib/ld-2.2.5.so
files/lib/libc.so.6
files/lib/libdl.so.2
files/lib/libm.so.6
files/lib/libncurses.so.5.2
files/lib/libpthread.so.0
files/lib/libresolv.so.2
files/lib/libnss_dns.so.2
files/usr/lib/libcrypto.so.0.9.6
files/usr/lib/libgcc_s.so.1
files/usr/lib/libssl.so.0.9.6
files/usr/lib/libspeex.so.1
files/usr/lib/libcapi20.so.3.0.4as

Installation wie hier beschrieben:

http://www.ip-phone-forum.de/showpost.php?p=582922&postcount=1

jedoch folgende Pakete verwenden:
 
1.2.8 jetzt offiziell draußen (vorhergehende 1.2.8 wurde zurückgezogen und um weitere bugfixe erweitert!):


Code:
2006-05-30 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.8 released

2006-05-30 14:55 +0000 [r30770]  BJ Weschke <[email protected]>

	* apps/app_queue.c: Fix infinite loop scenario and add some sanity
	  checking to prevent segfault on a NULL parameter coming in (which
	  probably shouldn't happen, but just to be safe...)

2006-05-26 17:09 +0000 [r30424-30546]  BJ Weschke <[email protected]>

	* apps/app_queue.c: A new way to try and deal with deadlocks that
	  occur in app_queue at present. Using this approach, we only
	  manipulate the main queue mutexes when we get a dev state change
	  on a device that is actually a member of a queue. Backported from
	  /trunk for the "bug fix".

2006-05-25 20:03 +0000 [r30373]  Joshua Colp <[email protected]>

	* apps/app_meetme.c: Don't play the enter sound twice when a person
	  joins a conference after the leader has joined it. (issue #6138
	  reported by shanermn)

2006-05-25 17:39 +0000 [r30293-30296]  Kevin P. Fleming <[email protected]>

	* codecs/gsm/Makefile: don't try to use -march=s390 when building
	  on S/390 systems (reported via asterisk-users mailing list)

	* channels/chan_sip.c: allow SIPCHANINFO(peername) to work for
	  calls from users as well (issue #7215)

2006-05-25 15:27 +0000 [r30239]  Joshua Colp <[email protected]>

	* configs/extensions.conf.sample: Get rid of an incorrect SIP dial
	  string in the sample extensions.conf - I even tried variations...
	  no go (issue #7222 reported by arkadia)

2006-05-24 21:24 +0000 [r30069-30098]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: oops... make sure to stop processing a
	  request once we have sent an authentication challenge (issue
	  #7220)

	* channels/chan_sip.c: don't send CANCEL on a pending INVITE if we
	  haven't received a provisional response yet... mark it pending
	  until the first response is received (issue #7079)

2006-05-24 19:55 +0000 [r30037]  Matt O'Gorman <[email protected]>

	* apps/app_meetme.c: app_meetme used the ast_max_exten instead of
	  path_max solves bug 6822

2006-05-24 19:44 +0000 [r30033-30035]  Joshua Colp <[email protected]>

	* apps/app_dial.c: Merge branch for bug 6264 (Privacy option 2
	  returns dial-status ANSWER / option_priority_jumping not
	  respected) (reported by jkoopmann and branch by murf)

	* logger.c: Fix deadlock caused by a race condition in the logger
	  when reloading (issue #7195 reported and fixed by softins)

2006-05-24 16:59 +0000 [r29904-29973]  Kevin P. Fleming <[email protected]>

	* res/res_agi.c: support video recording via AGI 'RECORD FILE'
	  command (issue #7068)

	* apps/app_queue.c: fix various bugs related to exiting from queue
	  via keypress and moh handling (issue #6776, different fix)

	* channels/chan_zap.c: respect 'usecallingpres' in zapata.conf even
	  if CLID has not been set for the channel (issue #7123)

	* channels/chan_sip.c, configs/sip.conf.sample: add an option to
	  allow the admin to 'hide' SIP user/peer names from systems trying
	  to 'fish' names

2006-05-23 21:44 +0000 [r29849]  Russell Bryant <[email protected]>

	* channels/chan_iax2.c: fix the sourceaddress option (issue #7213,
	  alphaque)

2006-05-23 18:16 +0000 [r29764]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: simplify/fix lock retry, and fix comment

2006-05-23 17:17 +0000 [r29733]  BJ Weschke <[email protected]>

	* channels/chan_sip.c: Sanity check code for an extended failure in
	  trying to obtain a channel lock that may have been obtained
	  elsewhere. Prevents the monitor thread of the SIP module from
	  going into an infinite loop, effectively, breaking SIP until you
	  restart Asterisk or the mutex is unlocked, whichever comes first.

2006-05-23 17:15 +0000 [r29732]  Kevin P. Fleming <[email protected]>

	* dnsmgr.c, res/res_features.c, include/asterisk/linkedlists.h,
	  include/asterisk/lock.h, apps/app_sql_postgres.c, pbx.c: backport
	  some mutex initialization and linked list handling fixes from
	  trunk

2006-05-23 15:58 +0000 [r29696]  BJ Weschke <[email protected]>

	* res/res_features.c: Fix a potential leak and correct (hopefully)
	  a segfault under certain conditions. #6784 (vovan and perry
	  testing)

2006-05-22 21:27 +0000 [r29464-29555]  Joshua Colp <[email protected]>

	* apps/app_waitforsilence.c: Increase the silence threshold to 128
	  to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed
	  by casper)

	* res/res_features.c: Use the correct language when playing the
	  transfer sound (issue #7109 reported by casper)

	* channels/chan_local.c: Preserve presentation bit when going
	  through chan_local (issue #7002 reported by acunningham)

2006-05-22 14:59 +0000 [r29394-29398]  Tilghman Lesher <[email protected]>

	* apps/app_meetme.c: Bug 7194 - spelling fix

	* pbx.c: Bug 7196 - month range did not work

2006-05-21 15:16 +0000 [r29196]  BJ Weschke <[email protected]>

	* res/res_features.c: When an application that is executed via
	  applicationmap and exits non-zero, make sure that we pass through
	  the correct return value from the application to make sure a
	  segfault doesn't occur by a bridge trying to continue when it
	  should not. Also, when executing applications via applicationmap,
	  make sure that the application is executed against the channel
	  whose DTMF caused it to be fired off in the first place. (part
	  1/2 of #7090 - this is the only fix that will be applied to both
	  1.2 and /trunk) acunningham and blitzrage on testing...

2006-05-20 19:50 +0000 [r29052]  Russell Bryant <[email protected]>

	* channels/chan_sip.c: fix the possibility of writing one byte past
	  the end of a buffer. (issue #7189, Mithraen)

2006-05-20 02:35 +0000 [r28968]  Kevin P. Fleming <[email protected]>

	* apps/app_queue.c: don't allow queue member devices to ring longer
	  than the total queue timeout (issue #6423, reported and patched
	  by bcnit)

2006-05-20 02:31 +0000 [r28966]  Russell Bryant <[email protected]>

	* apps/app_sms.c: fix a case where code made assumptions about how
	  memory for variables is allocatted on the stack - this patch is
	  slightly different than the one that went in for the trunk

2006-05-20 00:55 +0000 [r28794-28896]  Kevin P. Fleming <[email protected]>

	* channels/chan_iax2.c: don't try to predict where the compiler
	  will place things on the stack... put them in the right place
	  explicitly (issues #7029 and #7100, maybe others)

	* channels/chan_sip.c: use the specified 'subscribecontext' for a
	  peer rather than the context found via the target domain (domain
	  contexts are for calls, not for subscriptions) (issue #7122,
	  reported by raarts)

2006-05-19 19:18 +0000 [r28754-28790]  Russell Bryant <[email protected]>

	* utils/smsq.c: fix the build of smsq with -Werror. I learned
	  something new about format strings from this patch! (issue #7141,
	  Mithraen)

	* asterisk.c: This explicit poll is only needed on mac. In fact, it
	  breaks some systems such as some versions of Fedora, causing
	  'asterisk -rx' to never exit. This has been tested on systems
	  showing the asterisk -rx problem, as well as other unaffected
	  versions of linux, mac osx 10.4, and FreeBSD 6. (issue #7071)

2006-05-19 17:04 +0000 [r28627-28698]  Joshua Colp <[email protected]>

	* channels/chan_zap.c: Make the minidle option actually exist as
	  documented (issue #7159 reported by imran)

	* apps/app_voicemail.c: When forwarding messages use the context
	  that the active voicemail user was found in. (issue #7010)

	* enum.c: Backport of fix for issue #6654 that was fixed in trunk
	  but not here

	* apps/app_queue.c: Treat paused queue members as unreachable
	  (issue #7127 reported by peterh)

2006-05-18 20:43 +0000 [r28335-28384]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: fix up a few more places to find the SDP
	  properly (fallout from fix for #7124)

	* channels/chan_sip.c: handle incoming multipart/mixed message
	  bodies in SIP and find the SDP, if present (issue #7124 reported
	  and patched by eborgstrom, but very different fix)

	* enum.c: use unsigned counters for handling answer/IE lengths
	  while processing DNS results (issue #7174)

	* channels/chan_sip.c: support 'inactive' tag for SDP media streams
	  (simple fix, proper fix will appear in 1.4 release) (issue #7130)

2006-05-18 17:27 +0000 [r28257]  Tilghman Lesher <[email protected]>

	* apps/app_hasnewvoicemail.c: Bug 7167 - HasNewVoicemail and
	  VMCOUNT() didn't work when USE_ODBC_STORAGE was defined

2006-05-18 16:31 +0000 [r28169-28212]  Joshua Colp <[email protected]>

	* apps/app_voicemail.c: Return -1 on error in ODBC messagecount and
	  0 on success (issue #7133 reported by cfieldmtm)

	* apps/app_voicemail.c: Fix endless looping message by checking
	  value of res before doing retries stuff. (issue #7140 reported by
	  tanischen)

2006-05-18 12:13 +0000 [r28125]  Olle Johansson <[email protected]>

	* apps/app_meetme.c: Video in meetme? Hmmm. Removed until we do
	  have some code for it.

2006-05-17 22:34 +0000 [r27973]  Joshua Colp <[email protected]>

	* channels/chan_iax2.c: Fix codec priority stuff during
	  authentication (issue #6194 reported by jkoopmann)

2006-05-17 19:27 +0000 [r27927]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #7176 - Crash in expire_register (We
	  need to find out what's causing peer to be undefined, so this is
	  just a bandaid, not a real fix)

2006-05-17 17:07 +0000 [r27767-27847]  Joshua Colp <[email protected]>

	* apps/app_voicemail.c: Priority jumping not working on VoiceMail
	  app with new syntax (issue #7164 reported and fixed by
	  alvaro_palma_aste)

	* apps/app_osplookup.c: OSPNext does not handle success/failure
	  correctly (issue #7147 reported and fixed by eborgstrom)

2006-05-17 09:21 +0000 [r27723]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: chan_sip did not use the TRANSFER_CONTEXT
	  for transfers, like res_features. Now fixed.

2006-05-17 02:19 +0000 [r27636]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 7125 - Fix race condition between
	  resequencing and leaving a message

2006-05-16 23:31 +0000 [r27594]  Joshua Colp <[email protected]>

	* apps/app_dial.c: Inherit channel variables during call forwards
	  when going through chan_local (issue #7095 reported by raarts)

2006-05-16 20:05 +0000 [r27468]  Kevin P. Fleming <[email protected]>

	* channel.c: don't leak frames when deferring DTMF or dropping
	  duplicate ANSWER frames (issue #7041, slightly different fix,
	  reported/patched by clausf)

2006-05-13 04:08 +0000 [r27093]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 7134 - File descriptor leak with ODBC
	  storage of voicemail

2006-05-11 23:02 +0000 [r27051]  Tilghman Lesher <[email protected]>

	* funcs/func_logic.c: Bug 7086 - pbx_checkcondition substitution,
	  so that arbitrary strings are true (for regex)

2006-05-11 09:05 +0000 [r26760-26773]  Kevin P. Fleming <[email protected]>

	* rtp.c: backport fix from trunk for bug #6934, ensuring that RTP
	  mark bit is changed when SSRC changes

	* channels/chan_sip.c: ensure that we send a response to REGISTER
	  requests that are successfully authenticated but contain invalid
	  Contact URIs

2006-05-09 14:18 +0000 [r26050-26090]  BJ Weschke <[email protected]>

	* channels/chan_sip.c, doc/README.variables: Add the appropriate
	  jumping behavior that is the standard for 1.2.X to SIPGetHeader
	  that is now deprecated in /trunk. #7111 (blitzrage!!!)

	* apps/app_voicemail.c: Correct memory leak in find_user_realtime
	  #7118 (fnordian)

2006-05-08 15:09 +0000 [r25608]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue 7103 - mikma - The header is named
	  "Require" - Don't reply to ACK (Not using patch against trunk)

2006-05-08 14:12 +0000 [r25518-25563]  BJ Weschke <[email protected]>

	* channels/chan_agent.c: Don't show agents as available when they
	  are in wrap-up time. #6726 (ZX81)

	* apps/app_queue.c: Make QueueStatusComplete event thread safe by
	  wrapping it inside the queue lock clause already there. #7013
	  (bziherl reporting)

	* apps/app_queue.c: Don't recheck valid_exit() after getting the
	  result from say_position (which already checks it). Should
	  prevent another loop if the caller hits digits during the
	  position announcement. #6776 (tgj reporting)

2006-05-08 11:16 +0000 [r25442]  Joshua Colp <[email protected]>

	* res/res_features.c: Incorrect log statement when playing transfer
	  sounds (issue #7008 reported and fixed by nathan)

2006-05-07 13:38 +0000 [r25288-25322]  BJ Weschke <[email protected]>

	* apps/app_meetme.c: Fix playback behavior to exit correctly when
	  we receive a hangup during playback of the invalid pin message.
	  #7091 (AntD reporting)

	* asterisk.c: Reset the value of ast_mainpid if we fork so future
	  remote unix connections display the correct PID. #7098 (tzafrir
	  reporting)

2006-05-06 02:32 +0000 [r25015-25165]  Russell Bryant <[email protected]>

	* frame.c: fix a problem where the frame's data pointer is
	  overwritten by the newly allocated data buffer before the data
	  can be copied from it. This is in the ast_frisolate() function
	  which is rarely used. (issue #6732, stefankroon)

	* channels/chan_zap.c: ensure that the appropriate manager events
	  are sent in all of the places where alarms are detected or
	  cleared (issue #6866, flefoll)

	* channels/chan_h323.c: update chan_h323 to reflect the new
	  prototype for rtp_set_peer (issue #6560, casper) This was fixed a
	  couple months ago in the trunk, but never in 1.2.

2006-05-05 20:44 +0000 [r25014]  BJ Weschke <[email protected]>

	* apps/app_voicemail.c, include/asterisk/app.h, app.c: Voicemail
	  fixes along with an API change approved by russellb to fix the
	  bug(s). (jcollie and supczinskib) #7064

2006-05-05 17:39 +0000 [r24837-24911]  Russell Bryant <[email protected]>

	* apps/app_while.c, apps/app_macro.c: use pbx_checkcondition()
	  instead of ast_true() to evaluate the condition for MacroIf and
	  WhileIf (issue #7086)

2006-05-04 16:27 +0000 [r24706]  Tilghman Lesher <[email protected]>

	* apps/app_queue.c: Bug 7023 - reload should not unpause members

2006-05-04 11:17 +0000 [r24567-24669]  BJ Weschke <[email protected]>

	* apps/app_verbose.c: Make sure that only the "|" is a recognized
	  delimiter for Verbose(), as the app documentation already
	  specifies. #7080 (alessiof reporting)

	* apps/app_dial.c: Correct application documentation to make users
	  aware that certain options cannot be used in conjunction with
	  others. #6666 (chotaire)

2006-05-03 18:31 +0000 [r24496]  Russell Bryant <[email protected]>

	* redhat/asterisk.spec: fix up "make rpm" - don't reference the
	  gzipped man page, because we don't store them compressed anymore
	  - add some files that currently were not listed (issue #6837)

2006-05-03 12:39 +0000 [r24381]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #7074 - Problem with long contact
	  lines

2006-05-02 19:39 +0000 [r24295]  BJ Weschke <[email protected]>

	* file.c: Make certain ast_stopstream() sets the channel's stream
	  members to NULL after closing them. #7067 (jcomellas)

2006-05-02 02:12 +0000 [r24019-24097]  Tilghman Lesher <[email protected]>

	* apps/app_privacy.c: Prompt does not request '#' to end input, so
	  the application should not require it

	* apps/app_nbscat.c, apps/app_festival.c, apps/app_mp3.c,
	  apps/app_zapras.c, asterisk.c, apps/app_externalivr.c,
	  apps/app_ices.c, res/res_musiconhold.c,
	  include/asterisk/options.h: Bug 6864 - drop realtime priority on
	  ALL external processes

2006-05-01 19:34 +0000 [r23985-23988]  BJ Weschke <[email protected]>

	* apps/app_voicemail.c: Make sure that when someone 0's out while
	  recording a msg and then chooses to DELETE the recorded file, the
	  .txt file isn't left around by itself to cause problems later.
	  #7061 (dimitripietro reporting, blitzrage confirmed)

2006-05-01 15:12 +0000 [r23951]  Russell Bryant <[email protected]>

	* pbx.c: add missing locking of the dialplan functions list in the
	  "show functions" CLI command

2006-05-01 10:45 +0000 [r23305-23899]  Kevin P. Fleming <[email protected]>

	* apps/app_skel.c: fix this to actually compile so people can learn
	  from it

	* cdr/cdr_sqlite.c: eliminate compiler warning

	* channels/chan_iax2.c: remove a pointless comparison, since the
	  buffer is smaller than the length being checked for

	* Makefile, editline/configure, cdr/Makefile, channels/Makefile,
	  db1-ast/Makefile: allow top-level OPTIMIZE setting to affect
	  builds in these subdirectories too

	* Makefile: let the compiler determine whether hardware or software
	  floating point should be used (like we do in the editline
	  subdirectory)

	* Makefile, apps/Makefile: remove extraneous -m64 flag that is not
	  needed remove old 'look' target which is no longer needed (these
	  are coming from Debian patches <G>)

	* editline/makelist: ensure that the script output is correctly
	  generated when the system's character set does not use the
	  English lowercase/uppercase character groups

	* Makefile: do installation in subdirs as a separate target (so
	  external modules can use the Makefile more easily) generate final
	  messages -after- running any post-install script that may be
	  present

2006-04-28 16:40 +0000 [r23176]  Russell Bryant <[email protected]>

	* configs/zapata.conf.sample, configs/mgcp.conf.sample,
	  configs/sip.conf.sample: note that group assignments must be from
	  0 to 63 (issue #7048)

2006-04-27 19:11 +0000 [r22954]  Joshua Colp <[email protected]>

	* apps/app_queue.c: Queue(somequeue,,,,) -> interpreted as
	  Queue(somequeue,,,,0) (issue #7044 reported nathan fixed by
	  jsmith - sort of)

2006-04-27 16:12 +0000 [r22866]  Matt Frederickson <[email protected]>

	* channels/chan_zap.c: Fix buglet in channel reassignment on
	  SETUP_ACK

2006-04-26 19:18 +0000 [r22596]  Matt O'Gorman <[email protected]>

	* apps/app_voicemail.c: do not allow for users to forward voicemail
	  to themselves, patch from 7001

2006-04-21 22:39 +0000 [r22112-22113]  Tilghman Lesher <[email protected]>

	* channel.c: Bug 7004 - release all threads waiting on a condition
	  prior to freeing it

2006-04-19 21:10 +0000 [r21638]  Kevin P. Fleming <[email protected]>

	* contrib/scripts/safe_asterisk.8, contrib/scripts/safe_asterisk:
	  support system-specific scripts in safe_asterisk, before starting
	  Asterisk proper

2006-04-19 18:43 +0000 [r21597]  Tilghman Lesher <[email protected]>

	* cdr/cdr_odbc.c: Bug 6553 - plug memory leaks when ODBC connection
	  is down

2006-04-18 23:31 +0000 [r21237]  Kevin P. Fleming <[email protected]>

	* pbx.c: properly handle brace-wrapped strings in variable/function
	  references in the dialplan

2006-04-18 06:26 +0000 [r20966-21037]  Tilghman Lesher <[email protected]>

	* apps/app_random.c: Bug 6984 - off by one error in Random()

	* res/res_musiconhold.c: Bug 6544 - when we remove a music class,
	  the thread servicing it should die

2006-04-14 17:21 +0000 [r20034-20037]  Kevin P. Fleming <[email protected]>

	* sounds.txt: uncomment files that actually do exist (oops)

	* sounds.txt: update text to match actual prompts being distributed
	  (thanks to Kinsey in the support department for reviewing all the
	  prompts!)

2006-04-13 20:37 +0000 [r19891]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 6947 - Allow vm broadcasts to more than
	  256 characters worth of mailboxes
 
asterisk 1.2.9:

Code:
2006-06-03 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.9 released

2006-06-05 19:53 +0000 [r32373]  Kevin P. Fleming <[email protected]>

	* channels/chan_iax2.c: ensure that the received number of bytes is
	  included in all IAX2 incoming frame analysis checks (fixes a
	  known vulnerability)

2006-06-04 03:43 +0000 [r31921]  Kevin P. Fleming <[email protected]>

	* apps/app_queue.c: return bridge exit logic to what it was before
	  i broke it :-(

2006-06-03 17:02 +0000 [r31775]  Russell Bryant <[email protected]>

	* res/res_musiconhold.c: when using moh files mode, don't look for
	  a file past the number of files that have been loaded, or worse,
	  past the size of the files array

2006-06-01 21:46 +0000 [r31321-31555]  Kevin P. Fleming <[email protected]>

	* res/res_musiconhold.c: remove pointless forcing of the channel
	  into SLINEAR mode; the write format will be set later based on
	  the file that is chosen to be played to the channel

	* include/asterisk/channel.h, channel.c: handle Zap transfers
	  behind chan_agent properly so the agent doesn't get stuck waiting
	  for the call to hang up

	* configs/sip.conf.sample: remove a sample entry that never should
	  have been added (code to support it was not merged)

2006-05-31 23:50 +0000 [r31194]  Russell Bryant <[email protected]>

	* res/res_agi.c: if the connection to a FastAGI server fails
	  because of a timeout, log a more informative log message

2006-05-31 22:26 +0000 [r31161]  Kevin P. Fleming <[email protected]>

	* rtp.c: silence a warning message that is not a warning

2006-05-31 20:26 +0000 [r31127]  Russell Bryant <[email protected]>

	 channels/chan_zap.c: fix misplaced manager event (issue #6866,
2006-05-30 Kevin P. Fleming <[email protected]>
 
asterisk 1.2.9.1:

Code:
2006-06-06 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.9.1 released

2006-06-06 16:02 +0000 [r32582]  Tilghman Lesher <[email protected]>

	* callerid.c: Bug 7268 - Callerid leaks memory on error

2006-06-06 15:48 +0000 [r32566]  Kevin P. Fleming <[email protected]>

	* channels/chan_iax2.c: clean up yesterday's security fix to not
	  cause breakage when video mini frames are received

2006-06-03 Kevin P. Fleming <[email protected]>
 
asterisk 1.2.10
chan-capi-cm rev. 372
chan-sccp vom 8.4.06
speex 1.1.12
mpg123
g729.a + register

changelog gegenüber 1.2.9.1:
Code:
2006-07-14 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.10 released

2006-07-14 13:31 +0000 [r37612]  Tilghman Lesher <[email protected]>

	* apps/app_sms.c: Bug 7526 - previous commit broke app_sms

2006-07-13 21:22 +0000 [r37571]  Kevin P. Fleming <[email protected]>

	* apps/app_voicemail.c: don't fail/abort if the message category
	  sound file cannot be played, just generate a warning message and
	  continue message playback

2006-07-13 18:44 +0000 [r37546]  Russell Bryant <[email protected]>

	* rtp.c: yeah, ummm... This frame pointer should not be static.
	  This situation only exists in 1.2 (pointed out by Constantine
	  Filin on the asterisk-dev mailing list)

2006-07-13 16:44 +0000 [r37531]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: report address of peer trying to subscribe
	  to unknown hint

2006-07-13 15:45 +0000 [r37458-37516]  Tilghman Lesher <[email protected]>

	* doc/README.enum: Bug 7532 - Typo in enum example

	* contrib/init.d/rc.mandrake.zaptel: Merge fixup for asterisk
	  startup script to zaptel startup script

2006-07-12 15:53 +0000 [r37441-37442]  Kevin P. Fleming <[email protected]>

	* apps/app_voicemail.c: fix a weird case where a lock file could be
	  left (but would happen almost never)

	* app.c: fix a case where ast_lock_path() could leave a
	  randomly-named lock file hanging around make ast_unlock_path
	  actually report when unlocking fails

2006-07-12 15:23 +0000 [r37439]  Joshua Colp <[email protected]>

	* channels/chan_iax2.c: Add support to have maxauthreq as a global
	  option

2006-07-12 13:54 +0000 [r37417-37419]  Kevin P. Fleming <[email protected]>

	* channels/chan_zap.c, utils.c, res/res_agi.c, apps/app_zapras.c,
	  asterisk.c, channels/chan_modem.c, channels/chan_iax2.c: remove
	  some more bad examples of using printf

	* enum.c, pbx/pbx_config.c: get rid of some more printf's (although
	  most of these were ifdef-ed out)

2006-07-12 03:55 +0000 [r37402]  Matt O'Gorman <[email protected]>

	* app.c: GRRR no fprintf!

2006-07-11 19:00 +0000 [r37378]  Joshua Colp <[email protected]>

	* configs/iax.conf.sample, channels/chan_iax2.c: Add configuration
	  option for IAX2 users that will limit the amount of outstanding
	  AUTHREQs we are waiting for replies on.

2006-07-10 21:01 +0000 [r37361]  Kevin P. Fleming <[email protected]>

	* channel.c: do masquerade-behind-proxy checking with better
	  control over locks

2006-07-07 23:57 +0000 [r37307]  Joshua Colp <[email protected]>

	* rtp.c: Change message regarding marker bit forcing when SSRC
	  changes to be shown only during debug so it doesn't overload high
	  capacity systems

2006-07-06 21:41 +0000 [r37224]  Matt O'Gorman <[email protected]>

	* channel.c: patch resolves issue with when to decide if its right
	  time to native bridge, feature redirect was not being checked.
	  patch from bug #7296

2006-07-06 20:38 +0000 [r37212]  BJ Weschke <[email protected]>

	* channels/chan_agent.c: Don't do weird things on a callback agent
	  that has attempted logoff while still on the phone.

2006-07-06 15:48 +0000 [r37173]  Joshua Colp <[email protected]>

	* channels/chan_sip.c: Instead of giving the scheduled item ID on a
	  peer expiration, give the time until they expire (issue #7455
	  reported by slavon)

2006-07-06 13:47 +0000 [r37143]  Tilghman Lesher <[email protected]>

	* funcs/func_db.c: Fix spelling/grammar (issue 7493)

2006-07-05 15:31 +0000 [r36998]  Joshua Colp <[email protected]>

	* channels/chan_oss.c: Spell extension correctly in documentation
	  for chan_oss dial (issue #7487 reported by flefoll)

2006-07-04 14:45 +0000 [r36838-36911]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Tell clients based on old SIP standard that
	  we only support MD5 digest authentication...

	* channels/chan_sip.c: issue #7470 - Need larger buffer for
	  record-route headers...

2006-07-03 05:12 +0000 [r36697-36751]  Russell Bryant <[email protected]>

	* asterisk.c: fix a race condition that caused asterisk to log a
	  *ton* of warnings on mac osx about poll returning an error
	  because the polled file descriptor was bad.

	* channels/chan_mgcp.c, channels/chan_phone.c,
	  channels/chan_local.c, channels/chan_misdn.c,
	  channels/chan_sip.c, channels/chan_skinny.c,
	  channels/chan_agent.c, channels/chan_features.c,
	  channels/chan_h323.c, channels/chan_modem.c,
	  channels/chan_iax2.c: use ast_set_callerid to be more consistent
	  and to make sure that the "callerid" option in the conf files is
	  always handled the same way and sets ANI (issue #7285, gkloepfer)

	* dsp.c: fix the build with BUSYDETECT_TONEONLY defined (issue
	  #7414)

2006-06-30 14:05 +0000 [r36290-36377]  Tilghman Lesher <[email protected]>

	* apps/app_directory.c: Bug 7349 - Directory did not work correctly
	  when USE_ODBC_STORAGE was defined.

	* Makefile: Bug 7388 - compatibility changes for Solaris

2006-06-29 07:19 +0000 [r36253-36254]  Kevin P. Fleming <[email protected]>

	* configs/queues.conf.sample: clarify documentation for
	  'persistentmembers' setting

	* configs/sip.conf.sample: add documentation for peer-specific
	  'outboundproxy' setting

2006-06-28 14:12 +0000 [r36187]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Don't delete scheduled item twice in
	  sip_destroy (already fixed in svn trunk)

2006-06-26 17:10 +0000 [r36078]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: ensure that two SIP channels that exist at
	  the same moment will not have the same channel names (issue
	  #7245, different fix)

2006-06-26 15:27 +0000 [r36043]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue 6997 maybe, but anyway - don't
	  retransmit responses to NON-invite requests.

2006-06-25 15:10 +0000 [r35915]  Tilghman Lesher <[email protected]>

	* channels/chan_sip.c: Bug 7425 - Size of buffer is passed in by
	  len

2006-06-23 11:30 +0000 [r35669]  BJ Weschke <[email protected]>

	* apps/app_queue.c: We should lock the queue before we go making
	  changes to member interface statuses.

2006-06-21 19:25 +0000 [r35334]  Joshua Colp <[email protected]>

	* configs/indications.conf.sample: Add Venezuelan indications
	  (issue #7402 reported by palillo)

2006-06-20 15:05 +0000 [r35121]  Tilghman Lesher <[email protected]>

	* stdtime/private.h: Bug 7398 - Solaris puts its zoneinfo files in
	  a nonstandard place

2006-06-20 10:27 +0000 [r35058]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #6820 - Possible fix (already
	  implemented in trunk)

2006-06-19 20:27 +0000 [r34911]  Joshua Colp <[email protected]>

	* apps/app_voicemail.c: Call reset_user_pw upon changing the
	  password using externpass (issue #7395 reported by Ryan Cumming)

2006-06-19 18:07 +0000 [r34875]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Issue 7357 - txt file left behind when
	  going to operator. Also, fix a possible file descriptor leak.

2006-06-18 21:03 +0000 [r34627-34655]  Russell Bryant <[email protected]>

	* pbx.c: don't set state to BUSY if the channel is already in the
	  UP state (issue #7376, backported from trunk)

	* configs/iax.conf.sample, channels/chan_iax2.c: don't store
	  multiple secrets delimited with semicolons for peers because this
	  is only valid for users. Instead, only keep the last specified
	  secret for a peer entry. Also, document how multiple secrets are
	  handled in the sample config. (Reported by PCadach on
	  #asterisk-bugs)

2006-06-16 03:37 +0000 [r34400]  Joshua Colp <[email protected]>

	* channels/chan_iax2.c: Zero out a declared structure so as to not
	  crash if it contains invalid data (reported by Qwell on
	  #asterisk-dev)

2006-06-15 14:11 +0000 [r34306]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue 7294 - patch by phsultan - Asterisk
	  sends Invite instead of BYE in some cases.

2006-06-15 13:30 +0000 [r34274]  Kevin P. Fleming <[email protected]>

	* apps/app_queue.c: don't use prefixed structure names for internal
	  structures don't use a plural structure name for a singular
	  object

2006-06-15 12:40 +0000 [r34242]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: VoicemailMain exits on any key, when the
	  language is set to Italian, instead of properly handling the key
	  (issue 7353).

2006-06-14 22:22 +0000 [r33841-34160]  Kevin P. Fleming <[email protected]>

	* apps/app_queue.c: coding style cleanups on queue interface
	  handling code that was committed for the last release

	* channels/chan_iax2.c: use existing dial string parser for strings
	  supplied to iax2_devicestate, because they can be complete dial
	  strings, not just device names

	* include/asterisk/plc.h, jitterbuf.c, plc.c, apps/app_dumpchan.c,
	  apps/app_chanspy.c: clarify file headers that mention disclaimer
	  usage

	* file.c: don't output 'no format found' when we _did_ find the
	  format but couldn't open the desired file for some other reason

	* apps/app_mixmonitor.c: memory allocation optimizations

2006-06-13 12:40 +0000 [r33753-33813]  Russell Bryant <[email protected]>

	* pbx.c: remove duplicate mutex_unlock

	* apps/app_voicemail.c: fix various places where the code returns
	  without unlocking vmlock or destroying loaded configuration

	* apps/app_festival.c: add a missing close of an open fd, destroy
	  of open config, and removal of the calling channel from the
	  localusers list

	* asterisk.c: revert a change that caused more problems than it
	  fixed and fix the real problem in this code. fds was declared as
	  an array of zero size which caused some weird problems, some of
	  which would only be seen when compiling without optimizations.
	  (fixes issues #7071, #7326, and #7305)

2006-06-12 21:34 +0000 [r33724]  Joshua Colp <[email protected]>

	* include/asterisk/chanspy.h, apps/app_mixmonitor.c, channel.c:
	  Greatly simply the mixmonitor thread, and move channel reference
	  directly to spy structure so that the core can modify it.

2006-06-12 20:40 +0000 [r33693]  Russell Bryant <[email protected]>

	* res/res_agi.c: fix a place where a frame would be free'd twice

2006-06-12 16:03 +0000 [r33638]  Kevin P. Fleming <[email protected]>

	* channels/chan_local.c: only allow chan_local to masquerade the
	  outbound channel onto its owner, instead of the other way around
	  (this will ensure that group variables on the outbound channel are
	  preserved)

2006-06-12 15:27 +0000 [r33615]  Tilghman Lesher <[email protected]>

	* res/res_agi.c: Move set priority up, because at this point in the
	  code, stdout is no longer the console. If we're unable to set
	  priority, the error goes to Asterisk as if it were an AGI command
	  (issue 7335).

2006-06-11 21:21 +0000 [r33449-33548]  Russell Bryant <[email protected]>

	* pbx.c: fix another place where a frame does not get free'd

	* apps/app_meetme.c: fix up five little places where frames would
	  not be free'd and remove an unnecessary mutex_unlock where there
	  is no way for it to be locked at that time

	* apps/app_ices.c: fix a place that would leak a frame (all of
	  these fixes are in applications that call ast_read() on a channel
	  but have code paths in them that would not free the frame)

	* apps/app_festival.c: fix a couple places that would leak a frame

	* apps/app_alarmreceiver.c: fix two places that would cause a frame
	  to be leaked

	* apps/app_url.c: fix a case where an HTML frame would be leaked

	* apps/app_test.c: Free frames read from the channel when measuring
	  noise. This resulted in about 9 or 10 seconds of leaked frames in
	  both the TestClient and TestServer applications

	* apps/app_zapbarge.c, apps/app_zapscan.c: backport a couple of
	  frame leak fixes from the trunk (revisions 33446, 33447)

2006-06-09 18:52 +0000 [r33264-33300]  Joshua Colp <[email protected]>

	* apps/app_meetme.c: Allow the format outputted by meetme list to
	  be used for meetme commands (like kick) (issue #7322 reported by
	  darkskiez)

	* channels/chan_iax2.c: Remove an unneeded double lock (issue #7310
	  reported by arkadia)

	* apps/app_dial.c: Handle hangup during recording of screened name
	  (issue #7304 reported by kulldominique)

	* apps/app_meetme.c: Add missing newlines (issue #7323 reported by
	  darkskiez)

2006-06-09 15:53 +0000 [r33235]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Do not require a context on a domain=
	  setting

2006-06-08 16:57 +0000 [r33036]  Kevin P. Fleming <[email protected]>

	* frame.c: handle out-of-memory conditions properly in
	  ast_frisolate() (reported by Slav Kenov on asterisk-dev mailing
	  list)

2006-06-07 17:53 +0000 [r32818]  Russell Bryant <[email protected]>

	* channels/chan_iax2.c: fix some broken code with
	  BRIDGE_OPTIMIZATION defined (issue #7292)

2006-06-06 16:55 +0000 [r32605]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 7287 - A too short voicemail with
	  ODBC_STORAGE will cause the first voicemail to be deleted
	  erroneously
 
asterisk 1.2.11
chan-capi-cm rev. 381
chan-sccp vom 8.4.06
speex 1.1.12
mpg123
g729.a + register

changelog gegenüber 1.2.10:
Code:
2006-08-22 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.11 released

2006-08-22 02:59 +0000 [r40821]  Tilghman Lesher <[email protected]>

	* apps/app_random.c: Bug 7779 - Using initstate(3) means that we
	  cannot unload this module once loaded.

2006-08-21 22:34 +0000 [r40798]  Matt O'Gorman <[email protected]>

	* asterisk.c: Move the load_modules call so that if a module needs
	  realtime support it will work, none do currently but a good move
	  none the less.

2006-08-20 22:09 +0000 [r40692]  Tilghman Lesher <[email protected]>

	* CREDITS: Reformat to match the contribution style of other
	  contributors

2006-08-20 04:49 +0000 [r40601]  Joshua Colp <[email protected]>

	* channels/chan_sip.c: Turn media level c= parsing on by default
	  (issue #7725 reported by psm)

2006-08-19 01:03 +0000 [r40446]  Jason Parker <[email protected]>

	* apps/app_voicemail.c, apps/app_directory.c: Fix a bug with
	  app_voicemail when trying to use app_directory to leave messages
	  to another user (options 3, 5, 2). If the context/extension
	  didn't exist in the dialplan (and why should it have to?), it
	  would fail, saying that it's an "invalid extension". Fix was
	  different in svn trunk. (issue BE-71)

2006-08-18 19:10 +0000 [r40310-40392]  Kevin P. Fleming <[email protected]>

	* configs/zapata.conf.sample: make a feeble attempt to avoid the
	  'how do I enable my hardware echo canceler' questions

	* channels/misdn_config.c (added), channels/chan_misdn_config.c
	  (removed): rename file per crichter's request

2006-08-17 21:57 +0000 [r40306]  Christian Richter <[email protected]>

	* doc/README.misdn, channels/misdn/mISDN.patch (removed),
	  channels/misdn/isdn_lib.h, channels/chan_misdn.c,
	  channels/misdn/fac.c (added), channels/misdn/Makefile,
	  channels/misdn/chan_misdn_config.h, channels/misdn/ie.c,
	  channels/misdn/fac.h (added), channels/misdn/portinfo.c
	  (removed), channels/misdn/isdn_lib_intern.h,
	  channels/chan_misdn_config.c, channels/misdn/isdn_msg_parser.c,
	  configs/misdn.conf.sample, channels/Makefile,
	  channels/misdn/isdn_lib.c: This rather small ;-) commit merges
	  the changes from my team branch 0.3.0 into t he 1.2 branch. These
	  changes include the new mISDN mqueue interface which makes it
	  possible to compile chan_misdn against the current cvs version of
	  mISDN/mISDNuser. These changes also contain various additions and
	  numerous bugfixes to chan_misdn . Each change is documented in
	  the commit logs in the team/crichter/0.3.0 branch.

2006-08-17 16:36 +0000 [r40227]  Russell Bryant <[email protected]>

	* channel.c: revert bogus change to attempt to fix bug 7506 which
	  actually causes half of the channels not to get "Newchannel"
	  events at all (issue #7745)

2006-08-17 16:22 +0000 [r40223-40225]  Joshua Colp <[email protected]>

	* funcs/func_cdr.c: Use the last CDR entry instead of the first CDR
	  entry for variable retrieving variables using the CDR dialplan
	  function. (issue #7689 reported by voipgate)

	* apps/app_macro.c: Make app_macro compile again

2006-08-17 16:07 +0000 [r40220]  Steve Murphy <[email protected]>

	* apps/app_macro.c: In app_macro, changed the previously changed
	  upper recursion depth limit to a variable, default of the
	  original val of 7. MACRO_RECURSION is a channel variable that
	  will override the limit, but until I can understand and fix why
	  this limit is neccessary, I am not advertising this variable in
	  the docs. This fix mirrors the changes made in r40200 in trunk.

2006-08-16 18:57 +0000 [r40057]  Kevin P. Fleming <[email protected]>

	* channels/chan_mgcp.c: don't allow AUEP responses to overflow the
	  stack during a string copy (reported by Mu Security)

2006-08-15 22:49 +0000 [r39935]  Russell Bryant <[email protected]>

	* res/res_agi.c: use pbx_builtin_getvar_helper() so that GET
	  VARIABLE can retrieve global variables (issue #7609)

2006-08-15 22:13 +0000 [r39931]  Steve Murphy <[email protected]>

	* apps/app_macro.c: This revision fixes bug 7731, the inability for
	  macros to be called more than one level deep in the 'h'
	  extension. It also pushes up the limit of recursion depth from 7
	  to 20.

2006-08-08 18:39 +0000 [r39379]  Kevin P. Fleming <[email protected]>

	* CREDITS: add explicit listing of anthm's contributions (issue
	  #7683)

2006-08-08 17:04 +0000 [r39350]  Russell Bryant <[email protected]>

	* channels/chan_sip.c: Increase the buffer size for the callid
	  (issue #7675, reported by pssatcs)

2006-08-07 01:28 +0000 [r39081]  Russell Bryant <[email protected]>

	* channels/chan_zap.c: Fix a crash reported to me by hads on IRC.
	  This crash would occur with the use of the
	  "distinctiveringaftercid" option. Also, on this user's system,
	  the crash would only occur when built without optimizations. This
	  is because the bug is that the code would write past the end of
	  an array that was allocated on the stack, and the structure of
	  the stack is different with or without optimizations enabled.

2006-08-07 00:15 +0000 [r39056]  Joshua Colp <[email protected]>

	* channel.c: Reset our stream and vstream pointers back to NULL so
	  that any generator that uses them (file based MOH) will not try
	  to close them again. (issue #7668 reported by jmls)

2006-08-05 09:01 +0000 [r38903-38982]  Russell Bryant <[email protected]>

	* channel.c: Always generate a Newstate event in ast_setstate()
	  instead of making it a Newchannel event if the state was
	  AST_STATE_DOWN. The Newchannel event will always be generated in
	  ast_request(), so this just causes a duplicated Newchannel event
	  in some cases. (issue #7506, repoted by capouch, fixed by me)

	* apps/app_queue.c: remove duplicate queue log entry when the
	  caller exits on a timeout (issue #7616, ppyy)

	* channels/chan_sip.c: don't advertise that this function can set a
	  SIP header when it can only do reads

	* apps/app_dial.c: make sure the priv-callerintros directory exists
	  before trying to create a file there (issue #7659, patch by hads,
	  with some modifications by me)

	* channels/chan_mgcp.c, channels/chan_vpb.c, channels/chan_phone.c,
	  channels/chan_misdn.c, channels/chan_zap.c, channels/chan_sip.c,
	  channels/chan_skinny.c, channels/chan_h323.c,
	  channels/chan_modem.c, channels/chan_iax2.c: Fix an issue that
	  would cause a NewCallerID manager event to be generated before
	  the channel's NewChannel event. This was due to a somewhat recent
	  change that included using ast_set_callerid() where it wasn't
	  before. This function should not be used in the channel driver
	  "new" functions. (issue #7654, fixed by me) Also, fix a couple
	  minor bugs in usecount handling. chan_iax2 could have increased
	  the usecount but then returned an error. The place where chan_sip
	  increased the usecount did not call ast_update_usecount()

	* channel.c: suppress a compiler warning about the usage of a
	  potentially uninitialized variable

2006-08-03 19:54 +0000 [r38825]  Joshua Colp <[email protected]>

	* res/res_musiconhold.c: Treat the file as invalid if we have no
	  valid formats for it (issue #7643 reported by KNK)

2006-08-03 05:22 +0000 [r38761]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 7648 - Checking wrong count for
	  plurality on new messages for Dutch language

2006-08-02 19:29 +0000 [r38686-38731]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: fix brain-damage I introduced when trying to
	  fix the CANCEL/BYE sending mechanism for pending INVITES accept
	  unknown 1xx responses as 183 responses (as RFC3261 mandates we
	  should do)

	* res/res_features.c, channel.c: ensure that the 'feature digit
	  timeout' value is taken into account when deciding how long the
	  bridge should run (this fixes a problem report where a digit
	  press that did not invoke a feature is never passed across the
	  bridge)

2006-08-01 19:20 +0000 [r38654]  Joshua Colp <[email protected]>

	* res/res_musiconhold.c: Close the stream when file based MOH stop.
	  This won't get rid of their position in the file but it will
	  cause the translation path to be setup again. (issue #7634
	  reported by asimpson)

2006-07-31 21:14 +0000 [r38611]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: don't reissue hangup requests for SIP
	  channels that have expired their RTP timeouts (one time is
	  enough) don't rescan the SIP private structure list too fast, it
	  can cause channels to not be able to hang up (issue #7495, and
	  probably others) use ast_softhangup_nolock() since we already
	  hold the channel's lock

2006-07-31 17:09 +0000 [r38585]  Joshua Colp <[email protected]>

	* res/res_features.c: Add missing code to bring transferee channel
	  out of MOH/autoservice under certain circumstance (issue #7611
	  reported by guillecabeza with minor mods by myself)

2006-07-31 04:06 +0000 [r38546-38547]  Russell Bryant <[email protected]>

	* frame.c: one more small tweak for thread-safety of TRACE_FRAMES

	* frame.c: Make the frame counting done with TRACE_FRAMES defined
	  thread-safe

2006-07-29 23:18 +0000 [r38501]  Joshua Colp <[email protected]>

	* channels/chan_sip.c: How many attempts does it take to make a SIP
	  URI parser that works well? I'm up to 5 personally. On to the
	  good stuff - parse the domain first, user second, and get rid of
	  port & options/params last. (issue #7616 reported by andrew)

2006-07-28 18:49 +0000 [r38420]  Joshua Colp <[email protected]>

	* channels/chan_sip.c: Make a copy of the request URI in
	  check_user_full instead of modifying the one on the structure,
	  and also strip params properly from the user portion of the SIP
	  URI so as to preserve the domain (issue #7552 reported by dan42)

2006-07-27 22:23 +0000 [r38347-38370]  Kevin P. Fleming <[email protected]>

	* apps/app_chanspy.c: use the enum that defines the option
	  arguments, so that the likelihood of mismatched option indexes is
	  reduced (which in this case was a bug, the volume argument was
	  not checked properly)

	* channel.c: do a better job avoiding translation path
	  teardown/setup when not needed

2006-07-27 04:25 +0000 [r38328]  Russell Bryant <[email protected]>

	* channels/chan_iax2.c: Fix crash when using the "regexten" option
	  with MALLOC_DEBUG enabled. This was not reported in the bug
	  tracker but the same bug has been demonstrated in other places in
	  the code.

2006-07-27 02:43 +0000 [r38310]  Kevin P. Fleming <[email protected]>

	* channel.c: don't do useless translation destroy/build when the
	  channel is already in the correct format

2006-07-27 01:58 +0000 [r38288]  Russell Bryant <[email protected]>

	* channels/chan_sip.c: fix a crash when MALLOC_DEBUG is enabled and
	  the regexten is enabled. The crash would occur when the extension
	  got removed. (fixes issue #7484)

2006-07-26 15:26 +0000 [r38234]  Joshua Colp <[email protected]>

	* channels/chan_sip.c: Put default callerid into contact when the
	  one specified is either NULL or has a zero string length. (issue
	  #7590 reported by key2)

2006-07-25 19:43 +0000 [r38200]  Russell Bryant <[email protected]>

	* channels/chan_zap.c: This resolves a deadlock that a tech support
	  customer was getting frequently when his users would answer call
	  waiting. If another thread is currently holding the zt_pvt lock
	  for the first channel, unlock both channels and let asterisk
	  retry the native bridge, just like what is done for the second
	  channel directly below these changes.

2006-07-24 17:05 +0000 [r38167]  Steve Murphy <[email protected]>

	* codecs/gsm/Makefile: This fixes a compile problem for s390 as
	  reported in bug 7253. Tested on both an s390 and non-s390
	  machine.

2006-07-19 17:10 +0000 [r37949]  Kevin P. Fleming <[email protected]>

	* channels/chan_iax2.c: ensure that global 'maxauthreq' is reset to
	  zero during 'reload'

2006-07-18 00:41 +0000 [r37828-37856]  Russell Bryant <[email protected]>

	* frame.c: don't crash if the frame has no data, but has a src

	* frame.c: if asked to duplicate a frame that has no data, don't
	  set the frame's data pointer past the end of the allocatted
	  buffer for the new frame

2006-07-17 22:36 +0000 [r37765-37808]  Tilghman Lesher <[email protected]>

	* formats/format_h263.c: Backport buffer increase to 1.2

	* formats/format_h263.c: Overflow bad

2006-07-15 23:29 +0000 [r37691]  Tilghman Lesher <[email protected]>

	* enum.c: Bug 7513 - ensure that each time we do a query, the
	  results are returned in the same logical order, so that when we
	  iterate over the list, we get all results, not some results
	  repeated, due to insufficient sorting.
 
Update:

asterisk 1.2.11 (rev. 42054 vom 6.9.06)
chan-capi-cm rev. 382

chan-sccp vom 8.4.06
speex 1.2beta1
 
Update:

asterisk 1.2.12.2 (rev. 43634 vom 26.9.06) chanspy/mixmonitor gefixed
chan-capi-cm rev. 387

chan-sccp vom 8.4.06
speex 1.2beta1
 
Update:

asterisk 1.2.12.2 (rev. 45380 vom 18.10.06) - chanspy/mixmonitor bugs gefixed + patch für mixmonitor|b option (siehe http://bugs.digium.com/view.php?id=7589)
openssl.0.9.8 (statt 0.9.6) wg. neuem G.729a
--- Binaries komplett gestripped (das mod. ist jetzt 1/3 kleiner geworden) :) ---
chan-capi-cm rev. 387

chan-sccp vom 8.4.06 + gpickup | meetme patch
speex 1.2beta1
mpg123
g729.a + register
 
asterisk 1.2.13 (rev. 45927 vom 23.10.06)

Code:
2006-10-17 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.13 released

2006-10-17 20:37 +0000 [r45380]  Joshua Colp <[email protected]>

	* channels/chan_sip.c: Don't create a "real" pvt structure for
	  requests that shouldn't be able to create one. Instead use a
	  temporary pvt and fill it with enough information so we can send
	  a reply.

2006-10-17 17:50 +0000 [r45332]  Jason Parker <[email protected]>

	* channels/chan_skinny.c: Fix an integer signedness problem.

2006-10-17 17:22 +0000 [r45326]  Kevin P. Fleming <[email protected]>

	* LICENSE: provide licensing language for IAXy firmware file

2006-10-17 15:50 +0000 [r45306]  Olle Johansson <[email protected]>

	* channels/chan_sip.c, configs/sip.conf.sample: After some
	  research, we realized that the default behaviour since a long
	  time was doing the right thing, even though the change optimized
	  a bit and removed a lot of potential risks. Conclusion: No need
	  for a configuration option at all.

2006-10-16 19:59 +0000 [r45260-45265]  Joshua Colp <[email protected]>

	* channels/chan_sip.c, configs/sip.conf.sample: Use responses
	  rather then replies even though they mean the same thing.

	* channels/chan_sip.c, configs/sip.conf.sample: Add
	  'ignoreoodreplies' option which will not create a pvt structure
	  on a SIP response but instead basically drop it.

2006-10-14 00:16 +0000 [r45134]  Steve Murphy <[email protected]>

	* pbx/pbx_ael.c: Made a small update to solve bug 8128; The
	  switch-case fallthru goto to a pattern extension needed to
	  resolved the wildcards to an appropriate digit for extension
	  matching to work

2006-10-13 22:57 +0000 [r45119]  Kevin P. Fleming <[email protected]>

	* acl.c: don't drop the entire permit/deny list when an attempt is
	  made to add an invalid entry (BE-92)

2006-10-13 19:27 +0000 [r45090]  Christian Richter <[email protected]>

	* channels/chan_misdn.c: avoiding warning, fixing potential bug
	  (backported from 1.2)

2006-10-13 17:01 +0000 [r45060]  Joshua Colp <[email protected]>

	* apps/app_chanspy.c: Turn on volume adjustment if it needs to be
	  on (issue #8136 reported by mnicholson)

2006-10-13 16:18 +0000 [r45048]  Kevin P. Fleming <[email protected]>

	* channels/chan_iax2.c: when sending a call to a peer, use the
	  proper socket if we have multiple bindings (reported on
	  asterisk-dev)

2006-10-13 15:49 +0000 [r45030]  Joshua Colp <[email protected]>

	* dnsmgr.c: Pass the right value to usleep for sleeping, and always
	  add the background refresh item back into the scheduler if
	  enabled since it is deleted during reload. (issue #8142 reported
	  by p_lindheimer)

2006-10-13 13:11 +0000 [r44993-45020]  Christian Richter <[email protected]>

	* channels/chan_misdn.c, channels/misdn/isdn_lib.c: fixed some
	  echocandisable issues when bridged. this caused a kernel panic
	  sometimes..also some minor formatting fixes

	* channels/misdn/isdn_msg_parser.c: fixed issue, that the
	  hangupcause got a wrong isdn cause at RELEASE_COMPLETE

2006-10-12 18:31 +0000 [r44955]  Kevin P. Fleming <[email protected]>

	* include/asterisk/utils.h, channels/chan_sip.c, utils.c,
	  netsock.c: ensure that IAX2 and SIP sockets allow UDP
	  fragmentation when running on Linux (thanks to Brian Candler on
	  the asterisk-dev list for the tip)

2006-10-10 13:34 +0000 [r44785]  Christian Richter <[email protected]>

	* channels/chan_misdn.c, channels/misdn/isdn_lib.c: (re)added
	  support of dynamical enabling hdlc on bchannels

2006-10-09 14:36 +0000 [r44757]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #8101 - wrong parameter for screening
	  in remote-party-id

2006-10-06 16:52 +0000 [r44501-44580]  Joshua Colp <[email protected]>

	* file.c: Even more frames to treat as though the remote side
	  disappeared (issue #8097 reported by eldadran)

	* file.c: Treat busy control frames as hangup in the file streaming
	  core (issue #8097 reported by eldadran)

2006-10-05 10:02 +0000 [r44460]  Christian Richter <[email protected]>

	* channels/chan_misdn.c: fixed segfault which happens during
	  hold/transfer action

2006-10-05 01:27 +0000 [r44392-44432]  Kevin P. Fleming <[email protected]>

	* channels/chan_sip.c: fix Polycom presence notification again

	* channels/chan_sip.c: remove workaround for old Polycom firmware
	  SUBSCRIBE requests add workaround for new Polycom firmware
	  SUBSCRIBE requests (bug is known to exist in 2.0.1 firmware)

2006-10-04 16:02 +0000 [r44343]  Steve Murphy <[email protected]>

	* apps/app_macro.c: For bug 7776, I have inserted a warning about
	  Macro nesting vs. stack limitations

2006-10-04 15:26 +0000 [r44334-44335]  Christian Richter <[email protected]>

	* channels/chan_misdn.c: if INFORMATION Message come with keypad
	  instead of called party number, we just use the keypad as called
	  party number.

	* channels/misdn_config.c, channels/misdn/isdn_lib.h,
	  channels/chan_misdn.c, channels/misdn/chan_misdn_config.h,
	  configs/misdn.conf.sample, channels/misdn/isdn_lib.c: added the
	  option 'reject_cause' to make it possible to set the
	  RELEASE_COMPLETE - cause on the 3. incoming PMP channel, which is
	  automatically rejected because chan_misdn does not support that
	  kind of callwaiting. Therefore chan_misdn supports now 3 incoming
	  channels on a PMP BRI Port. misdn_lib_get_free_bc now gets the
	  info if the requested channel is incoming or outgoing to make the
	  3. channel possible

2006-10-03 20:14 +0000 [r44296]  Kevin P. Fleming <[email protected]>

	* apps/app_queue.c: fix a logic error in my previous fix to the
	  queue reload code

2006-10-02 20:07 +0000 [r44168-44213]  Joshua Colp <[email protected]>

	* channels/chan_sip.c: Change the fd on the I/O context in case it
	  changed during the reload, which is indeed possible. (issue #7943
	  reported by eclubb)

	* contrib/init.d/rc.redhat.asterisk: We should be using $AST_SBIN
	  instead of hardcoding the path for the error message (issue #7942
	  reported by eclubb)

	* io.c: Shrink when current_ioc is unused. It is set to -1 when
	  unused, not 0. (issue #7941 reported by eclubb)

2006-10-02 13:28 +0000 [r44149]  Christian Richter <[email protected]>

	* channels/misdn/isdn_lib.h, channels/chan_misdn.c,
	  channels/misdn/isdn_lib.c: fixed the hold/retrieve/transfer
	  issues, removed a useless bc field, added setting of
	  frame.delivery fields, some minor code cleanups

2006-10-01 15:19 +0000 [r44110]  Russell Bryant <[email protected]>

	* configs/queues.conf.sample: Fix the name of the
	  "eventmemberstatus" option in the sample queues.conf (issue
	  #8065, adamg)

2006-09-29 13:44 +0000 [r43977]  Kevin P. Fleming <[email protected]>

	* cli.c: proper fix for ast_group_t change

2006-09-28 18:00 +0000 [r43924]  Joshua Colp <[email protected]>

	* frame.c, include/asterisk/logger.h, channels/chan_misdn.c,
	  channels/chan_sip.c, channels/chan_skinny.c,
	  funcs/func_timeout.c, apps/app_festival.c, res/res_features.c,
	  apps/app_hasnewvoicemail.c, apps/app_alarmreceiver.c,
	  channels/iax2-provision.c, res/res_musiconhold.c,
	  res/res_monitor.c: Put in missing \ns on the end of ast_logs
	  (issue #7936 reported by wojtekka)

2006-09-28 17:31 +0000 [r43916]  Kevin P. Fleming <[email protected]>

	* apps/app_queue.c: fix buggy (and overly complex) loop used during
	  reload of app_queue for static member list updating

2006-09-28 16:37 +0000 [r43897]  BJ Weschke <[email protected]>

	* apps/app_queue.c: app_queue is comparing the device names
	  incorrectly while checking their statuses. It's internal list of
	  interfaces includes the dial string, while the argument passed to
	  this function does not have the dial string (/n for a local
	  channel). This causes it to ignore the device state changes
	  because it thinks it belongs to none of its members. (#8040
	  reported and patch by tim_ringenbach)

2006-09-28 16:32 +0000 [r43895]  Kevin P. Fleming <[email protected]>

	* cli.c: eliminate compiler warning introduced by recent changes

2006-09-28 16:13 +0000 [r43891]  Joshua Colp <[email protected]>

	* apps/app_meetme.c: Stop the stream after waitstream returns so
	  that our formats get restored. (issue #7370 reported by
	  kryptolus)

2006-09-28 15:18 +0000 [r43871]  BJ Weschke <[email protected]>

	* apps/app_queue.c: Fix race condion crash with get_member_status
	  (#7864 - tim_ringenbach reported and patched)

2006-09-27 20:20 +0000 [r43815]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Avoid inability to lock directory log
	  message by creating the directory ahead of time. (Issue 7631)

2006-09-27 19:35 +0000 [r43800]  Jason Parker <[email protected]>

	* apps/app_playback.c, pbx.c: Playback() wasn't setting
	  PLAYBACKSTATUS under several circumstances. Playback() returns -1
	  on missing args - so should Background()

2006-09-27 16:54 +0000 [r43778]  Russell Bryant <[email protected]>

	* res/res_features.c, channel.c: Fix a problem that occurred if a
	  user entered a digit that matched a bridge feature that was
	  configured using multiple digits, and the digit that was pressed
	  timed out in the feature digit timeout period. For example, if
	  blind transfer is configured as '##', and a user presses just
	  '#'. In this situation, the call would lock up and no longer pass
	  any frames. (issue #7977 reported by festr, and issue #7982
	  reported by michaels and valuable input provided by mneuhauser
	  and kuj. Fixed by me, with testing help and peer review from
	  Joshua Colp). There are a couple of issues involved in this fix:
	  1) When ast_generic_bridge determines that there has been a
	  timeout, it returned AST_BRIDGE_RETRY. Then, when
	  ast_channel_bridge gets this result, it calls ast_generic_bridge
	  over again with the same timestamp for the next event. This
	  results in an endless loop of nothing until the call is
	  terminated. This is resolved by simply changing
	  ast_generic_bridge to return AST_BRIDGE_COMPLETE when it sees a
	  timeout. 2) I also changed ast_channel_bridge such that if in the
	  process of calculating the time until the next event, it knows a
	  timeout has already occured, to immediately return
	  AST_BRIDGE_COMPLETE instead of attempting to bridge the channels
	  anyway. 3) In the process of testing the previous two changes, I
	  ran into a problem in res_features where ast_channel_bridge would
	  return because it determined that there was a timeout. However,
	  ast_bridge_call in res_features would then determine by its own
	  calculation that there was still 1 ms before the timeout really
	  occurs. It would then proceed, and since the bridge broke out and
	  did *not* return a frame, it interpreted this as the call was
	  over and hung up the channels. The reason for this was because
	  ast_bridge_call in res_features and ast_channel_bridge in
	  channel.c were using different times for their calculations.
	  channel.c uses the start_time on the bridge config, which is the
	  time that the feature digit was recieved. However, res_features
	  had another time, 'start', which was set right before calling
	  ast_channel_bridge. 'start' will always be slightly after
	  start_time in the bridge config, and sometimes enough to round up
	  to one ms. This is fixed by making ast_bridge_call use the same
	  time as ast_channel_bridge for the timeout calculation.

2006-09-27 12:51 +0000 [r43764]  Christian Richter <[email protected]>

	* channels/misdn/isdn_lib.h, channels/chan_misdn.c,
	  channels/misdn/isdn_lib.c: fixed a bug which led to chan_list
	  zombies, when the call could not be properly established in
	  misdn_call. also removed the ACK_HDLC stuff which is not really
	  needed.

2006-09-26 20:49 +0000 [r43708]  Russell Bryant <[email protected]>

	* asterisk.c: Back in revision 4798, this message was changed from
	  using ast_cli() to directly calling write(). During this change,
	  checking if this was a remote console was removed. This caused
	  this message about using "exit" or "quit" to exit an Asterisk
	  console to come up in times where it did not make sense. This
	  change restores the check to see if this is a remote console
	  before printing the message. (fixes BE-4)

2006-09-26 20:38 +0000 [r43705-43706]  Joshua Colp <[email protected]>

	* .cleancount: I changed the channel structure... let's be sure
	  this gets updated!

	* channels/chan_sip.c, include/asterisk/channel.h: Use proper type
	  to represent the group variable (issue #8025 reported by makoto)

2006-09-26 20:23 +0000 [r43699]  Russell Bryant <[email protected]>

	* apps/app_voicemail.c: When parsing the sections of voicemail.conf
	  that contain mailbox definitions, don't introduce a length limit
	  on the definition by using a 256 byte temporary storage buffer.
	  Instead, make the temporary buffer just as big as it needs to be
	  to hold the entire mailbox definition. (fixes BE-68)

2006-09-25 21:14 +0000 [r43634]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Two bugs when forwarding voicemail (Issue
	  7824): 1) delete=yes was ignored 2) maxmessages was ignored

2006-09-24 13:50 +0000 [r43552]  Russell Bryant <[email protected]>

	* channels/chan_iax2.c: Check to see if the channel that is
	  activating the IAXPEER function is actually an IAX2 channel
	  before proceeding to process it to avoid crashing. (issue #8017,
	  reported by admott, fixed by myself)

2006-09-22 21:53 +0000 [r43509]  Joshua Colp <[email protected]>

	* apps/app_chanspy.c, channel.c: Yay another 'round of spy fixes!
	  This fixes a small logic flaw with the cleanup function and a
	  memory allocation issue. (issue #7960 reported by jojo & issue
	  #7999 reported by aster1) Special thanks to csum77 for letting me
	  into a box where this issue was happening.

2006-09-21 17:01 +0000 [r43409-43420]  Tilghman Lesher <[email protected]>

	* apps/app_rpt.c: Whitespace change... really just an excuse to
	  test repotools

	* cdr/cdr_tds.c, cdr/Makefile: TDS 0.64 updates

2006-09-20 05:08 +0000 [r43314]  Kevin P. Fleming <[email protected]>

	* channels/chan_misdn.c, channels/chan_sip.c,
	  channels/chan_skinny.c: make some more functions static

2006-09-19 16:21 +0000 [r43269]  Matt O'Gorman <[email protected]>

	* pbx/pbx_gtkconsole.c, apps/app_dial.c, channels/chan_sip.c,
	  apps/app_macro.c, asterisk.c, config.c, apps/app_queue.c, pbx.c:
	  fixes some verbose vs debug issues. patch from bug 2617

2006-09-19 12:28 +0000 [r43248]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: cid is passed to a destructive function;
	  thus a copy is needed (issue 7961)

2006-09-18 20:08 +0000 [r43220]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #7682 - don't add contacts to 4xx
	  responses. (Ugly fix, not proud at all)

2006-09-18 15:30 +0000 [r43163]  Joshua Colp <[email protected]>

	* apps/app_math.c: Add deprecation notice about app_math (issue
	  #7957 reported by k-egg)

2006-09-18 15:05 +0000 [r43160]  Steve Murphy <[email protected]>

	* configs/zapata.conf.sample: Clarified what "callwaiting" does in
	  zapata.conf.

2006-09-18 15:05 +0000 [r43159]  Joshua Colp <[email protected]>

	* configs/indications.conf.sample: Add number unobtainable tone for
	  New Zealand (issue #7969 reported by nic_bellamy)

2006-09-17 13:54 +0000 [r43072]  Tilghman Lesher <[email protected]>

	* apps/app_directory.c: Directory used the wrong context for
	  delivery of 0- and *- keypresses (according to Directory's own
	  documentation) - Issue 7965

2006-09-16 07:57 +0000 [r43003-43019]  Tilghman Lesher <[email protected]>

	* channels/chan_iax2.c: When a realtime peer expires, reset the
	  ipaddress in the realtime database back to 0 (Issue 6656)

	* apps/app_meetme.c: When the marked user enters the conference, we
	  should no longer timeout

2006-09-14 22:16 +0000 [r42946]  Tilghman Lesher <[email protected]>

	* channels/chan_zap.c: Error message references wrong argument
	  (Issue 7951)

2006-09-13 19:51 +0000 [r42892]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Backport bugfix patch from 7918 to 1.2 -
	  msg_cfg destroyed before used

2006-09-11 Kevin P. Fleming <[email protected]>
 
asterisk 1.2.14
chan-capi-cm rev. 411

chan-sccp vom 8.4.06
speex 1.2beta1

Code:
2006-12-14 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.14 released

2006-12-13 04:23 +0000 [r48434]  Steve Murphy <[email protected]>
		
	* channel.c: This small patch fixes bug 8541, where the L option to
	  the Dial app wasn't working right. A similar bug (8386) was filed
	  and fixed earlier, but an intervening bug fix to a DTMF problem
	  broke the L() code in a different way. Hopefully, everything is
	  happy now.
	
2006-12-12 05:11 +0000 [r48403]  Kevin P. Fleming <[email protected]>

	* sounds/silence (added), sounds/silence/1.gsm (added),
	  sounds/silence/10.gsm (added), sounds/silence/2.gsm (added),
	  sounds/silence/3.gsm (added), sounds/silence/4.gsm (added),
	  sounds/silence/5.gsm (added), sounds/silence/6.gsm (added),
	  sounds/silence/7.gsm (added), sounds/silence/8.gsm (added),
	  sounds/silence/9.gsm (added): add silence files

2006-12-11 23:00 +0000 [r48394-48398]  Matt O'Gorman <[email protected]>

	* Makefile, apps/app_externalivr.c, sounds.txt: app_externalivr
	  needs a real silence file, and additional changes to add silence
	  files into core instead of extra patch provided by bug 8177 with
	  minor additions.

2006-12-11 00:33 +0000 [r48374]  Tilghman Lesher <[email protected]>

	* apps/app_nbscat.c, apps/app_festival.c, apps/app_mp3.c,
	  res/res_agi.c, apps/app_zapras.c, apps/app_externalivr.c,
	  apps/app_ices.c, res/res_musiconhold.c: When doing a fork() and
	  exec(), two problems existed (Issue 8086): 1) Ignored signals
	  stayed ignored after the exec(). 2) Signals could possibly fire
	  between the fork() and exec(), causing Asterisk signal handlers
	  within the child to execute, which caused nasty race conditions.

2006-12-10 02:14 +0000 [r48371]  Steve Murphy <[email protected]>

	* channels/chan_zap.c: This version applies the patch suggested by
	  stevens in bug 7836 (make inbound channel RINGING state
	  consistent with other channels).

2006-12-09 15:45 +0000 [r48361]  Russell Bryant <[email protected]>

	* channels/chan_iax2.c: Use locking when accessing the
	  registrations list. This list is not actually used very often, so
	  the likelihood of there being a problem is pretty small, but
	  still possible. For example, if the CLI command to list the
	  registrations was called at the same time that a reload was
	  occurring and the registrations list was getting destroyed and
	  rebuilt, a crash could occur.

2006-12-07 18:14 +0000 [r48356]  Russell Bryant <[email protected]>

	* res/res_musiconhold.c: Ensure that the file position is not
	  incremented beyond the total number of files available for
	  playback. (issue #8539, ulogic)

2006-12-06 16:05 +0000 [r48322]  Russell Bryant <[email protected]>

	* configs/iax.conf.sample: Fix the name of the rtignoreregexpire
	  option in the sample configuration file. (issue #8526, arkadia)

2006-12-06 15:48 +0000 [r48321]  Christian Richter <[email protected]>

	* doc/README.misdn, channels/chan_misdn.c,
	  channels/misdn/isdn_msg_parser.c: added the export and import of
	  the MISDN_ADDRESS_COMPLETE Variable to inidcate wether the
	  extension is already completely dialed or if there might come
	  additional digits by information elements. also added some docs
	  for that.

2006-12-06 15:42 +0000 [r48320]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #8528 - make sure we don't delete the
	  dialog too quickly after receiving a 487. Move 487 handling into
	  handle_response_invite where it really belongs and don't add an
	  ALREADYGONE flag to the dialog.

2006-12-06 14:35 +0000 [r48319]  Christian Richter <[email protected]>

	* channels/chan_misdn.c: changed a few debugs to higher debug
	  levels

2006-12-06 12:14 +0000 [r48272-48315]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Don't add Contact header on BYE, CANCEL,
	  MESSAGE requests (Bye, Cancel backported from 1.4, MESSAGE bug
	  reported to me by Gunnar at Omnitor)

	* channels/chan_sip.c: Only set the ALREADYGONE flag once in
	  handle_response()

2006-12-05 01:26 +0000 [r48251]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: If the recording in the database is too
	  large, it will fail to retrieve with an mmap error. Not too sure
	  why this doesn't happen when we put it in the database, also, but
	  since that doesn't seem to be broken, I'm not going to fix it (at
	  least until someone reports it). Solution is to ask for the file
	  in smaller chunks. (Bug 8385)

2006-12-04 21:20 +0000 [r48236-48246]  Jason Parker <[email protected]>

	* apps/app_voicemail.c: Revert change from 8016 - this breaks other
	  stuff... Needs further review. Tip: When you've reported a bug
	  about something and somebody has put up a patch for it.. It's not
	  a good idea to open a completely new bug and say that something
	  is broken because of the patch in the other bug - PLEASE mention
	  something in the bug where the patch was actually created.

	* apps/app_voicemail.c: Fix an issue where a message isn't saved
	  correctly when using ODBC storage and reviewing a message. Issue
	  8016 - patch by sokhapkin.

2006-12-04 18:14 +0000 [r48233]  Joshua Colp <[email protected]>

	* channel.c: If the generic bridge tells us not to retry, and we
	  have a frame to spit out then break the bridge. Props to markit
	  in #asterisk-bugs for bringing this up.

2006-12-01 23:30 +0000 [r48192]  Kevin P. Fleming <[email protected]>

	* apps/app_dial.c: if Dial() is going to send music-on-hold to the
	  calling party, it has to send PROGRESS first to ensure that the
	  reverse audio path has been setup first (BE-106)

2006-12-01 20:19 +0000 [r48183]  Jason Parker <[email protected]>

	* configs/extensions.conf.sample: Fix a small typo - issue 8848,
	  reported by pabelanger

2006-11-30 20:47 +0000 [r48165]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue 8319 - noriyuki - nonce-count updated
	  *after* use

2006-11-30 20:27 +0000 [r48142-48161]  Joshua Colp <[email protected]>

	* channel.c: Don't write AST_FRAME_NULL or AST_FRAME_IAX frames out
	  to the channel driver. (issue #8390 reported by hselasky)

	* channels/chan_iax2.c: Only print out debug message if bridged
	  channel is not NULL. (issue #8412 reported by jubilex)

	* res/res_features.c: Do not listen for DTMF on the bridge that
	  comes into existence when ParkedCall is executed. This means
	  native bridging can now occur for this. (issue #8406 reported by
	  kebl0155)

	* cdr.c: Print certain CDR messages out at the NOTICE level versus
	  WARNING since they can occur when used with the CDR applications
	  and are perfectly fine. (issue #8367 reported by dartvader)

	* res/res_features.c: Remember the pointer to the allocated block
	  of memory so that we can free it and not cause a memory leak.
	  (issue #8449 reported by arkadia)

	* configs/sip.conf.sample: Document 'port' for SIP peers, came up
	  because of the current mailing list thread. (issue #8450 reported
	  by blitzrage)

2006-11-30 09:05 +0000 [r48127]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Do proper test and don't leave dialogs
	  hanging...

2006-11-29 16:47 +0000 [r48053-48106]  Joshua Colp <[email protected]>

	* rtp.c: If the frame was duplicated before writing out then we
	  need to free it. (issue #8429 reported by edguy3)

	* channels/chan_phone.c: According to the research I have done we
	  never needed to include compiler.h in the first place so let's
	  not! (issue #8430 reported by edguy3)

	* apps/app_voicemail.c: Use the proper function to get the new
	  message count instead of always using the filesystem. (issue
	  #8421 reported by slimey)

2006-11-27 17:15 +0000 [r48045]  Tilghman Lesher <[email protected]>

	* res/res_musiconhold.c: Random MOH wasn't really random (bug 8381)

2006-11-27 15:30 +0000 [r48037]  Joshua Colp <[email protected]>

	* pbx/pbx_spool.c: Do not reference the freed outgoing structure in
	  the debug message. (issue #8425 reported by arkadia)

2006-11-24 14:33 +0000 [r47987]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Change some logging levels. Not having hints
	  is not an ERROR, but still should be reported.

2006-11-23 16:10 +0000 [r47968]  Christian Richter <[email protected]>

	* channels/misdn_config.c, channels/chan_misdn.c,
	  channels/misdn/isdn_lib.c: fixed a litle bug regarding
	  HOLD/RETRIEVE. beatufied some logs, changed some loglevels.
	  changed the default value of block_on_alarm

2006-11-23 10:54 +0000 [r47958]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Remove unused variable (rizzo)

2006-11-22 02:19 +0000 [r47910]  Steve Murphy <[email protected]>

	* channel.c: This is the fix for bug 8386, wherein the time-limit
	  args to dial didn't work correctly

2006-11-20 19:59 +0000 [r47862]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Failing to trap -1 error from mmap causes
	  segfault (Issue 8385)

2006-11-20 19:50 +0000 [r47855-47859]  Joshua Colp <[email protected]>

	* frame.c: Don't forget to byte swap if we are exiting the smoother
	  feed early. (issue #8287 reported by arturs)

	* channels/chan_sip.c: Free history items at the end of use of the
	  temporary SIP pvt structure. (issue #8383 reported by benh)

2006-11-20 10:17 +0000 [r47842]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Just to be safe, disable all the scheduled
	  items after deleting a scheduler entry (rizzo)

2006-11-17 19:02 +0000 [r47802]  Kevin P. Fleming <[email protected]>

	* channel.c: backport proper channel_find_locked behavior from 1.4
	  branch (noted by Steve Davies on asterisk-dev list)

2006-11-16 23:16 +0000 [r47780]  Jason Parker <[email protected]>

	* apps/app_dial.c, apps/app_cut.c, apps/app_directory.c,
	  apps/app_db.c: Fix a couple of typos in applications.. Initially
	  spotted by mrobinson.

2006-11-16 22:57 +0000 [r47776]  Kevin P. Fleming <[email protected]>

	* doc/README.cdr: update clearly wrong documentation regarding
	  cdr_custom

2006-11-16 20:29 +0000 [r47750-47761]  Joshua Colp <[email protected]>

	* cdr/Makefile: Look for the header file specifically in all cases,
	  not just the existence of the directory. (issue #8358 reported by
	  mrness)

	* channels/chan_local.c: Because of the way chan_local is written
	  we should be extra careful and make sure our callback functions
	  have a tech_pvt. (issue #8275 reported by mflorell)

2006-11-16 16:44 +0000 [r47743]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Don't fixup if we haven't got PVT.
	  Suggestion from Martin Vit on -dev mailing list inspired by
	  file's commit to chan_local. "This shouldn't happen" ;-)

2006-11-15 22:29 +0000 [r47711]  Joshua Colp <[email protected]>

	* channels/chan_local.c: Make sure that the pvt structure exists
	  before trying to do fixup on Local channels. (issue #7937
	  reported by mada123, fix by alamantia with mods by me)

2006-11-15 21:18 +0000 [r47705]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: CANCEL requests are never authenticated
	  (according to RFC 3261)

2006-11-15 20:30 +0000 [r47666-47696]  Kevin P. Fleming <[email protected]>

	* apps/app_voicemail.c: correct argument name typo that caused
	  global variable to be used instead of the one for the specified
	  voicemail user

	* config.c: when re-writing the config file, don't repeat the path
	  if it hasn't changed

	* config.c: when appending a list of variable to a category, ensure
	  the tail pointer points to the last variable in the list

	* config.c: clear the category's variable tail pointer as well when
	  variables are detached from it

	* config.c: ouch... don't use printf, use ast_log/ast_verbose

	* apps/app_voicemail.c, include/asterisk/config.h: ensure that
	  message duration is included in email notifications for forwarded
	  messages (BE-96, fix by me after corydon used his clue-bat on me)
	  ensure that duration in the message metadata is updated if
	  prepending is done during forwarding (related to BE-96) remove
	  prototype for API call that does not exist

2006-11-15 15:17 +0000 [r47648-47655]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Send error message if we fail to allocate
	  sip socket, possibly caused by too few file handles (wasn't
	  possible before, but with the new way of sending temp messages,
	  it is). Found this bug under heavy load testing with SIPP.

	* channels/chan_sip.c: Sending 200 OK and not getting ACK is
	  considered critical for the call.

2006-11-14 22:15 +0000 [r47631]  Joshua Colp <[email protected]>

	* apps/app_voicemail.c: Update copyright information in the ADSI
	  logo blob.

2006-11-14 11:06 +0000 [r47596]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Avoid collissions between the peerpoke
	  system and the retransmits. Issue #8272. In some cases, changed
	  timers caused the retransmit system to destroy the dialog before
	  peerpoke_expire got a chance.

2006-11-13 21:26 +0000 [r47583]  Joshua Colp <[email protected]>

	* cdr/cdr_pgsql.c: Initialize global pointers for connection and
	  result to NULL. (issue #8356 reported by james)

2006-11-13 20:18 +0000 [r47580]  Tilghman Lesher <[email protected]>

	* channels/chan_sip.c: Having more than 255 old messages caused
	  corruption in the new/old count

2006-11-13 19:04 +0000 [r47571]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Don't send 487 if we've already sent 200 OK
	  on invite at time of receiving a BYE in the same transaction.
	  (SIPP testing)

2006-11-13 17:05 +0000 [r47549]  Joshua Colp <[email protected]>

	* apps/app_sms.c: When sending an SMS with a user data header
	  properly set the UDH flag in the first byte. (issue #8347
	  reported by hoffmeis)

2006-11-13 05:45 +0000 [r47522-47525]  Tilghman Lesher <[email protected]>

	* res/res_odbc.c: If the execute fails a second time, make sure
	  that we don't pass back a stale handle

	* channels/chan_zap.c: Don't play dialtone if the seizing the
	  channel fails (Bug 7754)

2006-11-12 06:09 +0000 [r47496]  Russell Bryant <[email protected]>

	* channels/chan_iax2.c: Only do the check to determine whether the
	  channel calling this function is an IAX2 channel when getting the
	  IP address using the special argument, CURRENTCHANNEL. (issue
	  #8341, jcovert)

2006-11-10 20:46 +0000 [r47452-47470]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Clear dialog on loop (backport from 1.4 by
	  mistake)

	* channels/chan_sip.c: - Don't check for ignore in blocks that
	  isn't reached if ignore is on... - return properly after sending
	  reply in handle_request_invite

	* channels/chan_sip.c: Fix multipart/mixed SDP support (issue 8010,
	  alphaque)

2006-11-09 16:48 +0000 [r47379]  Joshua Colp <[email protected]>

	* channels/chan_phone.c: Don't include compiler.h on kernels 2.6.18
	  and higher as, well, it's apparently going to be removed. This
	  should make all you FC6 fans happy as your Asterisk will now
	  build without any mods.

2006-11-09 13:09 +0000 [r47359]  Christian Richter <[email protected]>

	* channels/misdn_config.c, channels/chan_misdn.c,
	  channels/misdn/chan_misdn_config.h: Fixed segfault when no
	  misdn.conf exists, reported by Igor Neves, thanks.

2006-11-08 07:40 +0000 [r47307-47308]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Remove dialog properly at unload of module
	  (rizzo)

2006-11-07 18:22 +0000 [r47274]  Steve Murphy <[email protected]>

	* include/asterisk/channel.h, channel.c: This mod for bug_7506, to
	  make the manager code output the proper event

2006-11-07 13:02 +0000 [r47248]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Don't ever reply to an ACK. (Issue 8265)

2006-11-07 01:22 +0000 [r47238]  Russell Bryant <[email protected]>

	* res/res_musiconhold.c: If random order is enabled for files mode
	  music on hold, set a random initial position, instead of always
	  starting at the first file, and doing the random operation only
	  when switching to the next file. (bug reported by John Lange on
	  the asterisk-dev mailing list)

2006-11-02 17:47 +0000 [r46964]  Russell Bryant <[email protected]>

	* res/res_musiconhold.c: ignore files in a music on hold directory
	  that begin with '.' (issue #8249, cboie)

2006-11-02 15:15 +0000 [r46899]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Don't overwrite flags in the packet

2006-11-02 13:55 +0000 [r46876]  Russell Bryant <[email protected]>

	* callerid.c: Add a missing call to free before returning in an
	  error condition (issue #8268, mrness)

2006-11-01 21:20 +0000 [r46838]  Matt O'Gorman <[email protected]>

	* logger.c: fix for bug #8083 crash caused by double free on m->msg

2006-11-01 19:52 +0000 [r46803]  Steve Murphy <[email protected]>

	* res/res_config_odbc.c: a fix for bug 8251; the var_val needs to
	  accept longer strings or mass confusion and a lot of lost time is
	  the result

2006-11-01 18:24 +0000 [r46776]  Russell Bryant <[email protected]>

	* res/res_monitor.c: soxmix and Asterisk expect different file
	  extensions for certain formats. This was already handled for the
	  wav49 format. However, it was not handled for ulaw and alaw. I
	  fixed this in such a way that using the alternate extensions for
	  ulaw and alaw will only happen if we know we're calling soxmix,
	  and not a custom script defined using the MONITOR_EXEC variable.
	  The wav49 processing was left alone so that external scripts will
	  see no behavior change. (issue #7550, reported by mnicholson,
	  proposed patch by junky, committed fix is a bit different)

2006-10-31 15:46 +0000 [r46662]  Tilghman Lesher <[email protected]>

	* apps/app_curl.c: Move thread-unsafe initializer to the module
	  loading code; add the corresponding function to the module unload
	  to fix a memory leak.

2006-10-31 09:49 +0000 [r46585-46610]  Olle Johansson <[email protected]>

	* channels/chan_sip.c, configs/sip.conf.sample: Another try to fix
	  ;rport NAT traversal support (issue #7473)

	* channels/chan_sip.c: If peer fails ACL check, fail the REGISTER
	  attempt

	* channels/chan_sip.c: On the other hand, we already copy the NAT
	  flags... Reverting.

	* channels/chan_sip.c: Issue 7473 - support ;rport on REGISTER
	  requests too.

2006-10-31 06:18 +0000 [r46557-46560]  Russell Bryant <[email protected]>

	* utils.c: When handling the case where the hostname is just an
	  IPV4 numeric address, be sure to set the address type. (issue
	  #8247, alexr)

	* res/res_agi.c: fix some copy/paste bugs in the checking of
	  arguments for the "control stream file" AGI command (issue #8255,
	  mnicholson)

2006-10-30 16:00 +0000 [r46402-46430]  Olle Johansson <[email protected]>

	* rtp.c: Bind rtcp to proper IP address

	* channels/chan_sip.c: Issue #7869 - Stop sending 302 redirect when
	  not getting an answer...

	* channels/chan_sip.c: issue #7608: Notifications with wrong
	  content-type. Reported by jsiddall.

2006-10-27 17:36 +0000 [r46361]  Russell Bryant <[email protected]>

	* res/res_agi.c, asterisk.c, apps/app_externalivr.c,
	  res/res_musiconhold.c: We should always be using _exit() after a
	  fork() or vfork() instead of exit(). This is because exit() does
	  some extra cleanup which in some implementations of vfork(), for
	  example, can actually modify the state of the parent process,
	  causing very weird bugs or crashes. (issue #7971, Nick Gavrikov)

2006-10-27 09:24 +0000 [r46350]  Christian Richter <[email protected]>

	* channels/misdn/isdn_lib.h, channels/chan_misdn.c,
	  channels/misdn/isdn_msg_parser.c, channels/misdn/isdn_lib.c:
	  fixed a bug which caused chan_misdn to try to allocate 2 times
	  the same channel on high load, which then caused instability of
	  mISDN. removed a useless function from isdn_lib.c

2006-10-26 20:06 +0000 [r46344]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #7240, by mistake only committed to
	  trunk (now 1.4), reported by edgreenberg in Issue #7966. Thanks
	  Ed!

2006-10-26 17:47 +0000 [r46332-46337]  Jason Parker <[email protected]>

	* contrib/scripts/astgenkey.8: oops - somebody forgot to change
	  this - long ago, probably.

	* channels/chan_skinny.c: Remove a useless ast_mutex_unlock. Issue
	  #8186, patch by anthonyl (fix suggested by benh).

2006-10-25 19:28 +0000 [r46213-46258]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Working to resolve #7608 - adding debug
	  output

	* channels/chan_sip.c: Fix the attack shield for 1.2 too. REFER and
	  NOTIFY can create dialogs in the world of Asterisk.

2006-10-25 08:41 +0000 [r46176]  Christian Richter <[email protected]>

	* channels/misdn_config.c, channels/chan_misdn.c,
	  channels/misdn/chan_misdn_config.h, configs/misdn.conf.sample:
	  added nttimeout option to configure wether we disconnect calls on
	  NT timeouts or not during an overlapdial session

2006-10-23 00:25 +0000 [r45927]  Joshua Colp <[email protected]>

	* cdr/cdr_odbc.c: Don't leak memory mmmk?

2006-10-21 12:35 +0000 [r45808]  Christian Richter <[email protected]>

	* channels/chan_misdn.c: fixed issue, that if chan_misdn is loaded
	  and couldn't be initialized it would cause a segfault after
	  'reload'. Reported by Drew/Matt thx.

2006-10-19 17:16 +0000 [r45691]  Joshua Colp <[email protected]>

	* apps/app_externalivr.c: Respect language selection when seeing if
	  the file exists (issue #8178 reported by mnicholson)
 
Neu: bristuff-0.3.0-PRE-1x mit asterisk-1.2.15 und chan-capi 1.0.0 rev. 422

Anmerkung: durch Verwendung des asterisk-opt anstelle des bristuff-opt werden die Kernel-Treiber für die hfc-Karten nicht installiert (ich werde daher zukünftig nur noch den bristuff-mod anbieten wobei man durch Wahl des entsprechenden opts dann halt die bristuff-Funktionalität mit reinnehmen kann oder nicht!).
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.