mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 203853 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r203853 | jpeeler | 2009-06-26 17:11:31 -0500 (Fri, 26 Jun 2009) | 12 lines Merged revisions 203848 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r203848 | jpeeler | 2009-06-26 17:09:19 -0500 (Fri, 26 Jun 2009) | 5 lines Make sure to recreate the dahdi pseudo channel after dahdi restart (closes issue #14477) Reported by: timking ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@203855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -14787,7 +14787,7 @@ static int process_dahdi(struct dahdi_chan_conf *confp, struct ast_variable *v,
|
||||
}
|
||||
/*< \todo why check for the pseudo in the per-channel section.
|
||||
* Any actual use for manual setup of the pseudo channel? */
|
||||
if (!found_pseudo && reload == 0) {
|
||||
if (!found_pseudo && reload != 1) {
|
||||
/* Make sure pseudo isn't a member of any groups if
|
||||
we're automatically making it. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user