dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@203853 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2009-06-26 22:11:31 +00:00
parent 78c6aec64b
commit f6ccefee8e
1 changed files with 1 additions and 1 deletions

View File

@ -15667,7 +15667,7 @@ static int process_dahdi(struct dahdi_chan_conf *confp, const char *cat, struct
}
/*< \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) {
/* use the default configuration for a channel, so
that any settings from real configured channels
don't "leak" into the pseudo channel config