2006-06-04 |
Olle Johansson | - Fix more problems in transfer code (thanks Tholo!)
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | - Add information about transcoding to "show channel"
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | Respond to some of Luigis questions...
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | Fix potential bug. THanks luigi!
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | - 5 is the highest used debug level, so let's stay...
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | - Doxygen fix
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | Show max bitrate in "sip show user" and "sip show channel"
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | Make tonezone writeable in CHANNEL() (from my old func_tonez...
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | - Typo in chan_sip (: missing)
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | Add formats in text form to dumpchan()
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | Doxygen improvements
|
commit | commitdiff | tree |
2006-06-04 |
Olle Johansson | Doxygen formatting fixes
|
commit | commitdiff | tree |
2006-06-03 |
Olle Johansson | Adding John Martin to CREDITS for his video work
|
commit | commitdiff | tree |
2006-06-02 |
Olle Johansson | Adding credits for SIP transfer work
|
commit | commitdiff | tree |
2006-06-01 |
Olle Johansson | Formatting fixes
|
commit | commitdiff | tree |
2006-06-01 |
Olle Johansson | Doxygen reformatting
|
commit | commitdiff | tree |
2006-06-01 |
Olle Johansson | - Formatting
|
commit | commitdiff | tree |
2006-06-01 |
Olle Johansson | Minor change to DEBUG and WARNING messages
|
commit | commitdiff | tree |
2006-06-01 |
Olle Johansson | Issue #7103 take two. Thanks Mikael!
|
commit | commitdiff | tree |
2006-06-01 |
Olle Johansson | Commit of the new SIP transfer support (oej/siptransfer...
|
commit | commitdiff | tree |
2006-05-31 |
Olle Johansson | Add congestion message to SIP history
|
commit | commitdiff | tree |
2006-05-31 |
Olle Johansson | Use ast_channel_trylock for channels
|
commit | commitdiff | tree |
2006-05-24 |
Olle Johansson | Typo
|
commit | commitdiff | tree |
2006-05-24 |
Olle Johansson | Typo fix. Thanks Peter!
|
commit | commitdiff | tree |
2006-05-23 |
Olle Johansson | Breaking once will stop us... :-)
|
commit | commitdiff | tree |
2006-05-23 |
Olle Johansson | Code formatting
|
commit | commitdiff | tree |
2006-05-23 |
Olle Johansson | Formatting, typos
|
commit | commitdiff | tree |
2006-05-19 |
Olle Johansson | Adding some documentation on Asterisk and video telephony...
|
commit | commitdiff | tree |
2006-05-19 |
Olle Johansson | Adding send_text capability to chan_local
|
commit | commitdiff | tree |
2006-05-19 |
Olle Johansson | First stab at supporting video in chan_local
|
commit | commitdiff | tree |
2006-05-19 |
Olle Johansson | Add simple devicestate for chan_local
|
commit | commitdiff | tree |
2006-05-19 |
Olle Johansson | Formatting cleanup
|
commit | commitdiff | tree |
2006-05-18 |
Olle Johansson | Add missing argument to ast_carefulwrite
|
commit | commitdiff | tree |
2006-05-18 |
Olle Johansson | Remove unsupported, unimplemented, unfunctional "v...
|
commit | commitdiff | tree |
2006-05-17 |
Olle Johansson | Issue #7176 - Crash in expire_register (imported from...
|
commit | commitdiff | tree |
2006-05-17 |
Olle Johansson | Adding a debug line
|
commit | commitdiff | tree |
2006-05-17 |
Olle Johansson | Block TRANSFER_CONTEXT patch for 1.2 only, since is...
|
commit | commitdiff | tree |
2006-05-17 |
Olle Johansson | Use pointer instead of un-needed buffer. Thanks Kevin!
|
commit | commitdiff | tree |
2006-05-16 |
Olle Johansson | Send a=recvonly when put on hold, otherwise a=sendrecv...
|
commit | commitdiff | tree |
2006-05-16 |
Olle Johansson | Typo
|
commit | commitdiff | tree |
2006-05-16 |
Olle Johansson | Adding check of option_debug
|
commit | commitdiff | tree |
2006-05-16 |
Olle Johansson | Show all formats for an active SIP call
|
commit | commitdiff | tree |
2006-05-16 |
Olle Johansson | One sipfrag attachment is enough...
|
commit | commitdiff | tree |
2006-05-16 |
Olle Johansson | - Format fixes
|
commit | commitdiff | tree |
2006-05-11 |
Olle Johansson | - Use systemname for realm in sip, if we have no configurati...
|
commit | commitdiff | tree |
2006-05-11 |
Olle Johansson | Ignore CANCEL on call that is already answered
|
commit | commitdiff | tree |
2006-05-11 |
Olle Johansson | Small formatting fixes
|
commit | commitdiff | tree |
2006-05-11 |
Olle Johansson | Issue #OEJ12399.3 - Set default maxcallbitrate for...
|
commit | commitdiff | tree |
2006-05-11 |
Olle Johansson | - Add more and organize forward declarations (preparing...
|
commit | commitdiff | tree |
2006-05-11 |
Olle Johansson | Issue #7081 (kanoop) - use proper cause code for 480
|
commit | commitdiff | tree |
2006-05-09 |
Olle Johansson | Formatting fix
|
commit | commitdiff | tree |
2006-05-08 |
Olle Johansson | Add documentation on "allowtransfer"
|
commit | commitdiff | tree |
2006-05-08 |
Olle Johansson | Issue #7103 (mikma)
|
commit | commitdiff | tree |
2006-05-08 |
Olle Johansson | - Issue 7101 (mikma) - Don't crash with no From: header...
|
commit | commitdiff | tree |
2006-05-03 |
Olle Johansson | Issue #7074 - Problem with long contact lines
|
commit | commitdiff | tree |
2006-05-02 |
Olle Johansson | - fix typo in rtp.c, devicestate.h
|
commit | commitdiff | tree |
2006-04-23 |
Olle Johansson | - Add doxygen documentation for sipsock_read locking
|
commit | commitdiff | tree |
2006-04-19 |
Olle Johansson | Clarify result of sipsock_read
|
commit | commitdiff | tree |
2006-04-19 |
Olle Johansson | Add reference to RFC for mailbox notification
|
commit | commitdiff | tree |
2006-04-19 |
Olle Johansson | Cosmetic fixes to code...
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | - call parking improvements (part of the siptransfer...
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | Implement somewhat improved support for 481 Call leg...
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | Clean up handle_response_peerpoke
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | Change sip show channels to include refer status
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | - Deallocate refer structure at sip_destroy time
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | It's critical that we get an ACK on a 200 OK to an...
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | use XMIT_RELIABLE ...
|
commit | commitdiff | tree |
2006-04-18 |
Olle Johansson | - Move subscribeuri away from refer-to, since refer...
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | Set timeout timers to Timer A and F in rfc 3261, section 17
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | Change transmit_invite(). SIP Transfers are now broken...
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | - Add supported header
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | Add more history on masqs
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | - Implementing the new SIP transfer data structure
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | - Documentation update
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | Documentation update
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | Remove ignore from handle_respons_refer
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | Clean up handle_response_invite
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | - Drop too bad SIP requests in order to avoid some...
|
commit | commitdiff | tree |
2006-04-17 |
Olle Johansson | - Doxygen formatting
|
commit | commitdiff | tree |
2006-04-16 |
Olle Johansson | - Fixes to ast_channel_lock functions
|
commit | commitdiff | tree |
2006-04-15 |
Olle Johansson | More ast_channel_lock fixes
|
commit | commitdiff | tree |
2006-04-15 |
Olle Johansson | New functions for locking a channel - these simplify...
|
commit | commitdiff | tree |
2006-04-13 |
Olle Johansson | Issue #6951 - Show last successful registration time...
|
commit | commitdiff | tree |
2006-04-13 |
Olle Johansson | Formatting fixes
|
commit | commitdiff | tree |
2006-04-12 |
Olle Johansson | - Adding some refer state definitions from the siptransfer...
|
commit | commitdiff | tree |
2006-04-12 |
Olle Johansson | Fix for Polycom bug...
|
commit | commitdiff | tree |
2006-04-12 |
Olle Johansson | Implement a setting for denying/allowing transfer requests...
|
commit | commitdiff | tree |
2006-04-12 |
Olle Johansson | Doxygen docs
|
commit | commitdiff | tree |
2006-04-11 |
Olle Johansson | - First stab at removing debug and ignore variables...
|
commit | commitdiff | tree |
2006-04-11 |
Olle Johansson | Add new documentation files to index file 00README...
|
commit | commitdiff | tree |
2006-04-10 |
Olle Johansson | Fixup fixup - add some debugging and error handling
|
commit | commitdiff | tree |
2006-04-10 |
Olle Johansson | Resolve conflicts, prepare for next batch of conflicts
|
commit | commitdiff | tree |
2006-04-10 |
Olle Johansson | Making sure that cancel destroy is only executed once...
|
commit | commitdiff | tree |
2006-04-10 |
Olle Johansson | Small fix
|
commit | commitdiff | tree |
2006-04-10 |
Olle Johansson | Re-instate removed comment
|
commit | commitdiff | tree |
2006-04-09 |
Olle Johansson | Issue 6917 - some cleanups for res_config_pgsql.c ...
|
commit | commitdiff | tree |
2006-04-09 |
Olle Johansson | Issue 6919 - clarify error message
|
commit | commitdiff | tree |
2006-04-07 |
Olle Johansson | -Fixing some debugging messages in history and console
|
commit | commitdiff | tree |
2006-04-07 |
Olle Johansson | Add history events for re-invites
|
commit | commitdiff | tree |
2006-04-07 |
Olle Johansson | make history easier to read
|
commit | commitdiff | tree |
next |