]> git.ipfire.org Git - thirdparty/asterisk.git/commit
dial.c: Removed dial string 80 character limitation
authorsungtae kim <sungtae@messagebird.com>
Thu, 26 Mar 2020 22:18:17 +0000 (22:18 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 31 Mar 2020 17:24:10 +0000 (12:24 -0500)
commiteb0493cfb8d08af49ee8f667f386ab17868e015e
treee8e0ee22c3de6896f6af7d05743fd5a3c3b7b99a
parent81d271f76a097d92b9c0bf258c8c92a48f6e176a
dial.c: Removed dial string 80 character limitation

The dial application had 80 characters of destination length
limitation. But this limitation causes unexpected dial string
cut if the dial string is long.

Removed unnecessary limited buffer to support longer dial
destination.

ASTERISK-27946

Change-Id: I72c8f0319a4b47e8180817a66a7e9bde063cb330
main/dial.c