Skip to content

Commit

Permalink
Update draft-rosenbergjennings-dispatch-ript.md
Browse files Browse the repository at this point in the history
Cullen #5: remove peak-concurrent calls as part of TG construct
  • Loading branch information
jdrosen committed Feb 6, 2020
1 parent 62af48a commit cfdb333
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions draft-rosenbergjennings-dispatch-ript.md
Original file line number Diff line number Diff line change
Expand Up @@ -945,19 +945,13 @@ choose the TG based on whether a call it wishes to make is towards an
international or domestic number.

An example TG supporting outbound dialing from a 2-line IP PBX to
domestic numbers with a
peek concurrent call rate of 10 calls (essentially a two line key
system, using old terminology) might look like this:
domestic numbers might look like this:

~~~ ascii-art
{
"outbound": {
"origins" : ["+14085551000", "+14085551002"],
"destinations" : "+1*",
"max-concurrent-calls" : {
"grouped-by": "tg",
"maximum": 10
}
}
}
~~~
Expand Down Expand Up @@ -1634,8 +1628,6 @@ targets for calls. The server MUST include this element if it will
reject a call based on policy for a specific destination. The default
is "*" meaning the TG will accept any calls.

TODO: add details for max-concurrent-calls.

In addition, the TG URI contains a set of configuration values. If
absent, these take their default. The following are defined:

Expand Down

0 comments on commit cfdb333

Please sign in to comment.