SIP Server as SIP client library user/berick/parse-client-responses
authorBill Erickson <berick@esilibrary.com>
Fri, 5 Apr 2013 18:14:27 +0000 (14:14 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 5 Apr 2013 18:14:27 +0000 (14:14 -0400)
commitc8ad0c3e7eb9156f6927ef706355d70c3384b05e
tree494b0d6a401ab785e892e8e2dfcb27d12bbfa0db
parent67d05dcaed0793cfe228d749e6e0cfbca812da86
SIP Server as SIP client library

Adds support for parsing message responses directly to the SIP server
message handling code.  This allows for the creation of Perl SIP client
code using the existing SIP server code infrastructure.  Code originally
developed my Michael Smith.

Support for allowing duplicate fields (in client mode) added by me
(berick).

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Sip/Constants.pm
Sip/MsgType.pm