Archived
14
0
Fork 0
Commit graph

4869 commits

Author SHA1 Message Date
markster
5e67dfa01f Fix little formatting thingy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5435 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07 14:53:31 +00:00
markster
7e7bcff6c4 Fix issue with global load_module symbol... hint: NEVER call "load_module();"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5434 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07 14:53:17 +00:00
kpfleming
350c7943c6 fix thinko in dnsmgr.c (lesson: don't commit while you are rushing to a meeting and then heading out of town...)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5433 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07 07:41:06 +00:00
kpfleming
e0c1878b70 preliminary "managed DNS lookup" support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5432 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 21:13:51 +00:00
kpfleming
382175ba27 *** empty log message ***
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 21:12:32 +00:00
markster
e98507dd4f Correctly choose end of number (i.e. if it ends in 'w' with nothing following)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5430 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 19:17:21 +00:00
kpfleming
0d2814ae15 re-implement realtime support in app_directory
add support for hiding entries from app_directory using new hidefromdir= option (bug #3950)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5429 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 18:55:33 +00:00
russell
523527e9f2 actually space out the registrations :) (bug #3104)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5427 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 17:03:50 +00:00
kpfleming
5064705bd7 ensure that successful configuration results in the module staying loaded (bug #3968)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5424 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 16:14:21 +00:00
mattf
90b4a22fa7 If an agent still has "wrapuptime" left after he finishes a call and the
wrapuptime is changed on a reload, he still waits his former wrapuptime (instead of
the new wrapuptime).  This reduces his "de facto" wrapuptime immediately to
the new value even if he has wrapuptime remaining from a previous call.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5423 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 16:06:05 +00:00
markster
ce84c9b17d Fix ADSI 'B' issue (bug #3833)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5422 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 05:11:48 +00:00
kpfleming
6d61220e72 use more efficient code to produce non-codec-capability list (bug #3960)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5421 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 03:43:59 +00:00
russell
7d0fc1f19a note that the weight has a special meaning for e164
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5420 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 03:36:39 +00:00
russell
279038757a document the 'weight' option
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5419 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 03:33:30 +00:00
russell
4bd4c06a76 clarify information on time waited for a response
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5418 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 02:54:59 +00:00
kpfleming
d83abcc0da correct error in doxygen docs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5417 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 02:06:27 +00:00
kpfleming
899e2d0fe0 report non-codec capabilities in 'sip debug' properly (bug #3960)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5416 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 23:34:56 +00:00
kpfleming
4c012d7a1f correct queue sample config file (bug #3964)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5415 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 21:42:40 +00:00
kpfleming
2454efd07c ensure that MGCP AMA flags are passed into CDR (bug #3962)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5414 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 21:40:37 +00:00
kpfleming
0aecb9fb67 optimize frame handling in agent_read()
ensure that the call is marked acknowledged when it goes to AST_STATE_UP even if AST_CONTROL_ANSWER is not received (if ackcall is disabled)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5413 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 21:30:24 +00:00
mattf
3b18a3930d Merging AOC notifications for bug #3843
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5412 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 20:23:26 +00:00
markster
1e2f7adce2 Alerting *can* be sent after proceeding (bug #3963)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5411 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 19:40:37 +00:00
russell
76222ab30e don't define a functioning returning an int inside of a do{...}while(0) (bug #3865)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5409 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 17:04:51 +00:00
kpfleming
00b2c2703f ensure account code specified in mgcp.conf propagates to CDR (bug #3951)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5390 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 04:41:15 +00:00
kpfleming
46baacd8cc correct french pronounciation of years between 1900 and 1999 (bug #3949)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5389 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 04:26:59 +00:00
kpfleming
8619bbc560 update manager interface documentation (bug #3936)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5388 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 23:47:47 +00:00
kpfleming
928746f365 correct IAX loading/binding message (bug #3953)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5387 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 23:41:34 +00:00
kpfleming
9a3d47664e move start_network_thread to _before_ testing its result :-) (bug #3952)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5386 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 23:32:11 +00:00
kpfleming
09571d527a make the manager interface list the privileges required for each command (bug #3917)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5385 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 16:18:11 +00:00
kpfleming
c6c5ab0b39 let ast_say_digit_str say 'minus' preceding negative numbers (bug #3948)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5384 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 16:10:09 +00:00
jeremy
1caba7a164 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@5383 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 15:54:34 +00:00
markster
cde56acf4e Fix MGCP *67 to automatically reset callerid (bug #3940)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5382 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 14:14:19 +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
kpfleming
71fb6b3ec3 optimize codec selection and format changing code
force all transcode paths to use AST_FORMAT_SLINEAR as the frames pass through the bridge (can be disabled using the 'transcode_via_sln' setting in th 'options' setting in asteris.conf)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5376 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 03:28:38 +00:00
kpfleming
fc3600f9e4 fix breakage from slin endianness commit earlier today (sorry :-()
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5375 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 02:13:40 +00:00
kpfleming
33add137fb one more FreeBSD compile warning fix (bug #3938)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5374 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 23:23:36 +00:00
kpfleming
4ce1edc05c handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5373 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 22:57:18 +00:00
kpfleming
bbbb1d493d further thought says '!' is a better early-match wildcard (bug #3889, take 2)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5372 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 22:24:17 +00:00
kpfleming
9dd83d2337 add docs for bug #3889
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5371 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 21:34:35 +00:00
kpfleming
613385598f add 'early-match' wildcard for extension patterns (bug #3889)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5370 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 21:32:33 +00:00
kpfleming
0990055d31 fix obvious coding error from yesterday's fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5369 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 21:25:45 +00:00
kpfleming
192f0d9f27 remaining endian.h fixes for FreeBSD (bug #3867)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5368 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 21:25:08 +00:00
kpfleming
28efcb2a0c fix various compiler warnings (bug #3938)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5367 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 21:16:01 +00:00
kpfleming
535434ea0e ensure that needed headers are included for chmod() and mkdir() (bug #3937)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5366 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 20:25:43 +00:00
anthm
c67406954e forgot some code from the last chanspy repass (nothing exciting)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5365 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 15:46:22 +00:00
russell
a99b5f9f57 add note about autofallthrough
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5364 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 00:25:21 +00:00
kpfleming
1d261fd15d clean up formatting (bug #3934)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5363 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02 23:31:29 +00:00
kpfleming
dbaa46812e Resolve app_meetme crash when member tries to mute/unmute (bug #3899)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5362 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02 23:26:27 +00:00
kpfleming
a34630d549 don't unnecessarily open-code strchr()
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5361 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02 23:20:11 +00:00
russell
43cc9c443e remove old iax.h
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5360 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02 22:42:48 +00:00