Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Nabeel
I have been able to solve the issue of loading numbers without using the voicemail.conf file. After adding the line *'voicemail => odbc,asterisk,vmaliases'* to extconfig.cfg, I removed the suffix " |u " from extensions.conf: exten => _VMR_.,n,Voicemail(${EXTEN:4}*|u*) Now all phone numbers in

Re: [OpenSIPS-Users] Migrating from 1.11 to 2.1 load balancer Probing problem

2016-07-04 Thread Bogdan-Andrei Iancu
Hi Alain, Could you please test the following patch. Thank and regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 04.07.2016 15:34, Alain Bieuzent wrote: Hi Bogdan, Yes i compiled form source. Regards *De : *Bogdan-Andrei Iancu *Date : *lundi

Re: [OpenSIPS-Users] Migrating from 1.11 to 2.1 load balancer Probing problem

2016-07-04 Thread Alain Bieuzent
Hi Bogdan, Yes i compiled form source. Regards De : Bogdan-Andrei Iancu Date : lundi 4 juillet 2016 13:03 À : Alain Bieuzent , "users@lists.opensips.org" Objet : Re: [OpenSIPS-Users] Migrating from 1.11 to 2.1 load balancer Probing problem Hi Alain, Thanks for the trace, I mana

Re: [OpenSIPS-Users] Migrating from 1.11 to 2.1 load balancer Probing problem

2016-07-04 Thread Bogdan-Andrei Iancu
Hi Alain, Thanks for the trace, I managed to find out the problem. I can provide you a fix to test - do you have OpenSIPS compiled from sources ? or ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01.07.2016 16:56, Alain Bieuzent wrote: Hi

Re: [OpenSIPS-Users] running sip tls on 443

2016-07-04 Thread Bogdan-Andrei Iancu
Thank you Tito, It looks like a crash in the memory manager, while trying to allocate a new structure. Do debug such problems there is no other way than enabling debugging for the memory manager (QM_MALLOC + DBG_MALLOC flags) - is this a production system with considerable load on it ? Regar

Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Nabeel
0. The line block was in the default OpenSIPS config, but I agree that it is not in the tutorial so should be removed (for voicemail). 1. I think there is a misunderstanding here. 'limit' is not a column; I am referring to the mysql LIMIT clause: https://dev.mysql.com/doc/refman/5.5/en/select.h

Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Bogdan-Andrei Iancu
Thank you Nabeel, The number you added in voicemail file - does it exist in the sipuser/subscriber table ?? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 04.07.2016 11:38, Nabeel wrote: Hi Bogdan, I just added the column to the view by ad

Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Bogdan-Andrei Iancu
Hi, 0. The cfg block you mentioned as removed does not exists in the cfg as per tutorial. 1. the "limit" column does not exist in the sipusers as per tutorial, so it might have been added in newer asterisk versions; not sure what is its meaning, but if setting it to 1 makes asterisk happy, i

Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Nabeel
Hi Bogdan, I just added the column to the view by adding "NULL AS `callbackextension`" to the SQL view definition. I haven't linked the column to the subscriber column, so this may not be the correct definition. However, it got rid of the error. About the voicemail.conf file, when I attempted to

Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Bogdan-Andrei Iancu
Hi, the voicemail.conf file exists in almost all asterisk versions. But if you use the odbc storage for voicemail, you do not need this file at all. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02.07.2016 15:41, Nabeel wrote: In the lates

Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Bogdan-Andrei Iancu
Hi, What is the definition you used for this new column ? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02.07.2016 05:29, Nabeel wrote: In the last error message,/'//callbackextension = ?' /suggested that this column is missing from the

Re: [OpenSIPS-Users] OpenSIPS and Asterisk integration versions

2016-07-04 Thread Bogdan-Andrei Iancu
Hi, This kind of ordering is valid in older versions of Asterisk. Maybe not anymore in the newer versions. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 02.07.2016 04:23, Nabeel wrote: The tutorial contains a mistake where the priority order