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

    IP 500 TAPI Programming

    Hi, I did a small program that can change the forward settings via TAPI 2, it worked well with the 400 system, but not with the 500 system, when I set the dev specifics, it sets successfully, but the value is not written on to the system, so when i get dev specifics, it returns with default...
  2. zyzjacky

    How to avoid the 10053 error when using the TServerSocket

    Hi, I am using the TServerSocket to do a simple server that receives client commands, and send back the processed result. Everything works fine except the 10053 error came up randomly, and then many 10054 error followed, and the server application crashed. I have already set the ErrorCode to 0...
  3. zyzjacky

    TAPI problem with IPO 500

    I did a test application for IPO400 using TAPI (CTI Link pro, third party mode), I am able to get all extension lines. However I ran the application with IPO500, it only returned one line.and i cannot even make calls via TAPI. What could be the problem? Thanks.
  4. zyzjacky

    Large amount of database synchronize Large amount of database synchron

    If I have two tables that both contain same 1million rows of data, and if data from one has been changed (a little changes, some deletes, updates, and inserts). How would I do the synchronize between these two tables (using PHP)? any suggest algorithm?
  5. zyzjacky

    PHP as interpreter

    I don't know if anyone is familiar with stock application. there are certain formulas that you can input to analyze based on data. e.g. input:LONG(26,20,100,1),SHORT(12,5,40,1),M(9,2,60,1); DIFF : EMA(CLOSE,SHORT) - EMA(CLOSE,LONG); DEA : EMA(DIFF,M); MACD: 2*(DIFF-DEA), COLORSTICK; what i am...
  6. zyzjacky

    Incoming call id is not showing from my IPO

    Hey! I have a IPO small office edition. and it's not displaying the incoming call id. I tried to connect a analog set with call id display directly with the telephone line, it works. but no luck with my IPO. Any ideas? Are there settings i can play around? I tried to enable the long call id...
  7. zyzjacky

    TAPI Programming

    hi I am currently using TAPI2 to do some application similar to phone manager. But i have no idea how to implement the following functionalities: 1) Get a list of other extensions and their status. 2) Monitoring if there is any call parked in the system. I have read the CTI programming...
  8. zyzjacky

    OpenH.323 Component

    Hi Guys, Does anyone know where i can find a OpenH.323 component for delphi? like some vcl. Thanks.
  9. zyzjacky

    controlling outlook

    Hi Guys, I would like to know if there are some good tutorials about how js can accessing and control outlook. I managed to use activex to get contacts from it. but it's not enough, i also would like to know how to search and send email using js, and even add event to calendar. Can any of you...
  10. zyzjacky

    TAPI Programming Resource

    Anyone knows if there are some good tutorial or example about tapi programming of avaya? i downloaded the code example from avaya, and worked out most of the functionalities. the problem is the example that avaya provides is not as complete as phone manager, e.g. parking slots ( i managed to...
  11. zyzjacky

    How to make a transparent TWebBrowser?

    Hi, I am wondering if it's possible to make the TWebBrowser's background transparent? which it will only display the html content and nothing else. That would be very interesting, don't you think ?Thanks!
  12. zyzjacky

    Make Floating Window

    Hi, Does anyone know how to make a floating window, that take a area of the screen, just like the google desktop?
  13. zyzjacky

    Need help on vm pro call flow

    I posted a topic 2 days ago, but i cannot find it now, has it been deleted? does anyone know why? anyway, i guess i have to seek for help again, i am still experiencing the same problem when i am trying to go through the call flow, i configure it to console mode and the error is: Max number of...
  14. zyzjacky

    VM Pro IVR Max Number of node changes

    Hi guys! I am working on a call flow using the VM pro, and it cuts the line with the error (in console mode) Max number of node changes within looping timeout (5) sec has exceeded the limit. Actually, all i am doing is to repeat a previous process (press 1 to repeat the previous process), in the...
  15. zyzjacky

    call back to operator in IVR

    I am working on a call flow using VM pro and facing a question, don't know how it should be done. the process would be: - Callers calls and gets to an operator - Operator talks to caller - Operator routes caller to IVR flow - IVR flow takes place (getting...
  16. zyzjacky

    Super Strange PHP problem.

    Hi Guys, I am using ajax and php to update the contents of web pages. the process is like this user fill the information in the <input> when the update button click, it fires the js to get the filled information by getElementById(id of input). then the js will make these pieces of information...
  17. zyzjacky

    TAPI2 or TAPI3?

    Hi Guys, I am currently doing a project that has something to do with Avaya TAPI Link. My question is which TAPI shall i use? TAPI2 or TAPI3? what are differences between them? do they have the same functionalities? Thanks a lot.
  18. zyzjacky

    MySQL database language problem

    Again! I don't know why. I got rubbish words! the mysql charset is UTF-8 Unicode (utf8), collation is utf-8_general_ci.database type is MyISAM. collation utf8_bin. the problem is when i save data to char field type, everything is ok, chinese can show correctly. but if the field type is text...
  19. zyzjacky

    Problem with PHP charset!

    i have got a 1.html page that uses a js to request a php file that will echo some html content, and writes the content back in <div></div> of the 1.html(some AJAX ideas) there are some chinese chars includs in that content. but evverything is good except the chinese chars. it shows me some...
  20. zyzjacky

    Develop application with IP Office

    Hi, Guys, I have a question. If I want to develop an applicaion with IP Office. actually we are talking about TAPI and DEVLink. To be able to use all functionalities, what kind of licenses (both license key and feature key) are required? And are there any limits, e.g. number of users?

Part and Inventory Search

Back
Top