[svn-commits] mmichelson: branch mmichelson/pool_shark2 r381354 - /team/mmichelson/pool_sha...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 13 11:36:42 CST 2013


Author: mmichelson
Date: Wed Feb 13 11:36:38 2013
New Revision: 381354

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=381354
Log:
Create a new branch for enhancing threading in SIP.

There are two goals here.

1) The easy one. Change SIP to use the serializer recently introduced
into Asterisk trunk.

2) The hard one. Have endpoint identification and authentication occur
in its own PJSIP module before reaching application-specific modules.
This way, by the time a request reaches a module, the endpoint in question
has been identified and the request has been authenticated, if necessary.


Added:
    team/mmichelson/pool_shark2/
      - copied from r381353, team/group/pimp_my_sip/




More information about the svn-commits mailing list