I am setting up 10 SNOM 320s for a customer, and there seems to be a problem with call-limit and hints. Here is my sip config for one phone: [944] type=friend context=xxxxx language=de accountcode=xxxxx notifyringing=yes host=dynamic dtmfmode=rfc2833 mailbox=944@sanset callerid="xxxxx " <944> canreinvite=no disallow=all allow=g729 nat=yes If I add to this, call-limit=1, hint does not work at all. I get no status change from the "hinted" devices/extensions. Maybe someone else can comment. Regards, Joe
Joseph Rothstein wrote:> I am setting up 10 SNOM 320s for a customer, and there seems to be a problem > with call-limit and hints. > > Here is my sip config for one phone: > > [944] > type=friend > context=xxxxx > language=de > accountcode=xxxxx > notifyringing=yes > host=dynamic > dtmfmode=rfc2833 > mailbox=944@sanset > callerid="xxxxx " <944> > canreinvite=no > disallow=all > allow=g729 > nat=yes > > If I add to this, call-limit=1, hint does not work at all. I get no status > change from the "hinted" devices/extensions.I believe the incominglimit outgoinglimit and limit options will be removed in the next version of Asterisk. They were replaced by the *Group applications in 1.0 and by the *GROUP functions in 1.2.
i have the same problem and also have submitted it as bug http://bugs.digium.com/view.php?id=5281. the Patch-5281-v2.txt in the mentioned bug will solve your problem. Paradise Dove On 1/3/06, Eric ManxPower Wieling <eric@fnords.org> wrote:> Joseph Rothstein wrote: > > I am setting up 10 SNOM 320s for a customer, and there seems to be a problem > > with call-limit and hints. > > > > Here is my sip config for one phone: > > > > [944] > > type=friend > > context=xxxxx > > language=de > > accountcode=xxxxx > > notifyringing=yes > > host=dynamic > > dtmfmode=rfc2833 > > mailbox=944@sanset > > callerid="xxxxx " <944> > > canreinvite=no > > disallow=all > > allow=g729 > > nat=yes > > > > If I add to this, call-limit=1, hint does not work at all. I get no status > > change from the "hinted" devices/extensions. > > I believe the incominglimit outgoinglimit and limit options will be > removed in the next version of Asterisk. They were replaced by the > *Group applications in 1.0 and by the *GROUP functions in 1.2. > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Eric "ManxPower" Wieling wrote:> Joseph Rothstein wrote: > >> I am setting up 10 SNOM 320s for a customer, and there seems to be a >> problem >> with call-limit and hints. >> >> Here is my sip config for one phone: >> >> [944] >> type=friend >> context=xxxxx >> language=de >> accountcode=xxxxx >> notifyringing=yes >> host=dynamic >> dtmfmode=rfc2833 >> mailbox=944@sanset callerid="xxxxx " <944> >> canreinvite=no >> disallow=all >> allow=g729 >> nat=yes >> >> If I add to this, call-limit=1, hint does not work at all. I get no >> status >> change from the "hinted" devices/extensions. > > > I believe the incominglimit outgoinglimit and limit options will be > removed in the next version of Asterisk. They were replaced by the > *Group applications in 1.0 and by the *GROUP functions in 1.2.Since the device status system relies on it, I rewrote the incominglimit and outgoinglimit into the combined call-limit. The keywords "incominglimit" and "outgoinglimit" will be removed, but call-limit will stay. /O
> Since the device status system relies on it, I rewrote the > incominglimit and outgoinglimit into the combined call-limit. > The keywords "incominglimit" and "outgoinglimit" will be removed, but > call-limit will stay. > > /OOlle/// What happens when it not a simple phone/ATA but a providers trunk which sometimes need different values for IN/OUT channels?