You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/cdr
Steve Murphy 55f4eb3e3d
a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the channel_alloc func, set the cid_num and name fields from the arglist[blush]. c) don't update the channel app & app data fields if you are in the 'h' extension. d)the load_module func in cdr_radius needs to return DECLINE, SUCCESS.
18 years ago
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 19 years ago
cdr_csv.c Constify the result of a config retrieval function, to avoid mutilation (issue 7983). 19 years ago
cdr_custom.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 19 years ago
cdr_manager.c Reverse some logic in cdr_manager, which made it fail to load if the config file existed. 19 years ago
cdr_odbc.c Merged revisions 59301 via svnmerge from 18 years ago
cdr_pgsql.c Merged revisions 47583 via svnmerge from 19 years ago
cdr_radius.c a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the channel_alloc func, set the cid_num and name fields from the arglist[blush]. c) don't update the channel app & app data fields if you are in the 'h' extension. d)the load_module func in cdr_radius needs to return DECLINE, SUCCESS. 18 years ago
cdr_sqlite.c merge new_loader_completion branch, including (at least): 19 years ago
cdr_tds.c Merged revisions 43409 via svnmerge from 19 years ago