Need a sample cme with multiple fxo ports, hunt fashion

hi,
anyone kind enough to provide a sample working configuration of multiple fxo ports (each being a pstn line) and I assuming the telco is doing hunting...
so let's say 4 lines, if line 1 is busy the call is sent by the telco on line 2 and so on...
incoming and outgoing.
thank you very much!!                  
I did google it and can't find anything with multiple fxo ports.

trunk group 1
max-calls voice 4 (or however many POTS lines you want to use)
hunt-scheme round-robin (or whatever method you like)
voice-port 0/0/0
trunk-group 1
connection plar opx XXXX (extension)
caller-id enable
voice-port 0/0/1
trunk-group 1
connection plar opx XXXX
caller-id enable
voice-port 0/0/2
trunk-group 1
connection plar opx XXXX
caller-id enable
voice-port 0/0/3
trunk-group 1
connection plar opx XXXX
caller-id enable
dial-peer voice 1 pots ( I like creating this for troubleshooting, by default cisco router accept incoming calls)
trunkgroup 1
incoming called-number .
direct-inward-dial
dial-peer voice 2 pots
trunkgroup 1
destination-pattern 8[2-9]......           (8 for an outside line or 9 or nothing, then adjust your forward-digits to match)
forward-digits 7
dial-peer voice 3 pots
trunkgroup 1
destination-pattern 81[2-9]..[2-9]......
forward-digits 11
dial-peer voice 4 pots
trunkgroup 1
destination-pattern 8911
forward-digits 3
dial-peer voice 5 pots
trunkgroup 1
destination-pattern 911
forward-digits 3

Similar Messages

  • Configuring Paging system to interface with an FXO port

    Hello
       Wanted to see if there is some good documentation on configuring my fxo port on my gateway to interface with a paging system?
    Thank you for your help

    Hi Joseph,
    It really depends on the type of overhead paging system you're intending to use.   The documentation for the paging system being used usually specifies exactly what type of circuit is required.
    Kind regards,
    Craig

  • Single virtual channel with multiple digital ports

    Hi all,
    I have created a program that creates a task to read continuously from 3 digital port lines from the same device (PXI-6133). I am trying to figure out how I can retrieve the data from each port line to put into a waveform graph. Currently, I am using the DAQmx Read instance with "1 Channel N Samples" but I get a waveform with all values at the same time or a waveform graph with all three lines transposed.
    I am using Windows XP and LabVIEW 8.6.
    Appreciate any help!
    Solved!
    Go to Solution.

    Hi Matt,
    Thanks for your reply. Unfortunately thats not quite I am looking for. I am sending the DAQmx task the 3 port lines that I want therefore as I have read it bundles them all into one channel by default. What I want to do is take that one channel and parse out the data of each of the 3 port lines to create 3 new waveforms to work with individually.
    After fumbling around a little bit, I was able to sort of get what I wanted. I've attached a screen shot of that portion of the program. The red circle in the bottom right hand corner is how I want to end up. I only did it for one of the pieces of data just to try it out and the conversion to string is just for me to print out what I'm working with. Unfortunately, when I look at the waveform it seems like maybe some extra 0's are being thrown in because its not the same graph that appears from the beginning (when all 3 pieces of data are transposed on each other). Let me know what you think.
    Thanks,
    julissa
    Attachments:
    LabVIEW-ss1.JPG ‏57 KB

  • Modbus IO with multiple ethernet ports?

    Dear LabView experts:
    My Labview system needs to communicate with three Modbus slave units (motor drive controllers with Modbus TCP/IP option installed) to send commands (speed reference) and read drive status (actual speed, output voltage/current/power etc). The PC has a quad-port Ethernet adapter with three of the ports connected via standard Ethernet cable to the three controllers. The three Ethernet ports on the PC have been given static IP addresses (192.168.1.10, 192.168.1.11, 192.168.1.12). The three controllers have been configured to give the Modbus slave options static IP addresses as well (192.168.1.20, 192.168.1.21, 192.168.1.22). I have also downloaded the NI Modbus library (version 1.2) and would like to use its VIs to perform Modbus Master Query operations. To do this, it is first necessary to open TCP connections to the three slave units using the TCP Open Connection vi, and this is where my problem comes in. How do I bind TCP Open Connection to use a specific Ethernet port (one of the first three IP addresses) on the PC ? Thanks in advance for your help.
    VRA
    Solved!
    Go to Solution.

    Hello Mike:
    Thanks for your response. I should have browsed this forum a little more before sending the message out. You are right; one way is to restrict each Modbus-dedicated Ethernet port on the PC to a range or even a single port number (using Advanced settings), and use that port number in the TCP Open Connection vi to ensure that this connection will go out of that port. The other way is to use subnet masks as pointed out more than once on this forum; instead of using a subnet mask of 255.255.255.0 for all three ports (which would put them all on the same subnet), I could use a subnet mask of 255.255.255.192 which would allow for four separate subnets, then give the three PC ports IP addresses in the range 192.168.1.(2-62), 192.168.1.(66-126), 192.168.1.(130-190), with gateways set to 192.168.1.1, 192.168.1.65 and 192.168.1.129. The Modbus slave units (motor drive controllers) would then have to be configured with static IP addresses in the respective subnet ranges, so that a TCP Open Connection to that IP address would automatically go out on that subnet.
    Thanks again.
    VRA

  • Single Nexus 5548UP- FCoE configuration with multiple server ports

    Hello Everyone,
    I am new to Networking so please bear with me.
    Here is some background information. We have a SINGLE Nexus 5548 UP switch to which we are connecting both the storage and the UCS C240 M3 servers (with CNA). Both the storage and server has 2 ports each going to this nexus switch.
    We want to implement FCoE with this solution.
    Below are the steps (for server ports) that I have followed to configure the nexus. But the port not logging into the SAN (no flogi) with the config.
    Enable Features
    config t
    feature lacp
    feature dot1x
    feature interface-vlan
    feature sshServer
    feature npiv
    end
    Confgure Ethernet Ports - Server 
    configure
    interface ethernet 1/17
    description To_UCS_rack_server_1_FCoE_port_1
    switchport mode trunk
    switchport trunk native vlan 6
    switchport trunk allowed vlan 1,6
    spanning-tree port type edge trunk
    priority-flow-control mode on
    no shutdown
    end
    configure
    interface ethernet 1/18
    description To_UCS_rack_server_1_FCoE_port_2
    switchport mode trunk
    switchport trunk native vlan 6
    switchport trunk allowed vlan 1,6
    spanning-tree port type edge trunk
    priority-flow-control mode on
    no shutdown
    end
    Create VLAN
    configure
    vlan 6
    name FCOE_VLAN
    fcoe vsan 6
    end
    Setup FCoE QOS
    configure terminal
    system qos
    service-policy type qos input fcoe-default-in-policy 
    service-policy type queuing input fcoe-default-in-policy 
    service-policy type queuing output fcoe-default-out-policy 
    service-policy type network-qos fcoe-default-nq-policy 
    end
    Create vfc for Initiators (UCS Servers)
    configure
    interface vfc 17
    bind interface ethernet 1/17
    switchport description virtual_fiber_channel_Server1_Port1
    end
    configure
    interface vfc 18
    bind interface ethernet 1/18
    switchport description virtual_fiber_channel_Server1_Port2
    end
    Adding vFC’s to VSAN
    configure
    vsan database
    vsan 6 interface vfc 17
    vsan 6 interface vfc 18
    Create Zonesets and Zones
    configure
    show flogi database vsan 6      ----> Do not see any pwwn here???
    show fcns database vsan 6
    Any help in the regard would be highly appreciated.
    Cheers,
    KS

    Fixed the issue. "switchport trunk native vlan 6" was causing the issue. Maybe the storage and Servers were not configured with proper VLAN's. I removed the native vlan and everything logged in fine.
    Any how I have configured a single zone with all 3 servers pWWN's. I know single initiator zoning is the way to go.
    Can you please guide me if I can move these servers in their separate zones without any outages?  If it helps, all severs have 2 pWWN's. The current zoneset is active with that single zone.
    Please let me know if you need any additional details.
    Cheers,
    KS

  • Limited sampling rate with multiple timed loops

    I am trying to use two timed loops.  The first timed loop is supposed to acquire some analog inputs, average the values, and then display the average values on the Front Panel at a rate of 2 Hz.  When I want to acquire data I enter a second timed loop and try to acquire data at a rate of 50 Hz.  The second timed loop is designed to acquire 1 value and then append the data to a file.  During the 50 Hz acquisition I want the first timed loop to also run so that the Front Panel continues to refresh values at 2 Hz.
    The problem I'm getting is that the second timed loop doesn't acquire and write data any faster than the first timed loop.  So in this case I'm limited to 2 Hz data acquisition when I want 50 Hz.
    Attachments:
    SWIFT_Dive Record2.vi ‏270 KB

    Hi FRLFTE,
    the second loop run not faster because both loops are in the same "big" while loop, so that the second loop has to wait till the first is ready.
    Mike

  • CME - Sending outbound calls to FXO port

    Hi Guys,
    Need your help for the below scenario.
     Our customer has a CME where 4 FXO ports are already connected and working. Customer has added 2 more FXO port and few IP phones.
    The requirement is when ever an outbound call is made from the newly configured IP phones, the call should go through the newly added FXO lines.
    For eg ext 3001 , the outbound call should go through port 0/1/0
    Already the prefix 9 is used for dialing the number and I guess only one prefix number can be used in CME.
    I tried translation rule , cor list but none worked , the call is default going through the old fxo port and not to the new fxo port.
    Can you guys help me with the configuration.
    Regards
    Sathya

    Previous post on similar issue might be helpful - 
    https://supportforums.cisco.com/discussion/11431746/h323-choose-outbound-fxo-port-based-calling-number
    Thnx

  • Grouping FXO Ports

    Hello all , 
    I am setting up a CUCM with an h323 gateway that only has multiple FXO ports . I am looking for a method to group FXO ports and by grouping I don't just mean to group them with a trunk group but I need to use "for example" 4 ports for specific users and and other 4 or more ports for others . 
    what is the workaround for this .. 
    Thanks 

    or let's make it simple...
    Have a duplicate router patterns in different partitions for desired group of users and assign CSS accordingly.
    Have separate route list for desired group of users.
    Apply called party digit manipulation at each route list level and add different prefix to called party. Say 8 to group 1 and 9 to other.
    At gateway, have separate destination-patterns (under dialpeer) for prefix 8 and 9 with desired FXO ports assigned to dialpeer.

  • Multiple Output Ports In Logic Audio.

    Multiple Output Ports In Logic Audio.
    Many people have had problems with Multiple Output Ports with Logic Audio I have come up with a solution that allows me to program 8 synths using 8 ports. Have a look at my site if you have problems with your Output Ports
    http://logicports.webs.com/

    Hi
    King Mike Here wrote:
    I have come up with another way to look at the problem, and I have come up with an alternative solution to the problem. In the process I have learned something, but thank you for showing me the correct method.
    For sure, your efforts have lead to a greater understanding of how the Environment works, and yes, your method would work, but it's really long-winded :-)
    Another way to set this whole shebang up is to use Audio MIDI Setup to configure the 'Virtual" external synths, MIDI Ports, Receive Channels etc.
    When you make an External MIDI track in Logic via the Library, Logic will automatically create the Multi-Instrument objects, preconfigured with the correct channels enabled.
    The downside of this method comes with regard to Patch Names within the Multi-Instruments. You would need to set these up every time (or save as a template).
    Note: do not use the "Manual" Multi's at the same time as the Audio MIDI Setup method.... you end up with 2 of everything in the Library (and potentially duplicates in the Environment).
    Best
    CCT

  • Sample Project with ni hardware using NI-DAQmx Driver

    hi, i need a Sample Project with NIi hardware using NI-DAQmx Driver

    Please stick to one thread. You've created several that are asking the same thing and the answer remains the same - Help> Find Examples if using LabVIEW. Other programming languages come with their own set of examples.

  • Sending mail with multiple attachments

    hi.I wrote a code to send mail.but i need to send mail with multiple attachments.here is the code i wrote.what should i do to send the mail with multiple attachments.if i run this code iam able to send mails but not attachments.please help me
    <%@ page import="javax.mail.*,javax.mail.internet.*,java.util.Date,java.io.*,java.net.InetAddress,java.sql.*,java.util.Properties,java.net.*,javax.sql.*,javax.activation.*,java.util.*,java.text.*" %>
    <%@ page import="java.io.*,java.sql.*,java.net.*,java.util.*,java.text.*" %>
    <%
         String Attachfiles1="";
         String Attachfiles2="";
    String Attachfiles3="";
    if("Send".equalsIgnoreCase("send"))
              try
         String subject="",from="",url = null,to="";
         String mailhost = "our local host";
         Properties props = System.getProperties();
         String msg_txt="";
         String strStatus="";
    // byte[] bin=.....;
    //Adds Attechment:
    Multipart multipart = new MimeMultipart();
    BodyPart messageBodyPart = new MimeBodyPart();
    messageBodyPart.setText("Here are my attachments");
    multipart.addBodyPart(messageBodyPart);
    messageBodyPart = new MimeBodyPart();
    //first attachment
    DataSource source = new FileDataSource("C:\\img1.jpg");
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName("C:\\Telnor1.jpg");
    multipart.addBodyPart(messageBodyPart);
    //Second attachment
    DataSource source2 = new FileDataSource("C:\\img2.jpg");
    messageBodyPart.setDataHandler(new DataHandler(source2));
    messageBodyPart.setFileName("C:\\Telnor2.jpg");
    multipart.addBodyPart(messageBodyPart);
    //etc...
    message.setContent(multipart);
    Transport.send( message );
    String mailer = "MyMailerProgram";
    to=request.getParameter("to");
    from=request.getParameter("from");
    subject=request.getParameter("subject");
    msg_txt=request.getParameter("message");
    props.put("mail.smtp.host", mailhost);
    Session mailsession = Session.getDefaultInstance(props, null);
    Message message = new MimeMessage(mailsession);
    message.setFrom(new InternetAddress(from));
    message.setRecipients(Message.RecipientType.TO,InternetAddress.parse(to, false));
    message.setSubject(subject);
    message.setHeader("X-Mailer", mailer);
    message.setSentDate(new Date());
    message.setText(msg_txt);
    BodyPart messageBodyPart = new MimeBodyPart();
    BodyPart messageBodyPart2 = new MimeBodyPart();
    Multipart multipart = new MimeMultipart(); // to add many part to your messge
    messageBodyPart = new MimeBodyPart();
    javax.activation.DataSource source = new javax.activation.FileDataSource("path of the file");
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName("file_name");
    messageBodyPart2.setText("message"); // set the txt message
    multipart.addBodyPart(messageBodyPart);
    multipart.addBodyPart(messageBodyPart2);
    Transport.send(message);
    out.println("Message Sent");
    catch (Exception e)
    e.printStackTrace();
    if("Attachfiles".equalsIgnoreCase("attachfiles"))
    Attachfiles1=request.getParameter("fieldname1");
    Attachfiles2=request.getParameter("fieldname2");
    Attachfiles3=request.getParameter("fieldname3");
    %>
    <html>
    <body>
    <div class="frame">
         <form action="Composemail.jsp" method="post">
              <b>SelectPosition:</b> <select name="cars" >
    <option value="ABAP">ABAP
    <option value="saab">Saab
    <option value="fiat">Fiat
    <option value="audi">Audi
    </select><br><br>
    <table border="1" cellpadding="2" cellspacing="2">
    <tr><th>Name</th>
    <th>EmailId</th>
    <th>ContactNumber</th>
    <th>Position</th>
    </tr>
    <tr>
    <td>
    </td>
    </tr>
    </table><br>
    <b>SelectUser :</b><select name="cars">
    <option value="Administrator">Administrator
    <option value="saab">Saab
    <option value="fiat">Fiat
    <option value="audi">Audi
    </select>
    <br>
    <b>To :</b>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="text" name="to" size="72"><br>
    <b>From :</b>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="text" name="from" size="72"><br>
    <b>Subject :</b>&nbsp&nbsp&nbsp<input type="text" name="subject" size="72"><br>
    <%=Attachfiles1%><br><%=Attachfiles2%><br><%=Attachfiles3%><br><br>
    <b>Message:</b><br>
    &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<textarea rows="10" cols="50" name="message">
    </textarea> <br><br>
    <b>AttachedFile:</b>&nbsp<input type="file" name="fieldname1" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>&nbsp<input type="file" name="fieldname2" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>&nbsp<input type="file" name="fieldname3" value="filename" size="50"><br><br>
    &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="submit" name="attachfiles" value="Attachfiles">
    <center>
    <input type="submit" name="send" value="Send" >
    </center>
    </form>
    </div>
    </body>
    </html>

    Create a separate MimeBodyPart object for each attachment, rather than reusing
    the same one over and over.

  • Sending mail with multiple attachments in jsp

    hi .I wrote a code to send a mail in jsp.but now i need to send mails with multiple attachments.how can i send mail with multiple attachment.

    Create a separate MimeBodyPart object for each attachment, rather than reusing
    the same one over and over.

  • SQLPLUS: define variable with multiple lines

    Hi All,
    I need define a varaible with multiple lines as following:
    define schema_name = 'aaa',
    'bbb',
    'ccc';
    select * from tb_test where sName in &schema_name;
    However, it seems SQLPLUS dose not like the way I define the variable. What I want to do is to select * from tb_test where sName in ('aaa', 'bbb', 'ccc'). I would like to use multiple lines in the define.  Any suggestion?
    Thanks,

    Hi,
    If the substitution variable contains special characters, such as spaces or single-quotes, then enclosed the whole value in double-quotes, like this:
    DEFINE  schema_list = "'aaa', 'bbb', 'ccc'"
    If you really need linefeeds in the value, then you might have to use COLUMN ... NEW_VALUE (or OLD_VALUE) to set the value.  For example:
    COLUMN schema_list_col NEW_VALUE schema_list
    SELECT  '''aaa'', ' || CHR (10)
         || '''bbb'', ' || CHR (10)
         || '''ccc'''     AS schema_list_col
    FROM    dual;

  • 3825 FXO Port remains in off-hook after call

    Hello,
    I have a 3825 router with 8 FXO ports running Cisco IOS Software, 3800 Software (C3825-SPSERVICESK9-M), Version 12.4(24)T3, RELEASE SOFTWARE (fc2). The problem we are facing is that after a call is placed through any of the FXO ports and the call is ended by the user, the port remains in off-hook till a reset of the port is done or someone restarts the router. Only then is the port accessible again.
    I am thinking of changing the cards, but i do not want to invest in replacing the cards and then find out that this doesnt solve the problem.
    The wierd thing is that this issue started on its own accord not too long ago.
    Comments and suggestions please!
    Regards,
    Femi

    Hello,
    I do not want to change the FXO card till I am sure that is the problem and I did state that I always have to reboot the router when the problem starts. Rebooting clears the problem but it is back immediately I attempt a call again and hang up that call.
    I have timeouts call-disconnect already configured, see below:
    voice-port 0/0/0
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/0/1
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 2626878
    caller-id enable type 1
    voice-port 0/0/2
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/0/3
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/0
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/1
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/2
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/3
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    Regards,
    Femi

  • Service Procurement with Multiple Service Line items

    Dear Experts,
    We have the following Business Scenario. Request your inputs in addressing this issue.
    Business scenario : Most of the Procurement for our client is of services. So, we need to configure services with multiple service line items. This Shopping cart to create PR in ECC. PR to PO conversion to take place in ECC. Now onwards client needs Supplier integration for confirmation of services and sending invoices by Vendor.
    Guidance required in the following
    1 In Shop functionality if we select services, PR is being created in ECC with only one Service Line item. Whereas if we go for Request functionality, then always it is routing to Bidding process (which is not required for client). Can we create SC with multiple service line items with out request functionality?? Or Can we root the Request functionality with out Bidding process??
    2 If we convert the PR to PO in ECC (Classic Scenario), can we go for SUS integration. In such case which is the best way of supplier integration. Can you please guide us on basic steps on installation (can we go for different client in the same server) and configuration.
    Request your inputs in this regard
    Thank you,
    Ravi

    Hello,
    We suffered the same problem in our company.  We have found a way to work with the SRM shopping cart multiple line rollup to ECC single line purchase order.
    If the multiple shopping cart line items contain the same location code and cost assignment they will rollup into one ECC purchase order.  The system seems to 'think' it is helping you by consolidating your information.
    In the Basic Data section of the shopping cart there is a Service line item field.  If you enter something in each in that field for each line it will keep it's own line in ECC.
    Your implementation may differ slightly from ours but I recommend playing with the location code, cost assignment and Basic Data service line fields until you can see a pattern.  Basically you need to find a method to make each line a separate entity so they don't rollup.
    Good luck,
    Corinne

Maybe you are looking for

  • Crystal Designer option missing in SAP B1

    Hi I have re-installed Crystal 2008 and SAP Crystal add on in my PC, Now I donu2019t see the Crystal designer tab option available which I had before. I followed the same steps which I have done before. I have .net framework 3.5. Not sure what I have

  • 1099 form?

    Anyone know of who sells a 1099 form for Pages or Word for Mac?  Have searched but not riding anything.  Thanks!

  • No graphics in the header

    Has anyone notices that you cannot put graphics and logos in the header section?

  • Problem with sqlplus when called from forms

    Dear friends, I have the following problem, we are using forms 10g and database 10g,we are using client_host command to call sqlplus from form and the query which is being run by sqlplus is supposed to take an input from the client and return results

  • Project Leader, OO Developer, and Forte Consultant Available

    Experienced Forte Architect/Developer has immediate availability for short or long term engagement. I am an IT professional with over 20 years of experience including 10 years in client/server development and support, and 7 years in OO/Forte developm