Commit Graph

1516 Commits (fdffdc93647ff9dd122b95fd1c3abc47fe8d30c4)

Author SHA1 Message Date
Mark Spencer 8ebfe337a7 Extend bindaddr to RTP connections on SIP (bug #1989 et al)
21 years ago
Mark Spencer 28076a9c68 Cleanup SIP formatting, strncpy's strncats and global variable names (bug #1990)
21 years ago
Mark Spencer 18844270c3 When doing rport, remove the ";rport" before adding ";rport=5060"
21 years ago
Malcolm Davenport 5fa70e63a0 Bug #: 1988 Fix compile problem with iax2-provision.c under
21 years ago
Mark Spencer 432bb121f3 Cleanups to the ordering of events in dial, don't freak out on the wrong codec
21 years ago
Mark Spencer 155d84a979 Add IAX provisioning support to Asterisk
21 years ago
Mark Spencer d2f22c57fe Merge Steven Davies latest jitter buffer patch
21 years ago
James Golovich 201849fb42 Fix IAX2 registration time. We want to set reg->refresh to the new value only if its lower not if its higher. (bug 1955)
21 years ago
Mark Spencer 2f911dfba6 Use INET_ADDRLEN (bug #1956) (from airport!)
21 years ago
Malcolm Davenport b94f5ca495 Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.c
21 years ago
Mark Spencer 1f1c915fea Merge Steven Davie's timestamp improvements
21 years ago
Mark Spencer e7bd1ce7b9 Remove duplicate declaration (bug #1950)
21 years ago
Mark Spencer ee4a248e6b Make history configurable
21 years ago
Mark Spencer 4d0dd2775a Report checksum failures as such (bug #1942)
21 years ago
Mark Spencer eb6b35b75f Display invalid extension when there is one, fix minor OSP typo, Don't send 200 OK after 403 Forbidden on SUBSCRIBE
21 years ago
Mark Spencer 457528ae86 Don't build old chan_iax by default (oops)
21 years ago
Mark Spencer f97df161f4 Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa's (but #1944)
21 years ago
Mark Spencer 779140b94c Placeholder for GR303-FXSKS signalling (not yet finished)
21 years ago
Mark Spencer 560068617a Make sure pollres is initialized to 0
21 years ago
Mark Spencer ef0128ec41 Allow nat=never mode to work around buggy UNIDEN UIP200 firmware (bug #1935)
21 years ago
Mark Spencer a11c4965b7 If we don't accept a SUBSCRIBE, set needdestroy
21 years ago
Mark Spencer 9b6bd35ed3 Allow custom beep to be specified for agents (bug #1938)
21 years ago
Jeremy McNamara 88eede5218 apply temporary fix to stop people from whining.
21 years ago
Mark Spencer 9127ab071b Add option for in-band progress (bug #1879)
21 years ago
Mark Spencer 05110e85d3 Add ability to send detailed mailbox info (bug #1690)
21 years ago
Mark Spencer df2394af02 Minor cleanups on zap when hangup on callwait
21 years ago
Mark Spencer d9ed36059c Add peercontext parameter for default outbound context (bug #1929)
21 years ago
Mark Spencer 1af31f2c64 Merge cmaj's ZapDND and specific channel status manager commands (bugs #1917, 1918)
21 years ago
Mark Spencer b76935b95c Minor alsa fixes, add "delayreject" option to IAX to implement request of bug #1846)
21 years ago
Mark Spencer 03fbf171a7 Zap NSF merge, major ALSA improvements
21 years ago
Mark Spencer 3db853b428 Merge source cleanups (bug #1911)
21 years ago
Mark Spencer 2fb8ad79c2 Don't munge outgoing call progress when fax enabled (bug #1909)
21 years ago
Mark Spencer c9f168ed0f Add subaddress support (bug #1877)
21 years ago
Mark Spencer fe4b2401bd Handle URL encoded stuff in pedantic checking
21 years ago
Mark Spencer 80c9620612 Add sample config file, implement verification
21 years ago
Mark Spencer 1d473f25dd Add outgoing OSP support (SIP only at this point)
21 years ago
Mark Spencer b0972b8d1f Make sure other drivers also zero delivery (thanks to steven davies)
21 years ago
Mark Spencer f6f67727c6 Merge Ehud's MySQL users support (bug #1815)
21 years ago
Mark Spencer df93792f9c Extend delay slightly
21 years ago
Mark Spencer 08ac005489 Make delay for echo training configurable
21 years ago
Mark Spencer 68248b91f0 Be sure to hold lock during answer
21 years ago
Mark Spencer 7a363d3d17 Small simplification
21 years ago
Mark Spencer 2187465cae Set ${DIALSTATUS} from app_dial, make zap return BUSY on a phone that is busy, update macro-stdexten to demo
21 years ago
Mark Spencer 0f6db9f939 Don't segfault if chan_zap can't load
21 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer f5de717d6e Merge Steven Davie's IAX2 jitter buffer enhancements
21 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
21 years ago
Mark Spencer 652e085d0f Make DTMF mode configurable on ISDN
21 years ago
Mark Spencer e66aef0c05 Can't check outbound without having lock (bug #1886)
21 years ago
Mark Spencer ec3f9d5041 More fixes for remote_party_id
21 years ago
Mark Spencer 7b0160ee51 Sorry, 403 is "Forbidden" not "Permission Denied"
21 years ago
Mark Spencer b0991ab170 Check if subscribe is for mailbox. If so, return 200 OK or 403 Permission Denied as appropriate
21 years ago
Mark Spencer 585afa7e8e Add promiscuous redirect option
21 years ago
Mark Spencer 737e9b2458 Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanups
21 years ago
Mark Spencer ef4d9eb5b7 Avoid iflock/chlock race
21 years ago
Mark Spencer 347f32ab97 Hold private lock while handling digits
21 years ago
Mark Spencer 3b3a042cef Hold pending digits until setup_ack is received, then send (bug#1875)
21 years ago
James Golovich 18fef6deb1 Formatting fix
21 years ago
Mark Spencer 133120aa38 Be sure we hold channel lock in write before talking to PRI channel
21 years ago
Mark Spencer e32c8f1ebe Debugging cleanups (bug #1633)
21 years ago
Mark Spencer 19d5ae6e8d Send 403 when authentication fails on a call
21 years ago
Mark Spencer 3932d756d4 Oops
21 years ago
Mark Spencer f75a3079e0 Implement proper locking on INFO_RECEIVED
21 years ago
Mark Spencer 095b971fc6 Small typo
21 years ago
Mark Spencer 2d78f0d53c PRI locking fixes
21 years ago
Mark Spencer e3c58c8ebe Gotta set slot to 0 before you print :)
21 years ago
Mark Spencer db8da3c376 Use new extensible setup method of libpri
21 years ago
Mark Spencer 7538cee13b Enable support for RFC3581 (bug #1862)
21 years ago
Mark Spencer be9d4b4333 Remove ancient requirement that ts > 0
21 years ago
Jeremy McNamara 1f4eadaf6a check to make sure the extension exists b4 actually accepting the call and lets hope this gives Open H.323 enough time to sync up (bug #1714)
21 years ago
Mark Spencer 6c9b510d5d When dialing outbound, if we match a peer name, use it (who really cares?) (bug #1850)
21 years ago
Mark Spencer 001623fa0a Minor formatting cleanups
21 years ago
Mark Spencer ee664e6ccd Fix small typos
21 years ago
Mark Spencer 427be16475 Handle PROGRESS event
21 years ago
Mark Spencer 5b9cab6c13 Separate PROCEEDING and PROGRESS
21 years ago
Mark Spencer 3cf5ea7383 Make meetme operate in linear so as to keep alaw folk happy, minor iax2
21 years ago
Mark Spencer d208532e6e x86-64 compile fixes and cleanups
21 years ago
Mark Spencer fd70e7920e Provide dialtone when doing overlap dial (bug #1832)
21 years ago
Mark Spencer d030752f72 Make sure overlap dial goes into "RING" state instead of just "RESERVED"
21 years ago
Mark Spencer 9e3a90e249 Display error when having trouble reading from /dev/phone
21 years ago
Mark Spencer 439e5eeeb4 Use 401 Unauthorized instead of 407 Proxy Authentication required for REGISTER,
21 years ago
Jeremy McNamara c359ec8f5c fix list initialization
21 years ago
Mark Spencer 758f246390 Display which span/channel we're receiving restarts on
21 years ago
Mark Spencer b1a658f57e Although I can't think of any scenario that it could result in a race, don't hold a private iax or sip lock while allocating a channel
21 years ago
Mark Spencer 1794aac9e1 Return NULL if no CRV found
21 years ago
James Golovich a23c43cefa Make chan_zap initialize the pri threads to AST_PTHREADT_NULL and check when calling unload in case load_module fails complete
21 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
21 years ago
Mark Spencer f105351643 Make fax detect configurable by direction (bug #1803)
21 years ago
Mark Spencer 8c2bc79b77 chan_phone portability (bug #1788)
21 years ago
Mark Spencer 68c45465c8 Make faxdetect configurable and turn OFF by default
21 years ago
Mark Spencer ad49896f6b Simplify trunk transmission path and remove potential race (bug #1802)
21 years ago
Mark Spencer 9bd9958722 More GR-303 protocol fixes
21 years ago
Mark Spencer dff7c80952 Fix tiny typo
21 years ago
Mark Spencer a14ba4f1b5 Initial, incomplete support for D-channel backup
21 years ago
Mark Spencer a9b5a6cbb0 Handle bearer failures cleanly (still need d-channel backup)
21 years ago
Mark Spencer 8699103fa1 Handle multiple span memberships properly
21 years ago
Mark Spencer 469c7d6de9 Must call spanstat before checking number of channels (bug #1796)
21 years ago
Mark Spencer 9c42fa75a4 Fix small arrangement issue
21 years ago
Mark Spencer 65d5921dde Don't require "c" before CRV syntax
21 years ago
Mark Spencer e325aa312f Try to parse callerid properly on /dev/phone (bug #1788)
21 years ago
Mark Spencer 7b7dbfb855 Small fixup for non-PRI build
21 years ago
Mark Spencer a550016fd6 Add bi-directional GR-303 support
21 years ago
Mark Spencer 32ecea7b8c More small fixes
21 years ago
Mark Spencer 746d2e7f67 Minor cleanups
21 years ago
Mark Spencer 27578642b8 Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-303 work
21 years ago
Mark Spencer 0062fe9588 IAX2 fixup, fix res_monitor sillyseg
21 years ago
Mark Spencer 103bb4a334 Enhancements for zaptel+bsd (bug #1781)
21 years ago
Mark Spencer ca0c646539 Make sure that auto created "pseudo" isn't a member of any groups (bugs #1776, #1777)
21 years ago
Mark Spencer 8cc1ffe2ab Merge agent callback login/logoff events and logging (bug #1775)
21 years ago
Mark Spencer bc86e5de2a Allocate pseudo channel if it's not explicitly listed
21 years ago
James Golovich 2587e6faa4 Code formatting fixes in chan_zap.c
21 years ago
Mark Spencer 9286f2c6d3 More BSD compile fixes (bugs #1754 and #1756)
21 years ago
Jim Dixon 8968d50976 Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor changes in chan_zap (to allow pseudo-channels to work properly (finally!)) and in dsp.c to allow for super-relaxed DTMF decoding which radio systems need to function properly.
21 years ago
Jeremy McNamara b0f9569b5c make sending indications more robust and proper
21 years ago
Mark Spencer 514acf8dfc Fix lag in diverging clocks (bug #1696)
21 years ago
Jim Dixon 5ef2ef8a1d Fixed annoying SIP 'NOTIFY' messages printed on console every n seconds from some SIP peers. Also fixed problem where 'INFO' was not being responded to if in 'ignore' state.
21 years ago
Mark Spencer bf2ec2d6d0 Initialize secrets properly (bug #1748)
21 years ago
Anthony Minessale II f30d55fbf6 saw this in valgrind (-tony)
21 years ago
Mark Spencer a2cc6b01be Really don't authenticate if we're not supposed to authenticate (bug #1738)
21 years ago
Mark Spencer 63074875d6 Ringing and progress are not identical
21 years ago
Mark Spencer 5b53760717 Only print PRI messages when in verbose mode (bug #1732)
21 years ago
Mark Spencer e446f4ca81 Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeout
21 years ago
Mark Spencer 96117402b1 Unlock PRI lock, fix variable pasing
21 years ago
Mark Spencer 2cd1eb39b1 Don't count as outgoing until we actually send the new INVITE
21 years ago
Mark Spencer b820fd0075 Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)
21 years ago
Mark Spencer cf57ba2310 Make RTP handle codecs (first pass)
21 years ago
Mark Spencer ec14976ac3 Perform proper heap bounds checking on skinny messages (bug #1726)
21 years ago
Mark Spencer fdb8ffe20d Cancel destroy request on new invite, merge bkw's control playback changes
21 years ago
Jeremy McNamara f7a7158f3f oopsie
21 years ago
Jeremy McNamara 728cceca7e explain a proper upgrade sequence (lowering the signal-to-noise ratio again)
21 years ago
Jeremy McNamara 9432a1c19f properly clean capabilites from the endpoint
21 years ago
Mark Spencer 1b5d2d4667 Cancel self destruct on provisional responses too (bug #1722)
21 years ago
Ben Kramer 8161efd26a cleaned up locking, more logging on locks, still havent worked out why
21 years ago
Mark Spencer 0f966565af Handle debugging of unknown IE's properly
21 years ago
Mark Spencer 2cc7d3e8db Make sure transmitted timestamps are solid on trunks (bug #1713)
21 years ago
Mark Spencer 67b3ab9ee5 Merge useragent patch (bug #712)
21 years ago
Mark Spencer 9dbb2ef08c Enable understanding of service identifier and provisioning version
21 years ago
Jeremy McNamara 588801931f optmize call setup process
21 years ago
Mark Spencer e3ad88c784 Eliminate useless pass checking
21 years ago
Mark Spencer bbce72c316 Fix small typo
21 years ago
Mark Spencer d7ba067af6 Always authenticate when insecure is not "very" even on matching IP
21 years ago
Ben Kramer 4b5f7f0ef6 / work in progress, still tracking down locking bug
21 years ago
Ben Kramer 5273e43919 / fixed up timers for ring back and busy tones
21 years ago
Mark Spencer e300367ad8 Obviously don't send alerting, progress, or proceeding on outbound calls (bug #1700)
21 years ago
Mark Spencer 15b2f1f635 When dialing out, we're always proceeding :)
21 years ago
Mark Spencer ad67680ed3 First pass at handling responses properly for retransmissions
21 years ago
Ben Kramer 0284bc4b99 / updated locking
21 years ago
Mark Spencer 7f1117a71f Don't send the same codec twice even if listed twice in allow section (bug #1691)
21 years ago
Jeremy McNamara 89dbeddcfc backout code optimization, add more explict error reporting
21 years ago
Mark Spencer 6195dd35e0 Make ast_channel_walk become ast_channel_walk_locked
21 years ago
Jeremy McNamara e1b72cf020 cleanup code and debug
21 years ago
Mark Spencer 868fec3692 Congestion with Hangup sends expected RELEASE code (but #1681)
21 years ago
Mark Spencer a105455487 Stage 1 of deadlock fix (bug #1673 -- but not yet solved, just started) and fix configs ending with no newline (bug #1672)
21 years ago
Jeremy McNamara eff9477388 properly send call progress and alerting PDUs, re-fix one-way audio on call manager, and hopefully add call progress (N+101) support (not tested)
21 years ago
Jeremy McNamara fc6a82fcb8 only complain if ZAPATA_PRI is defined
21 years ago
Ben Kramer 2bc871a62e / working on pstn->sip half duplex bug
21 years ago
Mark Spencer 3f6896acd3 Update for newer libpri
21 years ago
James Golovich 17aeeda774 Re-Disable building chan_iax.so
21 years ago
Mark Spencer 143b73ee7b Always send proceeding, send progress when appropriate
21 years ago
Mark Spencer 260fcde6e2 Alert for in-band audio
21 years ago
Mark Spencer ce55c480e9 Don't qualify with overlap dial anymore
21 years ago
Mark Spencer 5738da5225 Send proceeding if appropriate on audio transmission, too
21 years ago
Mark Spencer 457f4caf6f Don't automatically send proceeding/alerting
21 years ago
Mark Spencer 34347418e3 Allow multiple codecs to be printed in debug (bug #989)
21 years ago
Jeremy McNamara a73524874c fix documenation bug
21 years ago
Jeremy McNamara 1c445d44c5 Don't advertise Janus, its still broken
21 years ago
Jeremy McNamara a54a0e5ecb clean up code and attempt to stablize inbound h.323 calls
21 years ago
Jeremy McNamara e0ab451084 clean up code
21 years ago
Jeremy McNamara 1f506e55d0 add explict version info
21 years ago
Mark Spencer d117f2258f Propagate language properly across chan_local (bug #1663)
21 years ago
Mark Spencer 2dfb2d723f Fix callerid on quicknet stuff (bug #1613)
21 years ago
Mark Spencer ed443d08cf Timely packet removal and make valgrind happy
21 years ago
Jeremy McNamara 3794c9bfef add ./configure for the thick headed who can't read documentation...wait will they even read the README?
21 years ago
Mark Spencer 1081dc05c2 Improve handling of multiple CANCEL requests
21 years ago
Jeremy McNamara 83c46fb83e try to enable ringback on H.323->SIP calls (bug #1645) and clean up code a lil bit
21 years ago
Mark Spencer b8190d0e92 Make sure that we have the sin_family set to AF_INET for FreeBSD
21 years ago
Mark Spencer 103034acf2 Add Taiwan support (bug #1599)
21 years ago
Mark Spencer 70007e6095 Don't call out an FXO until at least 2 seconds after it was hungup.
21 years ago
Mark Spencer 694c1c0c9c FreeBSD compile fix (bug #1655)
21 years ago
Ben Kramer 28c55ae8e3 / fixed up coding style to recommened
21 years ago
Mark Spencer baeb134536 Better document SIP (bug #1603)
21 years ago
Mark Spencer c1b3b1d5b1 Lose all the "auth" stuff since we don't use it (bug #1627)
21 years ago
Mark Spencer c9d3a81c3a Make sure we initialize attributes properly on thread (bug #1563)
21 years ago
Mark Spencer dbb7b83ecc Minor memory cleanups, initialize peer/user invite status from global
21 years ago
Jeremy McNamara ed01d3b366 Turn off lamp on call completion, code cleanup and a couple other minor bug fixes.
21 years ago
Mark Spencer 1aba1bbca4 Minor cleanups (bug #1618 included)
21 years ago
Mark Spencer 10c25aa6d9 Put sip history stuff in (for real) and provide voicemail context (when not default) in some critical places (bug #1609)
21 years ago
Mark Spencer 964565519c Increase max write size (bug #1601)
21 years ago
Anthony Minessale II 960c01e4c6 Patch Submitted by BKW on 5/10/2004 to chan_sip.c
21 years ago
Mark Spencer 4b84c43811 More minor bkw fixes
21 years ago
Mark Spencer 22243ee9ae merge brian's cleanups
21 years ago
Mark Spencer 6ead43beb1 Add SIPUSERAGENT, SIPCALLID, and fix some formatting (bug #1593)
21 years ago
Mark Spencer 62eef7c695 Fix accidental strlen_zero mistransfer (bug #1592)
21 years ago
Mark Spencer f2e0152108 Fix minor formatting problem
21 years ago
Mark Spencer 25b07915d6 Remove "jitter"
21 years ago
James Golovich c00550f3ae Add new file utils.c, Move ast_gethostbyname to utils.c
21 years ago
James Golovich 8ef3b1544b More ast_strlen_zero changes
21 years ago
Mark Spencer d2a4408930 Show peers formatting fixes, SIP strlen optimizations, and using ACL for local network matching (bugs #1587, 1586, 1585, 1584)
21 years ago
Mark Spencer 297e62b8be Copy musicclass to right field (bug #1582)
21 years ago
Mark Spencer 3189e70baa Allow notransfer to be a global option
21 years ago
Mark Spencer dca37d634e Add missing unlock (although it shouldn't make a difference)
21 years ago
Mark Spencer 0ce20fea8a Do proper PRI locking in zt_call (not to mention lock the zt_pvt structure itself)
21 years ago
Mark Spencer 1d7c058f08 Add sip show peers (trivial zap fix, too) bug #1573
21 years ago
Mark Spencer 76adf66390 Add "sip show subscriptions" command (bug #1569)
21 years ago
Mark Spencer 6d280193d6 Fix silly typo in iax2 where strlen was used instead of sizeof
21 years ago
Mark Spencer efc8c74b9a Allow global authentication realm to be set (bug #1567)
21 years ago
Mark Spencer 05a87a441c Don't autodestruct on semi-ack. We'll add it as we need it case-by-case.
21 years ago
Mark Spencer ab3c603b1c If user fails host access, search for peers too
21 years ago
James Golovich be1efdbf89 include utils.h in chan_iax2.c
21 years ago
James Golovich 960f681dec Use ast_strlen_zero in chan_iax2.c
21 years ago
James Golovich 995468ea0a Include utils.h in chan_skinny.c
21 years ago
Jeremy McNamara ecbd983648 use ast_strlen_zero
21 years ago
James Golovich 2bda857bf7 Use ast_strlen_zero in chan_zap.c
21 years ago
Mark Spencer cc1da2eb5b Qualify that SIP INFO stuff is real (bug #1558)
21 years ago
Mark Spencer cc9ffa5ac1 Fix SIP autohangup mishap
21 years ago
Mark Spencer 9cc62f6461 Print route when doing sip show channel foo
21 years ago
Mark Spencer 19a080ddd7 strlen fixes and don't destroy SIP channels that still have pending things on them (bug #1552 et al)
21 years ago
Jeremy McNamara e8ed258aa4 use ast_stren_zero
21 years ago
Mark Spencer d4c439c61d Use strlen_zero function in chan_sip (bug #1545)
21 years ago
Mark Spencer 9c683b7423 Fix compiler warning
21 years ago
Mark Spencer ca2069a246 Don't update route once it's set (bug #1491)
21 years ago
James Golovich 07a40f5141 Oops, actually use the right variable in channels/Makefile
21 years ago
James Golovich 3b3674807b Fix channels/Makefile so USE_MYSQL_FRIENDS implies USE_SIP_MYSQL_FRIENDS
21 years ago
Mark Spencer bbaf536f6a Add "insecure=very" where we don't authenticate peers who are registered
21 years ago
Mark Spencer b50ecc25b2 Merge slepp's sub-second expiration timer although hopefully it will never have to be used.
21 years ago
Mark Spencer ded7dae112 Merge slepp's REGISTER RFC compliance fixes (bug #1538)
21 years ago
Mark Spencer c3c38eeeaf Let OSS know how to deal with indication -1
21 years ago
Mark Spencer 6cdbd6903c On a reload, don't stop supporting sip if we can't find our ip.
21 years ago
Mark Spencer 503dbb3d8a Add new "authname" field so we can authenticate BYE properly on incoming calls (bug #1436)
21 years ago
Mark Spencer 35ca4404f0 On incoming call, set peername to username to properly authenticate BYE (it's not used for anything else, as far as I know)
21 years ago
Mark Spencer ee0532702a Merge Matteo's language setting code for iax2 (bug #1476)
21 years ago
Mark Spencer 44de97d496 Provide more fine grained control of sip and iax show peers (bug #1470)
21 years ago
Mark Spencer cb59df7bed Make overlap dial be interpreted in the same way an FXS would be (bugs #1080 and #1452)
21 years ago
Mark Spencer 3c134b6549 Revert earlier changes. The right answer for bug #1436 should be using username=
21 years ago
Mark Spencer 5b34d11ce9 Allow debug to be enabled on a per-peer or per-IP basis (bug #850)
21 years ago
Mark Spencer 1dbc8e3f0e Rid compiler warning, make information meaningful in sip debug for codecs
21 years ago
Mark Spencer 3d16691c9e Revert routing change
21 years ago
Jeremy McNamara a717d81cea Increase DTMF duration in f.sample, just in case. Bug#1414
21 years ago
Mark Spencer ec6644c146 Only clear route if we have a new one
21 years ago
Mark Spencer 3e48f862a7 Work properly with USE_SIP_MYSQL_FRIENDS set to 1 for linking
21 years ago
Mark Spencer d106797a26 Add relaxdtmf option to sip
21 years ago
Malcolm Davenport 6f9df58afe Bug # 1503: Add Peter's fix to include "accountcode" support to MySQL based IAX-Friends
21 years ago
Mark Spencer cd788e2ab9 Handle fromdomain properly when there is no @ sign
21 years ago
Mark Spencer 7e79c52808 Don't double receive INFO or MESSAGE elements (bug #1512)
21 years ago
Mark Spencer 314877e155 Fix potential seg in iax2 from reload when registrations are going
21 years ago
Mark Spencer da8f6a9acf OpenBSD portability to H323
21 years ago
Mark Spencer fd9d8ca43b Run setstate after setting all appropriate variables including callerid
21 years ago
Mark Spencer 90a331f7a5 Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to include callerid (bug #1411, #1498)
21 years ago
Mark Spencer 19064660d2 Build again without PRI
21 years ago
Mark Spencer 0fe6d16e89 Fix deadlock in IAX2 trunking, small MGCP fix
21 years ago