Re: [asterisk-users] How to make asterisk work with remote mysql database?

2015-05-07 Thread Vinicius Fontes
To install start script: make config To install samples (this will overwrite all files in /etc/asterisk!): make samples I usually do this when I need to compile and install Asterisk: ./configure make menuselect make make install make config make samples 2015-05-07 14:44 GMT-03:00 Manish

[asterisk-users] How to make asterisk work with remote mysql database?

2015-05-07 Thread Manish Jain
Hi, I am trying to make asterisk 11.7 work on Ubuntu 12 (amd64). I would like asterisk to not use the inbuilt sqlite database. Instead, I want it use a remote mysql database. Is this possible ? If yes, is there any good HowTo on this ? Running 'make install' installed my asterisk

Re: [asterisk-users] How to make asterisk work with remote mysql database?

2015-05-07 Thread jg
I am trying to make asterisk 11.7 work on Ubuntu 12 (amd64). I would like asterisk to not use the inbuilt sqlite database. Instead, I want it use a remote mysql database. Is this possible ? If yes, is there any good HowTo on this ? Running 'make install' installed my asterisk successfully,

Re: [asterisk-users] Phones don't stop ringing when queue is answered

2015-05-07 Thread Andrew Martin
James, The WaitExten()s just provide a pause between the two Queue() calls to let the first group of phones finish ringing. In this example I am ringing the same group (queue_level_1) twice, however in a real-world scenario I would ring queue_level_1 and then ring queue_level_2 which each have a

Re: [asterisk-users] DPMA - Asterisk Realtime

2015-05-07 Thread Matthew Jordan
On Fri, May 1, 2015 at 10:43 AM, Robert Broyles rob...@webservicesaz.com wrote: We love our Digium phones and DPMA - but we really need it to work on our Realtime Platform. Otherwise we lose all the cool features and they are just standard SIP phones. Anyone working on a solution for this?

Re: [asterisk-users] Phone provisioning template Snoms

2015-05-07 Thread Chris Bagnall
On 7 May 2015, at 23:45, Tafadzwa Nyabasa tnyab...@gmail.com wrote: I am looking for a phone provisioning template for Snom phones, Yealinks and Polycoms. I am always doing deployments of many phones and usually configure each phone one by one for each installation. Any help will be highly

Re: [asterisk-users] Phone provisioning template Snoms

2015-05-07 Thread Kevin Larsen
I am looking for a phone provisioning template for Snom phones, Yealinks and Polycoms. I am always doing deployments of many phones and usually configure each phone one by one for each installation. Any help will be highly appreciated There’s some excellent documentation about

[asterisk-users] Phone provisioning template Snoms

2015-05-07 Thread Tafadzwa Nyabasa
Good day I am looking for a phone provisioning template for Snom phones, Yealinks and Polycoms. I am always doing deployments of many phones and usually configure each phone one by one for each installation. Any help will be highly appreciated Regards -- Tafadzwa --

Re: [asterisk-users] Phones don't stop ringing when queue is answered

2015-05-07 Thread James Thomas
What purpose do the WaitExten()s serve here? Are you really allowing the caller to connect to different extensions in the test-queue context? Have you tried without the WaitExten()s? -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] DPMA - Asterisk Realtime

2015-05-07 Thread Robert Broyles
Thanks for the update. As an Authorized Digium Reseller - it's difficult for me to sell Digium phones if the customer can't use the cool features it comes with. They can purchase a standard IP Phone (which is what Digium phones are without DPMA) from other vendors for a lower price point.