Displaying 6 results from an estimated 6 matches for "passx".
Did you mean:
pass
2010 Jan 12
1
Problem logs queue_log-mysql
...works well, events logs on /var/log/asterisk/queue_log .
With extconfig.conf configurations no events logs on /var/log/asterisk/queue_log.
What happens??
My asterisk version is 1.6.1.11.
addons 1.6.1.2
res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = asterisk
dbuser = userX
dbpass = passX
dbport = 3306
dbsock = /tmp/mysql.sock
--------------------------------------------------
extconfig.conf
[settings]
queue_log => mysql,general
----------------------------------------------------
logger.conf
[general]
queue_log = yes
queue_log_name = queue_log
Thanks,
Best regards!!...
2017 Oct 25
2
RFC: Switching to the new pass manager by default
...started. If anyone is interested
> in it, go for it. We might even be able to do something simpler
> using the generic debug counters and get equivalent functionality.
>
> ... that's it?
>
>
>
> Missing support of 'print-after-all' or 'print-after-passX' is
> another major usability loss.
>
> Regarding the default switch, maybe do it in two steps:
>
> 1) Switch the default for PGO build first
> 2) Switch the default for all modes.
Why?
-Hal
>
> David
>
>
>
> Optimization quality / run-time perform...
2010 Jan 08
0
Queue_log file and mysql logs together!
...works well, events logs on /var/log/asterisk/queue_log .
With extconfig.conf configurations no events logs on /var/log/asterisk/queue_log.
What happens??
My asterisk version is 1.6.1.11.
addons 1.6.1.2
res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = asterisk
dbuser = userX
dbpass = passX
dbport = 3306
dbsock = /tmp/mysql.sock
--------------------------------------------------
extconfig.conf
[settings]
queue_log => mysql,general
----------------------------------------------------
logger.conf
[general]
queue_log = yes
queue_log_name = queue_log
Thanks,
Best regards!!...
2010 Jan 15
0
Logs problem of queue_log-mysql
...works well, events logs on /var/log/asterisk/queue_log .
With extconfig.conf configurations no events logs on /var/log/asterisk/queue_log.
What happens??
My asterisk version is 1.6.1.11.
addons 1.6.1.2
res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = asterisk
dbuser = userX
dbpass = passX
dbport = 3306
dbsock = /tmp/mysql.sock
--------------------------------------------------
extconfig.conf
[settings]
queue_log => mysql,general
----------------------------------------------------
logger.conf
[general]
queue_log = yes
queue_log_name = queue_log
Thanks,
Best regards!!...
2010 Jan 19
1
ast_queue_log to mysql asterisk < 1.4 ?
I know in v1.6 its part of logger.c but I noticed this:
https://issues.asterisk.org/bug_view_advanced_page.php?bug_id=11625
However, it doesn't seem to ever been applied to any version of 1.4.x
branch..
Nor can I figure out what it was applied to?
This is over 3 years old, you would of figured it would have been applied to
1.4 at some point in time..
Any ideas?
2017 Oct 18
18
RFC: Switching to the new pass manager by default
Greetings everyone!
The new pass manager is getting extremely close to the point where I'm not
aware of any significant outstanding work needed, and I'd like to see what
else would be needed to enable it by default. Here are the current
functionality I'm aware of outstanding:
1) Does not do non-trivial loop unswitching. Majority of this is in
https://reviews.llvm.org/D34200 but will