FIX: Add the following line to the dialplan after determining that you will accept the call (i.e. before bridging the call to a SIP endpoint)

Size: px
Start display at page:

Download "FIX: Add the following line to the dialplan after determining that you will accept the call (i.e. before bridging the call to a SIP endpoint)"

Transcription

1 Configuration Guides Why is there no ring back on incoming calls? How to block/unblock callerid on incoming calls based on privacy variable? Why can't I configure my SPC? NSG-ISO: How to reset your password? How Do I Status The Raid Controller? How to change algorithm of choosing timeslots for new calls. (1,2,3,4 or 30,29,28 or random or 1, 3, 5, 7 etc)? How to enable even/odd hunting algorithm How to control DTMF: RFC2833, SIP INFO or Inband? How to set SIP timers (T1,T2 etc if possible)? How to enable/disable T.38? How to enable/disable/configure V.152 (vbd for gpmd) in the SDP? How to switch Echo Cancellation on/off? How to enable/disable Comfort Noise (CNG G.165)? How to configure adaptive amplifier (AGC G.165/G.168)? How to configure adaptive jitter buffer? How to set frequencies for Ring Back Tone etc (needed Russian variant)? How to set RX/TX level on the E1 side? How to set 3-way call with 3-way mixing on the box? How to use DNS SRV to register with NSG to SoftSwitch? How to get DHCP Option 120 and then to use external script to change SIP Proxy setting? Request DHCP option 120 Decode/Handle option 120 How to set channel name on which call needs to be bridge? How to allow calls for specific IP? How to remove sending of INFO messages if NSG is sending X-FS-Support: update_display,send_info in Invite message? How to fill Calling Party Number in Remote Party Header if Presentation Restricted is received for Calling Party Number header? How to supress comfort noise and to avoid adding "silencesupp" line in SDP? How to remap sip response hangup cause code to ISUP specific hangup cause code? How to re-map isup/isdn/q850 channel hangup cause to particular sip specific hangup cause code? How to remove stop sending cid name in SETUP forwarded by NSG? Why is there no ring back on incoming calls? Answer: By default NSG does not play "ringing" for incoming calls when in the progress media state. FIX: Add the following line to the dialplan after determining that you will accept the call (i.e. before bridging the call to a SIP endpoint) <action application="set" data="ringback=%(<on time>, <off time>, <freq 1>, <freq 2>)"/> Example: Below is an example for the Canadian ring back tone. Insure this is added under the extension "from-pstn" (<extension name="to-pstn" >). Also insure you save the file after adding the line.

2 Line Added: <action application="set" data="ringback=%(2000,4000, 440,480)"/> Why are unanswered calls being dropped after 60 seconds? Answer: NSG's dialplan runs an internal timer (call_timeout) that hangs up an unanswered call after 60 seconds. This can interfere with ISUP timer T9 testing which is seconds. FIX: To increase the NSG call_timeout timer add the following line to the dialplan before you run the bridge application: <action application="set" data="call_timeout=200"/> Example: Below is an example for the Canadian ring back tone. Insure this is added under the extension "from-pstn" (<extension name="to-pstn" >). Also insure you save the file after adding the line. How to add national (0) or international (00) prefix on inbound calls? It is the responsibility of the remote pbx connected to the NSG server to add the national/international prefixes, however, if your pbx does not have the capacity to do so, you may implement this feature the NSG dialplan. Below will indicate how to append national and international prefixes and export the prefixed number via SIP From the NSG webgui, navigate to the Dialplan via the left column. Edit the information inside the "to-sip" extension, which resides inside the "from-pstn" context. Below is an example of a stock NSG dialplan:

3 Within the "to-sip" extension tags add the following syntax to prefix the inbound call for national (0) or international (00) calls: National call: <condition field="${freetdm_ss7_clg_nadi}" expression="3" break="never"> <action application="export" data="sip_h_x-freetdm- CallerNumber=0${caller_id_number}"/> </condition> International call: <condition field="${freetdm_ss7_clg_nadi}" expression="4" break="never"> <action application="export" data="sip_h_x-freetdm- CallerNumber=00${caller_id_number}"/> </condition> Below is an example that implements the above:

4 *Note: make sure to add the above syntax BEFORE the bridge dialstring (or add to top of context): <action application="bridge" For informational purposes only: Below is an example from a wireshark trace of the NADI value (Nature of Address) national international

5 How to block/unblock callerid on incoming calls based on privacy variable? It is the responsibility of the remote pbx connected to the NSG server (receiving the calls) to use the privacy variables set from NSG to block /unblock the callerid, however, if your pbx does not have the capacity to do so, you may implement this feature in the NSG dialplan. From the NSG webgui, navigate to the Dialplan via the left column. Edit the information inside the "to-sip" extension, which resides inside the "from-pstn" context. Below is an example of a stock NSG dialplan:

6 Within the "to-sip" extension tags add the following syntax to enable NSG to block/unblock the incoming call's callerid before sending it out, depending on the value received for the "presentation_ind" variable : <condition field="${presentation_ind}" expression="presentationrestricted" break="never"> <action application="log" data="crit Privacy"/> <action application="set" data=" effective_caller_id_number=annonymous"/> <action application="export" data="sip_h_x-freetdm- CallerNumber={annonymous}"/> </condition> Below is a sample dialplan with the added syntax:

7 How to delay Answer message for inbound SS7 calls that connect to answering machine/voic Typically, when a call connects with an answering machine/voic system, NSG sends the ANSWER message immediately to the MSC. The idea here is to delay the ANSWER message for a set period of time (i.e. 3 seconds). In order to do this, you must delay the 200 OK message that is sent from your registered Asterisk/FreeSWITCH to NSG. In your Asterisk/FreeSWITCH dialplan: Specify no answer at the beginning of the call playback a short audio file (the delay time you require, such as 3 seconds) Answer the call after the file is played Below is a sample Asterisk Diaplan: [inbound_call] exten => 100,1,SET(SS7_NADI=${SIP_HEADER(X-FreeTDM-NADI)}) exten => 100,n,GotoIf($["${SS7_NADI}"="3"]?next,s,1) exten => 100,n(continuer),Agi(bv-set-uniqueid.agi) exten => 100,n,...

8 [next] exten => s,1,playback(emptyprompt,noanswer) exten => s,n,goto(inbound_call,100,continuer) See below for a diagram of the implementation: Asterisk/FreeSWITCH NSG Telco < Invite -- < IAM > > ACM -- > Playback ---- > --- > early media <<<<<< 3 sec later>>>>>>>> > 200 ok --- > ANS-- > Why can't I configure my SPC? The list of valid SPC's needs to be defined in your license file. If you are trying to add a new SPC, or changing SPC's, we will need to regenerate a license file for that specific configuration. NSG-ISO: How to reset your password? If you have forgotten your log-in credentials to your NSG-SS7 Appliance, here is how you can reset the password: 1. connect keyboard and mouse 2. power down the appliance 3. power on the appliance. As soon as you power it on, you need to interrupt the boot sequence, so keep pressing the ESCAPE key a the appliance boots up 4. it it works you should come to a blue looking screen that has a few kernel entries. Press 'e' for edit 5. at the very end of the kernel line enter the following, with a space before 'init=/bin/bash ' (dont put the ' ' quotes) 6. then press enter. 7. you will need to press 'b' to boot 8. then after the system reboots you will enter the following to change the password: passwd root then it will ask you to put in the new password. put 'sangoma' 9. then reboot the system and you should be able to use 'root' and 'sangoma' for the password (From webgui) How Do I Status The Raid Controller? To check the status of the raid controller you can use the command below which will give a quick summary. Run: dmraid -s

9 Output: --> Active Subset name : isw_bdhabhdhai_volume0 size : stride : 128 type : mirror status : ok subsets: 0 devs : 2 spares : 0 You can also get a detailed report by running the command below as well. Run: dmraid -n Output: /dev/sdb (isw): 0x000 sig: " Intel Raid ISM Cfg Sig "... 0x1dc isw_dev[0].vol.map[0].disk_ord_tbl[1]: 0x1 /dev/sda (isw): 0x000 sig: " Intel Raid ISM Cfg Sig "... 0x1dc isw_dev[0].vol.map[0].disk_ord_tbl[1]: 0x1 How to change algorithm of choosing timeslots for new calls. (1,2,3,4 or 30,29,28 or random or 1, 3, 5, 7 etc)? NSG support Ascending and Descending hunting order. Hunting order is configured via NSG GUI GUI -> Configuration -> Global <!-- PSTN settings --> <X-PRE-PROCESS cmd="set" data="pstn_default_group=g1"/> <X-PRE-PROCESS cmd="set" data="pstn_default_hunting=a"/> pstn_default_group=g1 g1 - indicates group 1 By default the NSG dialplan routes all DIDs from SIP to TDM via a single trunk group. Groups are assigned to Spans in : Configuration -> TDM section. Routing between SIP to TDM is performed in: Configuration Dialplan If NSG requires multiple groups, then the Dialplan has to be modified to route based on DID pstn_default_hunting=a A - Indicates dscending order - Highest to Lowest Channel/CIC a - Indicates aescending order - Lowest to Highest Channel/CIC R - Round-robin ascending r - Round-robin descending Note Gateway needs to be restarted for Global configuration to take effect.

10 How to enable even/odd hunting algorithm Add below line in dialplan ( via GUI -> Configuration - >Dialplan) before bridging the call. GUI -> Configuration -> Dialplan <action application="set" data="freetdm_hunt_even_only=yes" /> Save the Diaplan. Note, that Dialplan changes can be applied in real time without the need to restart the gateway. How to turn on/off Ring-Back tone generating by a gateway as to SIP as to TDM (early media, etc)? By default early media is enabled. Gateway does not generate ring tones. How to collect Q931 data per TS or per whole E1 with different debug levels? NSG supports PCAP tracing on Ethernet and TDM interfaces. GUI -> Reports -> Network Capture Select Network interfaces to capture: Ethernet and/or TDM Click on Capture Perform call tests or just wait for data to collect Click to Stop Capture Download PCP file to your Workstation Open the PCAP file using Wireshark application. Note: Wireshark is a network analysis tool that can be freely downloaded on the internet. How to control DTMF: RFC2833, SIP INFO or Inband? SIP DTMF configuration can be modified in NSG GUI GUI -> Configuration -> Global <!-- DTMF type values: info, rfc2833 or none --> <X-PRE-PROCESS cmd="set" data="sip_dtmf_type=rfc2833"/> sip_dtmf_type=[rfc2833 none info]

11 rfc2833 info none Enable RFC2833 DTMF Enable SIP INFO DTMF Disable DTMF in SIP Header. Relay on Inband DTMF Node that by default NSG Gateway removes all inband DTMF tones. Along with this option, user must set Inband DTMF Removal Buffer to Zero for each SPAN. GUI->Configuration->TDM-> For each Span: Physical Config -> Edit -> Advanced Options -> Inband DTMF Removal Buffer = 0 Note: Gateway needs to be restarted for Global configuration to take effect. How to set SIP timers (T1,T2 etc if possible)? NSG SIP Timers T1 and T2 are set by default T1=500ms T2=4000ms Transaction Timeout=32000ms To change these settings GUI -> Configuration -> File Editor Select sip_profiles from left hand side Select internal.xml Add the following parameters to the bottom of the parameter list <param name="timer-t1" value="500" /> <param name="timer-t2" value="4000" /> <param name="timer-t1x64" value="32000" /> T1 - Initial retransmission interval (in milliseconds). T2 - Maximum retransmission interval (in milliseconds) timer-t1x64 - Transaction timeout (defaults to T1 * 64) Gateway needs to be restarted for File editor configuration to take effect. How to enable/disable T.38? NSG enables T.38 by default. The T.38 is triggered by the CNG or V.21 tone. These values are configured in Dialplan GUI -> Configuration - >Dialplan This is default configuration that enables T.38 <action application="set" data="fax_enable_t38_request=true" /> <action application="set" data="fax_enable_t38=true" /> <action application="export" data="nolocal:execute_on_answer_1=tone_detect fax_disable_ec 2100 r disable_ec 1" />

12 <action application="export" data="nolocal:execute_on_answer_2=t38_gateway peer ced_preamble" /> To disable T.38, comment out the four actions using <!-- --> headers. <!-- <action application="set" data="fax_enable_t38_request=true" /> --> <!-- <action application="set" data="fax_enable_t38=true" /> --> <!-- <action application="export" data="nolocal: execute_on_answer_1=tone_detect fax_disable_ec 2100 r disable_ec 1" /> --> <!-- <action application="export" data="nolocal: execute_on_answer_2=t38_gateway peer ced_preamble" /> --> Save the Diaplan. Note, that Dialplan changes can be applied in real time without the need to restart the gateway. How to enable/disable/configure V.152 (vbd for gpmd) in the SDP? general purpose media description (gpmd) attribute is not supported. How to switch Echo Cancellation on/off? By default Echo Canellation is always enabled NSG gateway. Echo can be disabled in Dialplan. The following command must be appended to the diaplan before the "bridge" command GUI->Configuration->Dialplan Disable EC <action application="disable_ec" /> That EC will always be re-enabled on next call start. Save the Diaplan. Note, that Dialplan changes can be applied in real time without the need to restart the gateway.

13 How to enable/disable Comfort Noise (CNG G.165)? NSG support CNG. When both sides are supporting RFC 3389 (they agree in SDP message exchange, rtpmap:13), NSG will send CN packets. How to configure adaptive amplifier (AGC G.165/G.168)? AGC is not supported. How to configure adaptive jitter buffer? Jitter buffer is not enabled by default. To enable jitter buffer, following line must be appened to the DIalplan before the "bridge" command. GUI->Configuration->Dialplan Fixed Jitterbuffer <action application="jitterbuffer" data="60"/> Adapter Jitterbuffer: 60 ms jitter buffer with 200ms max length and 20 ms max drift <action application="jitterbuffer" data="60:200:20"/> Save the Diaplan. Note, that Dialplan changes can be applied in real time without the need to restart the gateway. How to set frequencies for Ring Back Tone etc (needed Russian variant)? To enable custom ring back, following line must be appened to the DIalplan before the "bridge" command. GUI->Configuration->Dialplan US Ring <action application="set" data="ringback=%(2000,4000,440.0,480.0)"/> Russia Ring

14 <action application="set" data="ringback=%(800,3200,425)"/> Ringback will not be sent unless the variable is set *and* there's a ringing indication from the party that is being called. If you want to use fake ringback via the ringback variable and you want it to happen instantly, you can also do: <action application="set" data="instant_ringback=true"/> Save the Diaplan. Note, that Dialplan changes can be applied in real time without the need to restart the gateway. Common Ring Cadences per country be-ring=%(1000,3000,425) ca-ring=%(2000,4000,440,480) cn-ring=%(1000,4000,450) cy-ring=%(1500,3000,425) cz-ring=%(1000,4000,425) de-ring=%(1000,4000,425) dk-ring=%(1000,4000,425) dz-ring=%(1500,3500,425) eg-ring=%(2000,1000,475,375) es-ring=%(1500,3000,425) fi-ring=%(1000,4000,425) fr-ring=%(1500,3500,440) hk-ring=%(400,200,440,480);%(400,3000,440,480) hu-ring=%(1250,3750,425) il-ring=%(1000,3000,400) in-ring=%(400,200,425,375);%(400,2000,425,375) jp-ring=%(1000,2000,420,380) ko-ring=%(1000,2000,440,480) pk-ring=%(1000,2000,400) pl-ring=%(1000,4000,425) ro-ring=%(1850,4150,475,425) rs-ring=%(1000,4000,425) ru-ring=%(800,3200,425) sa-ring=%(1200,4600,425) tr-ring=%(2000,4000,450) uk-ring=%(400,200,400,450);%(400,2000,400,450) us-ring=%(2000,4000,440,480) How to set RX/TX level on the E1 side?

15 The Rx/Tx E1 gain can be sent in 2 different ways GUI Span Configuration Real time using NSG CLI GUI Span Configuration GUI - > Configuraiton -> TDM Fore each span Click on Physical Config -> Edit -> Advanced Parameters - Set Tx Gain Set Rx Gain GUI -> Configuration -> Apply configuration Real time NSG CLI GUI -> Configuraiton -> Command Execution -> NSG Command Window Enter the command and click Execute Adjust gains for whole span ftdm gains <rxgain> <txgain> <span_id> Adjust gains for span chan ftdm gains <rxgain> <txgain> <span_id> <chan_id> Note that real time commands do not persist after reboot. How to set 3-way call with 3-way mixing on the box? 3-way call with 3-way mixing can be enabled through the dial plan using attended_xfer application. To make a three way call, just press the DTMF digit 0 when the last party answers the call during an attended transfer. Here is an example of dial plan: GUI -> Configuration - >Dialplan Make a dialplan feature which read the number to make an attended transfer. <extension name="att_xfer"> <condition field="destination_number" expression="^att_xfer$"> <action application="read" data="3 4 sounds/getdigits.wav attxfer_callthis #"/> <action application="att_xfer" data="sofia/default/${attxfer_callthis}"/> </condition> </extension> Then bind this feature to DTMF 3. <action application="bind_meta_app" data="3 a a execute_extension:: att_xfer XML features"/>

16 During call press *3 to activate the feature. Feed it the number then it will make the call. If you press DTMF 0 (after the other leg answered) then it will convert it to a three-way. How to use DNS SRV to register with NSG to SoftSwitch? NSG suppots DNS SRV natively. In order to register to a remote SoftSwtich, a gateway must be configured in NSG. NSG Arechitecture SIP Profile Used to listen to SIP Port eg: 5060 Handles incoming connections SIP Gateway Also know as SIP Trunk Used to connect to remote SIP server Contains credentials and configuration necessary to establish the connection SIP Domain Used to implement local registration Contains local user info and credetials SIP Domain must be attached do the SIP Profile SIP Gateway/SIP Trunk Configuration GUI - > Configuration -> File Editor From the left hand side click on sip_profiles Open internal.xml Append gateway configuration to the bottom of the file <include> <gateway name="remote-softswitch"> <param name="username" value="specify-user-name-here"/> <param name="realm" value="sip.itsp.com"/> <param name="from-domain" value="sip.itsp.com"/> <param name="password" value="password"/> <param name="extension" value="can-be-same-as-user-name"/> <param name="proxy" value="dns-srv-url"/> <!-- example using the DNS SRV record. --> <param name="expire-seconds" value="60"/> <param name="register" value="true"/> <param name="retry-seconds" value="60"/> </gateway> </include> How to get DHCP Option 120 and then to use external script to change SIP Proxy setting?

17 Refs: Request DHCP option 120 In /etc/dhcp/dhclient-eth0.conf add following lines: option sip-server code 120 = { unsigned int 8, ip-address }; also request sip-server; This instructs dhclient to request option 120 and to decode is as uint8 (encoding) and an ipaddress(v4) Didn't find yet the proper way to decode fqdn (encoding 0) but here is an alternative that can do the job with little tweak in hook script (see below) option sip-server code 120 = domain-list; also request sip-server; Decode/Handle option 120 Create dhclient handler script in /etc/dhcp/dhclient.d/sip_server.sh (chmod +x) #!/bin/bash sip_server_config() { echo ' ' >> /tmp/dhcp.txt date >> /tmp/dhcp.txt echo 'config' >> /tmp/dhcp.txt IFS=' ' read -ra _TMP <<< "$new_sip_server" _encoding=${_tmp[0]} _address=${_tmp[1]} echo "Encoding=$_encoding" >> /tmp/dhcp.txt echo "SIP Server IP=$_address" >> /tmp/dhcp.txt # Change NSG settings sed -i "s/\(sip_remote_ip=\)\(.*\)\(\".*\)/\1${_address}\3/g" /usr/local /nsg/conf/nbess7.xml } sip_server_restore() { echo 'restore' >> /dev/null } In case of ipaddr encoding fields are extracted correctly: encoding=1 sip-server= In case of fqdn emcoding fields are almost extracted correctly: encoding=.. sip-server=sip.sangoma.local. So above hook script must account for encoding being.. (instead of 0) and remove trailing. (dot) at the end of sip-server value. Hook script in the end replace the remote sip ip address by the one returned by dhcp in NSG xml file (WIP script have to account for errors and above mentioned use case (fqdn)) - we also have to instruct FS to reload its configuration.

18 How to set channel name on which call needs to be bridge? By default calls are bridge generally based on hunting and span To enable sending/bridging to a specified, following line must be appened to the DIalplan before the "bridge" command within condition GUI -> Configuration -> Dialplan <condition field="${channel_name}" expression="^(freetdm/x:y/)$/> where X = span number Y = channel number In order to set span 2 channel 1 below lines needs to be included in dialplan: <condition field="${channel_name}" expression="^(freetdm/2:1/)$/> How to allow calls for specific IP? By default calls are allowed and executed based in destination number To enable allowing calls from specific IP's, following condition must be appened to the DIalplan inside "to-pstn" context GUI -> Configuration -> Dialplan <condition regex="any" break="on-false"> <!-- IP address to validate against --> <regex field="network_addr" expression="182\.74\.83\.246" /> <!-- In case it does not match respond with > <anti-action application="respond" data="403" /> </condition> To add multiple IP's continue adding network_addr one after the another as per requirement <condition regex="any" break="on-false"> <!-- IP address to validate against --> <regex field="network_addr" expression="182\.74\.83\.246" /> <regex field="network_addr" expression="61\.90\.47\.116" />... <!-- In case it does not match respond with > <anti-action application="respond" data="403" /> </condition>

19 NOTE: The IP are the dummy IP's for exmaple purpose. Please use the IP to which calls needs to be bridge How to remove sending of INFO messages if NSG is sending X-FS-Support: update_display,send_info in Invite message? To stop sending INFO messages, in case INVITE is generating X-FS-Support with update_display,send_info below changes are required in dialplan and sip_profile to stop sending X-Fs-Support Header witin SIP INVITE NOTE: Sending of update_display,send_info in X-FS-Support haeader may lead to dealy in sending BYE to remote IP until INFO message timer is expired GUI -> Configuration -> Dialplan Add condition before bridging the call <action application="set" data="ignore_display_updates=true" /> GUI -> Configuration -> SIP Add this configuration <param name="pass-callee-id" value="false" /> How to fill Calling Party Number in Remote Party Header if Presentation Restricted is received for Calling Party Number header? By default calls are allowed and executed based in destination number and desination number is filled based on Presentation value received from peer SS7 side. In order to fill calling party number in remote party header even if the received presentation is restricted, following condition must be appened to the DIalplan inside "to-sip" context. GUI -> Configuration -> Dialplan <!-- If we receive Presentation restricted for caling party number from SS7 side then expose below parameter to fill calling party number in Remote party header --> <condition field="${freetdm_ss7_pres_ind}" expression="^(1)$" break="never" > <action application="export" data=" rpid_callee_id_number=${freetdm_ss7_clg_num}"/>

20 <action application="log" data="rpid_callee_id_number = ${rpid_callee_id_number}"/> </condition> How to supress comfort noise and to avoid adding "silencesupp" line in SDP? To stop sending "silencesupp" line included in SDP, below changes are required in dialplan. GUI -> Configuration -> Dialplan Add condition before bridging the call <!-- To suppress comfort noise and avoid adding "silencesupp" line in SDP --> <action application="export" data="sip_silence_supp_off_indication=true"/> <action application="export" data="suppress_cng=true"/> How to remap sip response hangup cause code to ISUP specific hangup cause code? In order to remap sip response hangup cause code to ISUP specific hangup cause code dialplan changes are required. Please find below example of mapping 503 Server Unavailable to ISUP cause code 34 i.e. NORMAL CIRCUIT CONGESTION GUI -> Configuration -> Dialplan Add below condition in dialplan <!-- Transfer to specific context on failure --> <action application="set" data="continue_on_fail=true" /> <action application="bridge" <action application="transfer" data="dohangup XML dohangup"/> Add below context and condition in dialplan <!-- SIP Cause Code mapping to ISUP cause code --> <context name="dohangup"> <extension name="dohangup"> <condition field="${last_bridge_proto_specific_hangup_cause}" expression="^(sip:503)$" break="on-true"> <action application="hangup" data="normal_circuit_congestion"/> </condition>

21 <condition> <action application="hangup" data="${last_bridge_hangup_cause}" /> </condition> </extension> </context> How to re-map isup/isdn/q850 channel hangup cause to particular sip specific hangup cause code? In order to re-map q850 channel hangup cause code to sip specific hangup cause code dialplan changes are required. Please find below example of mapping q850 chanel hangup cause 19 (NOT FOUND)to SIP hangup cause code 406 with sip reason header as "NO ANSWER" GUI -> Configuration -> Dialplan Add below condition in dialplan <!-- Transfer to specific context on failure --> <action application="set" data="continue_on_fail=true" /> <action application="bridge" <action application="transfer" data="dohangup XML dohangup"/> Add below context and condition in dialplan <!-- SIP Cause Code mapping to ISUP cause code --> <context name="dohangup"> <extension name="dohangup"> <condition field="${q850_term_cause}" expression="^(19)" break=" on-true"> <action application="set" data="sip_reason=no_answer"/> <action application="set" data=" last_bridge_proto_specific_hangup_cause=sip:406"/> </condition> <condition> <action application="hangup" data="${last_bridge_hangup_cause}" /> </condition> </extension> </context> How to remove stop sending cid name in SETUP forwarded by NSG?

22 In order to stop sending cid name in SETUP as forwarded by NSG dialplan changes are required. Please find below example in order to achieve the same: GUI -> Configuration -> Dialplan Add below condition in dialplan within "from-voip-to-pstn" context: <!-- To stop sending cid name in isdn SETUP message --> <action application="export" data="freetdm_isdn.send_cid_name=no" />

The following information will help you troubleshoot general audio issues experienced during inbound and outbound call scenarios.

The following information will help you troubleshoot general audio issues experienced during inbound and outbound call scenarios. Audio Issues Basic Steps Wireshark trace Ftdm Trace Analysing Recordings using Audacity Taking an SS7 line trace Verifying NSG Gateway System Status Verify cable strength Verifying Clocking In case the

More information

The main purpose of this release is improving voice quality and addressing stability issues observed in previous releases.

The main purpose of this release is improving voice quality and addressing stability issues observed in previous releases. GRANDSTREAM NETWORKS Firmware Version: 1.3.4.9 Name of Product: GXW 410X Date: November 12, 2009 SUMMARY OF UPDATES The main purpose of this release is improving voice quality and addressing stability

More information

FreeSWITCH IP PBX with Secure Twilio Elastic SIP Trunking

FreeSWITCH IP PBX with Secure Twilio Elastic SIP Trunking FreeSWITCH IP PBX with Secure Twilio Elastic SIP Trunking (Updated: 3/14/2017) Implementing security mechanisms in the Twilio Elastic SIP trunk provides secure and reliable data transfer between your SIP

More information

Use Asterisk softswitch and X-Lite client to initiate VoIP sessions and capture associated traffic with the Whireshark network protocol analyzer.

Use Asterisk softswitch and X-Lite client to initiate VoIP sessions and capture associated traffic with the Whireshark network protocol analyzer. Lab 4 TCOM631 Overview Use Asterisk softswitch and X-Lite client to initiate VoIP sessions and capture associated traffic with the Whireshark network protocol analyzer. Objective Configure X-Lite client

More information

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration, page 1 Up a Mitel SX-2000 Digital PIMG Integration Task List for Mitel SX-2000 PIMG

More information

Setting up Alcatel 4400 Digital PIMG Integration

Setting up Alcatel 4400 Digital PIMG Integration up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, on page 1 Up an Alcatel 4400 Digital PIMG Integration with

More information

Cisco ATA 191 Analog Telephone Adapter Overview

Cisco ATA 191 Analog Telephone Adapter Overview Cisco ATA 191 Analog Telephone Adapter Overview Your Analog Telephone Adapter, page 1 Your Analog Telephone Adapter The ATA 191 analog telephone adapter is a telephony-device-to-ethernet adapter that allows

More information

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, page 1 Up an Alcatel 4400 Digital PIMG Integration with Cisco

More information

VoIP Application Note:

VoIP Application Note: VoIP Application Note: Configure NEC UX5000 w/ Nortel SIP Trunking Service P/N 0913228 Date: 8/12/09 Table of Contents: GOAL... 3 PREREQUISITES... 3 SIP TRUNKING INFORMATION PROVIDED BY NORTEL:... 3 NEC

More information

Let s Install FreeSwitch

Let s Install FreeSwitch Let s Install FreeSwitch Created by: Mack Hendricks (mack@dopensource.com) Sponsored by Tip s for Running This Lab This lab material is provided for free by dopensource You will need a SIP Provider to

More information

SV9100 SIP Trunking Service Configuration Guide for Cable ONE Business

SV9100 SIP Trunking Service Configuration Guide for Cable ONE Business SV9100 SIP Trunking Service Configuration Guide for Cable ONE Business NDA-31871 Issue 1.0 NEC Enterprise Communication Technologies, Inc. reserves the right to change the specifications, functions, or

More information

DMP 128 Plus C V DMP 128 Plus C V AT

DMP 128 Plus C V DMP 128 Plus C V AT DMP 128 Plus C V DMP 128 Plus C V AT Interactive Intelligence Configuration Guide REVISION: 1.0.1 DATE: MARCH 7 TH 2018 Revision Log Date Version Notes Feb 9 th 2018 1.0 First Release: Applies to Firmware

More information

TT11 VoIP Router 1FXS/1FXO TA User Guide

TT11 VoIP Router 1FXS/1FXO TA User Guide TT11 VoIP Router 1FXS/1FXO TA User Guide Page 1 Table of Contents: 1.0 Introduction... 3 2.0 Package Contents... 3 3.0 Summary of LED & Connector Descriptions... 4 3.1 The Front LEDs... 4 3.2 The Rear

More information

Trunks Module - User Guide

Trunks Module - User Guide Trunks Module - User Guide Overview Logging in Adding a Trunk General Settings Trunk Name Outbound CallerID CID Options Allow Any CID Block Foreign CIDs Remove CNAM Force Trunk CID Maximum Channels Continue

More information

SDP-R25 User Manual 05/06/2015

SDP-R25 User Manual 05/06/2015 SDP-R25 User Manual 05/06/2015 1 Content Production Overview... 4 1. Production... 4 2. Features...4 Configuration...7 1. Web Login... 7 1.1. Obtaining the IP address... 7 1.2. Login the Web...7 2. Status...8

More information

GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version Product Name: GXW4216/GXW4224/GXW4232/GXW4248 Date: October 1, 2014

GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version Product Name: GXW4216/GXW4224/GXW4232/GXW4248 Date: October 1, 2014 GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version 1.0.5.5 Date: October 1, 2014 CHANGES SINCE FIRMWARE RELEASE 1.0.4.24 Fixed device crashes under performance test Fixed if sending DTMF slightly

More information

IPNext NGN IP-PBX High-performance Next Generation IP-PBX Solution

IPNext NGN IP-PBX High-performance Next Generation IP-PBX Solution IPNext NGN IP-PBX High-performance Next Generation IP-PBX Solution Korea Telecom IP-PBX BMT www.addpac.com AddPac Technology 2005, Sales and Marketing Contents IP-PBX BMT Network Diagram IP-PBX Performance

More information

SPA400 Internet Telephony Gateway with 4 FXO Ports

SPA400 Internet Telephony Gateway with 4 FXO Ports SPA400 Internet Telephony Gateway with 4 FXO Ports Administration and Configuration Guide v1.0 Using the SPA400 The SPA400 features the ability to connect up to four (4) standard analog telephones lines

More information

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP).

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP). This chapter provides an overview of the Session Initiation Protocol (SIP). Information About SIP, page 1 How SIP Works, page 4 How SIP Works with a Proxy Server, page 5 How SIP Works with a Redirect Server,

More information

Interworking Signaling Enhancements for H.323 and SIP VoIP

Interworking Signaling Enhancements for H.323 and SIP VoIP Interworking Signaling Enhancements for H.323 and SIP VoIP This feature module describes enhancements to H.323 and Session Initiation Protocol (SIP) signaling when interworking with ISDN, T1 channel associated

More information

UCM6102/6104/6108/6116 Configuration

UCM6102/6104/6108/6116 Configuration UCM6102/6104/6108/6116 Configuration This document introduces manual configuration steps performed for interoperability testing between AccessLine and Grandstream UCM6102/6104/6108/6116. Configuration

More information

Release Note for TA400/800

Release Note for TA400/800 Version 41.19.0.X Yeastar Information Technology Co. Ltd. ===Firmware Version: V41.19.0.16== Applicable Model: TA400/800 Release Date: November 24, 2015 New Features 1. Added TR-069 feature. 2. Added Distinctive

More information

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya Aura Configuration Guide REVISION: DATE: MARCH 7 TH 2018

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya Aura Configuration Guide REVISION: DATE: MARCH 7 TH 2018 DMP 128 Plus C V DMP 128 Plus C V AT Avaya Aura Configuration Guide REVISION: 1.2.1 DATE: MARCH 7 TH 2018 Revision Log Date Version Notes August 6 th 2017 1.0 First Release. Applies to Firmware 1.01.0004.002

More information

Release Notes. DRG SW R2N33 Release Notes

Release Notes. DRG SW R2N33 Release Notes Release Notes DRG SW R2N33 Release Notes DRG SW R2N33 Release Notes DOC-DRG_R2N33-RN. Published June 6, 2012. Copyright and Legal Notice Copyright 2012 Genexis B.V. All rights reserved. DRG, DRGOS, DRG

More information

Smart IAD. User s Guide

Smart IAD. User s Guide Smart IAD User s Guide I Trademarks Contents are subject to revise without prior notice. All trademarks belong to their respective owners. FCC Warning This equipment has been tested and found to comply

More information

Spectrum Enterprise SIP Trunking Service NEC Univerge SV8100 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service NEC Univerge SV8100 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service NEC Univerge SV8100 IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications following a merger with Time

More information

Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection

Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection CHAPTER 4 Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection For detailed instructions for setting up an Avaya Definity ProLogix digital PIMG integration with Cisco

More information

Grandstream Networks, Inc. Peering HT8XX with GXW410X

Grandstream Networks, Inc. Peering HT8XX with GXW410X Grandstream Networks, Inc. Peering HT8XX with GXW410X Table of Contents OVERVIEW... 3 SCENARIO 1: PEERING ONE HT8XX WITH GXW410X... 4 HT8XX Configuration... 4 GXW410X Configuration... 6 One-To-One mapping...

More information

Spectrum Enterprise SIP Trunking Service NEC Univerge SV9100 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service NEC Univerge SV9100 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service NEC Univerge SV9100 IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications following a merger with Time

More information

VoIP Application Note:

VoIP Application Note: VoIP Application Note: Configure NEC UX5000 w/ Excel Telecommunications SIP Trunking Service P/N 0913227 Date: 8/12/09 Table of Contents: GOAL... 3 PREREQUISITES... 3 SIP TRUNKING INFORMATION PROVIDED

More information

Application Note. Telecenter U, Campus Edition SIP Integration to an Analog PBX

Application Note. Telecenter U, Campus Edition SIP Integration to an Analog PBX Application Note EAN 0037 Telecenter U, Campus Edition SIP Integration to an Analog PBX Overview While Telecenter U is designed to interface via SIP to the school s phone system, some schools do not have

More information

HP MSR2000/3000/4000 Router Series

HP MSR2000/3000/4000 Router Series HP MSR2000/3000/4000 Router Series Voice Configuration Guide (V7) Part number: 5998-3997 Software version: CMW710-R0007P02 Document version: 6PW100-20130927 Legal and notice information Copyright 2013

More information

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER CHAPTER 4 Revised: October 30, 2012, This chapter describes features that apply to all SIP system operations. It includes the following topics: SIP Timer Values, page 4-1 Limitations on Number of URLs,

More information

SIP System Features. Differentiated Services Codepoint CHAPTER

SIP System Features. Differentiated Services Codepoint CHAPTER CHAPTER 6 Revised: December 30 2007, This chapter describes features that apply to all SIP system operations. It includes the following topics: Differentiated Services Codepoint section on page 6-1 Limitations

More information

Página 1 de 2 Router Voice Info System SIP Provisioning Regional Line 1 PSTN Line User 1 PSTN User SIP Parameters Max Forward: 70 Max Redirection: 5 Max Auth: 2 SIP User Agent Name: $VERSION SIP Server

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features This chapter describes how to configure SIP call-transfer features. It describes the following features: SIP - Call Transfer Using Refer Method SIP - Call Transfer Enhancements Using Refer Method SIP Transfer

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features Last Updated: May 05, 2011 This chapter describes how to configure SIP call-transfer features. It describes the following features:

More information

Release Note for N412

Release Note for N412 Yeastar Information Technology Co. Ltd. CONTENTS FIRMWARE VERSION 45.15.0.3... 3 FIRMWARE VERSION 45.15.0.1... 3 FIRMWARE VERSION 45.14.0.23... 5 FIRMWARE VERSION 45.14.0.22... 12 2/12 FIRMWARE VERSION

More information

Nortel Secure Router 2330/4134 Configuration SIP Survivability. Release: 10.2 Document Revision: NN

Nortel Secure Router 2330/4134 Configuration SIP Survivability. Release: 10.2 Document Revision: NN Configuration SIP Survivability Release: 10.2 Document Revision: 01.01 www.nortel.com NN47263-510. . Release: 10.2 Publication: NN47263-510 Document release date: 7 September 2009 While the information

More information

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

Release Note for TA100/TA200

Release Note for TA100/TA200 Release Note for TA100/TA200 Version 44.19.0.X Yeastar Information Technology Co. Ltd. ===Firmware Version: V44.19.0.30== Applicable Model: TA100/200 Release Date: May 6, 2016 New Features 1. Added support

More information

Cisco Unified CME Commands: M

Cisco Unified CME Commands: M Cisco Unified CME Commands: M mac-address (ephone), page 3 mac-address (voice-gateway), page 5 mailbox-selection (dial-peer), page 7 mailbox-selection (ephone-dn), page 9 max-calls-per-button, page 11

More information

Welltech WellGate User Manual

Welltech WellGate User Manual Welltech WellGate 2626 An Easy to Use PBX Gateway User Manual Copyright 2009 Welltech Computer Co., Ltd. All right reserved Table of Contents Introduction...2 WellGate 2626 - An Easy to Use PBX Gateway...2

More information

Setting Up a Serial (SMDI, MCI, or MD-110) PIMG Integration with Cisco Unity Connection

Setting Up a Serial (SMDI, MCI, or MD-110) PIMG Integration with Cisco Unity Connection CHAPTER 11 Setting Up a Serial (SMDI, MCI, or MD-110) PIMG Integration with Cisco Unity Connection For detailed instructions for setting up a serial (SMDI, MCI, or MD-110) PIMG integration with Cisco Unity

More information

Following configurations are needed regardless of the recording technology being used.

Following configurations are needed regardless of the recording technology being used. PBX Configuration CuCM configuration SIP Trunk Following configurations are needed regardless of the recording technology being used. 1. Create a new SIP Trunk Security Profile named "Imagicle Call Recording

More information

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER CHAPTER 4 Revised: March 24, 2011, This chapter describes features that apply to all SIP system operations. It includes the following topics: SIP Timer Values, page 4-1 SIP Session Timers, page 4-7 Limitations

More information

ATCOM IPPBX IP01 Product Guide Version: VoIPon Tel: +44 (0) Fax: +44 (0)

ATCOM IPPBX IP01 Product Guide Version: VoIPon   Tel: +44 (0) Fax: +44 (0) Figure: ATCOM IPPBX IP01 ATCOM IPPBX IP01 Product Guide Version: 1.0 2010-05-10 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF IP01... 4 CHAPTER 2 ACCESS TO THE IP01... 6 2.1 WEB PAGE ACCESS

More information

SUMMARY OF UPDATES The main purpose of this release is additional features implementing and addressing stability issues observed in previous releases.

SUMMARY OF UPDATES The main purpose of this release is additional features implementing and addressing stability issues observed in previous releases. GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version 1.0.7.3 Date: November 4, 2014 SUMMARY OF UPDATES The main purpose of this release is additional features implementing and addressing stability

More information

Manual PBX IP Version: 1.0

Manual PBX IP Version: 1.0 Manual PBX IP 2008 Version: 1.0 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF PBX-IP 2008... 4 CHAPTER 2 ACCESS TO THE PBX-IP 2008... 7 2.1 WEB PAGE ACCESS BY BROWSER... 7 2.2 SSH ACCESS BY

More information

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya IP Office Configuration Guide REVISION: 1.2 DATE: JANUARY 9 TH 2018

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya IP Office Configuration Guide REVISION: 1.2 DATE: JANUARY 9 TH 2018 DMP 128 Plus C V DMP 128 Plus C V AT Avaya IP Office Configuration Guide REVISION: 1.2 DATE: JANUARY 9 TH 2018 Revision Log Date Version Notes August 6 th 2017 1.0 First Release: Applies to Firmware 1.01.0004.002

More information

ANSEL FXS / 1 PSTN. VoIP Telephone Adaptor. User Manual V1.10

ANSEL FXS / 1 PSTN. VoIP Telephone Adaptor. User Manual V1.10 ANSEL 5518 1 FXS / 1 PSTN VoIP Telephone Adaptor User Manual V1.10 Quick Guide Step 1: Broadband (ADSL/Cable Modem) Connections for ANSEL 5518 A. Connect ANSEL 5518 WAN port to ADSL NAT Router as the following

More information

Pancode IP User Manual from Version 49 and above

Pancode IP User Manual from Version 49 and above Pancode IP User Manual from Version 49 and above Contents Contents... 1 Chapter 1. Product Overview... 3 1. Introduction... 3 2. Features... 3 Chapter 2. Quick Setup... 5 Chapter 3. Settings... 9 1. IP

More information

Implementing T1 CAS for VoIP

Implementing T1 CAS for VoIP This chapter describes how to implement the T1 Channel-Associated Signaling (CAS) for VoIP feature. This feature adds support for T1 CAS and E1 R2 signaling with the voice feature card (VFC). The T1 CAS

More information

ApplianX IP Gateway User Guide

ApplianX IP Gateway User Guide ApplianX IP Gateway User Guide Version 2.3.9 12/07/2018 1.0 GETTING STARTED... 5 1.1 How to use this guide... 5 1.2 Prerequisites... 5 1.3 LEDs... 5 1.4 Setting up the Gateway... 5 1.5 Logging in to the

More information

Version: epbxum_

Version: epbxum_ epbx-100a-128 User s Manual Version: epbxum_128.300 CH1. Overview 5 1.1 Specifications 5 1.2 Hardware Overview 7 1.2.1 Front Panel and LED Indication...7 1.2.2 Back Panel...8 CH2. Start to configure epbx-100a-128

More information

GXE502X Users Manual

GXE502X Users Manual GXE502X Users Manual For Release 1.0.1.50 1 Table of Contents 1. Introduction... 4 2. Extension Configuration... 4 3. Trunk Configuration... 10 4. Conference Bridge... 23 5. Hunt/Ring Group Configuration...

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Dialogic ControlSwitch System with Avaya Aura Session Manager R6.3, Avaya Aura Experience Portal 7.0 and Avaya Proactive Outreach

More information

Configuring SIP Support for Hookflash

Configuring SIP Support for Hookflash This chapter contains information about the SIP Support for Hookflash feature that allows you to configure IP Centrex supplementary services on SIP-enabled, Foreign Exchange Station (FXS) lines. Supplementary

More information

Configuring SIP Support for Hookflash

Configuring SIP Support for Hookflash Configuring SIP Support for Hookflash Last Updated: September 28, 2012 This chapter contains information about the SIP Support for Hookflash feature that allows you to configure IP Centrex supplementary

More information

HT812/HT814 Firmware Release Note IMPORTANT UPGRADING NOTE

HT812/HT814 Firmware Release Note IMPORTANT UPGRADING NOTE HT812/HT814 Firmware Release Note IMPORTANT UPGRADING NOTE Once HT812/HT814 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT812/HT814 is upgraded

More information

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

RP-FSO522 2-Line FXO, 2-Line FXS SIP IP Gateway. Feature

RP-FSO522 2-Line FXO, 2-Line FXS SIP IP Gateway. Feature RP-FSO522 2-Line FXO, 2-Line FXS SIP IP Gateway RP-FSO522 is an 2-Line FXO plus 2-Line FXS gateway with SIP protocol IP device which allows to connect 2 Lines of analog PSTN telephone line and connect

More information

SIP TRUNKING CARRIER CERTIFICATION OXE-SIP configuration

SIP TRUNKING CARRIER CERTIFICATION OXE-SIP configuration OXE version: R11.0.1 K1.400.33 SIP TRUNKING CARRIER CERTIFICATION OXE-SIP configuration System SIP parameters Path: System / Other System Param. / SIP Parameters OXE default value new value (if modified)

More information

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0)

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0) SoLink-Lite IP-PBX Administrator Guide (Version 1.0) TABLE OF CONTENT 1.0 Introduction... 1 2.0 Setting Up the IP-PBX... 2 3.0 Logging On... 3 4.0 Configuring Network... 4 5.0 Configuring Hardware... 5

More information

Configuring FXS Ports for Basic Calls

Configuring FXS Ports for Basic Calls Configuring FXS Ports for Basic Calls First Published: October 2, 2008 Last updated: March 19, 2010 This module describes how to configure analog Foreign Exchange Station (FXS) ports on a Cisco Integrated

More information

DWG2008 Using With FreeSwitch

DWG2008 Using With FreeSwitch DWG2008 Using With FreeSwitch Dinstar Technologies Co., Ltd. Address: Floor 6, Guoxing Building, Changxing Road, Nanshan District, Shenzhen, China 518057 Telephone: +86 755 6130 2265 Fax: +86 755 2645

More information

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

Expandable SIP Phone System. Expandable SIP Phone System

Expandable SIP Phone System. Expandable SIP Phone System Expandable SIP Phone System Key Features Included: + One DVX-1000 SIP IP PBX + One DIV-140 Trunk Gateway + Ten DPH-140S IP Telephones + Unified Management + Save On Long-distance Calling + Create an IP

More information

Version: SIPPBXUM.100

Version: SIPPBXUM.100 SIPPBX 6200A User s Manual Version: SIPPBXUM.100 CH1. Overview... - 5-1.1 Specifications... - 5-1.2 Hardware Overview... - 8-1.2.1 The Front Panel... - 8-1.2.2 The Back Panel... - 8 - CH2. Start to configure

More information

Sipura SPA 3000 How To. (c) Bicom Systems

Sipura SPA 3000 How To. (c) Bicom Systems Sipura SPA 3000 How To Sipura SPA 3000 How To All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Avaya IP Office SIP Endpoint Configuration Guide

Avaya IP Office SIP Endpoint Configuration Guide Valcom Session Initiation Protocol (SIP) VIP devices are compatible with SIP-enabled versions of Avaya IP Office (5.0 and higher). The Valcom device is added to the IP Office system as a SIP Extension.

More information

Avaya PBX SIP TRUNKING Setup & User Guide

Avaya PBX SIP TRUNKING Setup & User Guide Avaya PBX SIP TRUNKING Setup & User Guide Nextiva.com (800) 285-7995 2 P a g e Contents Description... 3 Avaya IP PBX Configuration... 3 Licensing and Physical Hardware... 4 System Tab Configuration...

More information

SS7 VoIP Gateway Solution

SS7 VoIP Gateway Solution SS7 VoIP Gateway Solution AddPac Technology 2013, Sales and Marketing www.addpac.com Contents SS7 VoIP Gateway Service Diagram SS7 VoIP Gateway Comparison Table Digital VoIP Gateways(1~1616 E1/T1) VoIP

More information

HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE

HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE Once HT812/HT814 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT812/HT814 is upgraded

More information

Information About SIP Compliance with RFC 3261

Information About SIP Compliance with RFC 3261 APPENDIX A Information About SIP Compliance with RFC 3261 This appendix describes how the Cisco SIP IP phone complies with the IETF definition of SIP as described in RFC 3261. It has compliance information

More information

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.5.7 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

Application Notes for Configuring SIP Trunking Using Verizon Business IP Contact Center VoIP Inbound and Avaya IP Office Release 8.1 Issue 1.

Application Notes for Configuring SIP Trunking Using Verizon Business IP Contact Center VoIP Inbound and Avaya IP Office Release 8.1 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking Using Verizon Business IP Contact Center VoIP Inbound and Avaya IP Office Release 8.1 Issue 1.0 Abstract These

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for SIP Trunking Using Verizon Business IP Trunk SIP Trunk Service and Avaya IP Office Release 6.1, Using REFER and DNS SRV Issue 1.0 Abstract

More information

One-Voice Resiliency. Branch Voice Resilience for Microsoft Skype for Business or Lync Server Environments and Skype for Business Online. Version 7.

One-Voice Resiliency. Branch Voice Resilience for Microsoft Skype for Business or Lync Server Environments and Skype for Business Online. Version 7. Configuration Note AudioCodes One Voice for Skype For Business One-Voice Resiliency Branch Voice Resilience for Microsoft Skype for Business or Lync Server Environments and Skype for Business Online Version

More information

Product Release Notice Synapse 3.0 Software

Product Release Notice Synapse 3.0 Software Product Release Notice Synapse 3.0 Software Release Date: September 17 th, 2012 This document contains the release notes for AT&T Synapse version 3.0. This is a major release with many new features. Users

More information

Configuring Multi-Tenants on SIP Trunks

Configuring Multi-Tenants on SIP Trunks The feature allows specific global configurations for multiple tenants on SIP trunks that allow differentiated services for tenants. allows each tenant to have their own individual configurations. The

More information

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya Aura Configuration Guide REVISION: 1.1 DATE: SEPTEMBER 1 ST 2017

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya Aura Configuration Guide REVISION: 1.1 DATE: SEPTEMBER 1 ST 2017 DMP 128 Plus C V DMP 128 Plus C V AT Avaya Aura Configuration Guide REVISION: 1.1 DATE: SEPTEMBER 1 ST 2017 Revision Log Date Version Notes August 6 th 2017 1.0 First Release. Applies to Firmware 1.01.0004.002

More information

ISDN Troubleshooting. All Mediatrix Units with ISDN cards

ISDN Troubleshooting. All Mediatrix Units with ISDN cards All Mediatrix Units with ISDN cards Revision 671 July 24, 2015 Table of Contents Table of Contents 4 Protocols and Connection 5 Troubleshooting Tools 6 Troubleshooting 6 Capturing a Trace Using Wireshark

More information

Circuit #1 - PTC Lab Reference Circuit.

Circuit #1 - PTC Lab Reference Circuit. NET Certification PBX Guide for Voice Connect (GVC2) SIP-T Service (PTC 229 Limited Certification) Circuit #1 - PTC Lab Reference Circuit. In order to connect the SIP-enabled CPE to Telecom Network, the

More information

FXO-08 (SIP) User Manual

FXO-08 (SIP) User Manual FXO-08 8-ports FXO VoIP Gateway (SIP) User Manual Revision Information Version Date Description EN-V2.0a April-8-2008 2 nd English Version Table of Contents 1. Introduction...3 1.1 FXO-08 --8-ports FXO

More information

Tenor S108 Maintenance Release Notes

Tenor S108 Maintenance Release Notes Tenor S108 Maintenance Release Notes Copyright 2018 Sonus Networks. All rights reserved. Page 1 Tenor Survivable SIP Gateway (SSG) S108 Maintenance Release Notes This document lists all software fixes

More information

Smart ATA Product Bulletin

Smart ATA Product Bulletin Smart ATA Product Bulletin Smart ATA is an ATA that not only offers the service provider a high-function voicefax ATA with FXO capability, but also includes patented technology (US patent 9,094,419) that

More information

nbox User s Guide ntop Software Web Management Version 2.7 Dec

nbox User s Guide ntop Software Web Management Version 2.7 Dec nbox User s Guide ntop Software Web Management Version 2.7 Dec 2017 2002-18 nbox 2.7 User s Guide Table of Contents 1. Introduction 3 2. The nbox web interface 5 2.1 Usage Guidelines 5 2.2 System 8 2.3

More information

Chapter TIMG BOILERPLATE

Chapter TIMG BOILERPLATE Pete is the writer for this content; Julie W. is the editor. This file contains the following flows: File: boilerplate.fm; Flow: Reqs-Serial, page -2 File: boilerplate.fm; Flow: Reqs-In-Band, page -4 File:

More information

IP/PRI/FXS/BRI PBX. User Manual. Version 2.0

IP/PRI/FXS/BRI PBX. User Manual. Version 2.0 IP/PRI/FXS/BRI PBX User Manual Version 2.0 2 Table of Contents 1. Introduction... 6 1.1 Typical setup of IP/PRI/FXS/BRI PBX... 7 2. Getting Started With the IP/PRI/FXS/BRI PBX... 8 2.1 Hardware Setup...

More information

IAD User s Manual PL-300A 1FXS ATA. User s Manual. <Version: V2.0 > Copyrights All Rights Reserved. Page 1 of 25

IAD User s Manual PL-300A 1FXS ATA. User s Manual. <Version: V2.0 > Copyrights All Rights Reserved. Page 1 of 25 PL-300A 1FXS ATA User s Manual Copyrights 2004-2009 All Rights Reserved Page 1 of 25 Contents 1 Overview...3 2 Packing...3 3 Safety Instructions...3 4 Introduction to IAD...3 5 Performance

More information

FreeSWITCH Technical Application Notes

FreeSWITCH Technical Application Notes FreeSWITCH Technical Application Notes Table of Contents About FreeSWITCH... 1 Purpose, Scope and Audience... 3 FreeSWITCH Deployment Information... 4 FreeSWITCH External IP Address... 4 Sending Calls

More information

IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution

IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution IP-PBX Features www.addpac.com AddPac Technology 2011, Sales and Marketing Contents IP-PBX Features Smart Multimedia Manager VoIP

More information

5-3 Ring Dialing Plan General Dialing Rule Digit Manipulation Phone Book TEL Setting (FXS

5-3 Ring Dialing Plan General Dialing Rule Digit Manipulation Phone Book TEL Setting (FXS Contents 1 Introduction... 4 1-1 Physical Interface... 4 1-2 Feature... 4 1-3 Front Panel: LED Indicators... 5 1-4 Rear Panel: Cable connections... 6 1-5 QUICK SETUP... 7 2 Device Settings... 12 2-1 Network

More information

HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE

HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE Once HT812/HT814 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT812/HT814 is upgraded

More information

Basic FXO Mediatrix Unit Configuration with Asterisk

Basic FXO Mediatrix Unit Configuration with Asterisk Mediatrix Unit with FXO Card v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents Mediatrix unit with Asterisk 4 Requirements 5 to Know Before Starting 6 Configuration of the PBX Trunk 7 Configuring

More information

Configuration Note for Rauland Responder 5 and Avaya Session Manager

Configuration Note for Rauland Responder 5 and Avaya Session Manager Configuration Note for Rauland Responder 5 and Avaya Session Manager 1. Rauland Responder 5 Setup 1.1 Configure Brekeke SIP Server Connectivity In Rauland RGS Setup -> [Phone] page: [SIP Proxy Address]

More information

Keep Referee When REFER Failed: Reg Retry Long Random Delay: 0. RTP Tx Packet Size Follows Remote SDP:

Keep Referee When REFER Failed: Reg Retry Long Random Delay: 0. RTP Tx Packet Size Follows Remote SDP: SIP SIP Parameters Max Forward: 70 Max Redirection: 5 Max Auth: 2 SIP Server SIP Reg Starting Sequence Number: DTMF Relay MIME Type: Remove Last Reg: $VERSION application/dtmf-relay SIP User Agent SIP

More information

ApplianX IP Gateway User Guide

ApplianX IP Gateway User Guide ApplianX IP Gateway User Guide Version 2.3.1 26/09/2014 Contents APPLIANX IP GATEWAY USER GUIDE... 1 1.0 GETTING STARTED... 5 1.1 How to use this guide...5 1.2 Prerequisites...5 1.3 LEDs...5 1.4 Setting

More information

ISDN Troubleshooting. All Mediatrix Units with ISDN cards. v

ISDN Troubleshooting. All Mediatrix Units with ISDN cards. v All Mediatrix Units with ISDN cards v. 2.0.41.762 2018-03-29 Table of Contents Table of Contents 4 Protocols and Connection 5 Troubleshooting Tools 6 Troubleshooting 6 Capturing a Trace Using Wireshark

More information