aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
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-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-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-34/+14
2006-04-04- Don't return AST_DEVICE_UNKNOWN to devicestate engine, since this willoej1-6/+8
2006-04-03Add tag to NOTIFY headers (imported from 1.2)oej1-2/+6
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-31Doxygen fixoej1-10/+7
2006-03-31Make REG_STATE_* enumoej1-14/+17
2006-03-31Don't accept new INVITE if we already have one pending.oej1-0/+10
2006-03-30Merged revisions 16581 via svnmerge from tilghman1-5/+1
2006-03-30deprecate insecure=very and insecure=yes, since we have more explicit version...kpfleming1-2/+14
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-1/+2
2006-03-30Issue #6450 - Don't remove characters from SIP uri's when not neededoej1-5/+10
2006-03-30Formatting fix.oej1-2/+6
2006-03-29Issue #6823 - Registration and port numbers. (from 1.2)oej1-1/+1
2006-03-28make 'sip show subscriptions' include context for subscribed hintskpfleming1-4/+4
2006-03-28fix a bug introduced in 15187 that scrambled the flags andrizzo1-1/+1
2006-03-28Fix NAT support breakage for peers with qualify=yes (imported from 1.2)oej1-2/+2
2006-03-28oops :-(kpfleming1-1/+1
2006-03-28conversions to S_OR (issue #6817)russell1-12/+12
2006-03-28support subscription-based MWI, and use proper Call-ID on NOTIFY messages (is...kpfleming1-168/+234
2006-03-28use proper file namekpfleming1-5/+5
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...kpfleming1-11/+34
2006-03-27Issue #6736 - use flags for OPTIONs messagesoej1-2/+5