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? Best, Mickael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110701/0eb60d45/attachment.htm>
Adolphe Cher-Aime
2011-Jul-01 00:42 UTC
[asterisk-users] Asterisk 1.6.1 Realtime SIP Users
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.monsieur at gmail.com> wrote:> 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? > > Best, > Mickael > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- *Adolphe CHER-AIME Network / VoIP Engineer CCNA, CCNA VOICE, Global VSAT Forum Certified (509) 3449-4280* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110630/a9f58215/attachment.htm>
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 declarations will need to go into your extensions.conf though. On Thu, 2011-06-30 at 19:42 -0500, Adolphe Cher-Aime wrote:> 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.monsieur at gmail.com> wrote: > 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? > > > Best, > Mickael > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by > http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every > Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > Adolphe CHER-AIME > Network / VoIP Engineer > CCNA, CCNA VOICE, Global VSAT Forum Certified > (509) 3449-4280 > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062
Thank you I'll watch. Support for Asterisk-Mysql is a bit minimal ... :-( 2011/7/1 Mickael MONSIEUR <mickael.monsieur at gmail.com>> 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? > > Best, > Mickael >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110705/8f0bc2a7/attachment.htm>