Displaying 2 results from an estimated 2 matches for "asteriskloc".
Did you mean:
asterisklog
2006 Dec 18
1
Re: Best way to access MySQL data from dial plan
Resending as message didn't show up the first time
>I need to access MySQL from the dial plan. Currently I am using the MYSQL
>function:
> exten => *78,n,MYSQL(Connect asterisklocal localhost asteriskuser password
> asterisk)
> exten => *78,n,MYSQL(Query resultid ${asterisklocal} CALL\
> sp_ins_into_avp(\'/DND/${CALLERID(number)}\'\,\'YES\'))
> exten => *78,n,MYSQL(Clear ${resultid})
> exten => *78,n,MYSQL(Disconnect ${asterisklocal}...
2006 Dec 18
0
Re: Best way to access MySQL data from dial plan
...[asterisk-users] Re: Best way to access MySQL data from dial
> plan
>
>
> Resending as message didn't show up the first time
>
> >I need to access MySQL from the dial plan. Currently I am
> using the MYSQL
> >function:
> > exten => *78,n,MYSQL(Connect asterisklocal localhost
> asteriskuser password
> > asterisk)
> > exten => *78,n,MYSQL(Query resultid ${asterisklocal} CALL\
> > sp_ins_into_avp(\'/DND/${CALLERID(number)}\'\,\'YES\'))
> > exten => *78,n,MYSQL(Clear ${resultid})
> > exten => *78,n,MY...