asterisk/asterisk.git
2006-04-19 Luigi Rizzoone more client for find_context_locked(),
2006-04-19 Luigi Rizzouse a function, set_ext_pri(), to assign extension...
2006-04-19 Luigi Rizzoreplace repeated code to walk contexts with a function,
2006-04-19 Luigi Rizzomove to a different file (channel.c for the time being...
2006-04-19 Luigi Rizzo- use ast_calloc instead of ast_malloc
2006-04-19 Olle JohanssonAdd reference to RFC for mailbox notification
2006-04-19 Olle JohanssonCosmetic fixes to code...
2006-04-18 Kevin P. Flemingfix obvious breakage
2006-04-18 Kevin P. Flemingdoh! don't double-increment the bracket count for embed...
2006-04-18 Kevin P. Flemingdon't ignore left-curly-braces when searching for the...
2006-04-18 Kevin P. Flemingcorrect array index calculation (thanks mtaht3!)
2006-04-18 Russell Bryantupdate res_odbc to support pooled connections
2006-04-18 Olle Johansson- call parking improvements (part of the siptransfer...
2006-04-18 Olle JohanssonImplement somewhat improved support for 481 Call leg...
2006-04-18 Joshua ColpDo not depend on having an end sound for stopping the...
2006-04-18 Olle JohanssonClean up handle_response_peerpoke
2006-04-18 Olle JohanssonChange sip show channels to include refer status
2006-04-18 Olle Johansson- Deallocate refer structure at sip_destroy time
2006-04-18 Luigi Rizzosimplify logic in iax2_bridge()
2006-04-18 Luigi Rizzosimplify logic in various functions, remove unnecessary...
2006-04-18 Luigi Rizzoremove a line that was added by mistake
2006-04-18 Luigi Rizzosimplify the flow of builtin_atxfer().
2006-04-18 Olle JohanssonIt's critical that we get an ACK on a 200 OK to an...
2006-04-18 Olle Johanssonuse XMIT_RELIABLE ...
2006-04-18 Olle Johansson- Move subscribeuri away from refer-to, since refer...
2006-04-18 Tilghman LesherMerged revisions 21037 via svnmerge from
2006-04-17 Tilghman LesherMerged revisions 20966 via svnmerge from
2006-04-17 Kevin P. Flemingactually return the number steps... not the number...
2006-04-17 Kevin P. Flemingmore module loader related fixes
2006-04-17 Kevin P. Flemingadd an API so that the number of steps required for...
2006-04-17 Olle JohanssonSet timeout timers to Timer A and F in rfc 3261, section 17
2006-04-17 Olle JohanssonChange transmit_invite(). SIP Transfers are now broken...
2006-04-17 Olle Johansson- Add supported header
2006-04-17 Olle JohanssonAdd more history on masqs
2006-04-17 Olle Johansson- Implementing the new SIP transfer data structure
2006-04-17 Olle Johansson- Documentation update
2006-04-17 Olle JohanssonDocumentation update
2006-04-17 Olle JohanssonRemove ignore from handle_respons_refer
2006-04-17 Olle JohanssonClean up handle_response_invite
2006-04-17 Olle Johansson- Drop too bad SIP requests in order to avoid some...
2006-04-17 Olle Johansson- Doxygen formatting
2006-04-17 North Antarawhitespace and spelling (recieve instead of receive...
2006-04-16 Luigi Rizzopreparation for reduction of the nesting of a large...
2006-04-16 Luigi Rizzomore usages of stream_and_wait
2006-04-16 Luigi Rizzomore usages of function 'finishup()'
2006-04-16 Luigi Rizzoone more instance of stream_and_wait, and remove an...
2006-04-16 Luigi Rizzosimplify a couple of functions.
2006-04-16 Luigi Rizzomore replaceemnt of dup code with functions.
2006-04-16 Luigi Rizzolocalize several variables, and simplify the last part...
2006-04-16 Luigi Rizzomore formatting cleanup including removal of a useless...
2006-04-16 Luigi Rizzorename a variable same as used in a very similar function,
2006-04-16 Luigi Rizzos/pu->chan/chan in a few places;
2006-04-16 Luigi Rizzoput some common code into functions (still more instanc...
2006-04-16 Luigi Rizzoproperly reindent a large block.
2006-04-16 Luigi Rizzomore readability fixes - localize some variables and...
2006-04-16 Luigi Rizzointroduce a function to set context, extension and...
2006-04-16 Luigi Rizzominor readability fixes in preparation for more work...
2006-04-16 Luigi Rizzominor formatting fixes
2006-04-16 Luigi Rizzomove some duplicated code outside an if/then/else block
2006-04-16 Luigi Rizzomake sure there is [almost] only a single exit point...
2006-04-16 Luigi Rizzosimplify the ast_channel walking routines.
2006-04-16 Luigi Rizzomove common conditions to the outside block.
2006-04-16 Luigi Rizzosimplify logic in ast_generic_bridge()
2006-04-16 Luigi Rizzomove common code in one place
2006-04-16 Luigi Rizzoavoid returning in the middle of a switch() in ast_ans...
2006-04-16 Luigi Rizzosimplify function __ast_request_and_dial() as follows:
2006-04-16 Luigi Rizzoproperly reindent a block
2006-04-16 Luigi Rizzoadd a missing ast_channel_unlock() evidenced by previou...
2006-04-16 Luigi Rizzoremove an extra lock.
2006-04-16 Luigi Rizzo- replace some nested 'if' with '&&'
2006-04-16 Luigi RizzoLocalize some variables documenting their usage.
2006-04-16 Olle Johansson- Fixes to ast_channel_lock functions
2006-04-16 Luigi Rizzolocalize some variables, add some comments.
2006-04-16 Luigi Rizzoimplement ast_waitfordigit() and ast_readstring() in...
2006-04-15 Joshua ColpMove a bit more stuff over to the datadir (issue #6967...
2006-04-15 Joshua ColpAllow the attachment format to be specified differently...
2006-04-15 Joshua ColpWe are shaking up trunk tonight! allow data dir to...
2006-04-15 Russell Bryantadd indications for Thailand (issue #6971)
2006-04-15 Russell Bryantadd the ability to turn off the feature that allows...
2006-04-15 Russell BryantBig oops. I did this from my trunk directory instead...
2006-04-15 Russell Bryantinclude autoconfig.h (casper)
2006-04-15 Olle JohanssonMore ast_channel_lock fixes
2006-04-15 Olle JohanssonNew functions for locking a channel - these simplify...
2006-04-15 Luigi Rizzoapplied two of the 3 chunks in #6907, and a similar one
2006-04-15 Luigi Rizzo- use '=' to copy struct sockaddr_in
2006-04-15 Luigi Rizzo- normalize for() loops to navigate through variables,
2006-04-14 Luigi Rizzo- use '?' instead of if statements for assignment;
2006-04-14 Luigi Rizzo- remove some unnecessary casts and braces;
2006-04-14 Luigi Rizzoremove some unnecessary braces
2006-04-14 Luigi Rizzomisc. code cleanup
2006-04-14 Luigi Rizzocode simplifications
2006-04-14 Luigi Rizzouse ast_strdup instead of strdup
2006-04-14 Luigi Rizzonormalize cli completion code
2006-04-14 Luigi Rizzoconstification and code simplifications
2006-04-14 Luigi Rizzoconstify a couple of function arguments
2006-04-14 Luigi Rizzocode cleanup (for loop normalization, remove useless...
2006-04-14 Luigi Rizzopartial fix of the module API to use the new method.
2006-04-14 Luigi Rizzofix another svn merge bug
2006-04-14 Tilghman LesherCompatibility fixes for loader changes
2006-04-14 Kevin P. FlemingMerged revisions 20037 via svnmerge from
next