Displaying 3 results from an estimated 3 matches for "overdramat".
Did you mean:
overdracht
2009 Mar 19
1
IAX trunktimestamps and AST_CONTROL_SRCUPDATE
...risk pre-March 2008.
It seems an AST_CONTROL_SRCUPDATE frame type was added (in March '08),
but no mechanism to negotiate whether it can be sent to the remote
end, so if a "new" IAX endpoint sends it, and the remote end ignores
it, I believe it can cause the call to fail.
Am I being overdramatic? I have a scenario which seems to be showing a
1.2 box talking to a 1.4 box dropping calls sometimes, and the error
message on the 1.2 box is showing that it does not like the
unrecognised AST_CONTROL_SRCUPDATE frame that it receives. This issue
may be exagerated by the fact that the Asterisk 1.2...
2004 Dec 03
5
SIP SECURITY WARNING: v1-0 (cvs today) sip context in general section ignored goes to default instead - allowing unauthorized sip devices to place calls in default context
SIP SECURITY WARNING
Version: v1-0 (cvs today)
Problem: sip context in general section ignored - goes to default -
allowing unauthorized sip devices to place calls in default context
Fix [workaround]:
Remove or rename "default" context in extensions.conf
Notes:
I am not sure what other asterisk functionality may be affected by this
- review your other config
2006 Feb 10
14
[PATCH] TC: bug fixes to the "sample" clause
PATCH 1
=======
On my machine tc does not parse filter "sample" for the u32
filter. Eg:
tc filter add dev eth2 parent 1:0 protocol ip prio 1 u32 ht 801: \
classid 1:3 \
sample ip protocol 1 0xff match ip protocol 1 0xff
Illegal "sample"
The reason is a missing memset. This patch fixes it.
diff -Nur iproute-20051007.keep/tc/f_u32.c iproute-20051007/tc/f_u32.c