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...
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...
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...
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...
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...
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?
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?
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.