summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-04-23- Add doxygen documentation for sipsock_read lockingOlle Johansson
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionJim Dixon
2006-04-21more stncpy/ast_copy_string replacement.Luigi Rizzo
2006-04-21replace some strncpy with ast_copy string,Luigi Rizzo
2006-04-21replace strncpy with ast_copy_string.Luigi Rizzo
2006-04-21ast_strdup can handle NULL args well, so use it.Luigi Rizzo
2006-04-19Clarify result of sipsock_readOlle Johansson
2006-04-19Add reference to RFC for mailbox notificationOlle Johansson
2006-04-19Cosmetic fixes to code...Olle Johansson
2006-04-18- call parking improvements (part of the siptransfer branch)Olle Johansson
2006-04-18Implement somewhat improved support for 481 Call leg does not exist responses...Olle Johansson
2006-04-18Clean up handle_response_peerpokeOlle Johansson
2006-04-18Change sip show channels to include refer statusOlle Johansson
2006-04-18- Deallocate refer structure at sip_destroy timeOlle Johansson
2006-04-18simplify logic in iax2_bridge()Luigi Rizzo
2006-04-18It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get t...Olle Johansson
2006-04-18use XMIT_RELIABLE ...Olle Johansson
2006-04-18- Move subscribeuri away from refer-to, since refer-to is moving away from si...Olle Johansson
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-17Set timeout timers to Timer A and F in rfc 3261, section 17Olle Johansson
2006-04-17Change transmit_invite(). SIP Transfers are now broken officially, whileOlle Johansson
2006-04-17- Add supported headerOlle Johansson
2006-04-17Add more history on masqsOlle Johansson
2006-04-17- Implementing the new SIP transfer data structureOlle Johansson
2006-04-17- Documentation updateOlle Johansson
2006-04-17Documentation updateOlle Johansson
2006-04-17Remove ignore from handle_respons_referOlle Johansson
2006-04-17Clean up handle_response_inviteOlle Johansson
2006-04-17- Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)Olle Johansson
2006-04-17whitespace and spelling (recieve instead of receive) fixes North Antara
2006-04-16- Fixes to ast_channel_lock functionsOlle Johansson
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-15add the ability to turn off the feature that allows agents to end callsRussell Bryant
2006-04-15Big oops. I did this from my trunk directory instead of autoconf_and_menusel...Russell Bryant
2006-04-15include autoconfig.h (casper)Russell Bryant
2006-04-15More ast_channel_lock fixesOlle Johansson
2006-04-15New functions for locking a channel - these simplify debuggingOlle Johansson
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Issue #6951 - Show last successful registration time in "sip show registry" (...Olle Johansson
2006-04-12- Adding some refer state definitions from the siptransfer branchOlle Johansson
2006-04-12Fix for Polycom bug...Olle Johansson
2006-04-12Implement a setting for denying/allowing transfer requests. At this stage,Olle Johansson
2006-04-12Doxygen docsOlle Johansson
2006-04-12reindent block properlyLuigi Rizzo
2006-04-12localize some variables, remove useless parenthesesLuigi Rizzo
2006-04-11remove useless \0, and fix formatting.Luigi Rizzo
2006-04-11fix logic error; don't test for rtcache flag unless asked to (issue #6923)Kevin P. Fleming
2006-04-11No need to do this in here any longer since the linkedlists macro is fixedJoshua Colp
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic thr...Joshua Colp
2006-04-11staticize a function, and normalize code in preparation to module changes.Luigi Rizzo