]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 31 Mar 2020 17:07:00 +0000 (12:07 -0500)
commit59e193b2952394ea6228c9498bd62a6397c35022
treebc0911faef5249f3c87445a6c9a7541fc32ce6a5
parentad7be12f0d54cdea3866362b38b26ddfa6fab0ab
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