Commit Graph

1602 Commits

Author SHA1 Message Date
Russell Bryant
98d05f22ac correctly respond to an INVITE with T.38 (bug #3818)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-04 07:05:55 +00:00
Russell Bryant
8aaa9e194e find endian.h on non-linux (bug #3846)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5358 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-02 07:59:45 +00:00
Russell Bryant
60a9627192 *** empty log message ***
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01 04:38:40 +00:00
Russell Bryant
f066af663f fix endianness (bug #3839)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5333 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01 04:09:45 +00:00
Russell Bryant
42b84afa40 change ',' to '.' (bug #3799)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-28 06:42:14 +00:00
Russell Bryant
be446083ab don't send a "to" on a "100 Trying", also be case insensitive when parsing the "to" tag (bug #3801)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-28 06:35:09 +00:00
Russell Bryant
4ead78e851 look for the fax extension in the main context, as well (bug #3634)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-28 04:48:25 +00:00
Russell Bryant
a281bef2b3 don't explode if a box running CVS head sends trunk frames with timestamps (bug #3790)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-18 17:30:05 +00:00
Russell Bryant
fd7f18421d add a check to prevent a seg fault from an unknown cause ... (bug #3496)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-02 22:32:57 +00:00
Russell Bryant
d565dc3225 Be sure to process SDP if we already have an owner (bug #3701)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5120 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-02 17:38:27 +00:00
Russell Bryant
83e1402d8a release RTP ports early on SUBSCRIBE (bug #3655 / #3673)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5101 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-28 00:30:35 +00:00
Russell Bryant
f1c93a8ff3 move the processing of SDP data to after determining the user (bug #3660)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5096 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-27 02:37:23 +00:00
Russell Bryant
687b01f298 move function prototypes outside of functions to compile under gcc4 (bug #3662)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-25 18:11:41 +00:00
Russell Bryant
292059c9cb handle DNS failures on startup more gracefully (bug #3086)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5061 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-21 03:57:27 +00:00
Russell Bryant
ece9341019 typo (bug #3557)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5030 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-14 22:47:57 +00:00
Russell Bryant
b2ab9ffaec fix potential seg fault (bug #3519)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-07 17:10:25 +00:00
Russell Bryant
528d2dcff5 Make sure we always transmit the same from line (bug #3492)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4977 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-07 04:13:53 +00:00
Russell Bryant
40969e6b29 fix div by zero (bug #3467)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4976 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-07 04:05:29 +00:00
Russell Bryant
37a80ea3bc typo (bug #3483)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-07 03:28:11 +00:00
Russell Bryant
a46350e315 only use default cid if specified (bug #3486)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-07 03:25:22 +00:00
Russell Bryant
e1a6d33ed0 Fix interation of # transfer and flash hook transfer (bug #3011)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4917 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-29 07:19:10 +00:00
Russell Bryant
4979d7fbb1 handle INFO A through D (bug #3445)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-29 07:16:08 +00:00
Russell Bryant
bdcbd76e13 fix restrictcid with mysql users (bug #3442)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4915 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-29 07:06:57 +00:00
Russell Bryant
b90f6b40d9 fix reloading secret options (bug #3432)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4912 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-29 06:40:09 +00:00
Russell Bryant
3696407c67 don't fail register on dns error (bug #3424)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4902 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-28 00:58:09 +00:00
Russell Bryant
3035547927 fix broken callerid (bug #3395)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4874 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-22 01:27:08 +00:00
Russell Bryant
61d87e19f1 Fix "send text" crash (bug #3378)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-20 03:38:23 +00:00
Admin Commit
fa023ceccf This commit was manufactured by cvs2svn to create branch 'v1-0'.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4841 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-19 02:29:08 +00:00
Russell Bryant
58b1b7f825 prevent duplicate 200 ... and some formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-17 19:29:10 +00:00
Russell Bryant
fb3de07e39 Don't even attempt to masquerade a channel into itself (bug #3040)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-17 00:43:46 +00:00
Russell Bryant
02bb7498b0 Fix ringback on outbound skinny calls (bug #3295)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-17 00:37:22 +00:00
Russell Bryant
2ef418765c Don't allow masquerading into oneself (bug #3040)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4788 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-14 04:59:54 +00:00
Russell Bryant
d1b6552ef7 fix message sent on codec mismatch (bug #3306)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4776 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-13 04:34:01 +00:00
Russell Bryant
fbc3e2e3ce Send "405 Method Not Allowed" if a message is received outside of a call (bug #3324)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4772 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-13 03:00:02 +00:00
Russell Bryant
c69bb18184 logging update (bug #3268)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4758 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-11 18:07:42 +00:00
Russell Bryant
dc5042762f fix silly header (bug #3288)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4730 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-09 14:58:45 +00:00
Russell Bryant
56dd7681f8 Make sure we clear out owner in SUB_REAL when moving a call (bug #3267)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-08 22:12:02 +00:00
Russell Bryant
96624911f0 fix SIP presence (bug #3251)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-06 19:37:55 +00:00
Russell Bryant
a97e1f873f putting the timestamp stuff back in ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4660 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-04 19:02:16 +00:00
Russell Bryant
74239cb26c I got a crash in iax that I think is related to this timestamp patch, so I am going to back it out until we get it figured out. (bug #3119)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4658 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-04 17:18:15 +00:00
Russell Bryant
f45b8fcc70 lock sooner, fix some formatting (bug #3207)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4652 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-04 05:47:49 +00:00
Russell Bryant
da0fb57df3 make sure to set sin_family (bug #3188)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-03 02:38:26 +00:00
Russell Bryant
10378ed083 stop sending rtp when on hold (bug #3185)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4643 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-03 02:36:24 +00:00
Russell Bryant
b0b9c0928b fix MWI with type=friend (bug #3004)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-02 00:32:32 +00:00
Russell Bryant
f4adada2e8 make cid rings configurable (bug #2889)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-30 20:36:57 +00:00
Russell Bryant
a4671a3d88 remove duplicate option parsing (bug #3173)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-30 20:07:17 +00:00
Russell Bryant
dd8d225b4e prevent timestamp jumps (bug #3119)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-30 19:07:08 +00:00
Russell Bryant
78693d31e9 Re-use SIP authentication, aka "The Broadvoice patch" (bug #2917)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-30 18:30:23 +00:00
Russell Bryant
799ff464f2 Don't hold the iaxsl[x] lock while finding the peer, do it ahead of time.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4547 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-23 20:21:49 +00:00
Russell Bryant
b107f9c1c9 honor global nat setting for users (bug #3125)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4531 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-23 00:38:40 +00:00