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:
Christian Richter
2007-05-24 09:37:32 +00:00
parent e1518f42ae
commit 9f54cd55af

View File

@@ -2943,6 +2943,8 @@ static int stop_indicate(struct chan_list *cl)
chan_misdn_log(3,cl->bc->port," --> None\n");
misdn_lib_tone_generator_stop(cl->bc);
ast_playtones_stop(ast);
cl->ts=NULL;
/*ast_deactivate_generator(ast);*/
return 0;