When you work with SIP trunk, you often have to write regular expression - a regular expression (abbreviated regex or regexp) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. "find and replace"-like operations dixit Wikipedia.
I dont know for you, but since School, it is lways difficult for me...
So, I would like to share some basic regex for SIP trunk. You will be able to use them in IBM Sametime 9 SIP Proxy.
Any Username @ Any Domain => sip:(.*)@(.*)
Any Username @ IP Address => sip:(.*)@9.9.9.9
Any Username @ Domain => sip:(.*)@sip_domain.com
8-digit number@ Any Domain => sip:[0-9]{8}@(.*)
8-digit number, beginning with optional 9 @ Any Domain => sip:9?[0-9]{7}@(.*)
4-digit extension starting with 5 @ Any Domain => sip:5[0-9]{3}@(.*)
4-digit number not starting with 36 @ Any Domain => sip:(?!36)[0-9]{4}@(.*)
Welcome on my personal blog. If you are looking for information about Social, Digital marketing, Mobile & Cognitive technologies from IBM, you have come to the right place. Hope you will be able to find interesting info... The posts are my own and don't necessarily represent IBM's positions.
Showing posts with label sip_trunk. Show all posts
Showing posts with label sip_trunk. Show all posts
Tuesday, December 10, 2013
Tuesday, December 3, 2013
SIP trunks, Video MCU, Dial in/out with IBM Sametime 9
SIP trunk are very important in Telephony and Video world. With IBM Sametime 8, in order to enable SIP trunk capabilities, it was required to buy IBM®
Sametime® Unified Telephony Lite. This
licence enables you to place calls to and receive calls from internal or external phone numbers, video conferencing systems or video conferencing endpoints on your desktop.
With the new licensing model of IBM Sametime 9, this license is now free of charge... It is included in almost all bundles (Communicate and Complete) - link
I forecast that almost all IBM Sametime deployments will involve SIP trunks, because it opens IBM Sametime to a entirely new world:
In addition to enable licence in the IBM Sametime System Console, you need to define rules in Sametime SIP Proxy.
You can find two excellent guide to do it:
But, the Audio/Video media framework has slightly changed, so I would like to share with you additional elements. IBM Sametime 9 now includes a "true" MCU, providing continuous presence and the support of SIP SVC (and AVC).
In a Sametime Meeting, you can do a dial out to an endpoints via moderator Control (picture 1), but now you can also dial in. You can retrieve dial in information from conference details (picture 2).
IBM Sametime 9 & SIP trunk architecture
The four main component of the A/V media framework are :
In order to link Sametime 9 with the outside world, I have added two SIP trunks (black lines):
Hope it will help to deploy SIP trunks with IBM Sametime 9.
licence enables you to place calls to and receive calls from internal or external phone numbers, video conferencing systems or video conferencing endpoints on your desktop.
With the new licensing model of IBM Sametime 9, this license is now free of charge... It is included in almost all bundles (Communicate and Complete) - link
I forecast that almost all IBM Sametime deployments will involve SIP trunks, because it opens IBM Sametime to a entirely new world:
- Device-based dialing for Sametime softphone functionality
- Call non-Sametime users — reach people on any device including Polycom RealPresence audio/video endpoints
- Provides rich remote collaboration experience with video—reducing productivity loss, expense of travel, and telephony costs
![]() | ||||||||
SUT Lite call to a video endpoints from IBM Sametime 9 Client |
You can find two excellent guide to do it:
- From Zero to Hero - Sametime Unified Telephony Lite: link
- IBM Sametime 8.5.2 Unified Telephony Lite Client troubleshooting guide: link
But, the Audio/Video media framework has slightly changed, so I would like to share with you additional elements. IBM Sametime 9 now includes a "true" MCU, providing continuous presence and the support of SIP SVC (and AVC).
In a Sametime Meeting, you can do a dial out to an endpoints via moderator Control (picture 1), but now you can also dial in. You can retrieve dial in information from conference details (picture 2).
Dial-out |
Dial-in |
IBM Sametime 9 & SIP trunk architecture
The four main component of the A/V media framework are :
- SIP Proxy/registrar (P/R)
- Conference Focus
- VMgr
- VMcu
In order to link Sametime 9 with the outside world, I have added two SIP trunks (black lines):
- Between external SIP server and SIP P/R
- Between SIP P/R and VMgr
- S9 VMgr meeting: 10xx
- SIP Endpoints: 12xx
- Rule N°1 (dial-in) redirects incoming calls for the Sametime Video meeting to the VMgr (then Vmcu)
- Rule N°2 redirects incoming calls to Sametime Client.
- Rule N°3 (dial-out) redirects calls to external SIP server
Hope it will help to deploy SIP trunks with IBM Sametime 9.
Subscribe to:
Posts (Atom)