Skip to content

Commit

Permalink
#66 update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyantynnosach-mobius committed May 24, 2018
1 parent 4f7e86f commit 2f256e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified Stacks_Parameters.ods
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,12 @@ For `dahdi` need to declare `LinksetExecutor` bean and add in [class]`FastList`
<inject bean="TcapStackMap" property="provider" />
</parameter>
</constructor>
<property name="persistDir">${jboss.server.data.dir}</property>
</bean>
----
[class]`org.restcomm.protocols.ss7.tcap.MAPStackImpl` takes [class]`String` as a first constructor argument.
The name is prepend to `xml` file created by MAP stack for persisting state of MAP resources.
The `xml` is stored in path specified by `persistDir` property above. As for now MAP stack does not store any XML files.
The `xml` is stored in path specified by `persistDir` property above.
The second constructor argument is [class]`TcapStack`. MAP uses passed TCAP stack.


Expand All @@ -534,11 +535,12 @@ Feel free to delete declaration of this bean if your service is not consuming MA
<inject bean="TcapStackCap" property="provider" />
</parameter>
</constructor>
<property name="persistDir">${jboss.server.data.dir}</property>
</bean>
----
[class]`org.restcomm.protocols.ss7.tcap.CAPStackImpl` takes [class]`String` as a first constructor argument.
The name is prepend to `xml` file created by CAP stack for persisting state of CAP resources.
The `xml` is stored in path specified by `persistDir` property above. As for now CAP stack does not store any XML files.
The `xml` is stored in path specified by `persistDir` property above.
The second constructor argument is [class]`TcapStack`. CAP uses passed TCAP stack.


Expand Down

0 comments on commit 2f256e4

Please sign in to comment.