]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Don't try to send RTP when remote_address is null
authorTerry Wilson <twilson@digium.com>
Wed, 6 Oct 2010 04:35:51 +0000 (04:35 +0000)
committerTerry Wilson <twilson@digium.com>
Wed, 6 Oct 2010 04:35:51 +0000 (04:35 +0000)
commit13562fd2e36c3c96af0f17cfe588b38061d6d5e2
treeb0ce55c10bbdc9c8d375a3aed949cc753a206fe7
parentcb0e2d3bd7498b155c317930700ffd1ed93f4057
Don't try to send RTP when remote_address is null

It is possible for ast_rtp_stop() to be called which will clear the remote
address and cause the sendto to fail and spam warnings. Don't send in this
case.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@290542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c