pub/scm/linux/kernel/git/jejb/asterisk-aastra.git  about / heads / tags
Asterisk web integration for Aastra phones
$ git log --pretty=format:'%h %s (%cs)%d'
de6e5c7 New AGI format in asterisk 16 (2019-01-19)
	(HEAD -> master)
82ae648 lighting: add new function (2019-01-04)
93a0039 Aastra classes: let 6739i use icons (2019-01-04)
08b9ee7 Makefile: add clean target (2018-06-02)
7591fb8 Add timezone to voicemail display (2018-06-01)
2f50296 php7 fixes (2018-06-01)
1c6d909 BaseList: fix page traversal on 6739i (2016-12-01)
5e2ba55 Add missing doc prerequisits (2015-07-24)
724b9fc Fix Empty list and title handing (2013-12-16)
6a37be5 TextScreen: refactor to eliminate dependence on AastraIPPhone classes (2013-05-10)
...

$ git cat-file blob HEAD:README
Aastra XML phone management php classes
=======================================

Currently this feature set is tuned for the 6739i only

Note that in order to get certain features to work right, the webserver has to
run as user asterisk.  The config file expects to use the Apache MPM itk for
this.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       New AGI format in asterisk 16 (2019-01-19)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 lkml
          1 netdev
          1 linux-scsi
          1 linux-rdma
          1 fio
          1 bitbake-devel

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/jejb/asterisk-aastra.git