<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2016-09-14 11:18 GMT+02:00 Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Tue, Sep 13, 2016 at 05:09:59PM +0200, Julian Fleischhauer wrote:<br>
> Hi everyone,<br>
><br>
> Sorry if this mail is a repost, but I can't figure out if my first mail<br>
> went through, because I have first been registered now.<br>
><br>
> I have an issue which I can't fix myself.<br>
><br>
> I want to use a command line argument variable in a different file than<br>
> asterisk.c.<br>
<br>
</span>Command-line arguments are kept in ast_options. 'git grep -w<br>
ast_options' would show you many places in the code where they are<br>
tested. Those options are also asterisk.conf options as command-line<br>
arguments generally relate to asterisk.conf options.<br><span><font color="#888888"><br></font></span></blockquote><div><br></div><div>I've already tried using ast_options but I figured out that it will be difficult because ast_flags is an unsigned int, which has a maximal size of 32 bit. Unfortunately, there are already 31 different option flags, and I need to use four additional ones.</div><div><br></div><div>Regards,</div><div>Juliannn</div></div><br></div></div>