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 strongm 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: mmy1981
  • Content: Threads
  • Order by date
  1. mmy1981

    VS2012 report empty when using datasource from code behind

    Hi, untill now, I always used Crystal Reports with VS2012, but I'm trying the .rdlc reports now to check it as an alternative. I would like to fill the report from the code behind, using my own SQL select commands. So, I cannot use the wizard to create and display the report. However, I guess...
  2. mmy1981

    session variable lost after database connection, even with response.redirect("....", false

    Hi, I'm having some issues holding a session variable after a response.redirect The code below works perfectly (the Response.Redirect has the parameter false so the code or thread in default.aspx isn't stopped. default.aspx Session("test") = "ok" Response.Redirect("home.aspx", false)...
  3. mmy1981

    asp.net + crystal reports: problem with date fields query

    Hi, I'm having an issue with a webapplication and can't seem to trace the error since the results are different on my laptop and on a windows server. Info is stored into an access database (accdb), including a field "mydate", type date/time - short date format. The regional settings of my...
  4. mmy1981

    uploading HG announcements to embedded VM - ok till reboot

    Hi, I have a customer with an IPO500 - R8.1(69) and embedded VM. There's a huntgroup with announcements. I'v recorded the announcement with the shortcode, everything ok. When I check the files on the embedded VM card (using advanced - embedded vm management), I can see the recorded file under...
  5. mmy1981

    VS2012 InstallShield Limited Edition project & crystal reports - problem with merge module

    Hi, I'v upgraded from a Win7 32bit with VS2010 to Win7 64bit with VS2012. Since the "old" Setup Project doesn't exist anymore, I figured out the InstallShield Limited Edition. This is ok when creating a setup for a windows form, service, ... However, I'm having problems now when creating a...
  6. mmy1981

    ISDN modem supported in Win7 64bit

    Hi, I'm looking for a new ISDN modem that is supported in Win7 64bit (or Win8 for future use). In an older thread - http://www.tek-tips.com/viewthread.cfm?qid=1634712 - , there's a link to a Dialogic Diva modem that should work. However, the page isn't found anymore. At this moment, I use a...
  7. mmy1981

    CCR on IP phones on a remote SCN location

    Hi, we have this setup running at a client: site 1: IP500 (r 7.0) with IP phones, CCR and VMpro site 2: IP500 with IP phones. Both sites are connected in a SCN The IP phones in site 2 are in some huntgroups (created in site 1). This works without a problem. However, the client wants his CCR...
  8. mmy1981

    service needs to acces a file from an "unknown" folder

    Hi, I'm having a problem, not sure how to deal with this... Service 1 (created in vb.net) gets installed in a folder (the user can choose where to install it). In this folder there's an access table. The user can change the records in here. Service 2 gets installed, also in a user defined...
  9. mmy1981

    JavaScript & Webservice - problem with webservice.htc ?

    Hi, I'm trying to consume a webservice (default HelloWorld created in Visual Studio 2010 / ASP.NET web application) The .asmx file is located on my local network. When I enter the URL in my browser (http://intranet/testservices/service1.asmx), I see the webservices, ... So I'm sure this page...
  10. mmy1981

    asynchrounous webservice method and AJAX

    Hi, I'm having problems with an asp.net application and an existing webservice (with Async methods). Generally, the code works like this: 1) the user starts a 'session' (= a connection to a PBX / call center). 2) a webservice method is called to listen for all events (call center agent...
  11. mmy1981

    SCN fallback & DHCP server - IP phone won't try on the 2nd IPO

    Hi, I set up a SCN test environmnent configured like this: IP500 = system1 (soft 6.0(14)) IP = 192.168.42.1 IP Line pointing to 192.168.42.2 (= system2) IP line supplementary services = IP office SCN IP route pointing to 192.168.42.2 auto create users + extn's enabled IPO406 = system2 (soft...
  12. mmy1981

    forward calls to HG including me - but I won't ring + alternative?

    Hi, today I installed an IP500 R7.0(5) with 1408 phones (+embedded VM). The client wants to route his main number, depending on the situation like: 1) route calls to all the phones OR 2) route calls to a cellular phone (client wants to change this number daily) oR 3) route calls to VM (no...
  13. mmy1981

    show first record from distinct(xxx) results

    Hi, I have a table "results" with 2 columns, "agentid" and "date". Records are: agent1 - 29/03/2011 08:00:00 agent1 - 29/03/2011 08:30:00 agent1 - 29/03/2011 09:00:00 agent2 - 29/03/2011 08:10:00 agent2 - 29/03/2011 08:30:00 I would like to show the first record (or first date) for every...
  14. mmy1981

    huntgroup overflow - timers

    Hi, I'm having troules with a huntgroup and an overflow group. HG "A" with 1 member in it (no VM, queing on, no answer time = 10sec, overflow time = 15sec) Overflow group list is set to HG "B" (with multiple phones in it, collective, no VM, queing on, no answer time 60, overflow off) When...
  15. mmy1981

    no busy tone or correct "clearing" when using SCN with overflow

    Hi, a customer has 2 PBX systems (IP500) in a SCN. Site A = 5.0(22), Site B = 6.0(18). Everything seems to work ok (internal calls, ...). Site B only has 1 ISDN line. When all ISDN lines are in use, the ISDN lines from site A are taken (this is working too). This is configured on site B...
  16. mmy1981

    POTS disconnect tone - provider "Telenet"

    Hi, we'r having issues with an IPO500 6.0(14) using a Combo6210/ATM4 card with 1 analogue line. This line is from a provider called "Telenet" (Belgium). The problem is the analogue line won't disconnect every time. Does anybody know what the busy tone detection mode & frequencies are for this...
  17. mmy1981

    huntgroup night fallback and voicemail issues

    Hi, a client who already have an IPO500 installed asked for some config changes and I had some issues the way it was programmed already. one DID (I'll refer to it as 1) goes to HG "A". Some users in it, no VM, queue enabled, night fallback backup = HG "NightMessage". HG "NightMessage" =...
  18. mmy1981

    select distinct and left join

    Hi, I have 2 tables, for example: table1 with columns: id - agentid with values: 1 - agent1 2 - agent2 3 - agent3 and table2 with columns id - info with values: 1 - info 1 1 - info 2 1 - info x 2 - info y Is it possible to display all the values from tabel1 and the info from tabel2 (but...
  19. mmy1981

    DECT R4 - default the base station

    Hi, while having troubles configuring a DECT system for testing purposes, I tried to default the base station. The manual says: - connect the power to the base station, wait approximately 5 sec. - depress the reset button for at least 10seconds, then release - the base station will reboot and...
  20. mmy1981

    call log on phone after transfer

    Hi, a customer reported the following issue... 1) External number (for ex 0474 12 34 56) ringing on Extn203 (5420 phone) 2) Extn203 answers the call and transfers it to Extn204 (5420 phone) (Extn203 confirms the transfer after 204 accepts it) 3) Extn204 + the external party finish the...

Part and Inventory Search

Back
Top