[asterisk-commits] may: branch may/ooh323_qsig r368560 - /team/may/ooh323_qsig/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jun 5 18:48:50 CDT 2012


Author: may
Date: Tue Jun  5 18:48:46 2012
New Revision: 368560

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368560
Log:
Multiple revisions 368435,368441,368455,368466-368467,368472

........
  r368435 | mmichelson | 2012-06-05 00:26:12 +0400 (Tue, 05 Jun 2012) | 35 lines
  
  Merge changes dealing with support for Digium phones.
  
  Presence support has been added. This is accomplished by
  allowing for presence hints in addition to device state
  hints. A dialplan function called PRESENCE_STATE has been
  added to allow for setting and reading presence. Presence
  can be transmitted to Digium phones using custom XML
  elements in a PIDF presence document.
  
  Voicemail has new APIs that allow for moving, removing,
  forwarding, and playing messages. Messages have had a new
  unique message ID added to them so that the APIs will work
  reliably. The state of a voicemail mailbox can be obtained
  using an API that allows one to get a snapshot of the mailbox.
  A voicemail Dialplan App called VoiceMailPlayMsg has been
  added to be able to play back a specific message.
  
  Configuration hooks have been added. Configuration hooks
  allow for a piece of code to be executed when a specific
  configuration file is loaded by a specific module. This is
  useful for modules that are dependent on the configuration
  of other modules.
  
  chan_sip now has a public method that allows for a custom
  SIP INFO request to be sent mid-dialog. Digium phones use
  this in order to display progress bars when files are played.
  
  Messaging support has been expanded a bit. The main
  visible difference is the addition of an AMI action
  MessageSend.
  
  Finally, a ParkingLots manager action has been added in order
  to get a list of parking lots.
........
  r368441 | mmichelson | 2012-06-05 00:30:07 +0400 (Tue, 05 Jun 2012) | 3 lines
  
  Remove automerge properties.
........
  r368455 | mmichelson | 2012-06-05 00:40:12 +0400 (Tue, 05 Jun 2012) | 3 lines
  
  Remove some extra debugging I forgot to remove in the merge of Digium phone support.
........
  r368466 | mmichelson | 2012-06-05 00:51:17 +0400 (Tue, 05 Jun 2012) | 8 lines
  
  Add vim syntax highlighting for type=line, type=phone, and type=application.
  
  (closes issue ASTERISK-19800)
  Reported by: Billy Chia
  Patches:
  	asterisk.vim.patch uploaded by Billy Chia (license #6381)
........
  r368467 | mmichelson | 2012-06-05 00:53:43 +0400 (Tue, 05 Jun 2012) | 3 lines
  
  Also have vim syntax-highlight type=network.
........
  r368472 | rmudgett | 2012-06-05 01:18:04 +0400 (Tue, 05 Jun 2012) | 13 lines
  
  Document BLINDTRANSFER behavior change.
  
  (issue ASTERISK-19322)
  
  (closes issue ASTERISK-19875)
  Reported by: call
  ........
  
  Merged revisions 368469 from http://svn.asterisk.org/svn/asterisk/branches/1.8
  ........
  
  Merged revisions 368470 from http://svn.asterisk.org/svn/asterisk/branches/10
........

Merged revisions 368435,368441,368455,368466-368467,368472 from http://svn.asterisk.org/svn/asterisk/trunk

Modified:
    team/may/ooh323_qsig/   (props changed)

Propchange: team/may/ooh323_qsig/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Jun  5 18:48:46 2012
@@ -1,1 +1,1 @@
-/trunk:1-368372,368421
+/trunk:1-368372,368421,368435-368472




More information about the asterisk-commits mailing list