]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_calendar: Various fixes
authorSean Bright <sean.bright@gmail.com>
Wed, 13 Sep 2017 19:08:39 +0000 (15:08 -0400)
committerSean Bright <sean.bright@gmail.com>
Wed, 13 Sep 2017 19:46:43 +0000 (15:46 -0400)
commitdb785ddb92f10ab3d17736c5d0845c330e19cd6d
tree67f9c59198898b6245ff300dc69f7a1a36e1a798
parent1aef4fe9df48c0fbbd344f1d2a03447d063c9ddb
res_calendar: Various fixes

* The way that we were looking at XML elements for CalDAV was extremely
  fragile, so use SAX2 for increased robustness.

* Don't complain about a 'channel' not be specified if autoreminder is
  not set. Assume that if 'channel' is not set, we don't want to be
  notified.

* Fix some truncated CLI output in 'calendar show calendar' and make the
  'Autoreminder' description a bit more clear

ASTERISK-24588 #close
Reported by: Stefan Gofferje

ASTERISK-25523 #close
Reported by: Jesper

Change-Id: I200d11afca6a47e7d97888f286977e2e69874b2c
res/res_calendar.c
res/res_calendar_caldav.c