similar to: asterisk mysql contacts

Displaying 20 results from an estimated 300 matches similar to: "asterisk mysql contacts"

2018 Mar 15
2
Bank holidays read from file?
Hi. thanks a lot for your reply. i will download the newer libical software. Could you elaborate on icalendar with google calendar config and calendar.conf, please? On Thu, Mar 15, 2018 at 3:00 PM, Ludovic Gasc <gmludo at gmail.com> wrote: > I never use caldav mode, always icalendar with Google Calendar. > > BTW, you use old versions of libical, Asterisk and Debian, I recommend
2018 Apr 10
2
withheld caller id
so any ideas, please? On Tue, Apr 10, 2018 at 1:46 PM, Atux Atux <atuxnull at gmail.com> wrote: > after adding the ww: > root at Pbx: /etc/asterisk $ asterisk -rvvv > Asterisk 11.25.3, Copyright (C) 1999 - 2013 D == Using SIP RTP TOS bits > 184 > == Using SIP RTP CoS mark 5 -- Executing > [9211123456 at AllCalls:1] Goto("SIP/500-00000003",
2018 Jan 11
2
how do i enable call features??
No idea on how to write it in my system. On Thu, Jan 11, 2018 at 12:17 AM, John Kiniston <johnkiniston at gmail.com> wrote: > There's some example code in the Dial-Users context of the basic-pbx > samples that might be of use in implementing it. > > They are checking a DEVICE_STATE to see if a phone is BUSY, You could > change it to be a database call or implement custom
2018 Mar 15
2
Bank holidays read from file?
Hi. Thanks for the idea for calendar, it sounds better. i did not manage to make it work though. i am running debian 8 32 bit with asterisk 11.25.3. I have installed the packages libneon27-dev & libical-dev then in /etc/asterisk the file calendar.conf has the following entries: [Gcalendar] type=caldav url=https://www.google.com/calendar/dav/atuxnull at gmail.com/events/ user=atuxnull at
2017 Apr 22
4
asterisk name in mysql
Thanks a lot for the reply. I did follow that already, but i do have a problem. Here is my extensions.conf part for that particular number exten => 6912345678,1,Answer() exten => 6912345678,n,MYSQL(Connect connid 127.0.0.1 root mypasswd asterisk) exten => 6912345678,n,MYSQL(Query resultid ${connid} SET NAMES utf8) exten => 6912345678,n,GotoIf($["${connid}" =
2018 Jan 10
2
how do i enable call features??
That is the general idea. But how do i make it work? is there somewhere ready? On Wed, Jan 10, 2018 at 6:39 PM, John Kiniston <johnkiniston at gmail.com> wrote: > Define your *72 and *73 extensions in your internal context, Have them set > a value in the ASTDB that you then check when dialing your handsets. > > The same can be done for call forwarding, store a number in the
2018 Mar 13
2
Bank holidays read from file?
Hi. in my home office i operate my asterisk and have an IVR that has the business hours 9-5 and everytime i edit it to load the bank holidays (New Years eve, christmas, easter, whatever else). I would like to be able to load in the Asterisk's DB or in a file for all the year or years the planned holidays. Then it will be read from that file to operate accordingly. Is there a hint on how to run
2018 Mar 20
4
invite to conference by a call file
Hi. in my system i have a conference room where someone can call it eg 698 dial the PIN eg 1234 and enter the room as a user. The admin enters in through a different number and PIN. I would like to have a call file and call all participants eg 610-619 at certain time of the day and give them access to the conference. During my try i managed to create a call file where it calls the a SIP phone and
2017 Apr 06
2
feature codes
hi. i am running asterisk 11 and i am stuck with the feature codes. how do i setup them. Now the system has. PBX*CLI> features show Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # # Attended Transfer One Touch Monitor Disconnect Call * * Park Call One Touch MixMonitor Dynamic Feature Default Current --------------- ------- ------- (none) Feature
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
2018 Jan 10
2
how do i enable call features??
Hi. i am running asterisk 11 and i would like to have features access codes in my system such as call waiting(all types) (enable/disable), call forward (enable/disable) and DND. my dialplan is pretty simple and it is the following [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() exten => _4XX,2,Answer()exten =>
2017 Apr 20
2
asterisk as non root
Hi. thanks a lot for your replies. I did stop the services and i did issued the the "chown" and "chmod" commands listed in the guide. It is necessary to compile it, instead if using the apt-get version What am i missing? On Wed, Apr 19, 2017 at 10:47 PM, Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Wednesday 19 April 2017 at 18:48:29, Atux
2017 Apr 20
2
asterisk as non root
root at PBX: /var/www/html $ /etc/init.d/asterisk start [ ok ] Starting asterisk (via systemctl): asterisk.service. root at PBX: /var/www/html $ ps aux | grep asterisk asterisk 1007 0.7 2.3 67128 23748 ? Ssl Apr19 8:49 /usr/sbin/asterisk -U asterisk -G asterisk root 4186 0.0 0.1 4192 1992 pts/0 S+ 17:30 0:00 grep asterisk root at PBX: /var/www/html $
2017 Apr 19
2
asterisk as non root
Hi. Here is the output of the command root at pbx: ~ $ find / -name asterisk -exec ls -ld '{}' \; drwxr-xr-x 3 root root 4096 Apr 19 17:32 /usr/include/asterisk drwxr-x--- 3 asterisk asterisk 4096 Apr 19 17:32 /usr/lib/asterisk -rwxr-xr-x 1 root root 9719880 Apr 19 17:27 /usr/src/asterisk-11.25.1/main/asterisk drwxrwxr-x 3 1013 users 4096 Apr 19 16:56
2018 Apr 10
2
withheld caller id
thanks a lot for the reply. i thought of that and i did try to send *exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT)exten => _9X.,n,Hangup(${HANGUPCAUSE})* but the provider replies back that it is a wrong number. Then i inserted the sim to an ordinary mobile phone and dialed #31# and the number, then the call progressed fine and it restricted the number. What am i doing wrong
2013 May 20
2
Passcode
How do I make a user dial a passcode if he wants to make an international call? ________________________________ This electronic message contains information from BOSH Global Services which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named above. If you are not an intended recipient,
2018 Apr 10
3
withheld caller id
>>> > exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT) My suggestion would be to add a pause or two before dialing the phone number exten => _9X.,1,Dial(Dongle/dongle800/#31#ww${EXTEN:1},120,KT) D(digits): After the called party answers, send digits as a DTMF stream, then connect the call to the originating channel (you can also use 'w' to produce .5 second
2013 Apr 18
5
ODBC dialplan looping problem
All, Thank you in advance for any help. I have a customer in need of a conferencing system. A requirement is for users to each have their own PIN for the same bridge. So, I put the list of users, PINs bridges into a MYSQL DB and used an ODBC connector to parse the table. Asterisk is connected and reads the rows as expected. The problem is that if a user enters a PIN that is NOT in the table,
2008 Dec 02
1
func_odbc and hash problem
Hello, Now I'm testing func_odbc and hash. My configurations are: func_odbc.conf [GETNUMBER] dsn=sqlserver ;mode=multirow ;rowlimit=10 readsql=SELECT number,real_number1,real_number2,status FROM ivr.dbo.numbers WHERE number=${SQL_ESC(${ARG1})} extensions.conf exten => s,1,Ringing exten => s,n,Wait(4) exten => s,n,Answer exten => s,n,Set(NUMERIS=37037210602) exten =>
2011 Jan 23
3
FUNC_ODBC and ARRAY
Gentlemen, I have googled, searched the mailing list archives, and even spoke on the IRC channel, but have not found an answer to the following problem. I am attempting to retrieve multiple columns in an ODBC query using ARRAY per the solutions offered by many individuals. My dialplan code is as follows: exten => _.,n,Set(ARRAY(var1,var2,var3)=${ODBC_LOOKUP(${KEYVAL})}) exten =>