Call-limit does not work for peers version 1.2.14

I am trying to implement call-limit on asterisk 1.2.14.
It seems call-limit works ok for originators and not for terminator accounts.

Originator:

[User1]
type=friend
host=x.x.x.x
dtmfmode=rfc2833
dtmf=rfc2833
context=User1
qualify =yes
insecure=very
allow=all
nat=yes
canreinvite=yes
call-limit=12

Above works ok.

[b]Terminator Account:
[Provider1]
type=peer
username=xxxx
fromuser=xxxx
secret=yyyy
host=z.z.z.z
dtmfmode=rfc2833
dtmf=rfc2833
context=Provider1
qualify =yes
insecure=very
allow=all
nat=yes
canreinvite=yes
call-limit=6

Provider account DOES NOT limit the calls to 6.[/b]

Can anyone let me know if version 1.2.14 is causing this? Or is there any other missing thing.

Thanks in Advance
Mnajula