| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-09-27 | misc: Add proper categories to the various SIP classesHEADmaster | Holger Hans Peter Freyther | 15 | -20/+47 |
| 2011-07-20 | call: Forward the notification and allow a subclass to handle it | Holger Hans Peter Freyther | 1 | -0/+5 |
| 2011-07-20 | cancel: Improve log messages, fix the cancelation of a call | Holger Hans Peter Freyther | 2 | -4/+16 |
| 2011-07-06 | callagent: Improve the logging and remove the printNl. | Holger Hans Peter Freyther | 2 | -19/+34 |
| 2011-07-06 | callagent: Handle the BYE Request to close down a connection. | Holger Hans Peter Freyther | 4 | -20/+81 |
| 2011-07-06 | callagent: Introduce the SIPSessionBase, prepare handling Requests | Holger Hans Peter Freyther | 3 | -48/+136 |
| 2011-07-06 | callagent: Big performance improvement, cache the parser | Holger Hans Peter Freyther | 2 | -3/+24 |
| 2011-07-06 | callagent: Add some more tests to the Via parsing. | Holger Hans Peter Freyther | 1 | -1/+1 |
| 2011-07-06 | callagent: Handle the the ip address properly... fold/flatten it | Holger Hans Peter Freyther | 2 | -1/+5 |
| 2011-07-06 | callagent: Remove the transaction 60s after we think it should go | Holger Hans Peter Freyther | 1 | -5/+5 |
| 2011-07-06 | EXAMPLE: Use the new SIPCall class in the example | Holger Hans Peter Freyther | 1 | -7/+12 |
| 2011-07-06 | Update the DESIGN document for this code | Holger Hans Peter Freyther | 1 | -5/+16 |
| 2011-07-05 | callagent: Work on canceling a transaction.. | Holger Hans Peter Freyther | 2 | -32/+141 |
| 2011-07-05 | callagent: Fix the SIPVia parsing with optional parameters | Holger Hans Peter Freyther | 3 | -4/+55 |
| 2011-07-05 | callagent: Fix Contact, SIPCall state, leave the transaction | Holger Hans Peter Freyther | 2 | -5/+15 |
| 2011-07-05 | callagent: Provide an easy method to either cancel or hangup | Holger Hans Peter Freyther | 1 | -0/+7 |
| 2011-07-05 | callagent: Work on call Call Control, setup the call properly... | Holger Hans Peter Freyther | 2 | -13/+103 |
| 2011-07-05 | callagent: Check if two SIPDialog's are compatible | Holger Hans Peter Freyther | 3 | -13/+54 |
| 2011-07-05 | callagent: Remove unused variable in the test code. | Holger Hans Peter Freyther | 1 | -2/+2 |
| 2011-07-05 | callagent: The SDP file is not part of the dialog but of the session | Holger Hans Peter Freyther | 2 | -12/+1 |
| 2011-07-05 | callagent: Add code to create a SIPDialog from the request/response | Holger Hans Peter Freyther | 3 | -1/+48 |
| 2011-07-05 | callagent: Fix the string for logging the state transition | Holger Hans Peter Freyther | 1 | -1/+1 |
| 2011-07-05 | callagent: Change the CSeq code | Holger Hans Peter Freyther | 4 | -18/+32 |
| 2011-07-05 | misc: Document some more issues with the routing set | Holger Hans Peter Freyther | 1 | -0/+5 |
| 2011-07-05 | callagent: Provide a proper Contact header for this service | Holger Hans Peter Freyther | 2 | -2/+9 |
| 2011-07-04 | callagent: Introduce high level SIP Call | Holger Hans Peter Freyther | 2 | -0/+159 |
| 2011-07-04 | callagent: Timeout fixes, pass the dialog along... | Holger Hans Peter Freyther | 2 | -22/+43 |
| 2011-06-30 | transaction: Remember if an INVITE has been canceled. | Holger Hans Peter Freyther | 1 | -1/+7 |
| 2011-06-30 | transaction: Make the callbacks pass the dialog | Holger Hans Peter Freyther | 1 | -36/+41 |
| 2011-06-30 | parser: Add the parsing to the From tag as well | Holger Hans Peter Freyther | 2 | -0/+9 |
| 2011-06-30 | parser: Create the test data using a WriteStream | Holger Hans Peter Freyther | 1 | -19/+23 |
| 2011-06-30 | parser: Extract the generic_param/to_param provide access to the tag | Holger Hans Peter Freyther | 3 | -0/+128 |
| 2011-06-30 | grammar: Add the category for the display_name selector | Holger Hans Peter Freyther | 1 | -0/+1 |
| 2011-06-30 | grammar: Flatten the display_name to not do it later | Holger Hans Peter Freyther | 1 | -1/+1 |
| 2011-06-30 | grammar: Parse the Contact header properly | Holger Hans Peter Freyther | 1 | -2/+50 |
| 2011-06-30 | grammar: Parse the To/From header according to the grammar | Holger Hans Peter Freyther | 2 | -6/+101 |
| 2011-06-30 | callagent: Dispatch received data with OsmoDispatcher | Holger Hans Peter Freyther | 1 | -0/+6 |
| 2011-06-30 | callagent: Introduce timers, change locking, all work in progress | Holger Hans Peter Freyther | 4 | -52/+122 |
| 2011-06-30 | callagent: Fix the SIPRequests>>#addDefaults: with the OrderedCollection | Holger Hans Peter Freyther | 3 | -3/+51 |
| 2011-06-30 | callagent: Use symbols for the states to have them easily printable | Holger Hans Peter Freyther | 1 | -5/+5 |
| 2011-06-30 | callagent: Allow multiple Via tags by having an OrderedCollection | Holger Hans Peter Freyther | 2 | -9/+6 |
| 2011-06-30 | grammar: Remove inspect messages, no real value in them | Holger Hans Peter Freyther | 1 | -5/+0 |
| 2011-06-14 | callagent: Rename SIPVia.st to SIPParam.st | Holger Hans Peter Freyther | 2 | -1/+1 |
| 2011-06-14 | TODO: Add some very obvious todo items for the code | Holger Hans Peter Freyther | 1 | -2/+17 |
| 2011-06-14 | callagent: Parse the CSeq into a special data holder | Holger Hans Peter Freyther | 5 | -11/+53 |
| 2011-06-14 | grammar: Parse the ReasonPhrase... UTF8 is still missing. | Holger Hans Peter Freyther | 2 | -2/+18 |
| 2011-06-14 | callagent: Add cancel, fix the invite... | Holger Hans Peter Freyther | 1 | -2/+15 |
| 2011-06-14 | callagent: Parse the message and print the failure if there was one | Holger Hans Peter Freyther | 1 | -1/+6 |
| 2011-06-14 | callagent: Make it possible to run on a different port | Holger Hans Peter Freyther | 1 | -6/+20 |
| 2011-06-14 | callagent: Add a closeSocket to the transport code | Holger Hans Peter Freyther | 1 | -0/+7 |