[Home]

Summary:ASTERISK-16639: call-limit is not removed by "sip reload"
Reporter:gb_delti (gb_delti)Labels:
Date Opened:2010-09-02 05:00:48Date Closed:2011-07-26 15:03:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I can reproduce the following error on two machines with different SIP trunks and configurations:

1) Configure a SIP peer called "mypeer" with the setting "call-limit=100". Start Asterisk.
2) Remove the call-limit setting from sip.conf
3) Enter "sip show peer mypeer".

Expected result: Call limit is 0

Actual result: Call limit is still 100


****** ADDITIONAL INFORMATION ******

Here is the SIP configuration:


[mypeer]
qualify=no
nat=no
host=192.168.66.77
callerid=123456
dtmfmode=rfc2833
context=from-outside
type=friend
insecure=invite
canreinvite=no
disallow=all
allow=g729
Comments:By: Elazar Broad (ebroad) 2010-09-02 10:19:31

Edit: I need coffee, should have paid attention to the title.



By: Leif Madsen (lmadsen) 2011-07-26 15:03:06.076-0500

call-limit has been deprecated and with 1.8 you should be using callcounter=yes. Thanks!