mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Add missing ifdef-s for service maintenance message functionality
(closes issue #15614) Reported by: fabled git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209619 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2465,6 +2465,7 @@ int pri_send_callrerouting_facility_exec(struct sig_pri_chan *p, enum ast_channe
|
||||
return res;
|
||||
}
|
||||
|
||||
#ifdef HAVE_PRI_SERVICE_MESSAGES
|
||||
int pri_maintenance_bservice(struct pri *pri, struct sig_pri_chan *p, int changestatus)
|
||||
{
|
||||
int channel = PVT_TO_CHANNEL(p);
|
||||
@@ -2472,5 +2473,6 @@ int pri_maintenance_bservice(struct pri *pri, struct sig_pri_chan *p, int change
|
||||
|
||||
return pri_maintenance_service(pri, span, channel, changestatus);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_PRI */
|
||||
|
Reference in New Issue
Block a user