6fcc8ed36b 
								
							
								 
							
						 
						
							
							
								
								Update CHANGES  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54575  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								93dbf3306f 
								
							
								 
							
						 
						
							
							
								
								Updates and re-organization to make it easier to digest this information  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54465  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								f60efe347a 
								
							
								 
							
						 
						
							
							
								
								This introduces a new dialplan function, DEVSTATE, which allows you to do some  
							
							... 
							
							
 
							
							pretty cool things.
First, you can get the device state of anything in the dialplan:
  NoOp(SIP/mypeer has state ${DEVSTATE(SIP/mypeer)})
  NoOp(The conference room 1234 has state ${DEVSTATE(MeetMe:1234)})
Most importantly, this allows you to create custom device states so you can
control phone lamps directly from the dialplan.
  Set(DEVSTATE(Custom:mycustomlamp)=BUSY)
  ...
  exten => mycustomlamp,hint,Custom:mycustomlamp
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54261  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								b1b339e612 
								
							
								 
							
						 
						
							
							
								
								Add core show channels count CLI command. (issue  #8932  reported by mr_mehul_shah)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52525  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								e6f894b27a 
								
							
								 
							
						 
						
							
							
								
								Add DBDel and DBDelTree manager commands. (issue  #8516  reported by dprado)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52308  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								1fda861ff8 
								
							
								 
							
						 
						
							
							
								
								Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR. (issue  #8165  reported by mnicholson)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51592  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								34df128519 
								
							
								 
							
						 
						
							
							
								
								Add SRV Lookup support on outbound calls to chan_iax2. It's listed in the RFC so we might want to support it and please don't hurt me Marko ... (issue  #7812  reported by drorlb)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51560  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								dd23f68d18 
								
							
								 
							
						 
						
							
							
								
								Add 's' option to Page application which checks devicestate before dialing. (issue  #8673  reported by sunder)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51215  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								10e3cba61e 
								
							
								 
							
						 
						
							
							
								
								Add parkedcalltransfers option for res_features. This basically enables/disables DTMF based transfers. If you want to get former behavior you will have to make sure it is enabled.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51152  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								04426fab2c 
								
							
								 
							
						 
						
							
							
								
								Add support for G729 passthrough with Sigma Designs boards. (issue  #8829  reported by ywalther)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51144  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								033d849bda 
								
							
								 
							
						 
						
							
							
								
								Drop trunkrealloc option and just have the maximum size be a configurable option. This is per Kevin's comments on -dev and my own thoughts after I put the previous option in.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50698  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								c4b4615dcd 
								
							
								 
							
						 
						
							
							
								
								Merge in trunkrealloc option for chan_iax2. (issue  #8267  reported by marcodmb, branch by anthonyl)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50676  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								c6dad7378d 
								
							
								 
							
						 
						
							
							
								
								Update CHANGES, make section about SIP. This might be a good way to handle  
							
							... 
							
							
 
							
							other parts of this file too, as it grows.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49082  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								2c5071a006 
								
							
								 
							
						 
						
							
							
								
								- Convert the list of URI handlers to use the linked list macros.  While doing  
							
							... 
							
							
 
							
							this, implementing locking of this list to make it thread-safe.
- Add a "redirect" option to http.conf that allows redirecting one URI to
  another.  I was inspired to do this while playing with the Asterisk GUI.  I
  got tired of typing this URL to get to the GUI:
     
     http://localhost:8088/asterisk/static/config/cfgadvanced.html 
  So, now I have the following line in http.conf:
     redirect=/=/asterisk/static/config/cfgadvanced.html
  Now, I can type the following into my browser and go to the GUI:
     http://localhost:8088 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48930  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								9327720c37 
								
							
								 
							
						 
						
							
							
								
								As per bug 7978, this version introduces the jittertargetextra option in config files  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48663  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								25daa31706 
								
							
								 
							
						 
						
							
							
								
								Clarify a bit more.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47935  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								389aeef086 
								
							
								 
							
						 
						
							
							
								
								Need to update the CHANGES file as well for the maxfiles option.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47934  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								64d5316a53 
								
							
								 
							
						 
						
							
							
								
								Add 'loose' option to joinempty and leavewhenempty which is almost exactly like 'strict' except it does not count paused queue members as unavailable. (issue  #8263  reported by gnarf)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47567  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								c5780b19c8 
								
							
								 
							
						 
						
							
							
								
								Display CID matching information when using dialplan show. (issue  #8279  reported by caio1982)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47335  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								31287fd3aa 
								
							
								 
							
						 
						
							
							
								
								Add a couple of things to the CHANGES file  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46849  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								3d742b51ef 
								
							
								 
							
						 
						
							
							
								
								OOps. forgot to add this to CHANGES  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46774  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								95a4fc7af2 
								
							
								 
							
						 
						
							
							
								
								* Added option to run macro when a queue member is connected to a caller,  
							
							... 
							
							
 
							
							see queues.conf.sample for details.
  * Added QUEUE_VARIABLES function to set queue variables added setqueuevar and
    setqueueentryvar options for each queue, see queues.conf.sample for details.
								(#8216 , jmls reported and submitted)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46369  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								4a523b1b2d 
								
							
								 
							
						 
						
							
							
								
								Add the ability to customize some of the prompts used within the voicemail  
							
							... 
							
							
 
							
							application by configuring them in voicemail.conf (issue #7415 , patch by
fkasumovic, with some fixes and documentation updates by myself)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46360  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								307e310dee 
								
							
								 
							
						 
						
							
							
								
								document a couple of recently introduced feature  
							
							... 
							
							
 
							
							also including the version number where the feature appeared.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46198  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								2ee00d58c7 
								
							
								 
							
						 
						
							
							
								
								Just for Nicholson - here's an option, C, to Meetme that will allow it to continue in the dialplan if the person is kicked out. (issue  #7994  reported by mnicholson with mods by myself)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45610  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								500353e095 
								
							
								 
							
						 
						
							
							
								
								Extend CALLERID() function for "pres" and "ton" values  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44685  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								3d323f5345 
								
							
								 
							
						 
						
							
							
								
								As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44435  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								31800f61c3 
								
							
								 
							
						 
						
							
							
								
								Strat becomes Strategy based on feedback from two nameless fellows  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44297  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								e550109383 
								
							
								 
							
						 
						
							
							
								
								Add 'Strat' manager field to QueueParams event. (issue  #7704  reported by renemendoza)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44274  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								b5f2589e33 
								
							
								 
							
						 
						
							
							
								
								Add Masquerade manager event which trips when a masquerade happens (issue  #7840  reported by moy)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44273  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								8ff3dd273a 
								
							
								 
							
						 
						
							
							
								
								Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue  #8046  reported by jmls)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44218  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								3e4a081e1c 
								
							
								 
							
						 
						
							
							
								
								Make callerid fields in Manager events more consistent. CallerIDNum for number and CallerIDName for name. (issue  #7976  reported by suhler)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44217  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								e5203bb283 
								
							
								 
							
						 
						
							
							
								
								Add option to logger to rename log files with timestamp (issue  #8020  reported by jmls)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44172  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								cc1945ce1b 
								
							
								 
							
						 
						
							
							
								
								Add option 'keepstats' which will keep queue statistics during a reload. (issue  #7908  reported by jmls)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44150  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								9cf1f14ed5 
								
							
								 
							
						 
						
							
							
								
								Handle HOLD/RETRIEVE notifications  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43845  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								b6a81ea3ec 
								
							
								 
							
						 
						
							
							
								
								Update CHANGES to reflect libcap capability that was added.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43836  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								35b951d2ac 
								
							
								 
							
						 
						
							
							
								
								This commits the changes to AEL to use the gosub-with-args from Tilghman to perform macro calls. This results in substantially smaller stack footprint, which allows macro call depths in excess of 100,000 levels, rather than the limit of 7 calls deep, which the Macro app is subject to.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43747  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								5ec4e62b00 
								
							
								 
							
						 
						
							
							
								
								update CHANGES file to reflect codec support in chan_skinny  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43702  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								6c8f54c1a8 
								
							
								 
							
						 
						
							
							
								
								start a CHANGES file for trunk... no need to force people to have to review commit logs after branching  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43687  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								2c65582b66 
								
							
								 
							
						 
						
							
							
								
								remove extraneous svn:executable properties  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								9a06a7c14c 
								
							
								 
							
						 
						
							
							
								
								formatting ...  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7036  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								5efc81c789 
								
							
								 
							
						 
						
							
							
								
								This is a start toward coming up with a feature ChangeLog.  It is from some  
							
							... 
							
							
 
							
							notes I was keeping while writing some documentation.  It needs some formatting
help as well as short descriptions for each of the new options.  We also need to
come up with a list for all the time not accounted for here.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7028  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								661a2b97af 
								
							
								 
							
						 
						
							
							
								
								update with today's work  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6939  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								bb47f9fdc3 
								
							
								 
							
						 
						
							
							
								
								rename ChangeLog to CHANGES, a file which will contain a list of the significant changes between Asterisk releases  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6927  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								65f586c866 
								
							
								 
							
						 
						
							
							
								
								Merge ChangeLog from the v1-0 branch and begin a major feature addition list  
							
							... 
							
							
 
							
							for 1.2.  I know this list is very incomplete so anyone that would like to help
add stuff, please contact me.  (No, 1.0.10 hasn't been released.  That is going
to come out with 1.2).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6738  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								fbc2051442 
								
							
								 
							
						 
						
							
							
								
								Update ChangeLog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4142  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								c1a5796446 
								
							
								 
							
						 
						
							
							
								
								Update changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3889  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								cd4ebb34ec 
								
							
								 
							
						 
						
							
							
								
								Update chanelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3887  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								15c6bf0860 
								
							
								 
							
						 
						
							
							
								
								Add iax2 parsing for TNS/TON/PRES  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3877  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								ca88a7476f 
								
							
								 
							
						 
						
							
							
								
								update description for VoiceMailMain (bug  #2546 )  
							
							... 
							
							
 
							
							update ChangeLog for Asterisk 1.0.1
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3854  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								66bf105bbc 
								
							
								 
							
						 
						
							
							
								
								add ability to purge callers from queue if no agents are logged in  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3847  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								efd42d2d5c 
								
							
								 
							
						 
						
							
							
								
								make pick-up extension configurable.  update ChangeLog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3843  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								a23534c4e2 
								
							
								 
							
						 
						
							
							
								
								Update Changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3821  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								c14b405974 
								
							
								 
							
						 
						
							
							
								
								Make Asterisk cause codes match those of Q.931 (bug  #1999 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3603  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								cbe0264949 
								
							
								 
							
						 
						
							
							
								
								Prep for RC-2  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3599  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								f3522b6c01 
								
							
								 
							
						 
						
							
							
								
								Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" option to meetme and add ${MEETME_EXIT_CONTEXT}, 3) Allow SIP call parking with supervised transfer, 4) Only create parking entries when calls actually get parked, 5) Add "sunshine" song, 6) Update hardware documentation, 7) Don't load empty strings from history file  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3572  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								823f4559c9 
								
							
								 
							
						 
						
							
							
								
								Update Changelog/BUGS  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3455  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								0a059f8ce1 
								
							
								 
							
						 
						
							
							
								
								Update Chanelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3301  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								5ae7b48700 
								
							
								 
							
						 
						
							
							
								
								Update changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3173  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								17e2416f68 
								
							
								 
							
						 
						
							
							
								
								Merge queue changes from Bug  #214  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2415  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								548d6bb6c0 
								
							
								 
							
						 
						
							
							
								
								Add G.726, revise Changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2260  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								e2ecedfa70 
								
							
								 
							
						 
						
							
							
								
								Add Icecast streaming support  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2185  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								9a7374faf0 
								
							
								 
							
						 
						
							
							
								
								Countless small bugfixes  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2124  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								de08da1003 
								
							
								 
							
						 
						
							
							
								
								Update as we go this time  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2047  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								3b4935ad97 
								
							
								 
							
						 
						
							
							
								
								Modify Changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2022  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								51bac49a91 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2008  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								9e980fde5f 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2007  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								5d32badfee 
								
							
								 
							
						 
						
							
							
								
								Update Changelog and README  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1671  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								8cd100de39 
								
							
								 
							
						 
						
							
							
								
								Add PGSQL support  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1594  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								5c19df841a 
								
							
								 
							
						 
						
							
							
								
								Update changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1422  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								5a25985a00 
								
							
								 
							
						 
						
							
							
								
								Add true native data mode bridging  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1410  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								fff9b4ecba 
								
							
								 
							
						 
						
							
							
								
								Shave off a smaller amount of time (bug  #79 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1356  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								d91f72fd5f 
								
							
								 
							
						 
						
							
							
								
								Add any missing locking calls  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1312  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								e4614cf487 
								
							
								 
							
						 
						
							
							
								
								Add optional pedantic SIP checking  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1298  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								cd5a6fd5d8 
								
							
								 
							
						 
						
							
							
								
								Allow extension names, include context, and switches to use global variables  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1256  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								1fb2eaabf3 
								
							
								 
							
						 
						
							
							
								
								Implement remaining queue strategies, ADSI fixes, and queue config updates  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1252  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								748c909e7b 
								
							
								 
							
						 
						
							
							
								
								Update changelog and update agents configa  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1157  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								b0760f8006 
								
							
								 
							
						 
						
							
							
								
								Make RTP ports configurable  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1026  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								978733388c 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1018  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								687b0543c8 
								
							
								 
							
						 
						
							
							
								
								Make voicemail segmentable into multiple contexts  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@986  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								be6da9b8ea 
								
							
								 
							
						 
						
							
							
								
								Add ENUM lookup support  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@932  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								80e0c565cd 
								
							
								 
							
						 
						
							
							
								
								Retrieve confmute status from zap if it supports it  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@929  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								0cfae29887 
								
							
								 
							
						 
						
							
							
								
								Add preliminary voicetronix support  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@853  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								c4da749362 
								
							
								 
							
						 
						
							
							
								
								Add iLBC codec  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@852  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								dd2c3a3d48 
								
							
								 
							
						 
						
							
							
								
								Update Changelog for 0.4.0  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@833  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								8b8de46573 
								
							
								 
							
						 
						
							
							
								
								add a space  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@817  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								091c4e1a85 
								
							
								 
							
						 
						
							
							
								
								note EXTEN-n to EXTEN:n change  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@816  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								39094852db 
								
							
								 
							
						 
						
							
							
								
								Merge and edit Nick's dial support  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@813  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								70daa486aa 
								
							
								 
							
						 
						
							
							
								
								Update Changelog  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@811  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								43604eb770 
								
							
								 
							
						 
						
							
							
								
								Implement call pickup on SIP, override context if appropriate  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@791  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								c88abff66a 
								
							
								 
							
						 
						
							
							
								
								Changelog update  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@772  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								5c18d407c5 
								
							
								 
							
						 
						
							
							
								
								Fix contact header, don't transmit BYE when INVITE are still outstanding  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@765  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								f8755643cd 
								
							
								 
							
						 
						
							
							
								
								Merge enhanced status changes, add SIP subscribe from Andre  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@759  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								77b48c0aed 
								
							
								 
							
						 
						
							
							
								
								Make call forwarding work properly by using new Local channel  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@758  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								503f3be1d2 
								
							
								 
							
						 
						
							
							
								
								Make context/extension names case sensitive  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@719  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								43b082cf5c 
								
							
								 
							
						 
						
							
							
								
								Merge Mahmut's recording patches  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@686  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								7640e83360 
								
							
								 
							
						 
						
							
							
								
								Sun Mar 16 07:00:01 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@646  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								66a57e51e3 
								
							
								 
							
						 
						
							
							
								
								Wed Mar 12 07:00:01 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@641  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								c1e327a713 
								
							
								 
							
						 
						
							
							
								
								Mon Mar 10 07:00:00 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@637  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								32b4c314f9 
								
							
								 
							
						 
						
							
							
								
								Sun Mar  9 07:00:01 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@636  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								d50ea0e9d4 
								
							
								 
							
						 
						
							
							
								
								Sat Mar  8 07:00:00 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@635  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								a8723ad68f 
								
							
								 
							
						 
						
							
							
								
								Thu Mar  6 07:00:01 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@633  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								fa50831650 
								
							
								 
							
						 
						
							
							
								
								Wed Mar  5 07:00:00 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@632  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								b9ae36c893 
								
							
								 
							
						 
						
							
							
								
								dom mar  2 20:52:10 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@629  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								17769619c2 
								
							
								 
							
						 
						
							
							
								
								Sun Feb 23 07:00:00 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@621  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								cf3b725fe9 
								
							
								 
							
						 
						
							
							
								
								mar feb 18 19:15:15 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@618  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								9ea88c1825 
								
							
								 
							
						 
						
							
							
								
								Mon Feb 17 07:00:01 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@617  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								1c156b82d1 
								
							
								 
							
						 
						
							
							
								
								Sun Feb 16 07:00:01 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@616  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								2bd936105e 
								
							
								 
							
						 
						
							
							
								
								mer feb 12 14:56:57 CET 2003  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@612  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								d2f186de49 
								
							
								 
							
						 
						
							
							
								
								Version 0.3.0 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@610  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								8d811b503f 
								
							
								 
							
						 
						
							
							
								
								Version 0.2.0 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@527  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago  
				
					
						
							
							
								 
						
							
							
								dcb600ff3b 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.12 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@476  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							24 years ago  
				
					
						
							
							
								 
						
							
							
								f683340aa5 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.11 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@427  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							24 years ago  
				
					
						
							
							
								 
						
							
							
								cf4fe25d62 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.10 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							24 years ago  
				
					
						
							
							
								 
						
							
							
								c555c6fbcf 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.9 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							24 years ago  
				
					
						
							
							
								 
						
							
							
								7e5ebff4c4 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.8 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@320  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							25 years ago  
				
					
						
							
							
								 
						
							
							
								832e39f98f 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.7 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@261  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							25 years ago  
				
					
						
							
							
								 
						
							
							
								d3417cad56 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.6 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							25 years ago  
				
					
						
							
							
								 
						
							
							
								ce46416cb3 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.5 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@222  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							25 years ago  
				
					
						
							
							
								 
						
							
							
								83b4945e05 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.4 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@219  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							25 years ago  
				
					
						
							
							
								 
						
							
							
								e69da9d0ab 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.3 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							26 years ago  
				
					
						
							
							
								 
						
							
							
								5800db6556 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.2 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							26 years ago  
				
					
						
							
							
								 
						
							
							
								d73d60a578 
								
							
								 
							
						 
						
							
							
								
								Version 0.1.1 from FTP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							26 years ago