Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » Error message "Dialing did not connect after 60 seconds"
Error message "Dialing did not connect after 60 seconds" [message #14282] Mon, 14 August 2006 22:43 Go to next message
Karsten Silz is currently offline Karsten SilzFriend
Messages: 10
Registered: July 2009
Junior Member
Hi!

I followed the "Getting Started" guide at
http://www.eclipse.org/vtp/getting-started/gettingstarted.ph p, but it only
partially works for me. Here's my environment:

Windows XP, SP2
Sun JDK 1.4.2_10
Eclipse 3.1.2
WTP 1.5.0.2
VTP 1.0 (installed from ZIP, not through the "All-in-one")
Tomcat 5.0.28 installed outside Eclipse
Skype 2.5.0.130

I start Tomcat first and then "Run" the voice server as described which
opens the "VoiceXML Browser Input" view and shows "Launching (50%)". After
a few seconds, Skype opens up, plays the prompt, - and I can give my age and
the app works fine. However, the "VoiceXML Browser Input" doesn't realize
this and still shows "Launching (50%)". After a minute, it will show the
following error message in a new windows: "Dialing did not connect after 60
seconds:" There is no error message printed beneath, just this sentence.

I think the problem is that the "VoiceXML Browser Input" doesn't communicate
properly with Skype. Although I had entered my "Developer ID" and
"Developer PIN" in the "Run" box, these weren't passed on, and I needed to
enter them through the Skype dial-pad; entering them through the dial-pad of
the "VoiceXML Browser Input" doesn't work. I also found the stack trace
below in my Eclipse log file (which definitely occurred earlier, but I don't
know whether I tried to call there as well or whether I did something else).

MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.vtp.launching.internal.tellme.TellmeStudioBrowse r.sendInput(TellmeStudioBrowser.java:272)
at
org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.fireDTMF(VoiceXMLBrowserInputView.java:93)
at
org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.access$3(VoiceXMLBrowserInputView.java:85)
at
org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView$17.widgetSelected(VoiceXMLBrowserInputView.java:367)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2758)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!SESSION 2006-08-15
00:20:08.108 -----------------------------------------------


Can anyboy help me here? Thanx!

Karsten Silz
Re: Error message "Dialing did not connect after 60 seconds" [message #14301 is a reply to message #14282] Tue, 15 August 2006 14:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bdmetz.us.ibm.com.spam

Sorry to hear you're having trouble. I noticed you have the VTP 1.0 build
and Skype 2.5 -- we've seen some trouble with the latest version of Skype.
Could you try installing the daily build and see if that helps?

"Karsten Silz" <karsten.silz@gmail.com> wrote in message
news:ebquao$8mi$1@utils.eclipse.org...
> Hi!
>
> I followed the "Getting Started" guide at
> http://www.eclipse.org/vtp/getting-started/gettingstarted.ph p, but it only
> partially works for me. Here's my environment:
>
> Windows XP, SP2
> Sun JDK 1.4.2_10
> Eclipse 3.1.2
> WTP 1.5.0.2
> VTP 1.0 (installed from ZIP, not through the "All-in-one")
> Tomcat 5.0.28 installed outside Eclipse
> Skype 2.5.0.130
>
> I start Tomcat first and then "Run" the voice server as described which
> opens the "VoiceXML Browser Input" view and shows "Launching (50%)".
> After a few seconds, Skype opens up, plays the prompt, - and I can give my
> age and the app works fine. However, the "VoiceXML Browser Input" doesn't
> realize this and still shows "Launching (50%)". After a minute, it will
> show the following error message in a new windows: "Dialing did not
> connect after 60 seconds:" There is no error message printed beneath,
> just this sentence.
>
> I think the problem is that the "VoiceXML Browser Input" doesn't
> communicate properly with Skype. Although I had entered my "Developer ID"
> and "Developer PIN" in the "Run" box, these weren't passed on, and I
> needed to enter them through the Skype dial-pad; entering them through the
> dial-pad of the "VoiceXML Browser Input" doesn't work. I also found the
> stack trace below in my Eclipse log file (which definitely occurred
> earlier, but I don't know whether I tried to call there as well or whether
> I did something else).
>
> MESSAGE java.lang.NullPointerException
> !STACK 0
> java.lang.NullPointerException
> at
> org.eclipse.vtp.launching.internal.tellme.TellmeStudioBrowse r.sendInput(TellmeStudioBrowser.java:272)
> at
> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.fireDTMF(VoiceXMLBrowserInputView.java:93)
> at
> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.access$3(VoiceXMLBrowserInputView.java:85)
> at
> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView$17.widgetSelected(VoiceXMLBrowserInputView.java:367)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3125)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2758)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
> !SESSION 2006-08-15
> 00:20:08.108 -----------------------------------------------
>
>
> Can anyboy help me here? Thanx!
>
> Karsten Silz
>
Re: Error message "Dialing did not connect after 60 seconds" [message #14317 is a reply to message #14301] Wed, 16 August 2006 15:48 Go to previous message
Karsten Silz is currently offline Karsten SilzFriend
Messages: 10
Registered: July 2009
Junior Member
Hi!

I tried the daily build today and had the same issue.

---
Karsten Silz

"Brent D. Metz" <bdmetz@us.ibm.com.spam> schrieb im Newsbeitrag
news:ebsk59$5e7$1@utils.eclipse.org...
> Sorry to hear you're having trouble. I noticed you have the VTP 1.0 build
> and Skype 2.5 -- we've seen some trouble with the latest version of Skype.
> Could you try installing the daily build and see if that helps?
>
> "Karsten Silz" <karsten.silz@gmail.com> wrote in message
> news:ebquao$8mi$1@utils.eclipse.org...
>> Hi!
>>
>> I followed the "Getting Started" guide at
>> http://www.eclipse.org/vtp/getting-started/gettingstarted.ph p, but it
>> only partially works for me. Here's my environment:
>>
>> Windows XP, SP2
>> Sun JDK 1.4.2_10
>> Eclipse 3.1.2
>> WTP 1.5.0.2
>> VTP 1.0 (installed from ZIP, not through the "All-in-one")
>> Tomcat 5.0.28 installed outside Eclipse
>> Skype 2.5.0.130
>>
>> I start Tomcat first and then "Run" the voice server as described which
>> opens the "VoiceXML Browser Input" view and shows "Launching (50%)".
>> After a few seconds, Skype opens up, plays the prompt, - and I can give
>> my age and the app works fine. However, the "VoiceXML Browser Input"
>> doesn't realize this and still shows "Launching (50%)". After a minute,
>> it will show the following error message in a new windows: "Dialing did
>> not connect after 60 seconds:" There is no error message printed
>> beneath, just this sentence.
>>
>> I think the problem is that the "VoiceXML Browser Input" doesn't
>> communicate properly with Skype. Although I had entered my "Developer
>> ID" and "Developer PIN" in the "Run" box, these weren't passed on, and I
>> needed to enter them through the Skype dial-pad; entering them through
>> the dial-pad of the "VoiceXML Browser Input" doesn't work. I also found
>> the stack trace below in my Eclipse log file (which definitely occurred
>> earlier, but I don't know whether I tried to call there as well or
>> whether I did something else).
>>
>> MESSAGE java.lang.NullPointerException
>> !STACK 0
>> java.lang.NullPointerException
>> at
>> org.eclipse.vtp.launching.internal.tellme.TellmeStudioBrowse r.sendInput(TellmeStudioBrowser.java:272)
>> at
>> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.fireDTMF(VoiceXMLBrowserInputView.java:93)
>> at
>> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.access$3(VoiceXMLBrowserInputView.java:85)
>> at
>> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView$17.widgetSelected(VoiceXMLBrowserInputView.java:367)
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3125)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2758)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:324)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>> at org.eclipse.core.launcher.Main.run(Main.java:973)
>> at org.eclipse.core.launcher.Main.main(Main.java:948)
>> !SESSION 2006-08-15
>> 00:20:08.108 -----------------------------------------------
>>
>>
>> Can anyboy help me here? Thanx!
>>
>> Karsten Silz
>>
>
>
Re: Error message "Dialing did not connect after 60 seconds" [message #575085 is a reply to message #14282] Tue, 15 August 2006 14:02 Go to previous message
Eclipse UserFriend
Originally posted by: bdmetz.us.ibm.com.spam

Sorry to hear you're having trouble. I noticed you have the VTP 1.0 build
and Skype 2.5 -- we've seen some trouble with the latest version of Skype.
Could you try installing the daily build and see if that helps?

"Karsten Silz" <karsten.silz@gmail.com> wrote in message
news:ebquao$8mi$1@utils.eclipse.org...
> Hi!
>
> I followed the "Getting Started" guide at
> http://www.eclipse.org/vtp/getting-started/gettingstarted.ph p, but it only
> partially works for me. Here's my environment:
>
> Windows XP, SP2
> Sun JDK 1.4.2_10
> Eclipse 3.1.2
> WTP 1.5.0.2
> VTP 1.0 (installed from ZIP, not through the "All-in-one")
> Tomcat 5.0.28 installed outside Eclipse
> Skype 2.5.0.130
>
> I start Tomcat first and then "Run" the voice server as described which
> opens the "VoiceXML Browser Input" view and shows "Launching (50%)".
> After a few seconds, Skype opens up, plays the prompt, - and I can give my
> age and the app works fine. However, the "VoiceXML Browser Input" doesn't
> realize this and still shows "Launching (50%)". After a minute, it will
> show the following error message in a new windows: "Dialing did not
> connect after 60 seconds:" There is no error message printed beneath,
> just this sentence.
>
> I think the problem is that the "VoiceXML Browser Input" doesn't
> communicate properly with Skype. Although I had entered my "Developer ID"
> and "Developer PIN" in the "Run" box, these weren't passed on, and I
> needed to enter them through the Skype dial-pad; entering them through the
> dial-pad of the "VoiceXML Browser Input" doesn't work. I also found the
> stack trace below in my Eclipse log file (which definitely occurred
> earlier, but I don't know whether I tried to call there as well or whether
> I did something else).
>
> MESSAGE java.lang.NullPointerException
> !STACK 0
> java.lang.NullPointerException
> at
> org.eclipse.vtp.launching.internal.tellme.TellmeStudioBrowse r.sendInput(TellmeStudioBrowser.java:272)
> at
> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.fireDTMF(VoiceXMLBrowserInputView.java:93)
> at
> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.access$3(VoiceXMLBrowserInputView.java:85)
> at
> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView$17.widgetSelected(VoiceXMLBrowserInputView.java:367)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3125)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2758)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
> !SESSION 2006-08-15
> 00:20:08.108 -----------------------------------------------
>
>
> Can anyboy help me here? Thanx!
>
> Karsten Silz
>
Re: Error message "Dialing did not connect after 60 seconds" [message #575111 is a reply to message #14301] Wed, 16 August 2006 15:48 Go to previous message
Karsten Silz is currently offline Karsten SilzFriend
Messages: 10
Registered: July 2009
Junior Member
Hi!

I tried the daily build today and had the same issue.

---
Karsten Silz

"Brent D. Metz" <bdmetz@us.ibm.com.spam> schrieb im Newsbeitrag
news:ebsk59$5e7$1@utils.eclipse.org...
> Sorry to hear you're having trouble. I noticed you have the VTP 1.0 build
> and Skype 2.5 -- we've seen some trouble with the latest version of Skype.
> Could you try installing the daily build and see if that helps?
>
> "Karsten Silz" <karsten.silz@gmail.com> wrote in message
> news:ebquao$8mi$1@utils.eclipse.org...
>> Hi!
>>
>> I followed the "Getting Started" guide at
>> http://www.eclipse.org/vtp/getting-started/gettingstarted.ph p, but it
>> only partially works for me. Here's my environment:
>>
>> Windows XP, SP2
>> Sun JDK 1.4.2_10
>> Eclipse 3.1.2
>> WTP 1.5.0.2
>> VTP 1.0 (installed from ZIP, not through the "All-in-one")
>> Tomcat 5.0.28 installed outside Eclipse
>> Skype 2.5.0.130
>>
>> I start Tomcat first and then "Run" the voice server as described which
>> opens the "VoiceXML Browser Input" view and shows "Launching (50%)".
>> After a few seconds, Skype opens up, plays the prompt, - and I can give
>> my age and the app works fine. However, the "VoiceXML Browser Input"
>> doesn't realize this and still shows "Launching (50%)". After a minute,
>> it will show the following error message in a new windows: "Dialing did
>> not connect after 60 seconds:" There is no error message printed
>> beneath, just this sentence.
>>
>> I think the problem is that the "VoiceXML Browser Input" doesn't
>> communicate properly with Skype. Although I had entered my "Developer
>> ID" and "Developer PIN" in the "Run" box, these weren't passed on, and I
>> needed to enter them through the Skype dial-pad; entering them through
>> the dial-pad of the "VoiceXML Browser Input" doesn't work. I also found
>> the stack trace below in my Eclipse log file (which definitely occurred
>> earlier, but I don't know whether I tried to call there as well or
>> whether I did something else).
>>
>> MESSAGE java.lang.NullPointerException
>> !STACK 0
>> java.lang.NullPointerException
>> at
>> org.eclipse.vtp.launching.internal.tellme.TellmeStudioBrowse r.sendInput(TellmeStudioBrowser.java:272)
>> at
>> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.fireDTMF(VoiceXMLBrowserInputView.java:93)
>> at
>> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView.access$3(VoiceXMLBrowserInputView.java:85)
>> at
>> org.eclipse.vtp.internal.debug.ui.launcher.VoiceXMLBrowserIn putView$17.widgetSelected(VoiceXMLBrowserInputView.java:367)
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3125)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2758)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:324)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>> at org.eclipse.core.launcher.Main.run(Main.java:973)
>> at org.eclipse.core.launcher.Main.main(Main.java:948)
>> !SESSION 2006-08-15
>> 00:20:08.108 -----------------------------------------------
>>
>>
>> Can anyboy help me here? Thanx!
>>
>> Karsten Silz
>>
>
>
Previous Topic:vtp question
Next Topic:Extending the VTP, adding custom VXML tags
Goto Forum:
  


Current Time: Thu Mar 28 13:15:57 GMT 2024

Powered by FUDForum. Page generated in 0.03412 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top