aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-26 22:09:19 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-26 22:09:19 +0000
commit9347e0d2844c3bb6602a8dba5bc83e5d1b4b9195 (patch)
tree16765d79746e0c65dd6a589e4bef791fa4bbfbe4 /channels
parentcbc946c26d5e2edfee176a614efddc53a8de0c29 (diff)
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/branches/1.4@203848 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 99c745eab..46bc9ccec 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -11996,7 +11996,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