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 SkipVought 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: j0hnb
  • Order by date
  1. j0hnb

    Voicfemail recordings (vm pro)

    Phoneuser You can change the "Max. Message Time" from the 120 second default to a longer message using Voicemail Pro. In the Pro Client, click on Administration, Preferences, General. It doesn't sound like the message length is the issue from the threads above. Jb
  2. j0hnb

    PC as softphone

    Let me start by stating I haven't tried it, but Avaya did put a technical tip, number 26, from their support web site and on the Toolkit / documentation CD. The tech tip deals with setting up IP endpoints over the public internet using static IP addresses. I would suspect that if you could...
  3. j0hnb

    4412D Ringer Change

    According to the 2.1 IP Office Manager help Avaya 4400, 4600 and 6400 series telephones only support Ring Normal.
  4. j0hnb

    Debugging help...

    Alright I fixed all of those errors and Now I am stuck with one error left: /var/tmp/ccuhELub.o(.text+0x264): undefined reference to `ceil' so now what? ------------------------------------------ #include <stdio.h> int main(void) { float months_two, years, months_one, months_reduced...
  5. j0hnb

    problem with the ceil command...

    I am using my schools complier olympus.. it might be a problem with my command... years = ceil(years); the error message was: /var/tmp/ccLYNv1d.o(.text+0x264): undefined reference to `ceil'
  6. j0hnb

    problem with the ceil command...

    The ceil command is causeing my program to not compile.. is there another command that would have the same effect. to round a number up to it's next whole #.
  7. j0hnb

    Debugging help...

    here is my program and at the end I included the errors that my compiler showed.. please help me fix them. Thanks, john ----------------------------------------------------- #include <stdio.h> int main(void) { int balance, interest, min_payment_one, min_payment_two, balance_two, years...
  8. j0hnb

    simple program.. need help

    program update... #include <stdio.h> int main(void) { int balance, interest, min_payment_one, min_payment_two, balance_two, years, interest_multiplier, interest_addition; float months_one, months_two, months_reduced; /*Input for balance, interest and min_payment printing of lines...
  9. j0hnb

    simple program.. need help

    This is the code I have written.. I have written everything execpt the calculations so far... #include <stdio.h> int main(void) { int balance, interest, min_payment_one, min_payment_two; float months_one, months_two, months_reduced; /*Input for balance, interest and min_payment...
  10. j0hnb

    simple program.. need help

    thanks.. alright.. now I have another question.. since this is a program for credit card dept it I will be calculating the amount of months it will take to pay off.. but credit cards have a yearly intrest rate, so how would I add that rate in depending on the minimum payments?
  11. j0hnb

    simple program.. need help

    I am writting a simple program using loops to figure out credit card dept and how long it will take to pay off your card with a minimum payment. How would I make it so when I calculate the months that it would take to payoff your dept that it rounds up one month. Thanks for your help. -John

Part and Inventory Search

Back
Top