]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 305252 via svnmerge from
authorJason Parker <jparker@digium.com>
Mon, 31 Jan 2011 22:59:34 +0000 (22:59 +0000)
committerJason Parker <jparker@digium.com>
Mon, 31 Jan 2011 22:59:34 +0000 (22:59 +0000)
commit1dbde4531e8e039fa835752b060a8fd3ec2e88c2
tree0307513c239810317fd4ad1ffb854aa2c7ce15fb
parentee372e6cf1d393242dd8c1c7168451f382212739
Merged revisions 305252 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r305252 | qwell | 2011-01-31 16:56:54 -0600 (Mon, 31 Jan 2011) | 10 lines

  Prevent a crash when dialing a technology with no destination (ex: Dial(SIP/))

  chan_iax2 and other channel drivers already had code to prevent this.  The
  attempt that app_dial was making to prevent it was not correct, so I fixed that.

  (closes issue #18371)
  Reported by: gbour
  Patches:
        18371.patch uploaded by gbour (license 1162)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@305253 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c
channels/chan_sip.c