Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bigsin
  • Content: Threads
  • Order by date
  1. Bigsin

    Public Calling Party Number Passthrough EHDA

    Hi, We are using External Hotdesk Agents. Is it possible to activate Public Calling Party Number Passthrough for these agents? It's not working for incomming calls via Queues. Incomming call on DDI of agent is Public Calling Party Number Passthrough working fine. Thanks in advance
  2. Bigsin

    Distorted audio

    Hi, I have a strange issue. A lot of outgoing calls with distorted audio. Sip trunk involved. We captured all the packets of a faulty call via a mirrorport on a phone. Playing the audio stream in Wireshark there are no issues. Jitter, delay etc no problems. I hope someone can point me into...
  3. Bigsin

    Nuance Speech Recognition Fails

    Hi, I don't know if someone is using Nuance Speech Recognition in combination with MiCC IVR? At this moment we are experiencing issues. A lot of speech recognitions are failing. In the logfiles I found this: Error: 2019-feb-06 16:01:01.586 MRCP - Mitel.MRCP.SpeechRecognition.Channel -...
  4. Bigsin

    Rebooting 6920 Phones

    Hi, We experiencing issues with Mitel 6920 Ip Phones. Few times a day the phones are freezing and rebooting. Phones are connected to an uptodate MBG. 53xx connected to the same MBG having no issues. Any ideas? Thanks in advance, R
  5. Bigsin

    Sip user call is failing every now and then

    Sip user call is failing every now and then Sipuser: 200 registred on MBG is dialing 123456789 We discovered when it's failing the MiVoice Business is checking 123456789 in the "SIP Peer Profile Assignment by Incoming DID" When I add 1* to "SIP Peer Profile Assignment by Incoming DID" with...
  6. Bigsin

    Most match result

    I'm searching for a query which search for te most match based on the search value '12345678' The search value must be start from the first number. My database has to colums A |B ------------------------ 1 |a 12 |b 123 |c 1234...
  7. Bigsin

    Query (if not exist) in 3 tables

    Is hope someone can help me. I have 3 tables (A,B,C) In Table A there are 2 columns (A.Pkey and A.Name) In Table B there are 2 columns (B.ID1 and B.ID2) A.Pkey and B.ID1 contains the same unique values In Table C there are 2 columns (C.ID3 and C.Value) B.ID2 and C.ID3 contains the same unique...
  8. Bigsin

    ASP .net Listbox unable to extract name of selected Item

    What I want to program is a listbox which contains filenames from a specific folder on the webserver itself with the extension txt. This is working, but now I want to create a button which will copy the selected filename in a textbox. I'm using this code so far: Dim diFiles As DirectoryInfo...
  9. Bigsin

    How to convert a string to a control name

    What I want is to convert a string variable to a control name. I have created a textbox named "textbox1" Dim a As String = "textbox" Dim b As Integer = 1 Dim c As String = a & b.ToString 'so c = "textbox1" c.Text = "succeeded!!!" This code is not working. What is the solution for...
  10. Bigsin

    Parse CSV file with quotes (sometimes)

    Hi, I know there is a lot of information about parsing csv files on the internet, but i did not find a usable solution for my problem. I have a CSV files with quotes. The qoutes are not always on fixed places. for example Name,Department,Phone number, "Smith, John",Sales,555-123456...

Part and Inventory Search

Back
Top