mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Simplified dahdi_request() channel selection failed reason/cause code.
Also avoid potential crash because cause could be NULL. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@251585 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -261,7 +261,7 @@ int sig_pri_indicate(struct sig_pri_chan *p, struct ast_channel *chan, int condi
|
||||
|
||||
int sig_pri_answer(struct sig_pri_chan *p, struct ast_channel *ast);
|
||||
|
||||
int sig_pri_available(struct sig_pri_chan *p, int *reason);
|
||||
int sig_pri_available(struct sig_pri_chan *p);
|
||||
|
||||
void sig_pri_init_pri(struct sig_pri_pri *pri);
|
||||
|
||||
|
Reference in New Issue
Block a user