aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-04Add support for parking with IAX2markster1-4/+7
2004-03-02Process SDP on 183 session progress (bug #930)markster1-3/+7
2004-03-01Handle video codecs properlymarkster1-1/+1
2004-02-25Bug # 1052 Got it this time..I'm sure of it ;)malcolmd1-5/+5
2004-02-24Fix Bug # 935 and Bug # 1052malcolmd1-7/+7
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-15Fix typo in chan_sip.c (bug #1037)citats1-2/+2
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-07Insert blank after REFER (bug #997)markster1-2/+5
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)markster1-1/+3
2004-02-01If unregistered, don't consider it valid (bug #956)markster1-2/+3
2004-01-26Don't send VMWI when we're not registeredmarkster1-1/+1
2004-01-26Send 481 if call leg does not exist on CANCEL, and send 487 before 200 as per...markster1-2/+6
2004-01-25Properly handle transfer of application (bug #911)markster1-0/+2
2004-01-23Create individual sip reload command (bug #880)markster1-48/+70
2004-01-22Merge SIP/MySQL friends patchmarkster1-29/+193
2004-01-14clean up output and print that we are unregistering a channel typejeremy1-1/+1
2004-01-13comment out getsipuri to stop compiler warningjeremy1-2/+4
2004-01-13via z9hG4bK issue. Bug #663jeremy1-1/+4
2004-01-13fix copy/paste errorjeremy1-2/+2
2004-01-13Implement NAT trick for outbound SIP connectionsjeremy1-27/+54
2004-01-12fix typo. Bug #813jeremy1-1/+1
2004-01-12clean up sip debug output. Bug #674jeremy1-1/+1
2004-01-12Add new sound, fix nit picky detail in channel registrationmarkster1-1/+1
2004-01-12unregister cli functions and fix monitor thread. Bug #798jeremy1-1/+10
2004-01-11Fix ast-db seeding. Bug #767jeremy1-4/+10
2004-01-11More buffer overflow checks from Corydon76.jeremy1-14/+21
2004-01-11check buffer for possible overflow. Thanks Corydon76 Bug #788jeremy1-1/+5
2004-01-10Cleanup ACL parsing, handle properly reload on sip with ACLmarkster1-1/+10
2004-01-09Bug #765: Modifying Auto-Congestion to p->maxtime * 4 instead of * 2malcolmd1-1/+1
2003-12-19Send date with invitemarkster1-1/+1
2003-12-19Fix reload race in SIPmarkster1-3/+8
2003-12-13The SIP motto is "There's More Than One Standard for Doing It"markster1-1/+9
2003-12-09Don't retransmit INVITE on 407 retransmissionmarkster1-5/+8
2003-12-09Minor sip fixesmarkster1-6/+9
2003-12-09Minor mgcp debuggin changes, sip deadlock improvementmarkster1-1/+1
2003-11-28Properly build Contact on INVITE when asking for authenticationmarkster1-0/+11
2003-11-27Temporarily revert changes, prepare for proper fix (sorry for the cvs spam)markster1-7/+3
2003-11-27Always save the extensionmarkster1-2/+2
2003-11-27Build contact, don't copy itmarkster1-3/+5
2003-11-26Have a contact line in responses, merge logging patchesmarkster1-0/+2