]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Bring sig_analog extraction more into alignment with orig-trunk/v1.6.2 chan_dahdi.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 19 Nov 2010 16:47:11 +0000 (16:47 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 19 Nov 2010 16:47:11 +0000 (16:47 +0000)
commit7fbafbd5dffffe25381ca48c6f4018f379ca2d6e
treeea3566c431d2f3a6eea68ec0f85aeb7162155ba0
parentb007bcc9b03504d361a447f877b03882bd37415f
Bring sig_analog extraction more into alignment with orig-trunk/v1.6.2 chan_dahdi.

* Restore SMDI support.
* Fixed initial value of struct analog_pvt.use_callerid.  It may get
forced on depending upon other config options.
* Call analog_dnd() instead of manual inlined code.
* Removed unused struct analog_pvt.usedistinctiveringdetection.
* Removed the struct analog_pvt.unknown_alarm flag.  It was really the
struct analog_pvt.inalarm flag.
* Use ast_debug() instead of ast_log(LOG_DEBUG).
* Rename several function's index variable to idx.
* Some formatting tweaks.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@295516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c
channels/sig_analog.c
channels/sig_analog.h