aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-05-03use ast_stren_zerojeremy1-10/+11
2004-05-03Use strlen_zero function in chan_sip (bug #1545)markster1-90/+91
2004-05-03Fix compiler warningmarkster1-0/+1
2004-05-03Don't update route once it's set (bug #1491)markster1-0/+10
2004-05-03Oops, actually use the right variable in channels/Makefilecitats1-1/+1
2004-05-03Fix channels/Makefile so USE_MYSQL_FRIENDS implies USE_SIP_MYSQL_FRIENDScitats1-2/+1
2004-05-03Add "insecure=very" where we don't authenticate peers who are registeredmarkster1-1/+11
2004-05-03Merge slepp's sub-second expiration timer although hopefully it will never ha...markster1-10/+12
2004-05-03Merge slepp's REGISTER RFC compliance fixes (bug #1538)markster1-4/+41
2004-05-02Let OSS know how to deal with indication -1markster2-1/+4
2004-05-02On a reload, don't stop supporting sip if we can't find our ip.markster1-3/+4
2004-05-02Add new "authname" field so we can authenticate BYE properly on incoming call...markster1-8/+14
2004-05-02On incoming call, set peername to username to properly authenticate BYE (it's...markster1-2/+4
2004-05-02Merge Matteo's language setting code for iax2 (bug #1476)markster1-1/+12
2004-05-02Provide more fine grained control of sip and iax show peers (bug #1470)markster2-2/+71
2004-05-02Make overlap dial be interpreted in the same way an FXS would be (bugs #1080 ...markster1-90/+140
2004-05-02Revert earlier changes. The right answer for bug #1436 should be using usern...markster1-8/+3
2004-05-01Allow debug to be enabled on a per-peer or per-IP basis (bug #850)markster1-41/+154
2004-05-01Rid compiler warning, make information meaningful in sip debug for codecsmarkster1-1/+1
2004-05-01Revert routing changemarkster1-8/+4
2004-04-30Increase DTMF duration in f.sample, just in case. Bug#1414jeremy1-3/+3
2004-04-30Only clear route if we have a new onemarkster1-4/+8
2004-04-30Work properly with USE_SIP_MYSQL_FRIENDS set to 1 for linkingmarkster1-0/+2
2004-04-29Add relaxdtmf option to sipmarkster1-0/+9
2004-04-29Bug # 1503: Add Peter's fix to include "accountcode" support to MySQL based I...malcolmd1-1/+3
2004-04-29Handle fromdomain properly when there is no @ signmarkster1-1/+2
2004-04-28Don't double receive INFO or MESSAGE elements (bug #1512)markster1-6/+10
2004-04-28Fix potential seg in iax2 from reload when registrations are goingmarkster1-1/+11
2004-04-28OpenBSD portability to H323markster2-2/+5
2004-04-28Run setstate after setting all appropriate variables including calleridmarkster2-3/+2
2004-04-28Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to...markster1-5/+5
2004-04-28Build again without PRImarkster1-0/+2
2004-04-28Fix deadlock in IAX2 trunking, small MGCP fixmarkster2-6/+9
2004-04-27Add white space condensing to pedantic mode of chan_sip.markster1-17/+51
2004-04-27Make sure we are proceeding when we answermarkster1-0/+12
2004-04-27Portability fix, use the shells path for sed and envcitats1-1/+1
2004-04-27Improve responsiveness of MGCP during a reload (bug #1488)markster1-8/+23
2004-04-27Extreme IAX2 trunking performance improvementsmarkster1-110/+187
2004-04-26SIP cleanups for database linkagemarkster1-134/+186
2004-04-26Move skinny to support pollmarkster1-6/+5
2004-04-26Avoid another voipme by explaining you need CVS update when SIG_EM_E1 is invalidmarkster1-6/+3
2004-04-26Remove obsolete chan_zap_old.markster1-7296/+0
2004-04-26Use proper token for authenticating BYEmarkster1-3/+8
2004-04-26Hold call structure longer iwth find_callnomarkster1-1/+2
2004-04-26Merge JS's Cisco MGCP fixes (Bug #693)markster1-47/+183
2004-04-26Clean up SQL queries (bug #1479)markster3-6/+6
2004-04-26Also handle properly \r\n instead of just \n...markster1-1/+8
2004-04-26Committed a little bit too quickly there...markster1-5/+2
2004-04-26First pass at handling multi-line headersmarkster1-4/+13
2004-04-25Migrate chan_zap from select to pollmarkster1-51/+53