Displaying 2 results from an estimated 2 matches for "incomingdi".
Did you mean:
incomingdid
2017 Apr 22
4
asterisk name in mysql
...,Dial(SIP/450&SIP/451,20)
exten => 6912345678,n,VoiceMail(450 at Office,su)
exten => 6912345678,n,Busy(3)
6912345678 is my DID
and here is the error i am getting
[Apr 22 23:20:29] WARNING[9725][C-00000002]: pbx.c:4991
pbx_extension_helper: No application 'MYSQL' for extension (IncomingDial,
6951921078, 2)
== Spawn extension (DialIn, 6912345678, 2) exited non-zero on
'Dongle/dongle0-0100000002'
Any ideas please?
On Fri, Apr 21, 2017 at 10:22 PM, John Kiniston <johnkiniston at gmail.com>
wrote:
> You can use func_odbc to do this.
>
> https://wiki.asteris...
2017 Apr 21
2
asterisk name in mysql
hi. currently i am running the phonebook in astdb with
*database put cidname 0123456789 "name_surname"*
and i retrive it with
*exten =>9876543210,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})})*
Now, my system has mysql and i got all my contacts in there in a database
is called *asterisk *and a table called *addressbook**. *password of the
mysql is
*whateverpasswd*
how do i