summaryrefslogtreecommitdiffstats
path: root/callagent
AgeCommit message (Expand)AuthorFilesLines
2015-07-24rand: 1^N == 1 all the time..Holger Hans Peter Freyther1-1/+1
2015-07-24test: Remember the right collectionHolger Hans Peter Freyther3-3/+9
2015-07-24cseq: Make the testcases work with different cseq as wellHolger Hans Peter Freyther1-36/+39
2015-07-24pharo: Allow converting the authorization message as wellHolger Hans Peter Freyther1-0/+4
2015-07-24tests: Modernize and use >>#assert:equalsHolger Hans Peter Freyther2-24/+24
2015-07-24base64: Remove method we don't useHolger Hans Peter Freyther1-13/+0
2015-07-24cseq: Fix the log message and print old and new cseqHolger Hans Peter Freyther1-1/+1
2015-07-24cseq: Use asString for portability with pharoHolger Hans Peter Freyther2-6/+6
2015-07-23pharo: Update the conversion codeHolger Hans Peter Freyther1-0/+4
2015-03-20use an IPv4 address instead of localhostHolger Hans Peter Freyther1-1/+1
2014-09-05grammar: Speed-up quoted string parsingHolger Hans Peter Freyther2-9/+3
2014-09-05misc: Use separatedBy: for the beauty of reading it, no big winHolger Hans Peter Freyther1-4/+4
2014-08-29call: Handle CANCEL and verify that the right messages are returnedHolger Hans Peter Freyther3-6/+91
2014-08-29perf: Various changes to speed up various operationsHolger Hans Peter Freyther7-33/+79
2014-08-10callagent: Do not mix From/To in the response we generateHolger Hans Peter Freyther2-2/+3
2014-08-10misc: Re-use the parser for a great speed-up during the testsHolger Hans Peter Freyther3-32/+32
2014-08-10transaction: ACK the 401 Unauthorized message before we changeHolger Hans Peter Freyther3-6/+30
2014-08-10call: Deal with both ends hanging up at the same timeHolger Hans Peter Freyther1-0/+1
2014-07-24misc: Make code more portable by using "self basicNew initialize"Holger Hans Peter Freyther2-6/+2
2014-07-04call: For a re-invite we need to handle the ACKHolger Hans Peter Freyther1-0/+6
2014-06-20proxy: And once more.Holger Hans Peter Freyther1-1/+1
2014-06-20auth: qop is not included by sipgate as well..Holger Hans Peter Freyther1-1/+1
2014-06-20proxy: Add the same default handling for md5Holger Hans Peter Freyther1-1/+1
2014-06-20call: Fix typo in the selector nameHolger Hans Peter Freyther1-0/+5
2014-06-20auth: Sipgate doesn't send the algorithm. assume it is md5Holger Hans Peter Freyther1-1/+1
2014-06-16call: Document the "sessionAcked" thinko and deal with it laterHolger Hans Peter Freyther1-0/+1
2014-06-05call: End the session at any hangup resultHolger Hans Peter Freyther1-0/+3
2014-06-05response: Provide a Content-Type/Content-Length as wellHolger Hans Peter Freyther2-4/+10
2014-06-05invite: Extend the testcase to actually ask for hanging upHolger Hans Peter Freyther2-0/+7
2014-06-02parser/grammar: Be able to parse domain used by Yate.Holger Hans Peter Freyther2-0/+27
2014-06-02callagent: Avoid running into the EndOfStream exceptionHolger Hans Peter Freyther2-6/+33
2014-06-02call: Provide access to the remote SDP fileHolger Hans Peter Freyther1-0/+4
2014-05-28invite: Verify we have a remoteSDP file and it is matchingHolger Hans Peter Freyther3-8/+17
2014-05-28invite: Debug/test the re-transmit handling and fix itHolger Hans Peter Freyther2-2/+56
2014-05-28invite: Add code to get all the way to an ACKed sessionHolger Hans Peter Freyther3-9/+133
2014-05-28invite: Deal with re-transmit of a rejected callHolger Hans Peter Freyther4-8/+37
2014-05-28invite: First shot at handling the SIP InviteHolger Hans Peter Freyther5-7/+153
2014-05-27invite: Create a base class for the "call"Holger Hans Peter Freyther2-108/+138
2014-05-27session: Fix a typo/grammar in the commentHolger Hans Peter Freyther1-1/+1
2014-05-27invite: Begin to handle the incoming INVITE from the networkHolger Hans Peter Freyther3-0/+97
2014-05-27parser: Be aple to parse From/To with display_name in itHolger Hans Peter Freyther1-3/+5
2014-05-27parser: Fix the grammar and update the example messageHolger Hans Peter Freyther1-1/+1
2014-04-22identity: Remove use the "contact" and userString from SIPIdentityHolger Hans Peter Freyther3-60/+4
2014-04-22identity: Fix the identity string for the fromHolger Hans Peter Freyther1-1/+1
2014-04-22identity: Move the identity into the SIPDialogHolger Hans Peter Freyther6-40/+37
2014-04-03identity: Make the SIPSession work based on identityHolger Hans Peter Freyther4-6/+75
2014-04-02identity: Remove direct usage of of useragent usernameHolger Hans Peter Freyther4-26/+23
2014-04-02identity: Make it possible to have a separate proxy username/passwordHolger Hans Peter Freyther2-2/+10
2014-04-02identity: Introduce the concept of an identity to the useragentHolger Hans Peter Freyther2-5/+63
2014-03-25test: Add test for remote-hangup handlingHolger Hans Peter Freyther1-1/+42