Merged revisions 339626 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Thu, 6 Oct 2011 17:54:42 +0000 (17:54 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 6 Oct 2011 17:54:42 +0000 (17:54 +0000)
commit2f82296096782a378214f23f3925ba132953e1aa
treeccc0877a287b0a38967945062bcfcedccb5bd793
parent7b75de509b206668786f600e21d89e783f6f20eb
Merged revisions 339626 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10

................
  r339626 | rmudgett | 2011-10-06 12:53:00 -0500 (Thu, 06 Oct 2011) | 25 lines

  Merged revisions 339625 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.8

  ........
    r339625 | rmudgett | 2011-10-06 12:49:38 -0500 (Thu, 06 Oct 2011) | 18 lines

    Fix debugging messages generated by 'udptl debug'.

    * Makes chan_sip set the tag to the channel name.

    * Fixes received debug message sequence number.

    * Removed tx/rx debug message type since it was hard coded to 0.

    * Made udptl.c logged message header consistent if possible: "UDPTL (%s): ".

    * Removed unused rx_expected_seq_no from struct ast_udptl.

    (closes issue ASTERISK-18401)
    Reported by: Kevin P. Fleming
    Patches:
          jira_asterisk_18401_v1.8.patch (license #5621) patch uploaded by rmudgett
    Tested by: Matthew Nicholson
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c
main/udptl.c