Bridging Service
From TBwiki
(Difference between revisions)
(→Features: clean up) |
|||
(10 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
The "Bridging Service" a.k.a "CTBCAFBridge" was designed to bridge a call correctly, it is important to make the correct | The "Bridging Service" a.k.a "CTBCAFBridge" was designed to bridge a call correctly, it is important to make the correct | ||
− | signaling an media operations. Detailed information can be found in the GRP_DOC_CALL_MANAGEMENT_- | + | signaling an media operations. Detailed information can be found in the GRP_DOC_CALL_MANAGEMENT_-CAF_CALL section. |
− | CAF_CALL section. | + | |
== Features == | == Features == | ||
− | Ringback tone | + | '''Ringback tone''' |
− | * The ringback tone is the tone a callee ears when waiting for a subscriber to answer. Detailed information can be found | + | * The ringback tone is the tone a callee ears when waiting for a subscriber to answer. Detailed information can be found in the CAFCallRingbackTone block who’s default implementation will look in the configuration file for ringback tones |
− | in the | + | |
− | tones | + | |
'''Follow me''' | '''Follow me''' | ||
− | * A follow me feature is supposed to map an incoming number to multiple outgoing numbers. When a call is made to | + | * A follow me feature is supposed to map an incoming number to multiple outgoing numbers. When a call is made to such a number the system is expected to make all outgoing call attempts and cancel all other attempts when one has answered. Detailed information can be found in the CAFCallFollowMe behavior who’s default implementation will look in the configuration file for outgoing numbers to try. |
− | such a number the system is expected to make all outgoing call | + | |
− | answered. Detailed information can be found in the | + | '''Fax relay''' |
− | look in the configuration file for outgoing numbers to try. | + | *A [[Fax over IP|fax relay]] feature is supposed to switch to the appropriate transport for fax transmission. This only needed with TDM/VOIP bridges because the problem fax relay addresses is caused by compressed audio. Detailed information can be found in the CAFCallFaxRelay. |
− | + | ||
− | A fax relay feature is supposed to switch to the appropriate transport for fax transmission. This only needed with | + | == Usage == |
− | TDM/VOIP bridges because the problem fax relay addresses is caused by compressed audio. Detailed information | + | This service is used by the [[Telephony Application]]. |
− | can be found in the | + | |
− | + | ||
− | This service is used by the | + | == Caveats == |
− | + | ||
− | For now protocol specific bridging (e.g. | + | For now protocol specific bridging (e.g., adding ISUP information elements in the SDP body) is not implemented but it should be in the near future as this is required by a lot of applications. Of course it may be implemented by clients since all the tools for doing it are provided. |
− | it should be in the near future as this is required by a lot of applications. Of course it may be implemented by clients | + | |
− | since all the tools for doing it are provided. | + | |
+ | ---- | ||
+ | |||
+ | Return to the Toolpack [[User Guide]] |
Latest revision as of 16:51, 23 July 2009
The "Bridging Service" a.k.a "CTBCAFBridge" was designed to bridge a call correctly, it is important to make the correct signaling an media operations. Detailed information can be found in the GRP_DOC_CALL_MANAGEMENT_-CAF_CALL section.
Features
Ringback tone
- The ringback tone is the tone a callee ears when waiting for a subscriber to answer. Detailed information can be found in the CAFCallRingbackTone block who’s default implementation will look in the configuration file for ringback tones
Follow me
- A follow me feature is supposed to map an incoming number to multiple outgoing numbers. When a call is made to such a number the system is expected to make all outgoing call attempts and cancel all other attempts when one has answered. Detailed information can be found in the CAFCallFollowMe behavior who’s default implementation will look in the configuration file for outgoing numbers to try.
Fax relay
- A fax relay feature is supposed to switch to the appropriate transport for fax transmission. This only needed with TDM/VOIP bridges because the problem fax relay addresses is caused by compressed audio. Detailed information can be found in the CAFCallFaxRelay.
Usage
This service is used by the Telephony Application.
Caveats
For now protocol specific bridging (e.g., adding ISUP information elements in the SDP body) is not implemented but it should be in the near future as this is required by a lot of applications. Of course it may be implemented by clients since all the tools for doing it are provided.
Return to the Toolpack User Guide