[Home]

Summary:ASTERISK-10548: Presence & eyebeam
Reporter:pj (pj)Labels:
Date Opened:2007-10-16 14:47:15Date Closed:2007-10-16 15:11:33
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Subscriptions
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) subscribe.debug.txt
Description:I'm trying eyebeam 1.5.16 and SVN-trunk-r85177M
core show hints correctly says, that extension is idle (or unavailable)
sip show subscriptions: eyebeam is subscribed to monitored extensions,
but eyebeam doesn't change line status at all - all monitored extensions are still offline :-(
sip debug log, showing SUBSCRIBE request, is attached...

****** ADDITIONAL INFORMATION ******

some errors appears in asterisk console, like....
[Oct 16 21:36:55] failed to extend from 0 to 372
[Oct 16 21:36:55] failed to extend from 0 to 42
[Oct 16 21:36:55] failed to extend from 0 to 69
Comments:By: Digium Subversion (svnbot) 2007-10-16 15:11:33

Repository: asterisk
Revision: 85944

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r85944 | russell | 2007-10-16 15:11:32 -0500 (Tue, 16 Oct 2007) | 9 lines

This fixes SIP subscriptions in trunk.

Don't improperly memset() over an ast_str.  This was leftover from before it
got changed to use ast_str.

(closes issue ASTERISK-10548, reported by pj)
(closes issue ASTERISK-10344, reported by yehavi)
(patched by me)

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