Bridging Service
From TBwiki
(Difference between revisions)
(→Features: clean up) |
|||
(9 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. | + | |
Line 7: | Line 6: | ||
'''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 in the | + | * 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''' | '''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 | + | * 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''' | '''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 | + | *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. |
− | + | == Usage == | |
− | This service is used by the | + | This service is used by the [[Telephony Application]]. |
− | + | ||
− | For now protocol specific bridging (e.g. | + | |
− | it should be in the near future as this is required by a lot of applications. Of course it may be implemented by clients | + | == Caveats == |
− | since all the tools for doing it are provided. | + | |
+ | 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]] |
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