<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
HI,<br>
<br>
I have a sangoma A102 card and have configured it using the Freetdm
example
(<a class="moz-txt-link-freetext" href="https://freeswitch.org/confluence/display/FREESWITCH/FreeTDM">https://freeswitch.org/confluence/display/FREESWITCH/FreeTDM</a>).<br>
<br>
I can make calls out using both spans, but I have a couple of
questions:<br>
<br>
in the below CLI command, what does the "a" refer to?<br>
"originate freetdm/1/a/0123412345 &conference(123)"<br>
<br>
secondly, I will be using both ports to make outbound calls only and
I am trying to add both spans to a group so that I can send calls
out over the next available line. I have the following as my
freetdm.conf<br>
<br>
<b><font color="#ff0000">[span wanpipe wp1]<br>
trunk_type => e1<br>
group=PSTN<br>
b-channel => 1:1-15<br>
b-channel => 1:17-31<br>
d-channel => 1:16<br>
<br>
[span wanpipe wp2]<br>
trunk_type => e1<br>
group=PSTN<br>
b-channel => 2:1-15<br>
b-channel => 2:17-31<br>
d-channel => 2:16<br>
</font></b><br>
When I try to make a call out using "originate
freetdm/PSTN/a/0123412345 &conference(123)" I get the error "<b><font
color="#ff0000">[ERR] mod_freetdm.c:1390 Missing ftdm span or
group: PSTN</font></b>"<br>
<br>
Any ideas why this would be? Do I need to declare the group
elsewhere? I have tried configuring the card using "wancfg_fs" and
doing it manually but both result in the error<br>
(though wancfg_fs requires the group to contain a number)<br>
<br>
<br>
thanks<br>
Matt<br>
</body>
</html>