Please prefix default values with DEFAULT
[asterisk/asterisk.git] / channels / chan_sip.c
2009-03-03 Olle JohanssonPlease prefix default values with DEFAULT
2009-03-01 Mark MichelsonProperly free memory and remove scheduler entries when...
2009-02-24 Joshua ColpMerged revisions 178205 via svnmerge from
2009-02-21 Tilghman LesherOn update, test against the existence of sipregs.
2009-02-21 Michiel van Baakmake chan_sip.c compile on OpenBSD again.
2009-02-20 Jeff PeelerSet sip_request ast_str data to NULL so ast_str_copy...
2009-02-18 Joshua ColpFix ordering of output for a ChannelUpdate manager...
2009-02-18 Dwayne M. HubbardT38 faxdetect should jump to the 'fax' extension for...
2009-02-17 Dwayne M. Hubbardcreate a UDPTL structure in create_addr_from_peer(...
2009-02-17 Tilghman LesherIn this version, we can combine the queries, because...
2009-02-17 Tilghman LesherMerged revisions 176426 via svnmerge from
2009-02-16 Joshua ColpMerged revisions 176029 via svnmerge from
2009-02-16 Michiel van BaakMerged revisions 175921 via svnmerge from
2009-02-15 Russell BryantFix a number of problems with ast_sched_report().
2009-02-15 Olle JohanssonMerged revisions 175777 via svnmerge from
2009-02-13 Kevin P. FlemingAdd basic (passthrough, playback, record) support for...
2009-02-12 Russell BryantRemove useless string copy, and make sscanf safe again
2009-02-12 Russell BryantAvoid using ast_strdupa() in a loop.
2009-02-10 Joshua ColpOnly decrease inringing count if above zero.
2009-02-10 Joshua ColpSet the type for the peer structure to be a peer as...
2009-02-10 Joshua ColpMake the logic for inuse and inringing manipluation...
2009-02-09 Mark MichelsonFix something I messed up in the merge I just did
2009-02-09 Mark MichelsonMerged revisions 174282 via svnmerge from
2009-02-06 Dwayne M. HubbardMerged revisions 174082 via svnmerge from
2009-02-06 Joshua ColpMerged revisions 173967-173968 via svnmerge from
2009-02-06 Matthew NicholsonMerged revisions 173917 via svnmerge from
2009-02-02 Russell BryantFix a spelling mistake.
2009-02-02 Olle JohanssonAdd a todo. I do need to really check what's going...
2009-02-02 Olle JohanssonSmall formatting change
2009-02-02 Olle JohanssonAdd some well-needed improvements to the wishlist in...
2009-02-02 Sean BrightThe CID lookup feature wasn't actually working properly...
2009-01-29 Olle JohanssonFix "cancel answered elsewhere" through app_queue with...
2009-01-29 Olle Johansson- Make sure we set setvar= variables on outbound calls...
2009-01-29 Olle JohanssonMake sure register= line supports both port and expiry...
2009-01-29 Olle JohanssonMerged revisions 172169 via svnmerge from
2009-01-27 Olle JohanssonSolving the same issue, but a bit different in trunk...
2009-01-26 Olle JohanssonMoving generic setting to friends
2009-01-26 Olle JohanssonContinue to move variables into the sip_cfg structure...
2009-01-26 Olle JohanssonJust moving around variable declarations so that we...
2009-01-26 Olle JohanssonMerged revisions 171264 via svnmerge from
2009-01-23 Joshua ColpMerged revisions 170504 via svnmerge from
2009-01-21 Mark MichelsonFurther fix some oddities in sip show users and sip...
2009-01-20 Mark MichelsonConvert the character pointers in a sip_request to...
2009-01-17 Terry WilsonFix port :0 added to SIP INVITE URI when outboundproxy...
2009-01-16 Mark MichelsonMerged revisions 168975 via svnmerge from
2009-01-15 Mark MichelsonAdd missing brace
2009-01-15 Mark MichelsonFix the compactheaders option in sip.conf
2009-01-15 Mark MichelsonRemove an unneeded condition for line addition to a...
2009-01-15 Olle JohanssonMake sure that we have the same terminology in sip...
2009-01-15 Olle JohanssonAdd capability to remove added SIP headers *before...
2009-01-14 Mark MichelsonRestore the "sip show users" and "sip show user" CLI...
2009-01-13 Terry WilsonMerged revisions 168551 via svnmerge from
2009-01-13 Mark MichelsonAllow specifying a port number in the user portion...
2009-01-12 Mark MichelsonMerged revisions 168482 via svnmerge from
2009-01-10 Tilghman Leshersizeof for a stringfield is 4. Kinda low for reconstru...
2009-01-09 Mark MichelsonMerged revisions 168128 via svnmerge from
2009-01-08 Mark MichelsonRevert chan_sip changes which were accidentally committed
2009-01-08 Mark MichelsonAdd the average talk time for a queue
2009-01-08 Kevin P. FlemingMerged revisions 167714 via svnmerge from
2009-01-08 Kevin P. FlemingMerged revisions 167620 via svnmerge from
2009-01-05 Mark MichelsonMerged revisions 167179 via svnmerge from
2008-12-24 Terry WilsonThere is no section 22.2.2 in rfc 3261. I believe...
2008-12-23 Tilghman LesherAllow semicolons and extended characters in user-specif...
2008-12-18 Joshua ColpNumerous documentation updates.
2008-12-17 Joshua ColpCall proxy_update so that the IP address gets populated...
2008-12-17 Matthew NicholsonThis patch adds a new 'ignoresdpversion' option to...
2008-12-16 Mark MichelsonMerged revisions 164977 via svnmerge from
2008-12-16 Terry WilsonMake a note of the feature request in bug #11157 as...
2008-12-16 Joshua ColpQualify trumps poke per lmadsen.
2008-12-16 Joshua ColpAdd configuration options for finer control over how...
2008-12-16 Russell BryantMerged revisions 164672 via svnmerge from
2008-12-16 Joshua ColpWhen using externhost make sure the port gets set to...
2008-12-15 Tilghman LesherRevert ast_str opacity in chan_sip for now, since somet...
2008-12-15 Joshua ColpMerged revisions 164350 via svnmerge from
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-12 Russell BryantRename a number of tcptls_session variables. There...
2008-12-12 Russell BryantFix a small race condition in sip_tcp_locate().
2008-12-12 Russell BryantResolve crashes when using SIP TCP/TLS with qualify.
2008-12-12 Joshua ColpWhen a device registers we need to unlink them (if...
2008-12-12 Joshua ColpSince chan_sip is callback devicestate driven do not...
2008-12-11 Joshua ColpWhen a device registers to use it is entirely possible...
2008-12-10 Joshua ColpMerged revisions 162804 via svnmerge from
2008-12-10 Joshua ColpMerged revisions 162738 via svnmerge from
2008-12-10 Mark MichelsonMerged revisions 162663 via svnmerge from
2008-12-10 Joshua ColpWhen transmitting a register set the socket port to...
2008-12-08 Joshua ColpMerged revisions 161725 via svnmerge from
2008-12-08 Matthew NicholsonFix a crash that can occur on a transfer in chan_sip...
2008-12-08 Terry WilsonAdd the ability to play a courtesy tone to the transfer...
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
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
next