Archived
14
0
Fork 0
Commit graph

172 commits

Author SHA1 Message Date
kpfleming
24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
kpfleming
6c54a7cf87 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:09:49 +00:00
jeremy
0e5115e187 Request a sane amount of bandwdith from GK, and fix one-way auido problems with broken H.323 stacks *cough* CCM.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6950 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03 01:41:32 +00:00
jeremy
a84697b843 document UserByAlias usage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6949 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03 01:30:33 +00:00
jeremy
ab9c17987f Apply a proper solution to resolve AST_MAX_ACCOUNT_CODE
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5805 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01 16:00:13 +00:00
jeremy
6dcf8c17ee Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk headers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5776 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26 16:21:22 +00:00
markster
ea6f06e9fb Use defined AST_MAX_ACCOUNT_CODE (bug #4350)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5765 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25 17:18:05 +00:00
jeremy
dd554df9ee Optimize global/user/peer configuration call options. Bug #4336
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5753 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-21 17:09:30 +00:00
jeremy
9479f93e1e Make debug output more precise. Bug #4345
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5752 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-21 16:27:57 +00:00
jeremy
23d0303bfa Make capbilities be connection specific versus for the whole endpoint. Bug #4334
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5742 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19 19:13:19 +00:00
jeremy
51159cb37e Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #4282
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5739 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19 16:17:08 +00:00
jeremy
685254e451 C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to shut bkw up. Bug #4185
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5629 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-11 13:39:33 +00:00
jeremy
d9240db77b Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5627 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-11 13:20:32 +00:00
jeremy
6d117eecd8 Add specific gcc version to shut bkw up
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5626 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-11 12:45:39 +00:00
jeremy
7464b06f42 Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5559 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03 15:47:35 +00:00
jeremy
89acfbc498 Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5551 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02 18:46:36 +00:00
jeremy
b0b24cc0fb Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5527 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29 04:30:51 +00:00
jeremy
eaa1e61e45 Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5526 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29 04:22:47 +00:00
kpfleming
31e8dcf4fe use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21 06:02:45 +00:00
jeremy
face962f22 update so people don't whine any more
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5484 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-19 00:31:56 +00:00
jeremy
6adbb5ecd4 Better dependancy and version checking method, solve call problems when dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643, #3591)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5379 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 07:06:26 +00:00
jeremy
acd8b8111f Force the use of specific versions of OpenH.323 and PWlib (Bug #3386 with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4909 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-28 16:45:06 +00:00
markster
0fa7671c5d Add missing cvs ignore (bug #3373)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4839 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-18 21:32:26 +00:00
jeremy
7bb4ca2d31 use PROC instead of OSARCH
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4835 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-18 16:21:54 +00:00
markster
20ef4fa9e2 Fix H.323 build on ppc (bug #3353)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4801 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-15 19:04:45 +00:00
jeremy
9e8b32b39c Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack specifically which codec we are expecting.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4508 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-21 00:07:56 +00:00
jeremy
c805315084 Properly deal with Q.931 cause codes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4470 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-16 04:25:49 +00:00
jeremy
c704778e2b Properly deal with Caller*ID, document the new RTP Payload setting, remove compiler option that may confuse g++ and force chan_h323.so to be relinked on every compile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4467 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-16 02:03:19 +00:00
jeremy
d405f48268 Major fixes: Fixed deadlock issue, added support for inband call progress and correct Progress Indicator messages, added configurable RTP payload to send RFC2833 DTMF and correct sending of RFC2833 User Input capability, fixed hostname parsing on peers, preliminary support for correct Q.931 cause codes and fixed bindaddr compile warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4466 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-15 23:24:13 +00:00
markster
962ab10448 Add depend support for H.323 (bug #2757)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4247 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-15 00:41:25 +00:00
jeremy
4cb7ec45e8 format properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4215 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11 21:35:56 +00:00
jeremy
96a9236243 A [possibly] better solution to the CalledPartyAddress problem. Test and report please
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4214 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11 21:30:30 +00:00
jeremy
bd20fa0774 implement type=alias to deprecate type=h323 and a whole lot more code clean up
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4052 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-23 02:43:41 +00:00
jeremy
78481c3274 re-implement callerid, still might not be right. Remove channel limits, in favor to app_groupcount. A lot more code cleanup. Please test and report as I am sure I broke something
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4049 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-22 19:04:02 +00:00
jeremy
40915adff7 be more explicit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4001 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-14 05:32:07 +00:00
jeremy
a19c4ddaa0 document proper usage of Bindaddr and type=peer
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3999 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-14 05:24:39 +00:00
jeremy
76812f0aee Detail type=peer a bit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3972 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10 12:45:13 +00:00
jeremy
49a9be5ea1 Update README with new information.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3971 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10 12:41:10 +00:00
jeremy
25157bbe77 finish implementing type=peer, implement setting of FastStart and H.245 Tunneling per user/peer, update External RTP implemenation, fixed compile process/other buglets to operate with Open H.323 v1.14.4 and PWLib v1.7.5, and massive code clean up. All of the above is untested, please test and report
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3970 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10 12:20:18 +00:00
jeremy
5a14a568cc a major rework - type=peer support, code cleanup, and optimization. Still not ready to use
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3908 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-04 10:18:06 +00:00
jeremy
fc4f22736d massive changes, very broken, do not use (from airport)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3859 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-30 19:30:49 +00:00
jeremy
b568576fd7 support early media/intercept Bug #562
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3815 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-21 18:42:37 +00:00
jeremy
bb76ac6e45 Add a bit more newbie protection
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3814 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-21 15:52:42 +00:00
jeremy
efbfbe86bf protect against seg on busy systems. Bug #2249
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3809 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-19 16:53:01 +00:00
jeremy
b6b4a7b766 nit picky fixups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3699 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31 17:50:41 +00:00
jeremy
1761fb3b06 add exten example. Thanks ManxPower
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3698 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31 17:38:41 +00:00
markster
efb40d0fe5 Merge NetBSD and Courtesty tone with modifications (bug #2329)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3686 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31 13:32:11 +00:00
jeremy
7b5dd33c65 clean up warnings, and re-add a return, how did that get removed?
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3491 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-22 04:24:50 +00:00
jeremy
c15f687150 more changes to properly copy the call token and a small code optimization
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3489 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-21 16:36:10 +00:00
jeremy
3995d89bb6 const is evil?
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3488 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-21 00:49:06 +00:00