aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-09Fix segfaultmarkster1-2/+2
2004-11-08Fix supervised transfer (bug #2813)markster1-1/+5
2004-11-08Fix verbose error (bug #2809)markster1-2/+3
2004-11-08Oops, set the userfield, not the account code...markster1-2/+2
2004-11-08Allow client code to be set from snom phone if "useclientcode=yes" in friendmarkster1-0/+21
2004-11-07Come into compliance with RFC3842markster1-1/+1
2004-11-07Setup fromuser properly (bug #2802)markster1-0/+1
2004-11-06Fix callerid name to work with peer...markster1-3/+13
2004-11-01Add TALK_DETECTED variable (bug #2628)markster1-1/+1
2004-11-01Accept %d/%d in m= line of SDP (bug #2625, but not their patch)markster1-2/+3
2004-10-28Cleanup formatting in bug 2741 patchcitats1-7/+7
2004-10-27Transfer improvements and fixes (bug #2741)markster1-35/+57
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+2
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-23/+23
2004-10-23More memory checkscitats1-4/+8
2004-10-22Fixed in CVS head.markster1-1/+6
2004-10-22Handle unknown 1xx reponses as 100 (bug #2698)markster1-0/+5
2004-10-19Don't "ignore" on CANCEL (bug #2670)markster1-1/+1
2004-10-16Improve peer stats (bug #2635)markster1-20/+27
2004-10-16Minor improvements to debug output (bug #2644)markster1-3/+3
2004-10-14Forget fullcontact when specific number is dialed (bug #2620)markster1-1/+11
2004-10-13Peers stats improvements (bug #2635)markster1-5/+23
2004-10-12When deleting expiry, put -1 if temponlymarkster1-0/+2
2004-10-12One more temp vs. dynamicmarkster1-1/+1
2004-10-12Fix MGCP build, SIP should destroy on temponly, not on show peermarkster1-1/+1
2004-10-12Be careful!markster1-10/+14
2004-10-10Increase max packet size to 4096markster1-1/+1
2004-10-09Fix SIP bugletsmarkster1-7/+9
2004-10-08Add compatibilty with proprietary nortel DTMF info (bug #2605)markster1-1/+2
2004-10-07Oops, we have to be able to pass multiple restrictions for when we go to voic...markster1-3/+3
2004-10-07Fix app_sms to use correct path (bug #2597)markster1-1/+1
2004-10-07Merge SIP memory leak fixesmarkster1-18/+30
2004-10-07fix typo in chan sip that causes segVanthm1-1/+1
2004-10-07Fix which one we use initreqprep vs. reqprep (bug #2591, 2596)markster1-2/+2
2004-10-07Add realtime support to SIPmarkster1-286/+146
2004-10-06Use reqprep, not initreqprep for NOTIFY for REFER...markster1-1/+1
2004-10-06Locking updates for debug mode, fix SIP MWI (bug #2582)markster1-2/+2
2004-10-04Fix SIP friends + MySQL (head only)markster1-1/+3
2004-10-04Have SIP_CODEC variable override replace all other codecs (bug #2566)markster1-1/+5
2004-10-03Correct CDR's for supervised transfer (bug #1595)markster1-0/+16
2004-10-03Fix potential callerid snafu's in iax and sip (based on 2562)markster1-2/+7
2004-10-03Major PBX revamps (including labels, update examples)markster1-2/+2
2004-10-02Fix littlet ypomarkster1-1/+1
2004-10-02Add iax2 parsing for TNS/TON/PRESmarkster1-2/+4
2004-10-02Huge callerid rework (might break H.323, others)markster1-46/+43
2004-09-30Fix SIP transport to ignore ;transport=udpmarkster1-0/+3
2004-09-28On register timeout, pretend to ack any messages so that if they were 100 Try...markster1-0/+11
2004-09-26Hold peerl lock while updating autocreatepeer stuffmarkster1-0/+2
2004-09-16Get rid of compile warningsmarkster1-22/+22
2004-09-16Add IAX2/SIP register events to system (bug #2117)markster1-3/+21