]> 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:13:40 +0000 (12:13 -0500)
commit41c1e0b45d9ef75c66beb570ab97c46bbb1d14b3
tree06e6c9ae575a7ca482b7572ae4fd20b1c7f3163f
parentbdc0aaca9d3837be5ea3da6ee59581cbe40f1a28
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