aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-02Allocate a SIP refer structure when performing a transfer using BYE with Also...file1-1/+6
2007-12-28Remove duplicate increment of the header count in the add_header() function.russell1-4/+0
2007-12-27Use ast_strlen_zero to see if our_contact is set or not on the dialog. It is ...file1-1/+1
2007-12-25file says... build on the builders.file1-1/+1
2007-12-24More deadlock avoidance code (this time between sip_monitor and sip_hangup)tilghman1-1/+8
2007-12-24Another bit of bad logic in realtime_peertilghman1-2/+1
2007-12-23Argh... I suppose third time's the charm.tilghman1-21/+22
2007-12-18Merged revisions 93667 via svnmerge from tilghman1-3/+30
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+4
2007-12-14Up the length of the format on the SIP channel since it can now be rather long.file1-2/+2
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell1-29/+30
2007-12-10It is possible for nativeformats to contain more then one codec, so print out...file1-2/+3
2007-12-10Avoid reinvite race situations with two Asterisks tryingoej1-5/+36
2007-12-06Add support for accepting and sending T.38 in the initial INVITE.file1-0/+18
2007-11-30Fix locking issues under one legged replaces scenarios.file1-3/+6
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej1-8/+29
2007-11-15Don't send re-invites during pending INVITE transactions.oej1-6/+19
2007-11-15Improve support for multipart messages. Code by gasparz, changesoej1-18/+25
2007-11-13If we set a value for qualify, we should actually pay attention to it, instea...tilghman1-2/+2
2007-11-12Fix two cases of memory corruption caused by background threads.tilghman1-0/+8
2007-11-08Rework of the commit I made yesterday to use the already built-inmmichelson1-27/+14
2007-11-08Do not add a sip: to the beginning of the To URI unless needed.file1-1/+1
2007-11-08Improve the devicestate logic for multiple devices. If any are available then...file1-6/+15
2007-11-08Add support for allowing one outgoing transaction. This means if a response c...file1-2/+5
2007-11-07If callerid is configured in sip.conf use that for checking the presence of a...file1-2/+2
2007-11-07This patch makes it possible for SIP phones to dial extensions defined with '...mmichelson1-2/+24
2007-11-06Make it so that if a peer is determined to be unreachable using qualify their...file1-1/+1
2007-11-05When traversing the list of channel variables here in transmit_invite(), the russell1-2/+8
2007-11-05Fix up some indentation.russell1-26/+26
2007-11-05If a SIP channel is put on hold multiple times do not keep incrementing the o...file1-1/+1
2007-11-05Make sure we destroy the config structure on configuration failure.qwell1-0/+2
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-4/+4
2007-11-02Make subscribecontext behave as advertised. It will now look for the presence...file1-18/+18
2007-11-02If an INFO request within a dialog is received with a content length of 0 sim...file1-0/+5
2007-10-29Fix issue where if both sides of the dialog cancelled the dialog at the same ...file1-1/+12
2007-10-22After reading online I have confirmed that Record-Route headers should be cop...file1-1/+1
2007-10-19Fix two issues with domains and transfers. If a port was given in the hostnam...file1-8/+12
2007-10-19Set port number in received as information for registrations as well.file1-2/+3
2007-10-17If Asterisk is in the middle of shutting down, respond to OPTIONSrussell1-1/+7
2007-10-17Whoops, forgot to remove the original sip_scheddestroy.file1-1/+0
2007-10-17Don't schedule dialog destruction if a MESSAGE is received using an existing ...file1-2/+5
2007-10-15Make the default for the srvlookup option to be yes. It doesn't really makerussell1-2/+2
2007-10-11When creating a new packet don't try to stop retransmission of it. It was jus...file1-2/+0
2007-10-10If devicestate is passed a port number strip it out.file1-0/+3
2007-10-10Add support for handling a 182 Queued response.file1-2/+7
2007-10-09Don't perform a reinvite if a transfer is in progress.file1-1/+1
2007-10-02Use snprintf instead of sprintf in one place. There is no vulnerability hererussell1-1/+1
2007-09-26I changed my mind ... I think this should be a LOG_NOTICE.russell1-5/+3
2007-09-26Add a log message that was requested by the masses in the developer tutorialrussell1-1/+7
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-23/+23