aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-02-27Make iax2 compile on *BSDmarkster1-0/+1
2004-02-25Add missing include to chan_iax2.ccitats1-0/+1
2004-02-25Bug # 1052 Got it this time..I'm sure of it ;)malcolmd1-5/+5
2004-02-24Add IAX2 firmware upgrade supportmarkster4-5/+338
2004-02-24Fix Bug # 935 and Bug # 1052malcolmd1-7/+7
2004-02-23Optimization in pri_fixupmarkster1-0/+5
2004-02-23Merge Tilghman's and Cam's user defined cadence patchmarkster1-5/+122
2004-02-22Small but important fix for channel relocation (bug #54)markster1-0/+1
2004-02-20Properly lock slave and master in zt_unlink (bug #1008)markster1-5/+22
2004-02-20Improve SIP friends support (should address bugs #1063 & #1052)markster1-9/+17
2004-02-19Fix another spelling typo in chan_sip.c (bug #1059)citats1-1/+1
2004-02-19Fix spelling typo in chan_sip.c (bug #1059)citats1-1/+1
2004-02-18Minor file.c cleanup for valgrind, log PRI event properlymarkster1-1/+1
2004-02-18Cleanups to recent changesmarkster1-3/+2
2004-02-17Use call numbers instead of pointers in IAX2markster1-97/+108
2004-02-15Added support for specifing Zaptel tonezone on a per-channel basis forjim1-0/+14
2004-02-15Fix typo in chan_sip.c (bug #1037)citats1-2/+2
2004-02-14Add logging of agent login/logoffmarkster1-0/+6
2004-02-12Fix recording the agent's calls by defaultmartinp1-8/+9
2004-02-11Free mysql resultsmarkster1-0/+4
2004-02-11Fix several memory leaksmarkster1-0/+16
2004-02-11Fix a couple of memory leaksmarkster1-1/+0
2004-02-10Fix some minor errors: when logging off using AgentCallbackLogin don't put ag...martinp1-10/+8
2004-02-10Fixed bug in FXOGS. Was not closing loop after starting.jim1-0/+1
2004-02-09Fix memory leak with SIP friends (bug #1010)markster1-0/+2
2004-02-09Properly fully URL decode the REPLACES in SIP and also watch for edge conditi...markster1-1/+5
2004-02-08Omit PRI layer 1 information for data call (need updated libpri too) (bug #1012)markster1-1/+2
2004-02-07Insert blank after REFER (bug #997)markster1-2/+5
2004-02-06Don't free private structure until iax2_hangup is actually calledmarkster1-4/+6
2004-02-05Add AgentMonitorOutgoing application to allow recording of outgoing calls mad...martinp1-2/+88
2004-02-03Add recording agent's calls patch. Basically the call starts recording when t...martinp1-6/+73
2004-02-03Implement REGREL in IAX2markster1-14/+25
2004-02-02Don't get stuck in loopmarkster1-1/+1
2004-02-02Force SIP reload to happen in network thread onlymarkster1-45/+43
2004-02-02Fix small typosmarkster1-1/+1
2004-02-02Centralize all sip registration around a single lockmarkster1-20/+44
2004-02-02Perform proper locking on registration on SIPmarkster1-29/+48
2004-02-02Release the call when freeing a registrymarkster1-0/+2
2004-02-02NetBSD portability enhancements (bug #969)markster5-2/+12
2004-02-02Use better flags when starting MGCP threads (bug #598)markster1-2/+9
2004-02-01If unregistered, don't consider it valid (bug #956)markster1-2/+3
2004-02-01Add "iaxcompat" option to allow nested switch statements, still might fail if...markster1-23/+88
2004-01-31Fix add include (bug #966) and small update to bug 890markster1-0/+1
2004-01-31Handle cause in DISCONNECT toomarkster1-1/+15
2004-01-31Send busy when busy, congestion when congestion on PRI (bug #890)markster1-2/+40
2004-01-28Elminate unused code/warnings (bug #934)markster4-2/+12
2004-01-27Clarify iax foo to iax1 foo in chan_iax (bug #924)markster1-17/+17
2004-01-26Don't send VMWI when we're not registeredmarkster1-1/+1
2004-01-26Seriously fix echo cancellation on inbound calls with FXO interfaces (and ena...markster1-1/+4
2004-01-26Send 481 if call leg does not exist on CANCEL, and send 487 before 200 as per...markster1-2/+6