<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Hello,<BR><BR>I 
have few questions about Asterisk.<BR><BR>I installed Asterisk from CVS on 
FreeBSD and I made cvsup 2 days ago.<BR><BR>1.I couldn't find Asterisk version 
using "asterisk -V" command.<BR><BR>How can I to find version 
information?<BR><BR>2.I am using Wildcard X101P (FXO) and Wildcard TDM400P REV 
E/F (FXS)on<BR>it.<BR><BR>I tried Asterisk CallerID feature, but unable to get 
it.<BR><BR>I tried callerid signaling V23, Bell202, DTMF, no success. Finally, 
I<BR>found in our country (Mongolia) PSTN/Cellular provider send 
FSK/ETSI<BR>type of CallerID.<BR><BR>Is Asterisk support such type of CallerID 
signaling?<BR><BR>If no, is there any way to get it?<BR><BR>3.I enjoyed Asterisk 
most of feature until now. I registered X-Pro<BR>softphone, SIP analog and 
analog phone connected to FXS port too.<BR><BR>There one problem is I am unable 
to make outgoing call from SIP phone,<BR>softphone, analog phone through FXO 
port.<BR><BR>Following is my Asterisk 
configuration:<BR>------------------------------------------<BR>zaptel.conf<BR>loadzone=us<BR>defaultzone=us<BR>fxsks=1<BR>fxoks=2<BR><BR>zapata.conf<BR>context=bell<BR>signaling=fxs_ks<BR>group=1<BR>channel 
=&gt; 1<BR><BR>context=home<BR>group=2<BR>signalling=fxo_ks<BR>channel =&gt; 
2<BR><BR>sip.conf<BR>[88888888]<BR>type=friend<BR>username=88888888<BR>;secret=1111<BR>host=dynamic<BR>nat=yes<BR>defaultip=192.168.1.5<BR>context=bell<BR>reinvite=no<BR>canreinvite=no<BR>callerid=88888888<BR>mailbox=88888888@local<BR>allow=g729<BR>allow=g723<BR>allow=all<BR><BR>[99999999]<BR>type=friend<BR>username=99999999<BR>;secret=1111<BR>host=dynamic<BR>nat=yes<BR>defaultip=192.168.1.1<BR>context=bell<BR>reinvite=no<BR>canreinvite=no<BR>callerid=99999999<BR>mailbox=99999999@local<BR>allow=g729<BR>allow=g723<BR><BR>extensions.conf<BR>[bell]<BR>exten 
=&gt; s,1,Wait<BR>exten =&gt; s,2,Answer<BR>exten =&gt; 
s,3,Playback(greetings)<BR>exten =&gt; s,4,WaitExten<BR><BR>; used to record 
prompts<BR>exten =&gt; 205,1,Wait(2)<BR>exten =&gt; 
205,2,Record(/tmp/greetings:alaw)<BR>exten =&gt; 205,3,Wait(2)<BR>exten =&gt; 
205,4,Playback(/tmp/greetings)<BR>exten =&gt; 205,5,Wait(2)<BR>exten =&gt; 
205,6,Hangup<BR><BR>exten =&gt; 111,1,Dial(CONSOLE/dsp)<BR>exten =&gt; 
111,2,Hangup<BR><BR>exten =&gt; 100,1,Answer<BR>exten =&gt; 
100,2,MusicOnHold()<BR>exten =&gt; 100,4,Hangup<BR><BR>exten =&gt; 
200,1,VoicemailMain<BR><BR>exten =&gt; 300,1,Dial(Zap/2)<BR><BR>exten =&gt; 
400,1,Voicemail(99999)<BR><BR>exten =&gt; 800,1,MeetMe(100|Mp)<BR>exten =&gt; 
800,2,Hangup<BR><BR>exten =&gt; 601,1,WaitMusicOnHold(30)<BR><BR>exten =&gt; 
700,1,Dial(SIP/88888888,20,rt)<BR>exten =&gt; 
900,1,Dial(SIP/99999999,20,rt)<BR><BR>exten =&gt; _ZXXX,1,Answer<BR>exten =&gt; 
_ZXXX,2,Dial(Zap/g1/${EXTEN})<BR>exten =&gt; _ZXXXX,1,Answer<BR>exten =&gt; 
_ZXXXX,2,Dial(Zap/g1/${EXTEN})<BR>exten =&gt; _NXXXXX,1,Answer<BR>exten =&gt; 
_NXXXXX,2,Dial(Zap/g1/${EXTEN})<BR>exten =&gt; _NXXXXXXX,1,Answer<BR>exten =&gt; 
_NXXXXXXX,2,Dial(Zap/g1/${EXTEN})<BR><BR>[home]<BR>exten =&gt; 
s,1,Playback(greetings)<BR>exten =&gt; 100,1,Answer<BR>exten =&gt; 
100,2,MusicOnHold()<BR>exten =&gt; 100,4,Hangup<BR><BR>exten =&gt; 
111,1,Dial(CONSOLE/dsp)<BR>exten =&gt; 111,4,Hangup<BR><BR>exten =&gt; 
700,1,Dial(SIP/88888888,20,rt)<BR>exten =&gt; 
900,1,Dial(SIP/99999999,20,rt)<BR><BR>exten =&gt; _ZXXX,1,Answer<BR>exten =&gt; 
_ZXXX,2,Dial(Zap/g1/${EXTEN})<BR>exten =&gt; _ZXXXX,1,Answer<BR>exten =&gt; 
_ZXXXX,2,Dial(Zap/g1/${EXTEN})<BR>exten =&gt; _NXXXXX,1,Answer<BR>;exten =&gt; 
_NXXXXX,2,SetVar(TIMEOUT(AbsoluteTimeout)=10)<BR>exten =&gt; 
_NXXXXX,3,Dial(Zap/g1/${EXTEN})<BR>exten =&gt; _NXXXXXXX,1,Answer<BR>exten =&gt; 
_NXXXXXXX,2,Dial(Zap/g1/${EXTEN})<BR><BR>I can to see following in 
/var/log/messages when I make outgoing call.<BR><BR>Jul 20 00:50:26 boldsoft 
kernel: Zapata Telephony Interface Registered<BR>on major 196<BR>Jul 20 00:50:26 
boldsoft kernel: ZapTel device: vendor=e159 device=1<BR>subvendor=8085<BR>Jul 20 
00:50:26 boldsoft kernel: wcfxo0: &lt;Wildcard X101P&gt; port<BR>0xe800-0xe8ff 
mem 0xfaffe000-0xfaffefff irq 18 at device 9.0 on<BR>pci2<BR>Jul 20 00:50:26 
boldsoft kernel: ZapTel Attach for wcfxo0: deviceID :<BR>0xe159<BR>Jul 20 
00:50:26 boldsoft kernel: wcfxo: DAA mode is 'FCC'<BR>Jul 20 00:50:26 boldsoft 
kernel: Found a Wildcard FXO: Wildcard X101P<BR>Jul 20 00:50:26 boldsoft kernel: 
ZapTel device loaded.<BR>Jul 20 00:50:33 boldsoft kernel: FXS device: 
vendor=e159 device=1<BR>subvendor=b100<BR>Jul 20 00:50:33 boldsoft kernel: 
wcfxs0: &lt;Wildcard TDM400P REV E/F&gt;<BR>port 0xec00-0xecff mem 
0xfafff000-0xfaffffff irq 17 at dev<BR>ice 8.0 on pci2<BR>Jul 20 00:50:33 
boldsoft kernel: FXS Attach for wcfxs0: deviceID :<BR>0xe159<BR>Jul 20 00:50:33 
boldsoft kernel: Freshmaker version: 63<BR>Jul 20 00:50:33 boldsoft kernel: 
Freshmaker passed register test<BR>Jul 20 00:50:35 boldsoft kernel: Module 0: 
Installed -- AUTO FXS<BR>Jul 20 00:50:35 boldsoft kernel: ProSLIC sanity check 
failed<BR>Jul 20 00:50:35 boldsoft kernel: Module 1: Not installed<BR>Jul 20 
00:50:35 boldsoft kernel: ProSLIC sanity check failed<BR>Jul 20 00:50:35 
boldsoft kernel: Module 2: Not installed<BR>Jul 20 00:50:35 boldsoft kernel: 
ProSLIC sanity check failed<BR>Jul 20 00:50:35 boldsoft kernel: Module 3: Not 
installed<BR>Jul 20 00:50:35 boldsoft kernel: Found a Wildcard TDM: Wildcard 
TDM400P<BR>REV E/F (4 modules)<BR>Jul 20 00:50:39 boldsoft kernel: Registered 
tone zone 0 (United States<BR>/ North America)<BR>Jul 21 02:36:28 boldsoft 
kernel: DIAL: T345598w<BR>Jul 21 02:39:43 boldsoft kernel: DIAL: T345598w<BR>Jul 
21 02:45:35 boldsoft kernel: DIAL: T345598w<BR>Jul 21 02:45:56 boldsoft kernel: 
DIAL: T99114909w<BR>Jul 21 02:47:09 boldsoft kernel: DIAL: T345598w<BR>Jul 21 
02:47:56 boldsoft kernel: DIAL: T345595w<BR>Jul 21 02:48:16 boldsoft kernel: 
DIAL: T95158330w<BR>Jul 21 02:48:57 boldsoft kernel: DIAL: T95158330w<BR>Jul 21 
02:49:20 boldsoft kernel: DIAL: T345598w<BR>Jul 21 02:49:43 boldsoft kernel: 
DIAL: T322473w<BR>Jul 21 02:50:02 boldsoft kernel: DIAL: T99114909w<BR>Jul 21 
02:50:27 boldsoft kernel: DIAL: T99190040w<BR>Jul 21 02:50:48 boldsoft kernel: 
DIAL: T95158330w<BR>Jul 21 02:51:11 boldsoft kernel: DIAL: T91911187w<BR>Jul 21 
02:54:01 boldsoft kernel: DIAL: T95158330w<BR>Jul 21 02:54:33 boldsoft kernel: 
DIAL: T345598w<BR>Jul 21 03:04:35 boldsoft kernel: DIAL: T345598w<BR>Jul 21 
03:06:00 boldsoft kernel: DIAL: T99190040w<BR>Jul 21 03:06:24 boldsoft kernel: 
DIAL: T11345598w<BR>Jul 21 03:12:11 boldsoft kernel: DIAL: T1109w<BR>Jul 21 
03:13:59 boldsoft kernel: DIAL: T18340w<BR>Jul 21 03:14:18 boldsoft kernel: 
DIAL: T18000w<BR>Jul 21 03:14:31 boldsoft kernel: DIAL: T18300w<BR>Jul 21 
03:14:46 boldsoft kernel: DIAL: T345598w<BR>Jul 21 03:15:16 boldsoft kernel: 
DIAL: T99190040w<BR>Jul 21 03:15:46 boldsoft kernel: DIAL: T686000w<BR>Jul 21 
03:16:09 boldsoft kernel: DIAL: T341341w<BR>Jul 21 03:16:39 boldsoft kernel: 
DIAL: T99114909w<BR>Jul 21 03:17:02 boldsoft kernel: DIAL: T345598w<BR>Jul 21 
09:47:15 boldsoft kernel: DIAL: T345598w<BR><BR>In Mongolia PSTN local number 
has 5-6 digits, Mobile number has 8<BR>digits and special enquiry service with 
3-4 digits.<BR><BR>I can to hear BUSY TONE after several seconds.<BR><BR>4.There 
another problem with Wildcard TDM400P REV E/F FXS port.<BR><BR>After ~30mins I 
can't to hear DIALTONE on analog phone connected to<BR>FXS port.<BR><BR>and I 
got following in /var/log/messages<BR>Jul 21 01:35:39 boldsoft kernel: Power 
alarm on module 1, resetting!<BR>Jul 21 09:57:06 boldsoft kernel: Freed a 
Wildcard<BR>Jul 21 09:57:06 boldsoft kernel: ZapTel detach!<BR>Jul 21 09:57:06 
boldsoft kernel: wcfxo0: detached<BR>Jul 21 09:57:13 boldsoft kernel: FXS 
device: vendor=e159 device=1<BR>subvendor=8085<BR>Jul 21 09:57:13 boldsoft 
kernel: wcfxs1: &lt;Wildcard TDM400P REV H&gt; port<BR>0xe800-0xe8ff mem 
0xfaffe000-0xfaffefff irq 18 at devic<BR>e 9.0 on pci2<BR>Jul 21 09:57:13 
boldsoft kernel: FXS Attach for wcfxs1: deviceID :<BR>0xe159<BR>Jul 21 09:57:13 
boldsoft kernel: Freshmaker version: 85<BR>Jul 21 09:57:13 boldsoft kernel: 00 
!= 85<BR>Jul 21 09:57:13 boldsoft kernel: 01 != 85<BR>Jul 21 09:57:13 boldsoft 
kernel: 02 != 85<BR>Jul 21 09:57:13 boldsoft kernel: 03 != 85<BR>Jul 21 09:57:13 
boldsoft kernel: 04 != 85<BR>Jul 21 09:57:13 boldsoft kernel: 05 != 85<BR>Jul 21 
09:57:13 boldsoft kernel: 06 != 85<BR>Jul 21 09:57:13 boldsoft kernel: 07 != 
85<BR>Jul 21 09:57:13 boldsoft kernel: 08 != 85<BR>Jul 21 09:57:13 boldsoft 
kernel: 09 != 85<BR>.<BR>.<BR>.<BR>.<BR>.<BR>Jul 21 09:57:13 boldsoft kernel: fd 
!= 85<BR>Jul 21 09:57:13 boldsoft kernel: fe != 85<BR>Jul 21 09:57:13 boldsoft 
kernel: Freshmaker failed register test<BR>Jul 21 09:57:13 boldsoft kernel: FXS 
detach!<BR>Jul 21 09:57:13 boldsoft kernel: We failed: 5<BR>Jul 21 09:57:13 
boldsoft kernel: device_attach: wcfxs1 attach returned<BR>5<BR>Jul 21 10:54:15 
boldsoft kernel: Power alarm on module 1, resetting!<BR><BR>I guess there 
problem with Zaptel driver. Is it true or not?<BR><BR>Is there anyone encounter 
such problem 
before?<BR><BR>Thanks,<BR>Balgaa</FONT><BR></FONT></DIV></BODY></HTML>