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!

Recent content by sabetik

  1. sabetik

    Revome first character

    Sorry in Excel
  2. sabetik

    Revome first character

    Is there a function to remove the first character from a cell ex: E76851-52060-C1 to show 76851-52060-C1 E61612-48041 show 61612-48041 Thanks
  3. sabetik

    Drop call

    Is there a report for drop call or miss call in call manager or CDR report?
  4. sabetik

    reading file

    PH. Do not have access to sed. How about awk
  5. sabetik

    reading file

    Is there a way to insert a tab (5 spaces) between each field. I would like to change the "," to 5 spaces. This is my input file: pn,description,price AU015-, O/M 6FGCU33-45,4.96 AU315-1, O/M 7FBH15-25,5.15 AU317-, O/M 7FBCU15-55,5.15
  6. sabetik

    Greeting

    How do I add greeting to our cisco box? new to cisco call manager Thanks Kamran
  7. sabetik

    Drop call

    Is there a report for Drop call or no answer? Cisco or CDR
  8. sabetik

    CTI question

    TSP
  9. sabetik

    CTI question

    For some reason I am not able to dial out from the application just get stady signal. but I can receive call. One more thing I can call inter-office " for digit extesion". I did change my location and add "9" to get out side line. it did not work. any idea. Thanks
  10. sabetik

    Reports

    Is there a report to print Calling Search Space (to restiect long and internation call) Kamran
  11. sabetik

    Upgrade to XP PRO

    I have a laptop w/XP home edition. Is there a way to upgrade to XP pro without losing all my programs and desktop setting? Thanks Kamran
  12. sabetik

    Call pick-up

    I have three extension that I need to create a call pick-up. How can I do that? where do I need to start first? Thanks
  13. sabetik

    extension

    New to Iptelephony, How can I display all my extensions from call manager? kamran
  14. sabetik

    Excel extract

    Is there a function in the EXCEL to reterive just portion of the test. Ex; salesmanager@test.com. just need to extract all words before the "@". salesmanager. Thanks kamran
  15. sabetik

    Adding letter to a Text file

    I have the following code: str=mid(s,2,len(s)-1) fh4=trim(mid(str,21,15)) 'Part_No pn=mid(fh4,1,5)&"-"&mid(fh4,6,5)&"-"&mid(fh4,11,5) if right(pn,1)="-" then pn=left(pn,11) end if the display will be...

Part and Inventory Search

Back
Top