If 'faxdetect=yes' in sip.conf, switch to a 'fax' extension (if it exists) after...
[asterisk/asterisk.git] / channels / chan_sip.c
2008-12-04 Dwayne M. HubbardIf 'faxdetect=yes' in sip.conf, switch to a 'fax' exten...
2008-12-03 Tilghman LesherMerged revisions 160480 via svnmerge from
2008-12-02 Tilghman LesherMerged revisions 160297 via svnmerge from
2008-11-29 Kevin P. Flemingincorporates r159808 from branches/1.4:
2008-11-25 Sean BrightThis is basically a complete rollback of r155401, as...
2008-11-23 Sean BrightIf you enabled 'notifycid' one of the limitations is...
2008-11-23 Sean BrightNo need to use a separate structure for this since...
2008-11-21 Doug BaileyAdd fix to prevent crash during reload if there is...
2008-11-21 Mark MichelsonUse a more expressive constant for a 64-bit scanned int
2008-11-21 Mark MichelsonUse some magic constants to get the right size
2008-11-21 Mark MichelsonFix the build for 32-bit systems. %lu is only 32-bits
2008-11-20 Mark MichelsonChange the remote user agent session version variable
2008-11-20 Mark MichelsonMerged revisions 158072 via svnmerge from
2008-11-20 Mark MichelsonMerged revisions 158071 via svnmerge from
2008-11-20 Mark MichelsonMerged revisions 158053 via svnmerge from
2008-11-18 Mark MichelsonMerged revisions 157503 via svnmerge from
2008-11-18 Mark MichelsonBased on Russell's advice on the asterisk-dev list...
2008-11-18 Mark Michelson* Add a lock to be used in the update_call_counter...
2008-11-15 Russell BryantFix a few more places where the case insensitive hash...
2008-11-14 Mark MichelsonRevision 155513 of chan_sip.c in trunk inadvertently
2008-11-12 Michiel van BaakThis commit does two things:
2008-11-11 Russell BryantRemove commentary from the issues list for SIP TCP/TLS
2008-11-09 Sean BrightIn order to move away from nested function use, some...
2008-11-08 Russell Bryant - Check for failure when putting the packet in the...
2008-11-08 Russell BryantRemove some code that is basically a no-op. Code above...
2008-11-07 Mark MichelsonSet the invite state to INV_CANCELLED in a place that
2008-11-07 Sean BrightAdd ability to pass arbitrary data to the ao2_callback_...
2008-11-07 Tilghman LesherMerged revisions 155398 via svnmerge from
2008-11-07 Kevin P. Flemingstringfields conversion for struct sip_peer, as request...
2008-11-07 Russell BryantRemove a bogus ast_free() that Kevin noticed. This...
2008-11-07 Russell BryantFix some code in chan_sip that was intended to unlink...
2008-11-04 Sean BrightIntroduce a new API call ast_channel_search_locked...
2008-11-04 Sean BrightAllow devices that accept dialog-info+xml (like snoms...
2008-11-03 Olle JohanssonAdding a separation of remote authentication and our...
2008-11-03 Eliel C. SardanonsAdd XML documentation for:
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-11-01 Russell BryantDon't ignore the result of find_peer() when looking...
2008-11-01 Russell BryantEnsure that the sip_pvt properly has its refcount incre...
2008-10-31 Tilghman LesherMerged revisions 153114 via svnmerge from
2008-10-30 Russell BryantFix the sip_peer reference count with respect to schedu...
2008-10-30 Russell BryantFix the sip_peer reference count with respect to schedu...
2008-10-30 Mark MichelsonI just noticed this construct and thought it was
2008-10-30 Russell BryantModify the documentation of the sip_registry struct
2008-10-29 Russell BryantMerged revisions 152539 via svnmerge from
2008-10-26 Olle JohanssonTrying to fix the user/peer matching correctly. This...
2008-10-26 Olle JohanssonMoving more variables to the sip_cfg structure, as...
2008-10-26 Olle JohanssonDoxygen changes and some formatting.
2008-10-23 Olle JohanssonAdding a small new feature.
2008-10-22 BJ Weschke revert the changes in issue #13705 - it's being re...
2008-10-22 Russell BryantPrint out the right var in the log message
2008-10-22 Russell BryantFix this check to use the proper variable (the result...
2008-10-22 Mark MichelsonThe logic of a strncasecmp call was reversed.
2008-10-21 Mark MichelsonMake the sip_standard_port function more granular by...
2008-10-21 Mark MichelsonGet this compiling in dev-mode
2008-10-21 Mark MichelsonIf a peer uses any transport other than UDP, then MWI...
2008-10-21 Mark MichelsonWhen attempting to resolve hostnames, we need to be...
2008-10-21 BJ Weschke Fix configuration parsing so type=friend still identif...
2008-10-19 Kevin P. Flemingcleaup of the TCP/TLS socket API:
2008-10-19 Olle JohanssonAdding changes from train and flight back home from...
2008-10-17 Olle JohanssonAdding some additional thoughts on configuration change...
2008-10-17 Mark MichelsonAfter a long discussion on #asterisk-bugs, it seems...
2008-10-16 Mark MichelsonINVITES with proxy auth were sent with a different...
2008-10-16 Kevin P. Flemingensure that type=peer entries are only matched on IP...
2008-10-16 Olle JohanssonDoxygen addition
2008-10-16 Olle JohanssonAdd some notes on problems with the TCP/TLS implementation
2008-10-16 Kevin P. Flemingreturn this logic to where it used to be, *after* the...
2008-10-16 Kevin P. Flemingsome additional debugging tools added at SIPit23:
2008-10-15 Mark MichelsonMake the sip_proxy struct reference counted. This is
2008-10-15 Olle JohanssonAdding a note about a missing part of "kill-the-user...
2008-10-15 Kevin P. FlemingMerged revisions 149452 via svnmerge from
2008-10-15 Olle JohanssonFixing sytax errors ;-)
2008-10-14 Mark MichelsonMerged revisions 149266 via svnmerge from
2008-10-14 Mark MichelsonMerged revisions 149207 via svnmerge from
2008-10-14 Tilghman LesherAdd additional memory debugging to several core APIs...
2008-10-14 Mark MichelsonMerged revisions 149130 via svnmerge from
2008-10-14 Joshua ColpFix reference count issue that Russell brought up in...
2008-10-14 Kevin P. Flemingfix some references to the owner of a private structure...
2008-10-14 Kevin P. Flemingthis structure should be static
2008-10-14 Kevin P. Flemingensure that *all* fields in the req structure are clear...
2008-10-14 Olle JohanssonAdding some clarifications
2008-10-13 Olle Johansson- Doxygen formatting. (tss tss)
2008-10-13 Olle JohanssonHighlightning even more bugs in the current tcp/tls...
2008-10-13 Olle JohanssonSending a 403 after a 200 is considered very bad.
2008-10-10 Mark MichelsonThe logic used when checking a peer got changed subtly
2008-10-10 Mark MichelsonMake sure that the inUse and inRinging fields for
2008-10-09 Joshua ColpAdd support for subscribing to a voice mailbox on a...
2008-10-07 Terry WilsonA blind transfer to the parking thread would cause...
2008-10-06 Tilghman LesherMerged revisions 146799 via svnmerge from
2008-10-05 Jason ParkerRecorded merge of revisions 146448 via svnmerge from
2008-09-30 Jeff Peeler(closes issue #13337)
2008-09-30 Russell BryantAdd support for call pickup on Snom phones. Asterisk...
2008-09-23 Mark MichelsonFix a conflict in flag values
2008-09-23 Mark MichelsonWhen a promiscuous redirect contained both a user and
2008-09-18 Steve MurphyMerged revisions 143534 via svnmerge from
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-09-12 Tilghman LesherMerged revisions 142865 via svnmerge from
2008-09-09 Mark MichelsonMerged revisions 142218 via svnmerge from
2008-09-09 Mark MichelsonMerged revisions 142079 via svnmerge from
2008-09-08 Mark MichelsonUm, apparently I didn't actually finish merging before...
2008-09-08 Mark MichelsonMerged revisions 141809 via svnmerge from
next