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: *

  1. thameema

    asterisk oh323 - how to setup context incoming call

    I have installed the open h323 with asterisk version 1.2.7. I tried a h323 call with SJPhone and it went to 'default' context which is good. But now i want to connect a h323 client to asterisk and make a call, which should go to a defined context not default. Also, I want to restrict the IP of...
  2. thameema

    Does MySQL support Oracle-like ref cursors??

    I have searched the mysql forums, manuals and the link you gave and don't find my answer. Please read the question once again .....I need to return the cursor to my application. Thanks, Thameem
  3. thameema

    Does MySQL support Oracle-like ref cursors??

    Does anybody know if MySQL supports the ability for a stored procedure to return a "ref cursor" (Oracle term)? Here is an example of an Oracle procedure that returns a ref cursor: PROCEDURE my_proc (a_out_cursor OUT ref cursor) IS BEGIN open a_out_cursor for select col_a, col_b from my_table...
  4. thameema

    WAN thru phone line without internet

    Yes I agree with your point about wireless. About the cable- my big concern is, eventhough if i send data over cable, at the receiving end they must have a cable modem to receive it. To buy one cable modem will costs lots of money as i mentioned in my previous post. If you have any other...
  5. thameema

    WAN thru phone line without internet

    Hi Avaya, Thanks for your suggestions. My village already has the cable network setup. I think the amplifiers are not cabable of handling two different singnals. But the problem is the cost of cable modem. In india cable modem costs about 5000-6000 indian rupees ( about US $140). So, I can't...
  6. thameema

    WAN thru phone line without internet

    Again... Mattwray..before you answer any question, please read it fully. Bobg1 - Thanks for your reply. Anyway I know that the implementation of cable is little bit costlier (as I need to install repeaters to boost the signal) and cost of cable modem also costlier I have to think about...
  7. thameema

    WAN thru phone line without internet

    Hello guys, I think no one understand my question. Matt - Thanks for letting me that if someone has cable modem that is internet. Please read my previous question and replies before you answer any question. It is funny that you are just throwing some words without understanding the question...
  8. thameema

    WAN thru phone line without internet

    Guys, As I said earlier in my post, I am not in US and the location is in India. Our village don't have internet and if I want to get one it will be costlier. But people use computers for learning. I would like to start with internal library kind of thing within the village and may be in future...
  9. thameema

    WAN thru phone line without internet

    Hello guys, THanks for the reply. Kressmark's suggestion gave me some ideas. Kress - To answer your question, I need to provide just a webaccess (running apache or equivalent) nothing else to those users. As Skipp mentioned in his mail, I would like to setup a library website which will not be...
  10. thameema

    WAN thru phone line without internet

    Hi Skip, I dunno what you are refering to. what is BBS? Anyway, I found some options in windows 2000. When I setup a new connection thru networking options, there is an option to allow incoming calls. I haven'e tested it yet. I don't think this will be fast enough and can handle more than one...
  11. thameema

    WAN thru phone line without internet

    I have a requirement..please give me some tips... I would like to run a server at our library which will serve information to users. The users can dial in to library server to access it using thier phone line and 56k modem. We don't want to use internet or any kind of networking other than using...
  12. thameema

    How do I precompile JSPs in weblogic 6.1 sp4?

    I have a war file which has lots of jsp files. How do I precompile jsps in weblogic 6.1 sp4. I tried using weblogic.jspc with possible options. But its not including my libraries during the process. I also tried setting precompile=true in weblogic.xml file. But it was also throwing some errors...
  13. thameema

    where can i get a SMS email address

    thanx for ur answer saturn. Looking for ur post with the list.
  14. thameema

    where can i get a SMS email address

    HI Mike, Thank you for your curiosity. My actual intention is not to spam any mobile phones but to provide free sms from one of my websites. This mobile email address is necessary to send messages to mobile phones thru socket. If you have any clue about those addresses, please give them to me.
  15. thameema

    where can i get a SMS email address

    can anyone answer? how to get the mobile email addresses for all service providers in the world?
  16. thameema

    where can i get a SMS email address

    I would like to write an applicatin in perl which will send sms to mobile phones using socket. For that i need to get a list of mobile phone email addresses. For example, to send message to cingular mobile the address is <phonenumber>@pacbellpcs.net.. Can anyone help me to get that list world...
  17. thameema

    How to do redirection

    hi all, I have a form. If i click submit it should handle one cgi script. there i m checking a condition.. if that is true it should execute the rest of the page and give output else it should redirected to another cgi page which will process the request. How to do this?
  18. thameema

    Can not install DBI module on Sun Solaris 2.5.1

    Try to go thru the errors listed in &quot;make&quot; step and find out what other modules u need. You can find out the error two lines before the &quot;fatal error...&quot; line. And the other thing if u r not a super user where u r installing the DBI? If perl is installed in default directory...
  19. thameema

    calling CSS file inside perl code

    will it do the formatting with html code?
  20. thameema

    calling CSS file inside perl code

    hi vikter, The code u have given is to write the css inside perl. But what i m expecting is how will u call a external css file inside a perl code?

Part and Inventory Search

Back
Top