CCA 8 - Disable second call on line 1

Where in CCA version 8  can we disable the second call on any extension? Is it possible?

Hi William,
Have a look at these 3 good threads that detail this issue.
https://supportforums.cisco.com/message/3246737#3246737
https://supportforums.cisco.com/message/3088569#3088569
https://supportforums.cisco.com/message/3125246#3125246
It looks like you need to use the cli with Huntstop Channel if you
are using Dual Line DN's and the CCA (Busy Trigger = 1) if using
Octo Line DN's
Cheers!
Rob

Similar Messages

  • Returning to Original Call after answering second call

    While on a phone call, I answer the second call, but when I want to hang up from the second call, and return to the original call, I lose both calls. Can someone help me with this problem please? Thank you.

    Hi and welcome to the BTSC forums.
    Enjoy your stay with us!
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • You are not authorized to call up line item display (FB03)

    Hi,
    actually; I am facing a problem; one user is getting error message "You are not authorized to call up line item display" when he is trying to view the payment usage of document no in FB03 transaction code.
    I have checked and found that user is already having display access for the company code which he is putting under company code field.
    Also as per the SU53 screen shot; it is showing
    Authorization check failed for S_CTS_ADMI
    Field - CTS_ADMFCT
    for -  TABL
    I have not run the trace yet..
    Kindly advice on what could be the problem and solution for that...
    Many thanks in advance for your help.
    Regards,
    Anuj

    > Also as per the SU53 screen shot; it is showing
    >
    > Authorization check failed for S_CTS_ADMI
    > Field - CTS_ADMFCT
    > for -  TABL
    Total Questions:      8 (6 unresolved)
    Good match! 

  • Cannot pick up calls on wait, Cannot make a second call holding the first call

    I have a really weird problem with my iPhone 5S. (iOS 7.1)
    1. When I am on a call, I am not able to pick up a second call that is on wait. I can see the second call, I can hear the beep sounds but as soon as I pick up, the call freezes in 00.00 time, and My first caller is still active, not on hold.
    2. When I am on a call, I am not able to make a second call placing the first call on hold. The second call disconnects immediately with 3 beeps.
    3. I am able to see the incoming calls on wait, when I am already on a call. I am able to hear the beeps coming in. SO it means the call waiting is on (Tried turning it on/off/on too.) But when I pick up the call, the above problem comes in.
    What have I tried to solve this: (None of them helped)
    1. I tried a hard reset of my iPhone (Holding Power and Home button)
    2. I tried toggling the Call waiting button
    3. I tried resetting network settings.
    4. I called my Operator for assistance. I am using Airtel, India. They told me to dial this code - *43# . I tried it and it gave me this screen. But the problem is not solved yet.
    Is there anybody here who is facing the same issue with your iPhone? I never had this problem with my iPhone 4.

    Make sure you do not have "Do Not Disturb" turned on. This feature will block the first call, but is someone calls right back it will be put through.
    On the iPhone, go to Settings/Do Not Disturb
    Make sure you do not have Do Not Disturb turned on manual or scheduled.

  • When I am on a call and another call come in my iPhone does not beep to notify me of the second call how can I fix this?

    Please help... when I am on a call and a second call comes in my iPhone does not beep or make any noise for that matter to notify me of the second call. Why is this happening but most important what can I do to fix this? I have missed several important calls because I have no clue the call is coming in.

    Make sure that call waiting is turned on and check with your carrier to ensure that is activated on your account.

  • Second call of an SQL query throws a syntax error?

    Private Sub RefreshDataSet()
    Dim strSQL As String = DataAdapter1.SelectCommand.CommandText
    Try
    DataSet1.Clear()
    DataAdapter1.SelectCommand.CommandText() = Trim(strSQL & " WHERE BadgeID = " & strEmployeeBadge)
    DataAdapter1.Fill(DataSet1)
    Catch ex As Exception
    MsgBox(ex.Message)
    End Try
    End Sub
    When I call the above procedure, the sub does work correctly and I get the expected results / records in the dataset.  But, when I call the Sub again (to refresh the dataset) it gives me an "incorrect syntax" error.
    I'm not sure why it is doing this.  Any suggestions or ideas?

    Youjun,
    It's very frustrating when you keep asking if the code is the same, or if I have tested the code.  I've said that I debugged.. I've said I have tested the code.  Your continuing to ask me this is pointless, rude, and only serves to make YOU look
    stupid.  I'm sorry if that is rude, but please stop asking me!
    To respond:
    I supposed that the original DataAdapter1.SelectCommand.CommandText is "select * from table1"
    -Yes, the base command is similar to this, except that I call each database field, not using the *.
    1) When you run it the first time, the DataAdapter1.SelectCommand.CommandText will be "select * from table1 WHERE BadgeID ='123'".
    -Yes, I append 'WHERE BadgeID = XXX' to the query, the first and
    each subsequent time.  Again, I said that the code/call/syntax DOES NOT CHANGE.  It is the
    same every time.
    2) Then you changed the strEmployeeBadge, I supposed that is '234'
    -NO!  I do NOT change the code!!  I'm sorry, but what part of 'the query is
    exactly the same' is unclear?
    3) when you run it next time, the DataAdapter1.SelectCommand.CommandText will change to "select * from table1 WHERE BadgeID ='123'
    WHERE BadgeID = '234'"
    -NO!  I have specifically tested for this
    and as stated, the SQL syntax does not change!
    So it 'syntax' fail will pop out when second call.
    -NO, your assumptions are INCORRECT.
    I suggest you recording the commandText when first change the DataAdapter1.
    I write a testing program for you.
    -Your 'testing program' is for all purposes, the same exact code as what I used.  There is no difference.  
    Now, as also stated before, I have several other instances
    where I use the same 'technique' to amend the base SQL queries of the DataAdapter.  Each of these other instances work fine, and I use them to 'refresh' my DataSet information several times throughout the running of my program.  Just for some
    reason, this time, it does not work.  I don't know why and was hoping someone else had found the same/similar issue and also found a resolution.  The DataAdapter is configured the same as the others, the code is the same as well.  I will just
    have to find a work around, or other way to do what I want I guess.
    Lastly, yes, I set strSQL in the subroutine because I want that variable to be gone at the end of the procedure.  It recalls, then sets the syntax, every time the Sub is called on purpose.  I do not want strSQL to be 'global', which by the way,
    according to Microsoft documentation I have read, is no longer possible.  Global variables are 'technically' not used/recognized anymore.  If this has changed, then I stand corrected.
    Thank you for responding, I will just find another solution I guess.

  • Answering a second call

    On a few of occasions, I have had a second call coming through, I try to end the first call and answer the second except, that button is cleverly placed directly over the hangup button. The person on the first call has inevitably hung up before I could and now instead of switching calls, I hang up on the second caller.
    Any advice about relocating that button?

    This is a user to user support forum. There is no way for you to relocate that button, however if you would like to make a suggestion to Apple about this, then you need to go to the feedback page at www.apple.com/feedback and then click on the appropriate link.

  • SOAP adapter erro 404 after second call using Web Dispatcher

    Hi XI experts.
    In a  XI  SOAP sender  interface that works if I use the central port of XI.
    In the productive use SAP Web Dispatcher.
    If I use the Web dispatched port, after the first run the application generates the error:
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    I need some help to make the interface works through the Web Dispatcher.
    The client interface was developed in .NET.
    Best Regards
    Marco Zerbini

    1. Please ensure that all nodes balanced by the web dispatcher are fully working and available.
    2. Please check the URL being called by the external service. Check if on the second call it is still using the WD's URL instead of the instance's. This might occur depending on the external service behavior when receiving a 302 MOVED http code.

  • I have Iphone5, i make video calls using line program, i want know video calls is safe or anybody can see my video call??

    i have Iphone5, i make video calls using line program, i want know video calls is safe or anybody can see my video call??
    some friends told me that there is hackers can have all my data, photos, videos, listen and record my voice and video calls. is this right?

    some friends told me that there is hackers can have all my data, photos, videos, listen and record my voice and video calls. is this right?
    Not on an Apple device, no.
    Things are not the way popular movies and TV shows would have one believe.
    Apple goes to extremes to ensure your personal information remains protected, to a far greater extent than any other consumer product manufacturer on Earth.
    Your FaceTime videos, Messages, and everything else you do with your iPhone are as secure as your iCloud credentials.
    Anyone with your iCloud or Apple ID credentials has complete and unfettered access to everything associated with them, equal to that of your own, so keep them secure. Never divulge them to anyone you would not trust equally with your wallet, your girlfriend / boyfriend / spouse / child / Lamborghini etc.

  • Get line that contains and then get the second and fourth line after that.

    So I have a text file and I want it to find all the lines in the file that contain an @ symbol and then I want it to get that line and the line second and fourth from that line. Then I would export it like this:
    $linewith@ + ":" + $secondline + ":" + $fourthline
    Finding the lines with an @ symbol is easy, but how would I tell it to get the second and fourth line after the line with an @ symbol?
    So I would get the lines with something like this:
    foreach ($line in [System.IO.File]::ReadLines($filename)) {
    if($line.contains("@")){}

    That worked perfectly thanks man! Here is the entire code. I'm sure it could been cleaned up. I'm still learning powershell. 
    $username = "Username"
    $password = "Password"
    $url = "http://URL"
    $ie = New-Object -com InternetExplorer.Application
    $ie.visible=$false
    $ie.navigate($url)
    while($ie.ReadyState -ne 4) {start-sleep -m 100}
    $ie.document.getElementById("username").value = "$username"
    $ie.document.getElementById("password").value = "$password"
    $ie.document.getElementById("click").click()
    start-sleep 20
    $ie.Document.body.innertext | Out-File -FilePath c:\web.txt
    $links = $ie.Document.getElementsByTagName('A')
    $logout = $links | where {$_.innerText -eq 'logout'}
    $logout.click()
    start-sleep 5
    (gc C:\web.txt) | ? {$_.trim() -ne ""} | set-content C:\web.txt
    ( Get-Content C:\web.txt | Select-Object -Skip 2 | ForEach-Object { $_.TrimStart( " " ) } ) | Set-Content C:\web.txt
    start-sleep 5
    $fileContents = Get-Content C:\web.txt
    foreach ($line in $fileContents) {
    if ($line -like '*@*') {
    $line + ":" + $($fileContents[$line.ReadCount+0]) + ":" + $($fileContents[$line.ReadCount+3]) | Out-File -FilePath c:\finish.txt -Append

  • Disable second level global navigation

    Hi,
    We have a requirement where we want to disable second level menu in global navigation.
    Business Site1
            |
    Business Site 2 --> Business Site 3
    So the currently, the Business Site 2 is clickable. Our requirement is that Business Site 2 should not be clickable, only Business Site 1 and business Site 3 should be clickable.
    Or on click of business Site 2 , business Site 3 should open.
    The setting for global navigation is to inherit from parent site and Show subsite is set to true. So there are no explicit nodes created. All the nodes are for Subsites. In this way when I try to change the settings programmatically, the count of nodes
    is 0 as there are no nodes available.
    Please help.
    Regards,
    Vijay

    Hi Victoria,
    Thanks a lot for the above script. That has worked for me and I am able to disable only the second level navigation. Just one correction is needed in the above script. "static" class should be replaced by "dynamic". So the final script would look like this:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"
    type="text/javascript"></script>
    <script type="text/javascript">
      $(function ()
      $(".s4-tn li.dynamic.dynamic-children > a").attr("href","#");
    });</script>
    The above script will work perfect. I am marking this as answer. Thanks again.
    Just one more question. Will that above script be limited to global navigation only. Won't that affect any other links on the Site.?
    Regards,
    Vijay

  • How to disable reject call with a message? Xperia Z(c6603) KK4.4.2 (.230)

    How to disable reject call with a message? please help
    Xperia Z(c6603) KK4.4.2 (.230)

    I selectd this device because i was counting on the brands traditional stiriving forcsup. Quality.This was a mistake.About 1000 euros for a device that looses quality with every update and consumes my time with frustrating experiences all along.Very poor development i must say.

  • Can i disable the call forwarding feature?

    can i disable the call forwarding feature?

    I have read the thread, I wrote it.
    When you have read the thread you will see that it was suggested that you can't restrict this because it is part of the iOS. I then pointed out that there are a nomber of features which are part of the iOS which can be disabled or restricted either using the restrictions setting on the phone or the iPhone configuration tool, so this comment alone does not mean that it is not possible.
    You then suggested that i download the config tool and let you know if this worked.
    So as of this moment we still have no positive confirmation from anybody that this is not possible.

  • Is posible fwd a second call on demand?

    hi all,
    is posible do that? i mean if some user have on active call and recieve a second call, is posible fwd to whatever DN i want? i dont talk about Call Forward and Call Pickup Settings i mean directly on my phone options

    No. You can use iDivert but that will send to the CFB destination already defined on the DN. You could activate CallFwdAll (in this case from /ccmuser since you're already on a call) - or even modify the CFB destination if you enable it within Enterprise Parameters - but this would require you to plan ahead of the next call you plan to forward. You can't do blind transfer on an alerting call to a destination of your choosing.

  • Nokia E65 and SIP - cannot make second call for 30...

    hi.
    anyone ever hear of this. I have the Nokia E65 and I am using SIP.. I make a call and everything is fine.
    I make a second call within 30 seconds, phone stays on calling.. the other person has answered the phone since they are in the office.... If I wait 30 seconds, the second call goes through.
    Any suggestions?
    THank you!

    Let us in on your dirty little secret.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

Maybe you are looking for

  • USB wireless adapter - interface name keeps changing

    I have used different usb wireless (G) adapters with my 12" Powerbook G4. Each was automatically assigned an interface name (BSD) such as en2, en4. I recently updated to a Wireless N dongle (D-Link DWA140) which works great with my new Belkin Wireles

  • Hooking a new Mac mini onto my iMac

    Hi there kind people! i'm pretty sure there are several discussions out there considering the possibility to hook a new Mac mini on to iMacs. However mine is pretty specific, so I'd though to give it a go and just spit out! I'm considering buying a n

  • Capturing "Now" FCP automaticly making multiple clips

    When capturing "Now" FCP is cutting a single clip into multiple clips during capture, on its own. Any suggestions? HDV 1080i60 G5   Mac OS X (10.4.4)  

  • Looking up Managed ConnectionFactory by JNDI Resource-Ref

    Thank you in advance for your help... I'm writing an Enterprise Java Bean using WebLogic Workshop that needs to access a connection factory defined in a deployed Resource Adapter. I'm trying to access the server managed connection factory through the

  • SAP Netweaver 2004 XI 3.0 SR1

    Hello Everyone, I Have Installed SAP Netweaver 2004 XI 3.0 SR1 Successfully. after that what will do. Please send me post Installation steps. Regards, Suresh.K