mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Constify some more channel driver technology callback parameters.
Review: https://reviewboard.asterisk.org/r/1707/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7367,7 +7367,7 @@ AST_APP_OPTIONS(sig_pri_call_opts, BEGIN_OPTIONS
|
||||
END_OPTIONS);
|
||||
|
||||
/*! \note Parsing must remain in sync with sig_pri_extract_called_num_subaddr(). */
|
||||
int sig_pri_call(struct sig_pri_chan *p, struct ast_channel *ast, char *rdest, int timeout, int layer1)
|
||||
int sig_pri_call(struct sig_pri_chan *p, struct ast_channel *ast, const char *rdest, int timeout, int layer1)
|
||||
{
|
||||
char dest[256]; /* must be same length as p->dialdest */
|
||||
struct ast_party_subaddress dialed_subaddress; /* Called subaddress */
|
||||
|
Reference in New Issue
Block a user