]> git.ipfire.org Git - thirdparty/asterisk.git/commit
How many attempts does it take to make a SIP URI parser that works well? I'm up to...
authorJoshua Colp <jcolp@digium.com>
Sat, 29 Jul 2006 23:18:00 +0000 (23:18 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 29 Jul 2006 23:18:00 +0000 (23:18 +0000)
commit1020b9d11a56be87fcc0def30b304e01914c4469
treed70a762dc5bdfe3d02bdaf94cdf3cce099c4457d
parent2e7e645c77959cfccd4b2f857537fd92ff3a0f41
How many attempts does it take to make a SIP URI parser that works well? I'm up to 5 personally. On to the good stuff - parse the domain first, user second, and get rid of port & options/params last. (issue #7616 reported by andrew)

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