Re: [Asterisk-jtapi-users] Setup Inquiry
Status: Beta
Brought to you by:
jwilke
|
From: Jens W. <jw0...@he...> - 2006-11-24 13:39:20
|
On Tuesday 21 November 2006 10:53, Phil William wrote: > Nov 21, 2006 5:42:29 PM net.sf.asterisk.util.impl.JavaLoggingLog info >=20 > INFO: Adding channel Local/301@from-setup-9cf9,2 >=20 > Nov 21, 2006 5:42:29 PM net.sf.asterisk.util.impl.JavaLoggingLog info >=20 > INFO: Adding channel Local/301@from-setup-9cf9,1 >=20 > java.lang.NullPointerException >=20 > at java.util.Hashtable.put(Unknown Source) >=20 > at com.headissue.asterisk.jtapi.gjtapi.AsteriskProvider.createCall > (Aster >=20 > iskProvider.java:123) >=20 > at net.sourceforge.gjtapi.raw.ProviderFactory.createCall > (ProviderFactory >=20 > .java:124) >=20 > at net.sourceforge.gjtapi.FreeCall.connect(FreeCall.java:341) >=20 > at asteriskjtapivoipclient.Main.call(Main.java:94) >=20 > at main.AbstractMain.actionPerformed(AbstractMain.java:48) >=20 > at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) >=20 > at javax.swing.AbstractButton$Handler.actionPerformed(Unknown > Source) >=20 > at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown > Source) >=20 > at javax.swing.DefaultButtonModel.setPressed(Unknown Source) >=20 > at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unkno= wn > Sour >=20 > ce) >=20 > at java.awt.Component.processMouseEvent(Unknown Source) >=20 > at javax.swing.JComponent.processMouseEvent(Unknown Source) >=20 > at java.awt.Component.processEvent(Unknown Source) >=20 > at java.awt.Container.processEvent(Unknown Source) >=20 > at java.awt.Component.dispatchEventImpl(Unknown Source) >=20 > at java.awt.Container.dispatchEventImpl(Unknown Source) >=20 > at java.awt.Component.dispatchEvent(Unknown Source) >=20 > at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Sour= ce) >=20 > at java.awt.LightweightDispatcher.processMouseEvent(Unknown Sourc= e) >=20 > at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) >=20 > at java.awt.Container.dispatchEventImpl(Unknown Source) >=20 > at java.awt.Window.dispatchEventImpl(Unknown Source) >=20 > at java.awt.Component.dispatchEvent(Unknown Source) >=20 > at java.awt.EventQueue.dispatchEvent(Unknown Source) >=20 > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown > Source) >=20 >=20 >=20 > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown > Source) >=20 > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) >=20 > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) >=20 > at java.awt.EventDispatchThread.run(Unknown Source) Hi Phil! Looking at your stack trace, I think I know where the problem is buried. I develop whith an asterisk version with the BRIStuff patches from junganns= =2Enet applied. With this patches the originate management command=20 returns a call unique id that my code expects. I don't have a really proper solution for this right now. Actually,=20 Martin Sl=C3=A1de=C4=8Dek did some work arounds for this and created a spec= ial=20 asterisk jtapi version. I will send you this in private and put it in the=20 downloads. To solve this problems permanently I am working on a test suite that runs t= hrough all these variants automaticlly, but I have very limited time right now. Best, Jens =2D-=20 "Everything superfluous is wrong!" =C2=A0 =C2=A0// Jens Wilke - headissue GmbH - Munich - Germany =C2=A0\// http://www.headissue.com |