I am using AstTapi with asterisk@home 2.6 and outlook 2003. With some tweaking, outgoing calls work like a champ EXCEPT when it's time to hangup. Clicking the "End Call" button greys it out, but nothing appears on the asterisk console and the app is stuck in this state until outlook is closed and restarted.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
<QUOTE>
It also uses the event LINE_CALLSTATE LINECALLSTATE_IDLE to remove this call from its list of calls to track. If you do not enter this into the dial plan, then not only is your application not going to know when the line is idle again,but also you will have a slow memory leak in the TSP as it will not know when to free memory allocated to a call initiated earlier
</QUOTE>
So the information contained after that will need to be incorperated into the dial plan some how.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have now tried using AstTapi a number of times over the past months, and while I think it's a great program, I simply cannot use it because it constantly freezes my system when I try closing outlook.
I am not now to outlook dialing. For year I have been using outlook dialing using a similar TAPI dialer driver that connects to my company's Ericsson's WebSwitch.
This driver has never causes a single problem in years and I wonder if perhaps one of its charateristics help.
When a call is placed, the Ericsson driver does not wait for call progress. It simply returns as ready to dial. Obviously if a call is already in progress it will beep in error, and do not place a new call.
I wonder if this mode may be implemented in the future as an alternative "no call progress" setting in AstTapi.
Best,
Alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am using AstTapi with asterisk@home 2.6 and outlook 2003. With some tweaking, outgoing calls work like a champ EXCEPT when it's time to hangup. Clicking the "End Call" button greys it out, but nothing appears on the asterisk console and the app is stuck in this state until outlook is closed and restarted.
Any ideas?
I am seeing the same problem.
There is a statement in the docs
<QUOTE>
It also uses the event LINE_CALLSTATE LINECALLSTATE_IDLE to remove this call from its list of calls to track. If you do not enter this into the dial plan, then not only is your application not going to know when the line is idle again,but also you will have a slow memory leak in the TSP as it will not know when to free memory allocated to a call initiated earlier
</QUOTE>
So the information contained after that will need to be incorperated into the dial plan some how.
Anyone have any ideas as to how this might be done?
I am having similar problems using asterisk@home 2.8
I noticed that if I exit contacts in outlook and go back in the call is cleared but that appears to be the only way for it to register a hangup.
Same problem here anyone have a fix?
I am using Outlook 2003 and the dialling is working but I cannot end a call.
When you click end it just sits there saying
CALL STATUS HANGING UP..
No errors nothing.
Brett Wilks
Hello,
I have now tried using AstTapi a number of times over the past months, and while I think it's a great program, I simply cannot use it because it constantly freezes my system when I try closing outlook.
I am not now to outlook dialing. For year I have been using outlook dialing using a similar TAPI dialer driver that connects to my company's Ericsson's WebSwitch.
This driver has never causes a single problem in years and I wonder if perhaps one of its charateristics help.
When a call is placed, the Ericsson driver does not wait for call progress. It simply returns as ready to dial. Obviously if a call is already in progress it will beep in error, and do not place a new call.
I wonder if this mode may be implemented in the future as an alternative "no call progress" setting in AstTapi.
Best,
Alex