mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merged revisions 65767 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65767 | crichter | 2007-05-24 11:19:58 +0200 (Do, 24 Mai 2007) | 1 line we should only activate the generator in chan_misdn, when asterisk hask not yet taken the call (WAITING4DIGS state). Alerting audio will be generated fomr asterisk for example. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2943,6 +2943,8 @@ static int stop_indicate(struct chan_list *cl)
|
|||||||
chan_misdn_log(3,cl->bc->port," --> None\n");
|
chan_misdn_log(3,cl->bc->port," --> None\n");
|
||||||
misdn_lib_tone_generator_stop(cl->bc);
|
misdn_lib_tone_generator_stop(cl->bc);
|
||||||
ast_playtones_stop(ast);
|
ast_playtones_stop(ast);
|
||||||
|
|
||||||
|
cl->ts=NULL;
|
||||||
/*ast_deactivate_generator(ast);*/
|
/*ast_deactivate_generator(ast);*/
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user