- 11 9月, 2012 40 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
add chan vars to tell sip to break the rfc and expect the codec payload the other side replies with rather than the one it offered which is the correct behaviour
-
由 Anthony Minessale 提交于
add uuid_media_reneg api command to tell a channel to send a re-invite with optional list of new codecs
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
List is sorted in ascending order of expiration time, fix the if clause in lpwrap_start_timer(). Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Anthony Minessale 提交于
fix logic in dmachine parser for overlap bindings so they work regardless of the order they are bound
-
由 Steve Underwood 提交于
TIFF/FX spec says, even though no software seems to care.
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Raymond Chandler 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
Do not try to send RESTART on BRI PTMP spans, libpri will just print an error and do nothing, causing the channels to be stuck in RESTART forever. Add T316 (RESTART ACK timeout), which is not implemented by libpri. The default timeout is 30 seconds (Q.931 recommends 2 minutes, but that is a little long and libpri layer 2 is being stupid) and the restart attempt limit to 3 (instead of 2). Periodically send RESTART on idle b-channels in PTP NT mode. Default interval is 15 minutes, feature can be disabled by setting "idle_restart_interval" to 0 in the span configuration. Allow timeout / interval values to have an additional time unit suffix for convenience reasons, the default (no unit specified) is milliseconds, valid units include: w (week), d (day), h (hour), m (minute), s (second) Only full integers are accepted, no fractional numbers, valid examples: 2w = two weeks 37m = 37 minutes 1h = 1 hour Combinations of multiple numbers and units (e.g. "1w5d") are not supported. New span configuration parameters: idle_restart_interval (milliseconds / time unit suffix / 0 = disabled) t316 / restart_timeout (milliseconds / time unit suffix) t316_limit / restart_attempts (number of max. attempts) Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Allowing us to restart the timer from the callback with lpwrap_start_timer(). Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Raymond Chandler 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Steve Underwood 提交于
internal data through the proper mechanisms, instead of directly poking around inside.
-
由 Jeff Lenk 提交于
-
由 David Yat Sin 提交于
-