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 Chriss Miller 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: thameema
  • Content: Threads
  • Order by date
  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??

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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?
  7. thameema

    calling CSS file inside perl code

    can i call Cascading style sheet inside a perl script? Is there any way to bring style sheet concept inside perl?
  8. thameema

    passing variable to DOM object not working

    If i pass a variable which holding a xml file content to a DOM parser object it is throwing long file name exception... Is it not possible to pass a variable rather than a xml file?
  9. thameema

    How can i connect to a www server

    hi all, how can i connect to a www server and get the content? How can i send a http request to the server? Thanks in advance.. -Thameem
  10. thameema

    I need a XML parser using XML::DOM package

    I have DTD for XML files. I need a parser which should validate that DTD, should parse the XML file and on the fly it should create a html or perl script to present the contents of xml to the browser. Can anyone help me?

Part and Inventory Search

Back
Top