Asterisk func sippeer
Synopsis:
Gets SIP peer informationDoesn't work with RealTime.
Description:
SIPPEER(<peername>[:item])Valid items are:
- ip (default): The IP address.
- mailbox: The configured mailbox.
- context: The configured context.
- expire: The epoch time of the next expire.
- dynamic: Is it dynamic? (yes/no).
- callerid_name: The configured Caller ID name.
- callerid_num : The configured Caller ID number.
- codecs: The configured codecs.
- status: Status (if qualify=yes).
- regexten: Registration extension
- limit: Call limit (call-limit)
- curcalls: Current number of calls. Only available if call-limit is set
- language: Default language for peer
- useragent: Current user agent id for peer
- codec[x]: Preferred codec index number 'x' (beginning with zero).
- accountcode: value accountcode field of CDR records for calls coming from this peer
Notes
- *CLI> show function SIPPEER

Comments
333Setting call-limit?
Is there any plan to have Set(SIPPEER(limit)=2) or similar made available? Is there another way of doing this that I am unaware of?