Modified:
wiki/RTPProxyProtocol.wiki
Log:
Error code E10 added to the RTPProxy Protocol page.
Modified: wiki/RTPProxyProtocol.wiki
==============================================================================
--- wiki/RTPProxyProtocol.wiki (original)
+++ wiki/RTPProxyProtocol.wiki Mon Jul 6 15:49:34 2009
@@ -20,7 +20,8 @@
= Response Codes =
-|| *Code* || *Command* || *Description* ||
-|| E0 || any || Syntax error ||
-|| E3 || any || Unknown command ||
-|| E8 || D_(elete)_ || delete request failed: session _CALL_ID_, tags
_FROMTAG_/_TOTAG_ not found ||
\ No newline at end of file
+|| *Code* || *Command* || *Description* || *Most common cause* ||
+|| E0 || any || Syntax error || ||
+|| E3 || any || Unknown command || ||
+|| E8 || D _(delete)_ || delete request failed: session _CALL_ID_, tags
_FROMTAG_/_TOTAG_ not found || ||
+|| E10 || U _(update)_ || can't bind to the IPv4 port XXXXX: Cannot assign
requested address || RTPProxy server was bound to an invalid address (-l
parameter). The listen address is not verified in the server
initialization. ||
\ No newline at end of file