aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming15-30/+30
2006-04-07-Fixing some debugging messages in history and consoleoej1-3/+4
2006-04-07Add history events for re-invitesoej1-1/+6
2006-04-07make history easier to readoej1-1/+1
2006-04-07Add some more information to SIP historyoej1-3/+3
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-155/+6
2006-04-07Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!oej1-1/+1
2006-04-07change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one ofrussell1-2/+2
2006-04-07- sip_alloc failures are also caused by too few available file descriptors, s...oej1-10/+8
2006-04-07- Add cause code for format erroroej1-2/+3
2006-04-07Import of revistion 18250 from 1.2oej1-4/+10
2006-04-07sorry litle mistakecrichter1-1/+1
2006-04-07git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18192 f38db490-d61c-443f...crichter1-1/+1
2006-04-07fixed a bridging-endless-loop also fixed the rdnis is not exported issuecrichter1-3/+4
2006-04-07Issue #6674: Set the URI correctly on BYEs when we have an incoming calloej1-38/+65
2006-04-06Cosmetic update for outbound REFERsoej1-1/+12
2006-04-06Add "NewChan" event to history to track the birth of a new ast_chan from aoej1-0/+2
2006-04-06Improved handling of 491 responsesoej1-6/+9
2006-04-06Small changes to parse_sip_optionsoej1-8/+6
2006-04-06Small fixes to handle_request_inviteoej1-7/+8
2006-04-06- Don't change channel direction on re-invitesoej1-8/+11
2006-04-06- Implement handle_request_notify to handle incoming NOTIFY requestsoej1-5/+140
2006-04-06Implement a handle_response_refer function to take care of responsesoej1-5/+100
2006-04-06Change transmit_notify_sipfrag to handle other messages than 200 OK, needed foroej1-8/+7
2006-04-06- doxygenoej1-25/+27
2006-04-06structures can be copied with the '=' operators, no need torizzo1-35/+25
2006-04-06normalize some for() loops.rizzo1-103/+55
2006-04-06skinny debug/verbose cleanup.north1-40/+40
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman6-51/+31
2006-04-05some final fixes for cpncrichter1-0/+21
2006-04-05* advanced the error Handling routine for wrong frames from mISDNcrichter6-39/+90
2006-04-04 fixed some essential segfaults happening under heavy load. Added a bit more ...crichter4-8/+81
2006-04-04Formatting cleanupoej1-53/+53
2006-04-04Issue #6878 - Manager event DNDstate hidden under verbose option (casper)oej1-10/+8
2006-04-04- Don't return AST_DEVICE_UNKNOWN to devicestate engine, since this willoej1-6/+8
2006-04-04chan_iax2 cleanups and optimizations (#6858)mattf1-75/+33
2006-04-04adds manager event when an iax2 peer loses registration.mogorman1-17/+15
2006-04-03Add tag to NOTIFY headers (imported from 1.2)oej1-2/+6
2006-04-03* removed unneeded bc->state fieldcrichter3-125/+353
2006-04-03bug updates chan_h323 to some api changes it mogorman2-14/+15
2006-04-03Don't add hangup cause on non-final responses. (Imported from 1.2)oej1-1/+1
2006-04-03Issue #6848 - Accept MWI subscriptions with no Accept: headeroej1-1/+9
2006-04-01Don't add ast_extension_state on re-subscribesoej1-2/+3
2006-04-01Reverse revision 16804 that disables authenticationoej1-89/+81
2006-03-31 Don't process re-subscribes as new subscriptions. bweschke1-81/+89
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...russell1-2/+2
2006-03-31- code formatting tweaksrussell1-27/+25
2006-03-31Merged revisions 16744 via svnmerge from russell1-20/+13
2006-03-31Doxygen fixoej1-10/+7
2006-03-31Make REG_STATE_* enumoej1-14/+17