[Home]

Summary:ASTERISK-07231: Verbose(${SIPPEER(status)) output is truncated
Reporter:Roy Sigurd Karlsbakk (rkarlsba)Labels:
Date Opened:2006-06-25 09:15:06Date Closed:2006-06-25 10:12:31
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:hi

checking SIPPER(status) on two peers, I get as follows

   -- Executing Verbose("Zap/32-1", "UNKNOWN") in new stack
UNKNOWNCLI>
   -- Executing Verbose("Zap/32-1", "OK (8 m") in new stack
OK (8 mCLI>

Dialplan used is this

exten => 21973507,1,Verbose(${SIPPEER(21973558:status)})
exten => 21973507,n,Verbose(${SIPPEER(0001:status)})

royy
Comments:By: Tilghman Lesher (tilghman) 2006-06-25 10:12:31

Fixed in 1.2; merged to trunk.