]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 215522 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Wed, 2 Sep 2009 18:08:25 +0000 (18:08 +0000)
committerDavid Vossel <dvossel@digium.com>
Wed, 2 Sep 2009 18:08:25 +0000 (18:08 +0000)
commit0eda18a3d0bc415f3c7a0a72ee423d73a990d62b
tree7dd7ca59080690b92cc8f521970a5e01e3e9b42e
parent14c7a3e35a76907e49240b514a915d8386f37302
Merged revisions 215522 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r215522 | dvossel | 2009-09-02 12:26:40 -0500 (Wed, 02 Sep 2009) | 11 lines

  SIP uri parsing cleanup

  Now, the scheme passed to parse_uri can either be a
  single scheme, or a list of schemes ',' delimited.
  This gets rid of the whole problem of having to create
  two buffers and calling parse_uri twice to check for
  separate schemes.

  Review: https://reviewboard.asterisk.org/r/343/
........

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