items tagged with GatewayAnaliza problemow w bramkach Patton Smart Node
Written By: Lukasz Kutkowski Section: Category: 2007-11-08 13:41:09 Sponsored by: dns-lookup <hostname> ;podaje adres IP dla danego hosta patton(cfg)#dns-lookup sip.voiceworks.pl debug media-gateway rtp ;pozwala na śledzenie połączenia na poziomie rtp
Patton - Interfejs SIP - dozwolone konfiguracje (3.X, 4.X)
Written By: Lukasz Kutkowski Section: Category: 2008-01-24 16:14:29 Sponsored by: Poniżej przedstawiona w sposób graficzny dozwolone konfiguracje SIP w bramkach SmartNode z firmwarem 3.X oraz 4.X. Numerki na rysunkach sugerują kolejność w jakiej powinny być konfigurowane poszczególne elementy niezbędne dla działania interfejsu SIP. W celu sprawdzenia wersji firmwaru naleźy w wierszu poleceń wywołać koemndę: show version
Patton Smart Node - Podstawy konfiguracji
Written By: Lukasz Kutkowski Section: Category: 2007-11-08 14:33:42 Sponsored by: Konfiguracja routingu rozmów pomiędzy różnymi technologiami Założenia:
![]() Konfiguracja interfejsu SIP ![]() 1. Interface IP (IF IP) – podstawowym parametrem jest adres IP i maska podsieci które określają sieć/podsieć w jakiej będzie widoczny ten interfejs. Wejście do trybu konfiguracji przykładowego interfejsu IP: telnet patton podać login i hasło patton>enable patton#configure patton(cfg)#context ip router patton(ctx-ip)[router]#interface LAN patton(if-ip)[IF-IP-L~]#ipaddress 192.168.1.1 255.255.255.0 patton(if-ip)[IF-IP-L~]# Naciskając TAB pojawią się komendy konfiguracyjne dla tego interfejsu. Konfiguracja: contex ip router interface WAN ipaddress dhcp use profile napt NAPT_WAN tcp adjust-mss rx mtu tcp adjust-mss tx mtu interface LAN ipaddress 192.168.1.1 255.255.255.0 tcp adjust-mss rx mtu tcp adjust-mss tx mtu 2. Port Ethernet (port eth) – jest to fizyczna konfiguracja portu np. 10Mb/s czy 100Mb/s itp. patton(if-ip)[IF-IP-L~]#end patton# patton#configure patton(cfg)#port ethernet 0 1 patton(prt-eth)[0/1]# bind interface LAN router patton(prt-eth)[0/1]# Naciskając TAB pojawią się komendy konfiguracyjne dla tego interfejsu. Konfiguracja: port ethernet 0 1 medium auto encapsulation ip bind interface LAN router no shutdown 3. Gateway SIP (GW SIP) – konfiguracja podstawowych parametrów SIP jak port (jeśli ma być inny niż domyślny 5060), domain, realm itp. patton(prt-eth)[0/1]#end patton# patton#configure patton(cfg)#gateway sip SIPGW-VOIP patton(gw-sip)[SIPGW-V~]#bind interface LAN router patton(gw-sip)[SIPGW-V~]#service default patton(svc-sip)[default]#domain voiceworks.pl patton(svc-sip)[default]# Konfiguracja: gateway sip SIPGW-VOIP bind interface LAN router service default domain voiceworks.pl gateway sip SIPGW-VOIP no shutdown 4. Interface SIP (IF SIP) – interfejs ten daje dostęp do contextu cs który pozwala na kierowanie rozmowy oraz modyfikacje jej parametrów. W interfejsie są konfigurowane parametry specyficzne dla protokołu SIP. patton(svc-sip)[default]#end patton# patton#configure patton(cfg)#context cs switch patton(ctx-cs)[switch]#interface sip IF-SIP-VOIP patton(if-sip)[IF-SIP-~]#bind gateway SIPGW-VOIP patton(if-sip)[IF-SIP-~]#remote sip.voiceworks.pl patton(if-sip)[IF-SIP-~]#service default patton(if-sip)[IF-SIP-~]#route call dest-table TAB-FROM-VOIP route call - dotyczy połączeń które przychodzą na interfejs i są przekazywane do contextu CS. Konfiguracja: context cs switch interface sip IF-SIP-VOIP service default route call dest-table TAB-FROM-VOIP remote sip.voiceworks.pl context cs switch no shutdown Konfiguracja interfejsu BRI 5. Interface ISDN (IF BRI) – interfejs ten daje dostęp do contextu cs który pozwala na kierowanie rozmowy oraz modyfikacje jej parametrów. W interfejsie są konfigurowane parametry specyficzne dla sieci ISDN (protokołu DSS1). patton(if-sip)[IF-SIP-~]#end patton# patton#configure patton(cfg)#context cs switch patton(ctx-cs)[switch]#interface isdn IF-ISDN-TELCO patton(if-isdn)[IF-ISDN-~]#route call dest-table TAB-FROM-ISDN route call - dotyczy połączeń które przychodzą na interfejs i są przekazywane do contextu CS. Konfiguracja: context cs switch interface isdn IF-ISDN-TELCO route call dest-table TAB-FROM-ISDN interface sip IF-SIP-VOIP service default route call dest-table TAB-FROM-VOIP remote sip.voiceworks.pl context cs switch no shutdown 6. Port BRI (port bri) – jest to fizyczna konfiguracja portu BRI. patton(if-isdn)[IF-ISDN~]#end patton#configure patton(cfg)#port bri 0 0 patton(prt-bri)[0/0]# patton(prt-bri)[0/0]#q921 patton(q921)[0/0]#encapsulation q931 patton(q921)[0/0]#uni-side auto patton(q921)[0/0]#q931 patton(q931)[0/0]#encapsulation cc-isdn patton(q931)[0/0]#protocol dss1 patton(q931)[0/0]#uni-side user patton(q931)[0/0]#bind interface IF-ISDN-TELCO switch patton(q931)[0/0]#exit patton(q921)[0/0]#exit patton(prt-bri)[0/0]#no shutdown Konfiguracja: port bri 0 0 clock auto encapsulation q921 q921 protocol pmp uni-side auto encapsulation q931 q931 protocol dss1 uni-side user encapsulation cc-isdn bind interface IF-ISDN-TELCO switch port bri 0 0 no shutdown Context CS 1.Context cs służy do:
2.Dostęp do contextu cs jest tylko i wyłącznie poprzez skonfigurowany interfejs (np. IF SIP,IF BRI), 3.Elementem docelowym każdej rozmowy w context cs jest interfejs, 4.Każdy interfejs musi mieć określone gdzie dalej ma zostać kierowana rozmowa wchodząca do contextu. ![]() patton(prt-bri)[0/0]#end patton# patton#configure patton(cfg)#context cs switch patton(ctx-cs)[switch]#routing-table called-e164 TAB-FROM-VOIP patton(rt-tab)[TAB-FRO~]#route default dest-interface IF-ISDN-TELCO patton(rt-tab)[TAB-FRO~]#exit patton(ctx-cs)[switch]#routing-table called-e164 TAB-FROM-ISDN patton(rt-tab)[TAB-FRO~]#route default dest-interface IF-SIP-VOIP Konfiguracja: context cs switch routing-table called-e164 TAB-FROM-VOIP route default dest-interface IF-ISDN-TELCO routing-table called-e164 TAB-FROM-ISDN route default dest-interface IF-SIP-VOIP interface isdn IF-ISDN-TELCO route call dest-table TAB-FROM-ISDN interface sip IF-SIP-VOIP service default route call dest-table TAB-FROM-VOIP remote sip.voiceworks.pl context cs switch no shutdown Performance of 16E1s SS7 Sangoma SMG
Written By: Paweł Pierścionek Section: Category: 2008-04-01 23:00:00 Performance tests of 16E1s SS7 Sangoma Media GatewayRequired Level: novice, accomplished, adept, master
Abstract:
Read More About Performance Of 16E1s SS7 Sangoma SMG... Performance of 8E1s Sangoma Netborder Express Gateway
Written By: Krzysztof Konopka Section: Category: 2008-09-22 12:21:53 Performance of 8E1s Sangoma Netborder Express Gateway
Required Level: novice, accomplished, adept, master Abstract: Sangoma's NetBorder Express is a complete SIP-compliant VoIP to TDM Media Gateway solution that is user friendly and works under Windows operating system . Product consist of Sangoma A10(1/2/4/8) cards (max 32xE1) and dedicated software+drivers. In the article we present results of performance test of this product (8xE1 setup) with FreeSWITCH as a SIP terminating PBX. Tests took place in VoiceWorks laboratory. Goals:
Purpose of this test is to measure performance of the latest Sangoma's product under Windows platform. Lab Setup :
![]() Fig. 1 - Netboard test setup schema 1 (centralized) Fig. 2 - Netboard test setup schema (distributed) Methodology:
Configuration:
Results:
![]() Fig. 3 - CPU Usage (centralized setup) Fig. 4 - CPU Usage (distributed setup)
Fig. 5 - Memory Usage (distributed setup)
Conclusions:
There are 9 items tagged with Gateway. You can view all our tags in the Tag Cloud |
|







In this article we present performance data on 16E1 SS7 setup based on Sangoma's SMG & Asterisk as a voice application server.
