MGCP and H323 on one gateway

I have a customer that is deploying CVP and as such needs H323 gateways. All of there current gateways are MGCP and they do not want to change that, and they don't want to have buy second gateways to support call center calls. In the SRND guide for CVP it states mgcp and h323 can be on one box, as long as h323 controls the trunks for cvp calls. I have never tried running mgcp and h323 at the same time. What pitfalls or limitations are there (srst?)

I am doing this in a similar environment (cvp 3.1 with mgcp/h323 on the same box).
The caveat of "as long as h323 controls the trunks for cvp calls" is pretty big though because the customer would have to have seperate pri's/t1 cas links just for inbound cvp calls.
We have tested SRST and it works properly. MGCP falls back to h.323 and the inbound calls over that PRI (the pri controlled by MGCP) route properly. Inbound calls to the "CVP PRI" still routes calls properly (assuming you have alias's, num-exp, etc setup to handle these calls appropriately.)
please rate helpful posts.
adignan - berbee

Similar Messages

  • MGCP and H323 redundancy calling issue......

    I have call Manager 7.1 and there is 2 MGCP gateways registered on the CUCM. Each gateway has 1 PRI line and this setup is working fine. Now I am adding new PRI line for redundancy prospect. So I had added the new E1 card for each gateway and then I have created the H323 trunk between the Voice gateway and CUCM. I have configured the Route Group and Route list for MGCP and H323.If primary MGCP is down call auto routed to H323.
    Now when MGCP is down, call is auto routed to H323 and its hitting on the proper PRI port but call is not getting established and incoming is working fine.
    Kindly find the isdn debug for your reference:
    DEL-2921-ROUTER(config)#
    DEL-2921-ROUTER(config)# debug isdn q931
    Jan 31 16:52:34.655: ISDN Se0/0/0:15 Q931: Ux_DLRelInd: DL_REL_IND received from L2
    Jan 31 16:52:44.655: ISDN Se0/0/0:15 Q931: Ux_DLRelInd: DL_REL_IND received from L2
    Jan 31 16:52:47.267: ISDN Se0/2/0:15 Q931: Applying typeplan for sw-type 0x12 is 0x0 0x0, Calling num 6272
    Jan 31 16:52:47.267: ISDN Se0/2/0:15 Q931: Sending SETUP callref = 0x00AC callID = 0x802D switch = primary-net5 interface = User
    Jan 31 16:52:47.267: ISDN Se0/2/0:15 Q931: TX -> SETUP pd = 8 callref = 0x00AC
    Sending Complete
    Bearer Capability i = 0x8090A3
    Standard = CCITT
    Transfer Capability = Speech
    Transfer Mode = Circuit
    Transfer Rate = 64 kbit/s
    Channel ID i = 0xA9839F
    Exclusive, Channel 31
    Calling Party Number i = 0x0081, '6272'
    Plan:Unknown, Type:Unknown
    Called Party Number i = 0x80, '09821444335'
    Plan:Unknown, Type:Unknown
    Jan 31 16:52:47.295: ISDN Se0/2/0:15 Q931: RX <- RELEASE_COMP pd = 8 callref = 0x80AC
    Cause i = 0x82D2 - Identified channel does not exist
    Jan 31 16:52:54.675: ISDN Se0/0/0:15 Q931: Ux_DLRelInd: DL_REL_IND received from L2
    DEL-2921-ROUTER(config)#
    THANKS IN ADVANCE.....

    Hi Rupesh,
    The cause code "Idenfied channel does not exist" means:- This code indicates a call attempted on a channel that is not configured on the far end. This could happen if you are using a fractional PRI
    Please ask to remote end for the number of channels configured and you can configure that number of channels accordingly at your end.
    In CUCM 7.1 there is a service parameter which will help you to use the number of channel as per your requirement and rest of the channels you can mark it as busy so that CUCM won't select that channel.
    Service Parameters > Call Manager > Advanced > CTRL-F > "maintenance"
    In that you will find "Change B-Channel Maintenance Status" and mark channel as 1 which you don't want you to use.
    For further information regarding this parameter you can click on that parameter and you will get more information.
    And to enable above mentioned parameter, go to MGCP Gateway configuration page and check the box "Enable Status Poll"
    Regards,
    Nishant Savalia

  • SRST in H323 and H323 Fallback

    Hello guys,
    Is it possible to have a branch with H323 Voice Gateway and H323 fallback, i just do not like MGCP, in other words instead of having an MGCP VGW with H323 fallback, i need an H323 VGW with H323 fallback.
    Regards,

    Tommer,
    Thank you for your feedback, so i can have an H323 VGW at branch, configure SRST on CUCM, register the IP Phones to the CUCM and upon WAN failure the IP Phones will fallback to the H323 VGW.
    I will configure a SIP trunk between the H323 VGW and the CUCM to make calls though the WAN.
    Regards,

  • Connecting to Multiple ECC systems via one Gateway system(Dynamic System Selection)

    Hi Experts,
    We have multiple ECC systems and one Gateway server. We want to connect to these different ECC systems using one GW system.
    I have created System Aliases for these ECC system in GW system. For a service, i added 2 system aliases.
    Now we are looking for the solution where UI can provide the system alias (it wants to connect) as a parameter while calling oData Service.
    Please help.
    Regards,
    Rohit

    Hi Rohit,
    we have a similar scenario where we have two system aliases for one service. Both aliases point to the same system, but different clients; it should not make a difference though, having different systems. The feature you are looking for is Multiple Origin Composition (MOC).
    There are a couple of things you have to consider:
    in the SEGW the entity to be called has to be marked as addressable
    the URI of the service needs to include the tag for MOC (;mo) --> http://sapgw.domain.org:8000/sap/opu/odata/sap/ZSOME_SERVICE;mo/entityset
    Without the ;mo the call will be routed to your default alias. The ;mo will route the call to both systems. Using MOC will generate an additional key property into your entities --> SAP__ORIGIN. The property is the alias. If you want to route to a specific system you have to provide the SAP__ORIGIN like providing normal key properties in your requests.
    This will look like this:
    <content type="application/xml">
      <m:properties xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
        <d:SAP__Origin>SOME_ALIAS</d:SAP__Origin>
        <d:Identifier>SOME_IDENTIFIER</d:Identifier>
        <d:Doublet />
      </m:properties>
    </content>
    The original Entity only consists of the key property "Identifier" and the property "Doublet". "SAP__ORIGN" is added via the ;mo.
    Hope it helped...
    Holger

  • MGCP and H.323 in same router

    We have few 3825 and 3845 routers with VWIC-1MFT-T1, VIC2-2FXS and VIC2-2FXO cards. CCM is 4.1(3)SR1
    Checked MGCP & H.323 can support analog FXO interfaces loop-start/ground-start signaling, analog FXS interfaces loop-start/ground-start signaling and T1/E1 ISDN PRI Q.931 interfaces.
    http://www.cisco.com/en/US/products/ps5855/products_data_sheet09186a0080182d38.html
    Anyone has experience in below configurations? For example,
    1. Config only MGCP to support all three above voice modules (T1, FXS, FXO) in a router (would like to confirm)
    2. Or config only H.323 to support all modules in a router (should be okay, no issue)
    3. Or config MGCP for T1 and H.323 for FXS & FXO in a router (would like to confirm)
    4. Or config MGCP for T1 in one router and config H.323 for FXS & FXO in another router (should be okay, no issue)
    Thank you in advance.

    All options are valid. You can have MGCP and H.323 to control seperate ports on the same router. If you go with option 3 (my guess is this is what you want) make sure to point the dial-peers to the appropriate ports.
    HTH,
    Chris

  • Can we install more than one gateway service on the Gateway-pc?

    Hellos.
    There are several versions (instances?!) of IDM running happily on our IDMserver e.g. 7.1.04, 8.1.0.12, 8.1.1.0
    What I would like to do is to arrange 3 gateway services one for each IDM version and each version of the gateway bound to a different port.
    When I try to install the second "service" it bombed out with...
    C:\idmgateway71>gateway.exe -i -p 9271
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,150): trace active, level: 4, file: c:\idm\GWtrace.txt, maxSize: 99999 KB
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,108): In WSTrace::init()
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,109): Gateway version: 'Sun Java System Identity Manager 7.1'
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,110): OS version: 'Windows Server 2003 Family Service Pack 2 (Build 3790)'
    Usage: gateway -in -r -s -k -tn -d -pn -fname -ln -mn -v
    -i: Install this program as an NT service, with specified startup
    -r: Remove this program from the Service Manager
    -s: Start the service
    -k: Kill the service
    -t: Set startup for an existing service
    -d: Debug; run as a regular application
    -p: Specify a TCP/IP port number (9278 default)
    -f: Specify the path to the trace file
    -l: Specify the level of tracing (0 default - no information)
    -m: Specify the max trace file size in kilobytes
    -v: Display the version
    ^C
    C:\idmgateway71>
    C:\idmgateway71>
    What gives?!

    I see the methodology...
    I can indeed bind several gateways to different ports.
    BUT.
    I will need as many encryption keys as I have gateway daemons and It seems this Gateway was designed as a single shot.
    I get errors like: Cannot find encryption key from Registry: using default.. and when I try testing the connection I get bad userid/password.
    Thanks for the help I can continue digging at this..
    GF

  • Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when i enter account name and password for one account, i cannot access other accounts, because windows saves username

    Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when I enter account name and password for one account, i cannot access other accounts, because windows saves username. how can i prevent this from happenning. I really need to access all my accounts and dont want it to save automaticlly.

    Why have 5 accounts if you need to access all of them.. just have one account?
    Sorry I cannot follow why you would even use the PC to control the Time Capsule. Apple have not kept the Windows version of the utility up to date.. so they keep making it harder and harder to run windows with apple routers.

  • HT201250 Can I partition my external hard drive and use one partion for time machine and the other one for data that i may want to use in different computers?

    I have this doubt. I've just bought an external drive, especifically a Seagate GoFlex Desk 3 tb.
    I want to know if it is recomendable to make a partion exclusively for time machine and let another one so I can put there music, photos, videos, etc that I should need to use or copy to another computer.
    May half and half, 1.5 tb for time machine and 1.5 tb for data.
    I have an internal hard drive of 500 GB (499.25 GB) in my macbook pro.
    Any recommendation?

    As I said, yes. Be sure your Time Machine partition has at least 1 TB for backups.
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to two (2). Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.

  • There are two transactions ZJPVCS303 and ZJPVCS303_US for one single Report

    When run as a batch program, (currently this is the case), or withT-Code ZJPVCS303 the selection screen is unchanged (except for additional sales area above)
    - When run as T-Code ZJPVCS303_UL (UL stands for Upload) the selection screen is changed.  The unix file option is no longer available, and the user is able to upload a local file (in the same format as the current unix file, but tab delimited) to the program for processing.
    Requirements:
    There are two transactions ZJPVCS303 and ZJPVCS303_US for one single Report.
    ->When ZJPVCS303 Transaction is executed, the file is uploaded from the Application
      server to SAP R/3. The selection screen parameters would be:
      Logical Filename:
      Sales Organization:
      Distribution Channel:
      Division:
    ->When ZJPVCS303_US Transaction is executed, the file is uploaded from the Presentation Server
      to SAP R/3. When this transaction is executed, it should not have the 'Logical
      Filename' parameter anymore on the selection-screen. Instead it should only have
      Local File name on the presentation server:
      Sales Organization:
      Distribution Channel:
      Division:
        The same thing is applicable for the other transaction ZJPVCS303. When transaction ZJPVCS303
    is executed, it should not have the 'Local Filename' parameter anymore on the selection-screen. Instead it should only have
    Logical Filename:
    Sales Organization:
    Distribution Channel:
    Division:
    So how should I make these parameters invisible depending on the transaction codes execution.
    I have an idea of using MODIF ID, LOOPING AT SCREEN...MODIFY SCREEN.
    I have an idea of using SY-TCODE.
    EX:
    AT SELECTION-SCREEN OUTPUT.
    IF SY-TCODE = 'ZJPVCS303'.
    LOOP AT SCREEN.
    IF SCREEN-GROUPID = 'GRP'.
       SCREEN-INPUT   = 0.
       SCREEN-INVISIBLE = 1.
       MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    ELSEIF SY-TCODE = 'ZJPVCS303_US'.
    LOOP AT SCREEN.
    IF .....
    ENDLOOP.
    ENDIF.
    ENDIF.
    But I am not able to get the output which I require. Please help me out.

    Hello Rani
    Basically the transaction determines whether upload starts from application server (AS) or presentation server (PC). Thus, you will have the following parameter:
    PARAMETERS:
      p_as_fil          TYPE filename   MODIF ID unx,  " e.g. Unix server
      p_pc_fil          TYPE filename   MODIF ID wnd.  " e.g. Windows PC
    AT SELECTION-SCREEN OUTPUT.
      CASE syst-tcode.
    *   transaction(s) for upload from server (AS)
        WHEN 'ZJPVCS303.
          LOOP AT screen.
            IF ( screen-group1 = 'UNX' ).
              screen-input = 0.
              screen-invisible = 1.
              MODIFY screen.
            ENDIF.
          ENDLOOP.
    *   transaction(s) for upload from local PC (PC)
        WHEN 'ZJPVCS303_US.
          LOOP AT screen.
            IF ( screen-group1 = 'WND' ).
              screen-input = 0.
              screen-invisible = 1.
              MODIFY screen.
            ENDIF.
          ENDLOOP.
       WHEN others.
       ENDCASE.
    Regards
      Uwe

  • How to Plot number and string in one row (data logger counter) ?

    hi all i made data log quantity using Digital Counter via modbus to monitoring quantity and reject that has and Name Operator, Machine and Part Number.
    i have problem about plot the number & string in one row, as shown on the picture below :
    how to move that string on one row ? i attach my vi.
    Thanks~
    Attachments:
    MODBUS LIB Counter.vi ‏39 KB

    Duplicate and answered - http://forums.ni.com/t5/LabVIEW/How-to-Plot-number-and-string-in-one-row-data-logger-counter-via/m-p...

  • How do I change from an Online Creative Cloud Student and Teacher edition (one-year) to Adobe Creative Cloud for ETLA

    I received a redemption code for Adobe Creative Cloud for ETLA from my school and signed up with the redemption code but now it is saying that I  only have Online Creative Cloud Student and Teacher edition (one-year). What can I do to change it to the Adobe Creative Cloud for ETLA that I need for my college courses.

    I do not understand your issue, ETLA is just a educational form of CC, you have redeemed CC using redemption code on Jan 20, 2015, it valid for an year.
    Are you talking about how to use it offline as desktop app, then you can use the CC without internet for up-to 90 days, you need to log in once in 90 days to keep the CC active.
    Hope this answers your question.
    Regards
    Rajshree

  • I buy adobe creative suite for teachers and students about one year ago but now i'm not longer a student. Can I still use this programs legally for commercial purposes or do I have to buy some upgrades or something like this? Please help

    I buy adobe creative suite for teachers and students about one year ago but now i'm not longer a student. Can I still use this programs legally for commercial purposes or do I have to buy some upgrades or something like this? Please help

    The license did not have use restrictions Licenses and terms of use | Adobe
    BUT... when your one year Education account ends, I do not think you will be able to renew at the Education rate

  • Change header and footer in one jsp impact on all jsps

    If i change header and footer in one jsp page it show reflect the changes in all jsps can any one help me .

    Manually i shd not change in all jsp pages.Once if
    i change in particular page then all pages shd be
    e reflected with the changesyes, my previous reply does the same way you want.
    You have to include (use include directive) your header & footer jsp file in other jsp pages where you wanted them. And once you do any change in header & footer jsp it will automatically effect other jsp.
    Follow the link if you dont know how to use include directive
    http://javaalmanac.com/egs/javax.servlet.jsp/include.jsp.html?l=new

  • So i have 29 albums and my computer says it has 2.55gb on the itunes, and im planing on getting a iphone 5 that has 16gb or 32gb and idk which one to get? Can someone please help me out!!!!!!!!!!!

    So i have 29 albums and my computer says it has 2.55gb on the itunes, and im planing on getting a iphone 5 that has 16gb or 32gb and idk which one to get?  Idk but i just need to know how much storage  that can hold 2.55 gb of albums and rest of the apps and pic i gonna put on this iphone 5 im getting! please help!!!!! (16gb or 32gb?) If maybe can i get some tips about Storage!

    I certainly owuld not get the 16 Gb.  My old phone had 32 Gb and it was pretty much full.  I just depends on what you wan tto place on it in the way music, apps, videos etc

  • Cloud backup restored photos and documnets to the wrong folder and all in one folder

    I used the cloud backup to backup and restore my photos and documents because I was told to fix my problem I would have to do a hard reset. When I restored the photos and documents they were all restored to the wrong place and all in one folder. Please help. Is there any way to fix this or is their cloud backup program just stupid and I am screwed?

    Kallyone,
    Let's get to the bottom of this and get your pictures and documents backed up correctly. What phone do you have? Did you restore every all at once? Try removing the files and doing the restore again. Did you do the restore from the phone or desktop app?
    JohnB_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

Maybe you are looking for