[Home]

Summary:ASTERISK-10819: use comma in SIPPEER()
Reporter:pj (pj)Labels:
Date Opened:2007-11-19 13:02:47.000-0600Date Closed:2007-11-19 14:11:23.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:pipe "|" is deprecated to separate arguments in functions, so instead of:
SIPPEER(<peername>[|item])
change to:
SIPPEER(<peername>[,item])


Comments:By: Digium Subversion (svnbot) 2007-11-19 14:11:23.000-0600

Repository: asterisk
Revision: 89429

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r89429 | tilghman | 2007-11-19 14:11:22 -0600 (Mon, 19 Nov 2007) | 5 lines

Change delimiter of SIPPEER to be comma (instead of pipe) and further deprecate the old ':' delimiter
Reported by: pj
Patch by: tilghman
Closes issue ASTERISK-10819

------------------------------------------------------------------------