IO-sipit26

Version 7 (Adrian Georgescu, 05/17/2010 03:10 pm)

1 4 Adrian Georgescu
= SIPIT 26 Stockholm =
2 1 Adrian Georgescu
3 4 Adrian Georgescu
 * Fixed xcap digest authentication with CounterPath client
4 7 Adrian Georgescu
 * ~~Fixed ICE negotiation when ice info is session based and not stream based~~
5 1 Adrian Georgescu
 * STUN server address is not checked if is an IP address (sip-settings)
6 7 Adrian Georgescu
 * ~~ICE negotiation results in sip-session~~
7 7 Adrian Georgescu
 * ~~Fixed detection of ICE offer from CounterPath~~
8 7 Adrian Georgescu
 * Cannot open alert device on Debian/Ubuntu:
9 7 Adrian Georgescu
{{{
10 7 Adrian Georgescu
31208005169@ag-projects.com> /alert
11 7 Adrian Georgescu
Failed to set alert device to system_default: Could not create sound device: Device unavailable
12 7 Adrian Georgescu
Failed to set alert device to /dev/dsp: Could not create sound device: Device unavailable
13 7 Adrian Georgescu
Failed to set alert device to Intel 82801BA-ICH2: Intel 82801BA-ICH2 (hw:0,0): Could not create sound device: Device unavailable
14 7 Adrian Georgescu
Failed to set alert device to dmix: Could not create sound device: Device unavailable
15 7 Adrian Georgescu
Failed to set alert device to front: Could not create sound device: Device unavailable
16 7 Adrian Georgescu
Alert device changed to None
17 7 Adrian Georgescu
}}}
18 1 Adrian Georgescu
 * Random crash 50% on Ubuntu 10.04 with Python 2.6
19 7 Adrian Georgescu
{{{
20 7 Adrian Georgescu
Program terminated with signal 11, Segmentation fault.
21 7 Adrian Georgescu
#0  0x0037bc2a in vfprintf () from /lib/tls/i686/cmov/libc.so.6
22 7 Adrian Georgescu
(gdb) bt
23 7 Adrian Georgescu
#0  0x0037bc2a in vfprintf () from /lib/tls/i686/cmov/libc.so.6
24 7 Adrian Georgescu
#1  0x0041fbb4 in __vsnprintf_chk () from /lib/tls/i686/cmov/libc.so.6
25 7 Adrian Georgescu
#2  0x080fbfff in PyOS_snprintf ()
26 7 Adrian Georgescu
#3  0x080a6288 in PyString_Format ()
27 7 Adrian Georgescu
#4  0x08062a0e in ?? ()
28 7 Adrian Georgescu
#5  0x08065470 in PyNumber_Remainder ()
29 7 Adrian Georgescu
#6  0x029d6aba in ?? () from /usr/lib/pymodules/python2.6/sipsimple/core/_core.so
30 7 Adrian Georgescu
#7  0x029d7f52 in ?? () from /usr/lib/pymodules/python2.6/sipsimple/core/_core.so
31 7 Adrian Georgescu
}}}