<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.2">
</HEAD>
<BODY>
Thanks.<BR>
I will ask on the ActiveTSP forum page.<BR>
<BR>
I was hoping there were people who have experience with this kind of setup.<BR>
I use the LOCAL/ extensions because the direct call through SCCP did not work. I tried executing it through a macro.<BR>
<BR>
Many thanks for your answer.<BR>
<BR>
Kind Regards,<BR>
<BR>
Gert-Jan<BR>
<BR>
<BR>
<BR>
Op maandag 23-06-2008 om 13:34 uur [tijdzone +0100], schreef Steve Davies:
<BLOCKQUOTE TYPE=CITE>
<PRE>
2008/6/21 Gert-Jan de Boer &lt;<A HREF="mailto:boerg@nosco-ict.nl">boerg@nosco-ict.nl</A>&gt;:
&gt; Hi All,
&gt;
&gt; I am still working on an TAPI solution for my customer.
&gt; They are trying to connect Asterisk to Navision.
&gt;
&gt; I am using the Activa TSP and an TAPI connector for Navision.
&gt; When a customer calls I use the following rule:
&gt;
&gt; exten =&gt; s,n,Dial(LOCAL/11&amp;LOCAL/991013,25,tTr)
&gt;
&gt; 991013 is an extension that waits 10 seconds and then dials the number 13.
&gt;
&gt; This results in a couple of TAPI lines in the logfile:
&gt;
[snip]
&gt;
&gt;
&gt; SUPER
&gt; As you can see all the lines are logged as connected but this is not
&gt; actually the case, in this test only the number 11 has picked up the call.
&gt;
&gt; &#65279;The 11 and 13 extension look like this:
&gt;
&gt; exten =&gt; 11,1,Macro(bel)
&gt;
[snip]
&gt;
&gt; Could someone shine a light on this?

The activa TSP forum would probably be a better place for getting
answers on this, as none of the above gives any hint of a problem in
Asterisk.

I am not trying to be difficult, but the logging you provided is from
a TAPI application that is removed from asterisk by way of a TAPI TSP,
which is removed from Asterisk by way of the Asterisk Manager
interface!

...also, your call is being indirected through a Local/ channel, which
will make is virtually impossible for ActivaTSP to trace the call
status because it is being indirectly dialled. Activa may not
recognise the TAPI control information because it will be output
against the Local/11 or Local/13 channel, and not the originally
allocated channel for the TAPI dial.

Don;t know if that helps at-all.
Steve
_______________________________________________
-- Bandwidth and Colocation Provided by <A HREF="http://www.api-digital.com">http://www.api-digital.com</A> --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: <A HREF="http://www.astricon.net">http://www.astricon.net</A>

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <A HREF="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>