mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
Adjust for technology when generating user extension
(issue #13332) Reported by: wizzy Tested by: bkruse git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@143612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2478,7 +2478,7 @@ static void pbx_load_users(void)
|
||||
start = x;
|
||||
}
|
||||
for (x = start; x <= finish; x++) {
|
||||
snprintf(tmp, sizeof(tmp), "Zap/%d", x);
|
||||
snprintf(tmp, sizeof(tmp), "%s/%d", dahdi_chan_name, x);
|
||||
append_interface(iface, sizeof(iface), tmp);
|
||||
}
|
||||
chan = strsep(&c, ",");
|
||||
|
Reference in New Issue
Block a user