aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/0.7.2@7221 f38db490-d61c-...v0.7.2kpfleming1-0/+0
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
2003-11-26limit fixes in SIPmarkster1-6/+33
2003-11-26Use global nat settings in auto peersmarkster1-0/+1
2003-11-25Minor 407 improvementsmarkster1-12/+24
2003-11-24Apply host access rules in SIPmarkster1-5/+5
2003-11-24Increment session version each time we send a new SDPmarkster1-1/+8
2003-11-24Allow SIP/peer/exten like IAXmarkster1-2/+9
2003-11-21Delete on unregister (bug #527)markster1-0/+1
2003-11-15Don't do reinvite if both parties talk diffrent codecsmartinp1-0/+7
2003-11-14Do the last thing the right way (thanks Mark)martinp1-1/+1
2003-11-14Don't allow to run SIPDtmfMode on other channels than SIP ones.martinp1-0/+4
2003-11-14A little oops ...martinp1-3/+3