]> git.ipfire.org Git - thirdparty/asterisk.git/commit
National prefix inserted even when caller ID not available
authorDavid Vossel <dvossel@digium.com>
Wed, 15 Apr 2009 22:08:40 +0000 (22:08 +0000)
committerDavid Vossel <dvossel@digium.com>
Wed, 15 Apr 2009 22:08:40 +0000 (22:08 +0000)
commit4c6e1bd0a5eaf3e1ebc09ad77f13116c9f2fac64
treeaa67c2bfac31991d0e12a6c82e06ee6d37646a9f
parent730f2882d3fcf52c0a0fd3d7d19e038c88ea472b
National prefix inserted even when caller ID not available

When the caller ID is restricted, the expected behavior is for the caller id to be blank.  In chan_dahdi, the national prefix is placed onto the callers number even if its restricted (empty) causing the caller id to be the national prefix rather than blank.

(closes issue #13207)
Reported by: shawkris
Patches:
      national_prefix.diff uploaded by dvossel (license 671)

Review: http://reviewboard.digium.com/r/220/

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