IO-sipit26 » History » Version 15
Adrian Georgescu, 05/24/2010 12:23 PM
1 | 4 | Adrian Georgescu | = SIPIT 26 Stockholm = |
---|---|---|---|
2 | 1 | Adrian Georgescu | |
3 | 12 | Adrian Georgescu | * ~~Fixed xcap digest authentication with CounterPath client (OpenXCAP)~~ |
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 | * ~~Fixed detection of ICE offer from CounterPath~~ |
||
8 | 10 | Adrian Georgescu | * When ICE is enabled, Add Contact parameter for REGISTER (RFC5768): sip.ice |
9 | 14 | Adrian Georgescu | * Support for ICE parameters in session level |
10 | 1 | Adrian Georgescu | * MSRP receiving end-point must be active based on active/passive lines. do not use the relay |
11 | 12 | Adrian Georgescu | * ~~Mandatory sRTP worked with CounterPath works~~ |
12 | 11 | Adrian Georgescu | * MSRP transport is not honored when using the Relay |
13 | 13 | Adrian Georgescu | * ~~Cannot open alert device on Debian/Ubuntu~~: |
14 | 1 | Adrian Georgescu | * Random crash 50% on Ubuntu 10.04 with Python 2.6 |
15 | 7 | Adrian Georgescu | {{{ |
16 | Program terminated with signal 11, Segmentation fault. |
||
17 | #0 0x0037bc2a in vfprintf () from /lib/tls/i686/cmov/libc.so.6 |
||
18 | (gdb) bt |
||
19 | #0 0x0037bc2a in vfprintf () from /lib/tls/i686/cmov/libc.so.6 |
||
20 | #1 0x0041fbb4 in __vsnprintf_chk () from /lib/tls/i686/cmov/libc.so.6 |
||
21 | #2 0x080fbfff in PyOS_snprintf () |
||
22 | #3 0x080a6288 in PyString_Format () |
||
23 | #4 0x08062a0e in ?? () |
||
24 | #5 0x08065470 in PyNumber_Remainder () |
||
25 | #6 0x029d6aba in ?? () from /usr/lib/pymodules/python2.6/sipsimple/core/_core.so |
||
26 | #7 0x029d7f52 in ?? () from /usr/lib/pymodules/python2.6/sipsimple/core/_core.so |
||
27 | 9 | Adrian Georgescu | }}} |