Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

No Format
(A) Calling T.38 endpoint <-->
  (B) Channel Driver 1<-->
    (C) Asterisk Core <-->
   (D) T.38 Gateway Object <-->
  (E) Channel Driver 2<-->
(F) Called T.30 endpoint
Wiki Markup
{graphviz}
digraph G {
"Calling T.38 Endpoint" -> "Channel Driver 1";
"Channel Driver 1" -> "Calling T.38 Endpoint";

subgraph cluster_1 {
    style=filled;
    label = "Asterisk";
    "Channel Driver 1" -> "Asterisk Core";
    "Asterisk Core" -> "Channel Driver 1";

    "Asterisk Core" -> "T.38 Gateway Object";
    "T.38 Gateway Object" -> "Asterisk Core";

    "T.38 Gateway Object" -> "Channel Driver 2";
    "Channel Driver 2" -> "T.38 Gateway Object";
}

"Channel Driver 2" -> "Called T.30 Endpoint";
"Called T.30 Endpoint" -> "Channel Driver 2";
}
{graphviz}

In this use case, the calling endpoint is T.38 equipped and the called endpoint is not (supports T.30 only); in addition, the calling endpoint is properly configured to not initiate T.38 re-INVITEs itself, but relies on the receiving gateway (Asterisk+T.38 Gateway) to do so.

...

No Format
(A) Calling T.38 endpoint <-->
  (B) Channel Driver 1 <-->
    (C) Asterisk Core <-->
   (D) T.38 Gateway Object <-->
  (E) Channel Driver 2 <-->
(F) Called T.30 endpoint
Wiki Markup
{graphviz}
digraph G {
"Calling T.38 Endpoint" -> "Channel Driver 1";
"Channel Driver 1" -> "Calling T.38 Endpoint";

subgraph cluster_1 {
    style=filled;
    label = "Asterisk";
    "Channel Driver 1" -> "Asterisk Core";
    "Asterisk Core" -> "Channel Driver 1";

    "Asterisk Core" -> "T.38 Gateway Object";
    "T.38 Gateway Object" -> "Asterisk Core";

    "T.38 Gateway Object" -> "Channel Driver 2";
    "Channel Driver 2" -> "T.38 Gateway Object";
}

"Channel Driver 2" -> "Called T.30 Endpoint";
"Called T.30 Endpoint" -> "Channel Driver 2";
}
{graphviz}

In this use case, the calling endpoint is T.38 equipped and the called endpoint is not (supports T.30 only); in addition, the calling endpoint
is improperly configured to initiate T.38 re-INVITEs itself, not waiting for the receiving gateway to do so.

...

No Format
(A) Calling T.30 endpoint <-->
  (B) Channel Driver 1 <-->
    (C) Asterisk Core <-->
   (D) T.38 Gateway Object <-->
  (E) Channel Driver 2 <-->
(F) Called T.38 endpoint
Wiki Markup
{graphviz}
digraph G {
"Calling T.30 Endpoint" -> "Channel Driver 1";
"Channel Driver 1" -> "Calling T.30 Endpoint";

subgraph cluster_1 {
    style=filled;
    label = "Asterisk";
    "Channel Driver 1" -> "Asterisk Core";
    "Asterisk Core" -> "Channel Driver 1";

    "Asterisk Core" -> "T.38 Gateway Object";
    "T.38 Gateway Object" -> "Asterisk Core";

    "T.38 Gateway Object" -> "Channel Driver 2";
    "Channel Driver 2" -> "T.38 Gateway Object";
}

"Channel Driver 2" -> "Called T.38 Endpoint";
"Called T.38 Endpoint" -> "Channel Driver 2";
}
{graphviz}

In this use case, the calling endpoint is not T.38 equipped but the called endpoint is. In addition, the called endpoint is improperly configured to rely on the calling endpoint to initiate T.38 re-INVITEs.

...

No Format
(A) Calling T.30 endpoint <-->
  (B) Channel Driver 1 <-->
    (C) Asterisk Core <-->
   (D) T.38 Gateway Object <-->
  (E) Channel Driver 2 <-->
(F) Called T.38 endpoint
Wiki Markup
{graphviz}
digraph G {
"Calling T.30 Endpoint" -> "Channel Driver 1";
"Channel Driver 1" -> "Calling T.30 Endpoint";

subgraph cluster_1 {
    style=filled;
    label = "Asterisk";
    "Channel Driver 1" -> "Asterisk Core";
    "Asterisk Core" -> "Channel Driver 1";

    "Asterisk Core" -> "T.38 Gateway Object";
    "T.38 Gateway Object" -> "Asterisk Core";

    "T.38 Gateway Object" -> "Channel Driver 2";
    "Channel Driver 2" -> "T.38 Gateway Object";
}

"Channel Driver 2" -> "Called T.38 Endpoint";
"Called T.38 Endpoint" -> "Channel Driver 2";
}
{graphviz}

In this use case, the calling endpoint is not T.38 equipped but the called endpoint is. In addition, the called endpoint is properly configured to initiate T.38 re-INVITEs itself.

...