Re: [asterisk-users] asterisk mysql contacts

2018-01-17 Thread Floimair Florian
Yes there is. You can follow the ODBC section in this document: https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime     With best regards Florian Floimair Innovation - Software-Development COMMEND INTERNATIONAL GMBH http://www.commend.com Security and Communication by Commend

Re: [asterisk-users] asterisk mysql contacts

2018-01-17 Thread Paul Neuwirth
On Wed, 17 Jan 2018 09:26:28 -0700 John Kiniston wrote: > use func_odbc, create a new function that does a lookup. > > [CALLERID] > prefix=LOOKUP > dsn=MyDB > readsql=SELECT CALLERID from MyNames where CallerIdNum = > '${SQL_ESC(${ARG1})}' > > exten =>

Re: [asterisk-users] asterisk mysql contacts

2018-01-17 Thread John Kiniston
use func_odbc, create a new function that does a lookup. [CALLERID] prefix=LOOKUP dsn=MyDB readsql=SELECT CALLERID from MyNames where CallerIdNum = '${SQL_ESC(${ARG1})}' exten => s,n,Set(CALLERID(NAME)=LOOKUP_CALLERID(${CALLERID(NUM)})) On Wed, Jan 17, 2018 at 6:16 AM, Atux Atux

Re: [asterisk-users] asterisk mysql contacts

2018-01-17 Thread Daniel Tryba
On Wed, Jan 17, 2018 at 03:16:04PM +0200, Atux Atux wrote: [asterisk dialplan mysql] > I would like to ask if there is a way to implement this easily in my > dialplan, please. The answer is: yes If you'd search for "asterisk dialplan mysql", you'get something like

[asterisk-users] asterisk mysql contacts

2018-01-17 Thread Atux Atux
Hi. i have an asterisk 11 installation that i run in my soho environment. My system has mysql to store all the cdrs. I would like make use of the mysql and store numbers and names. eg +4922123456789 "Atux Null". So when the +4922123456789 calls in my system the name "Atux Null" will pop up next to

Re: [asterisk-users] queue peridiodic-announce-frequency

2018-01-17 Thread Paul Neuwirth
On Wed, 17 Jan 2018 12:08:40 +0100 Antony Stone wrote: > On Wednesday 17 January 2018 at 11:59:21, Paul Neuwirth wrote: > > > Hello group, > > > > I tried a lot to enlarge the frequency (i.e. more announces, low > > wait between). according to config,

Re: [asterisk-users] remote Asterisk console

2018-01-17 Thread Daniel Tryba
On Tue, Jan 16, 2018 at 06:19:30PM +0100, Paul Neuwirth wrote: > Thank you both. That was (most likely) what I was looking for - but > still some worries about sending plaintext passwords... The AMI interface can use a Challenge-Response mechanisme for logins, if you are this concerned you should

Re: [asterisk-users] queue peridiodic-announce-frequency

2018-01-17 Thread Antony Stone
On Wednesday 17 January 2018 at 11:59:21, Paul Neuwirth wrote: > Hello group, > > I tried a lot to enlarge the frequency (i.e. more announces, low wait > between). according to config, every 30 seconds the announcement should > take place. In fact, the first periodic announce is done after 2 >

[asterisk-users] queue peridiodic-announce-frequency

2018-01-17 Thread Paul Neuwirth
Hello group, I tried a lot to enlarge the frequency (i.e. more announces, low wait between). according to config, every 30 seconds the announcement should take place. In fact, the first periodic announce is done after 2 minutes? What is my fault? Thank you Regards Paul # zypper if asterisk