]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix chan_iax2 to not report an RDNIS number if it is blank.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 20 Dec 2011 23:08:21 +0000 (23:08 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 20 Dec 2011 23:08:21 +0000 (23:08 +0000)
commitfc96f6eb9d767cf2257a8ced851b2b2f3e667a8b
tree889cf6e12ac37b68f6978c8e6436e344311d7e02
parent4a5ed19cd70d25e65bbeed6db29bf1624c556f5e
Fix chan_iax2 to not report an RDNIS number if it is blank.

Some ISDN switches complain or block the call if the RDNIS number is
empty.

* Made chan_iax2 not save a RDNIS number into the ast_channel if the
string is blank.  This is what other channel drivers do.

(closes issue ASTERISK-17152)
Reported by: rmudgett

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