[asterisk-dev] [Code Review] Add 'description' field for SIP peers

lathama reviewboard at asterisk.org
Thu Apr 7 06:39:47 CDT 2011



> On 2011-04-07 01:38:18, Olle E Johansson wrote:
> > I think this is a great addition. A few comments:
> > 
> > - This should apply to ALL channels, not only SIP. I need descriptions also for PRI channels.
> > - You forgot to add it to the manager "sip show peer/Peers"
> > - People will quickly ask for "sip show peer described as sexy" CLI commands.
> >

This feature already exists in users.conf.  It may be good to keep the naming of "fullname = New User" unless I am missing something.  It does update the callerID.

*CLI> sip show peer 1234
...
Callerid     : "Andrew Latham" <1234>
...


- lathama


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1163/#review3297
-----------------------------------------------------------


On 2011-04-06 14:20:42, Leif Madsen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/1163/
> -----------------------------------------------------------
> 
> (Updated 2011-04-06 14:20:42)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Summary
> -------
> 
> Using some of the best practices names for SIP peers provides the quandary of knowing exactly what peer is where, or who it is assigned to.
> 
> If you name all your peers as the MAC address of the device, then it's difficult to determine what device is assigned to whom, or at least knowing where the device physically resides.
> 
> I've added a description field that can help. When you do 'sip show peers' then a new column called Description outputs 32 chars of a description to the Asterisk console.
> 
> 
> This addresses bug 19076.
>     https://issues.asterisk.org/view.php?id=19076
> 
> 
> Diffs
> -----
> 
>   trunk/channels/chan_sip.c 312991 
>   trunk/channels/sip/include/sip.h 312991 
>   trunk/configs/sip.conf.sample 312991 
> 
> Diff: https://reviewboard.asterisk.org/r/1163/diff
> 
> 
> Testing
> -------
> 
> Added "description=My Awesome Peer" to [0004f2040001] definition in sip.conf, then did 'sip show peers' and 'sip show peer 0004f2040001'. Output was as expected. Compiled without error or warning.
> 
> 
> Thanks,
> 
> Leif
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20110407/4ca710a5/attachment.htm>


More information about the asterisk-dev mailing list