Re: [asterisk-users] Asterisk 1.6.1 Realtime SIP Users

2011-07-05 Thread Mickael MONSIEUR
Thank you I'll watch. Support for Asterisk-Mysql is a bit minimal ... :-( 2011/7/1 Mickael MONSIEUR > Hello, > I just implement the SIP Peers with MySQL. > > In the structure mySQL missing the following fields: > > nat = yes > notransfer = yes > dtmfmode = rfc2833 > call-limit = 2 > canreinvite

Re: [asterisk-users] Asterisk 1.6.1 Realtime SIP Users

2011-07-01 Thread Ishfaq Malik
Hi While call limit is deprecated is still works and you can add it to your table as an int. just remember to put the column name in `` i.e. `call-limit` BLF is more tricky. it is not supported through realtime only. However, you will need a subscribecontext column in your table. The hint declara

Re: [asterisk-users] Asterisk 1.6.1 Realtime SIP Users

2011-06-30 Thread Adolphe Cher-Aime
call-limit is deprecated in this version of asterisk. Use the callcounter and group count to limit calls On Thu, Jun 30, 2011 at 7:06 PM, Mickael MONSIEUR < mickael.monsi...@gmail.com> wrote: > Hello, > I just implement the SIP Peers with MySQL. > > In the structure mySQL missing the followi

[asterisk-users] Asterisk 1.6.1 Realtime SIP Users

2011-06-30 Thread Mickael MONSIEUR
Hello, I just implement the SIP Peers with MySQL. In the structure mySQL missing the following fields: nat = yes notransfer = yes dtmfmode = rfc2833 call-limit = 2 canreinvite = no subscribecontext = blf subscribecontext (BLF) and call-limit (Protection) are very important ... Can you help me?