Re: [Asterisk-Users] X100P FXO PCI Card + Incoming Fax

2005-07-04 Thread Sandy Thomson
Paul Goodyear wrote:

Is the X100P FXO PCI Card capable of detecting a fax, answering the
call, and then emailing the fax content to an email address?

Thanks.

Paul.


Yeah I recall there is a module for asterisk to do this. Search the list
archives.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Ambient MD 3200 (X100P Clone)

2005-07-01 Thread Sandy Thomson
Has anyone had any success with this card?
Thank you.

Sandy.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Ambient MD 3200 (X100P Clone)

2005-07-01 Thread Sandy Thomson
Tzafrir Cohen wrote:

On Fri, Jul 01, 2005 at 11:36:31AM +0100, Sandy Thomson wrote:
  

Has anyone had any success with this card?
Thank you.



There are a number of cards based on that chipset. I've had success with
one here, FWIW.
  


Thanks, I assume these 4 cards dont work then. The only unique thing I
have on these cards is the code:
1700201021110 V1.1

I googled for this and all I found was some spanish forum with people
complaining about how the card didn't work and something about
expensiveness :-)

The card gets detected  configured by the zaptel drivers fine, but the
code is 'red'. I have no idea what this means but i assume code red is
bad! :-)

Sandy.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: RE : [Asterisk-Users] Ambient MD 3200 (X100P Clone)

2005-07-01 Thread Sandy Thomson
[EMAIL PROTECTED] wrote:

Hi men,

If you unplug a telephone line behind X100P/X101P, you must have an alarm
about this Zaptel device on the Asterisk console.
When you plug the line, you can see alarm stop on a new line (I don't
remember the exact message).
Very nice test.

Best Regards,
Francois BERGERET,
France.


Thanks for all your replies guys.
After literally weeks of fiddling with this stuff, I have realised what
the problem is. The cable I was using, was wired to the two outer pins
rather than the two inner pins (or all 4 pins).
The other cable I had tried didn't work either. The main cable I was
testing with worked with a normal telephone which was really strange.

Anyway, the moral of the story is test your lines and cables before
blaming asterisk/zaptel! :-)

Sandy.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)

2005-06-15 Thread Sandy Thomson
Hi,

Ive been struggling with asterisk for a few days now. I understand
pretty much how it works and how to tie things together (SIP - SIP
internally works fine etc), but just cannot get asterisk to work with an
X100P clone (its a Ambient MD3200, if that means anything to you guys).

I have tried (initially) asterisk 1.07 with zaptel 1.07, and now
Asterisk CVS-HEAD with zaptel cvs. Both give me the same error.



/etc/zaptel.conf
--
fxsks=1
loadzone=uk
defaultzone=uk



/etc/asterisk/zapata.conf
--
[channels]
language=en
context=incoming
signalling=fxs_ks
channel = 1



/etc/asterisk/extensions.conf
--
[general]
static=yes
writeprotect=no

[local]
exten = _11.,1,Dial(Zap/1,9w${EXTEN}:2)

[incoming]
exten = s,1,Answer()
exten = s,2,BackGround(demo-congrats)  ; Play a congratulatory message

[outgoing]
exten = _9.,1,Ringing
exten = _9.,2,Wait,2
exten = _9.,3,Answer()
exten = _9.,4,Dial(ZAP/1/9w${EXTEN}:1)

[default]
include = outgoing




Loading zaptel modules:
--
asterisk zaptel # modprobe zaptel
asterisk zaptel # modprobe wcfxo
asterisk zaptel # lsmod
Module  Size  Used by
wcfxo  12576  0
zaptel222916  1 wcfxo
crc_ccitt   1952  1 zaptel


asterisk zaptel # ztcfg -vv
Zaptel Configuration
==
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
1 channels configured.




Running asterisk
--
asterisk zaptel # asterisk -gc
Registering builtin applications:
 [AbsoluteTimeout]
  == Registered application 'AbsoluteTimeout'
 [Answer]
  == Registered application 'Answer'
 [BackGround]
  == Registered application 'BackGround'
 [Busy]
  == Registered application 'Busy'
 [Congestion]
  == Registered application 'Congestion'
 [DigitTimeout]
  == Registered application 'DigitTimeout'
 [Goto]
  == Registered application 'Goto'
 [GotoIf]
  == Registered application 'GotoIf'
 [GotoIfTime]
  == Registered application 'GotoIfTime'
 [ExecIfTime]
  == Registered application 'ExecIfTime'
 [Hangup]
  == Registered application 'Hangup'
 [NoOp]
  == Registered application 'NoOp'
 [Prefix]
  == Registered application 'Prefix'
 [Progress]
  == Registered application 'Progress'
 [ResetCDR]
  == Registered application 'ResetCDR'
 [ResponseTimeout]
  == Registered application 'ResponseTimeout'
 [Ringing]
  == Registered application 'Ringing'
 [SayNumber]
  == Registered application 'SayNumber'
 [SayDigits]
  == Registered application 'SayDigits'
 [SayAlpha]
  == Registered application 'SayAlpha'
 [SayPhonetic]
  == Registered application 'SayPhonetic'
 [SetAccount]
  == Registered application 'SetAccount'
 [SetAMAFlags]
  == Registered application 'SetAMAFlags'
 [SetGlobalVar]
  == Registered application 'SetGlobalVar'
 [SetLanguage]
  == Registered application 'SetLanguage'
 [Set]
  == Registered application 'Set'
 [SetVar]
  == Registered application 'SetVar'
 [ImportVar]
  == Registered application 'ImportVar'
 [StripMSD]
  == Registered application 'StripMSD'
 [Suffix]
  == Registered application 'Suffix'
 [Wait]
  == Registered application 'Wait'
 [WaitExten]
  == Registered application 'WaitExten'
Asterisk Dynamic Loader Starting:
  == Parsing '/etc/asterisk/modules.conf': Found
 [res_features.so] = (Call Parking Resource)
  == Parsing '/etc/asterisk/features.conf': Found
-- Registered extension context 'parkedcalls'
-- Added extension '700' priority 1 to parkedcalls
  == Registered application 'ParkedCall'
  == Registered application 'Park'
  == Manager registered action ParkedCalls
 [res_musiconhold.so] = (Music On Hold Resource)
  == Registered application 'MusicOnHold'
  == Registered application 'WaitMusicOnHold'
  == Registered application 'SetMusicOnHold'
  == Registered application 'StartMusicOnHold'
  == Registered application 'StopMusicOnHold'
  == Parsing '/etc/asterisk/musiconhold.conf': Found
 [chan_zap.so] = (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
-- Registered channel 1, FXS Kewlstart signalling
-- Automatically generated pseudo channel
  == Registered channel type 'Zap' (Zapata Telephony Driver)
  == Manager registered action ZapTransfer
  == Manager registered action ZapHangup
  == Manager registered action ZapDialOffhook
  == Manager registered action ZapDNDon
  == Manager registered action ZapDNDoff
  == Manager registered action ZapShowChannels
 [app_sayunixtime.so] = (Say time)
  == Registered application 'SayUnixTime'
  == Registered application 'DateTime'
 [res_adsi.so] = (ADSI Resource)
  == Parsing '/etc/asterisk/adsi.conf': Found
 [res_crypto.so] = (Cryptographic Digital Signatures)
-- Loaded PUBLIC key 'iaxtel'
-- Loaded PUBLIC key 'freeworlddialup'
 [res_indications.so] = (Indications Configuration)
  == Parsing '/etc/asterisk/indications.conf': Found
-- Registered indication country 'cl'
-- Registered indication country 'tw'
-- Registered indication country 'us'
-- Registered indication country 'au'
-- Registered indication country 'fr'
   

Re: [Asterisk-Users] app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)

2005-06-15 Thread Sandy Thomson
No Ideas? This seems like quite a common issue but I have searched and
searched for a solution and not found any?
Cheers.

Sandy.



Sandy Thomson wrote:

Hi,

Ive been struggling with asterisk for a few days now. I understand
pretty much how it works and how to tie things together (SIP - SIP
internally works fine etc), but just cannot get asterisk to work with an
X100P clone (its a Ambient MD3200, if that means anything to you guys).

I have tried (initially) asterisk 1.07 with zaptel 1.07, and now
Asterisk CVS-HEAD with zaptel cvs. Both give me the same error.



/etc/zaptel.conf
--
fxsks=1
loadzone=uk
defaultzone=uk



/etc/asterisk/zapata.conf
--
[channels]
language=en
context=incoming
signalling=fxs_ks
channel = 1



/etc/asterisk/extensions.conf
--
[general]
static=yes
writeprotect=no

[local]
exten = _11.,1,Dial(Zap/1,9w${EXTEN}:2)

[incoming]
exten = s,1,Answer()
exten = s,2,BackGround(demo-congrats)  ; Play a congratulatory message

[outgoing]
exten = _9.,1,Ringing
exten = _9.,2,Wait,2
exten = _9.,3,Answer()
exten = _9.,4,Dial(ZAP/1/9w${EXTEN}:1)

[default]
include = outgoing




Loading zaptel modules:
--
asterisk zaptel # modprobe zaptel
asterisk zaptel # modprobe wcfxo
asterisk zaptel # lsmod
Module  Size  Used by
wcfxo  12576  0
zaptel222916  1 wcfxo
crc_ccitt   1952  1 zaptel


asterisk zaptel # ztcfg -vv
Zaptel Configuration
==
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
1 channels configured.




Running asterisk
--
asterisk zaptel # asterisk -gc
Registering builtin applications:
 [AbsoluteTimeout]
  == Registered application 'AbsoluteTimeout'
 [Answer]
  == Registered application 'Answer'
 [BackGround]
  == Registered application 'BackGround'
 [Busy]
  == Registered application 'Busy'
 [Congestion]
  == Registered application 'Congestion'
 [DigitTimeout]
  == Registered application 'DigitTimeout'
 [Goto]
  == Registered application 'Goto'
 [GotoIf]
  == Registered application 'GotoIf'
 [GotoIfTime]
  == Registered application 'GotoIfTime'
 [ExecIfTime]
  == Registered application 'ExecIfTime'
 [Hangup]
  == Registered application 'Hangup'
 [NoOp]
  == Registered application 'NoOp'
 [Prefix]
  == Registered application 'Prefix'
 [Progress]
  == Registered application 'Progress'
 [ResetCDR]
  == Registered application 'ResetCDR'
 [ResponseTimeout]
  == Registered application 'ResponseTimeout'
 [Ringing]
  == Registered application 'Ringing'
 [SayNumber]
  == Registered application 'SayNumber'
 [SayDigits]
  == Registered application 'SayDigits'
 [SayAlpha]
  == Registered application 'SayAlpha'
 [SayPhonetic]
  == Registered application 'SayPhonetic'
 [SetAccount]
  == Registered application 'SetAccount'
 [SetAMAFlags]
  == Registered application 'SetAMAFlags'
 [SetGlobalVar]
  == Registered application 'SetGlobalVar'
 [SetLanguage]
  == Registered application 'SetLanguage'
 [Set]
  == Registered application 'Set'
 [SetVar]
  == Registered application 'SetVar'
 [ImportVar]
  == Registered application 'ImportVar'
 [StripMSD]
  == Registered application 'StripMSD'
 [Suffix]
  == Registered application 'Suffix'
 [Wait]
  == Registered application 'Wait'
 [WaitExten]
  == Registered application 'WaitExten'
Asterisk Dynamic Loader Starting:
  == Parsing '/etc/asterisk/modules.conf': Found
 [res_features.so] = (Call Parking Resource)
  == Parsing '/etc/asterisk/features.conf': Found
-- Registered extension context 'parkedcalls'
-- Added extension '700' priority 1 to parkedcalls
  == Registered application 'ParkedCall'
  == Registered application 'Park'
  == Manager registered action ParkedCalls
 [res_musiconhold.so] = (Music On Hold Resource)
  == Registered application 'MusicOnHold'
  == Registered application 'WaitMusicOnHold'
  == Registered application 'SetMusicOnHold'
  == Registered application 'StartMusicOnHold'
  == Registered application 'StopMusicOnHold'
  == Parsing '/etc/asterisk/musiconhold.conf': Found
 [chan_zap.so] = (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
-- Registered channel 1, FXS Kewlstart signalling
-- Automatically generated pseudo channel
  == Registered channel type 'Zap' (Zapata Telephony Driver)
  == Manager registered action ZapTransfer
  == Manager registered action ZapHangup
  == Manager registered action ZapDialOffhook
  == Manager registered action ZapDNDon
  == Manager registered action ZapDNDoff
  == Manager registered action ZapShowChannels
 [app_sayunixtime.so] = (Say time)
  == Registered application 'SayUnixTime'
  == Registered application 'DateTime'
 [res_adsi.so] = (ADSI Resource)
  == Parsing '/etc/asterisk/adsi.conf': Found
 [res_crypto.so] = (Cryptographic Digital Signatures)
-- Loaded PUBLIC key 'iaxtel'
-- Loaded PUBLIC key 'freeworlddialup'
 [res_indications.so] = (Indications Configuration)
  == Parsing '/etc/asterisk/indications.conf': Found
-- Registered indication country 'cl