~damg/ubuntu/quantal/asterisk/LP1097687

« back to all changes in this revision

Viewing changes to UPGRADE-1.6.txt

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-10-15 22:24:34 UTC
  • mfrom: (1.2.8 upstream) (8.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101015222434-iy328q8in3lajzlv
Tags: 1:1.6.2.9-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Build-depend on hardening-wrapper
    + Change Maintainer
    + Removed Uploaders field.
    + Removed Debian Vcs-Svn entry and replaced with ubuntu-voip Vcs-Bzr,
      to reflect divergence in packages.
  - debian/rules: Make use of hardening-wrapper
  - debian/asterisk.init: chown /dev/dahdi
  - debian/backports/hardy: add file
  - debian/backports/asterisk.init.hardy: add file
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
  The "username" setting still work, but is deprecated and will not work in 
210
210
  the next version of Asterisk.
211
211
 
 
212
* SIP: The old "insecure" options, deprecated in 1.4, have been removed.
 
213
  "insecure=very" should be changed to "insecure=port,invite"
 
214
  "insecure=yes" should be changed to "insecure=port"
 
215
  Be aware that some telephony providers show the invalid syntax in their
 
216
  sample configurations.
 
217
 
212
218
* chan_local.c: the comma delimiter inside the channel name has been changed to a
213
219
  semicolon, in order to make the Local channel driver compatible with the comma
214
220
  delimiter change in applications.