Re: [asterisk-users] Astribank Configuration Issues

2010-10-28 Thread Tzafrir Cohen
On Wed, Oct 27, 2010 at 05:37:15PM -0500, Don Kelly wrote:
 I have recently updated from Centos/*1.2 to Ubuntu Server and FreePBX
 2.8.0.2.
 
  
 
 We have an Astribank with 4 T1 ports and 16 FXS ports. After updating, we
 had it working for a while with one NT PRI and one TE PRI and, in the
 process of trying to configure another PRI, I ran into a couple problems.
 
  
 
 (1) As my configuration changes didn't seem to affect the Astribank, I
 power-cycled it. I found that it doesn't reload firmware automatically when
 it's connected. I can force it to load, but am missing something to reload
 automatically.

What's the output of:

dahdi_hardware -v
lsdahdi

Do you have fxload installed?

 
  
 
 (2) I would appreciate a step-by-step suggestion of how I can make
 configuration changes that propagate properly to the Astribank.
 
  
 
 (3) I'd like to know if it's possible to determine what configuration has
 been loaded into the Astribank without visiting the site and looking at the
 lights.

There's practically no configuration in the Astribank itself. There is
firmware that gets loaded to it at startup, as it is not saved on the
Astribank itself. But the configuration is on your system.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Astribank problem

2010-02-03 Thread frangky robert

Ok, the problem solved...

thanks for your advice.

after rebooting i run /usr/share/dahdi/xpp_fxloader load
and everything run normally.

thanks...

 Message: 24
 Date: Mon, 1 Feb 2010 11:03:44 +0200
 From: Tzafrir Cohen tzafrir.co...@xorcom.com
 Subject: Re: [asterisk-users] Astribank problem
 To: asterisk-users@lists.digium.com
 Message-ID: 20100201090344.gr3...@xorcom.com
 Content-Type: text/plain; charset=us-ascii
 
 On Mon, Feb 01, 2010 at 07:42:51AM +, frangky robert wrote:
  
  
  
  
  I do some test:
  1.unplug usb connector from server to astricon
  2.unplug power to astricon
  3.plug-in the power to astricon
  4.plug-in the usb connector
  
  Here is the log from /var/log/messages after doing the 1st step.
  
  Feb  1 19:38:24 localhost last message repeated 2 times
  Feb  1 19:43:39 localhost kernel: ERR-xpp_usb: xusb-0 (usb-:00:1d.7-3) 
  [X1038295]: nonzero write bulk status received: -71 (pending_writes=1)
  Feb  1 19:43:39 localhost kernel: usb 2-3: USB disconnect, address 3
  Feb  1 19:43:39 localhost kernel: ERR-xpp_usb: XBUS-00: xusb_listen: 
  usb_submit_urb failed: -19
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] 
  Disconnecting
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] 
  Deactivating
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Release 
  XPDS
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-00: Remove
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-10: Remove
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-20: Remove
  Feb  1 19:43:39 localhost kernel: NOTICE-xpp: worker_reset: 
  worker(XBUS-00)-xpds_init_done=0
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] 
  Atribank Remove
  Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] 
  Astribank Release
  Feb  1 19:43:39 localhost kernel: INFO-xpp_usb: xusb-0 (usb-:00:1d.7-3) 
  [X1038295]: now disconnected
  Feb  1 19:43:39 localhost 'astribank_hook'[3728]: offline(XBUS-00): 0/1 
  from /etc/dahdi/xpp_order
  Feb  1 19:43:39 localhost 'astribank_hook'[3735]: All Astribanks offline
  
  
  And, this is the log after doing 4th step.
  
  Feb  1 19:44:20 localhost kernel: usb 2-3: new high speed USB device using 
  ehci_hcd and address 4
  Feb  1 19:44:20 localhost kernel: usb 2-3: configuration #1 chosen from 1 
  choice
  Feb  1 19:44:21 localhost 'xpp_fxloader'[3847]: Exiting... 
  XPP_HOTPLUG_DISABLED
 
 Seems like you explicitly disabled firmware loading by setting
 XPP_HOTPLUG_DISABLED in /etc/dahdi/init.conf . Just rem-out that line.
 
  
  lsusb result is:
  
  [r...@localhost ~]# lsusb
  Bus 002 Device 004: ID e4e4:1160
  Bus 002 Device 001: ID :
  Bus 006 Device 001: ID :
  Bus 006 Device 002: ID 04b3:3025 IBM Corp.
  Bus 004 Device 001: ID :
  Bus 008 Device 001: ID :
  Bus 007 Device 001: ID :
  Bus 001 Device 001: ID :
  Bus 005 Device 001: ID :
  Bus 003 Device 001: ID :
  
  here is the msg when i do /usr/share/dahdi/xpp_fxloader
  [r...@localhost ~]# /usr/share/dahdi/xpp_fxloader usb
 
 This only runs USB firmware loading. And as the firmware loading is
 explicitly disabled on your system, the FPGA firmware will still not get
 loaded.
 
 This is also something that you would have seen if you would run
 'dahdi_hardware -v'
 
 So basically just remove that line from init.conf and replug the
 Astribank.
 
 -- 
Tzafrir Cohen
 icq#16849755  jabber:tzafrir.co...@xorcom.com
 +972-50-7952406   mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir
 
 
 
 *
  
_
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Astribank problem

2010-02-02 Thread Dovey Forman
I apologize, but what benefit does Astribank provide over something like a
Quintum series gateway with FXS/FXO support?



Whats the benefit of USB vs Ethernet?



--Dovey


 --

*From:* asterisk-users-boun...@lists.digium.com [mailto:
asterisk-users-boun...@lists.digium.com] *On Behalf Of *frangky robert
*Sent:* Friday, January 29, 2010 10:58 PM
*To:* asterisk-users@lists.digium.com
*Subject:* [asterisk-users] Astribank problem



H all...

I have an Astribank (8FXS/16FXO), IBM X3200 M2, Asterisk-1.6.2.1,
dahdi-linux-complete-2.2.1, libpri-1.4.10.2, centos-5.4 final.
My problem is, every time i unplug the astribank power supply, and
reconnect it, astribank cannot work again (lsusb result is 11x0)...
but, after reinstall the asterisk and dahdi, astribank will detected (lsusb
result is 11x2)...

any suggestion?

Regard,


frank.
 --

Chat online and in real-time with friends and family! Windows Live
Messengerhttp://get.live.com/messenger/overview
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Astribank problem

2010-02-02 Thread Tzafrir Cohen
On Tue, Feb 02, 2010 at 11:16:13AM -0500, Dovey Forman wrote:
 I apologize, but what benefit does Astribank provide over something like a
 Quintum series gateway with FXS/FXO support?
 
 Whats the benefit of USB vs Ethernet?

One simple benefit: it's on the same system, and does not require
separate configuration.

If you don't want it, I suppose you won't buy it :-)

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank problem

2010-02-02 Thread Vinícius Fontes
You'll find out the benefit when you change anything on your dialplan, making 
it necessary to alter the dialplan on every FXS port of your gateway. :)


Atenciosamente,

Vinícius Fontes
Gerente de Segurança da Informação
Canall Tecnologia em Comunicações
Passo Fundo - RS - Brasil
+55 54 2104-7000

Information Security Manager
Canall Tecnologia em Comunicações
Passo Fundo - RS - Brazil
+55 54 2104-7000

- Tzafrir Cohen tzafrir.co...@xorcom.com escreveu:

 On Tue, Feb 02, 2010 at 11:16:13AM -0500, Dovey Forman wrote:
  I apologize, but what benefit does Astribank provide over something
 like a
  Quintum series gateway with FXS/FXO support?
  
  Whats the benefit of USB vs Ethernet?
 
 One simple benefit: it's on the same system, and does not require
 separate configuration.
 
 If you don't want it, I suppose you won't buy it :-)
 
 -- 
Tzafrir Cohen
 icq#16849755  jabber:tzafrir.co...@xorcom.com
 +972-50-7952406   mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir
 
 -- 
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank problem

2010-02-02 Thread Dovey Forman
What do you mean same system?
Isnt it separate hardware connected via USB?

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tzafrir
Cohen
Sent: Tuesday, February 02, 2010 11:38 AM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Astribank problem

On Tue, Feb 02, 2010 at 11:16:13AM -0500, Dovey Forman wrote:
 I apologize, but what benefit does Astribank provide over something like
a
 Quintum series gateway with FXS/FXO support?

 Whats the benefit of USB vs Ethernet?

One simple benefit: it's on the same system, and does not require
separate configuration.

If you don't want it, I suppose you won't buy it :-)

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank problem

2010-02-01 Thread Tzafrir Cohen
On Mon, Feb 01, 2010 at 07:42:51AM +, frangky robert wrote:
 
 
 
 
 I do some test:
 1.unplug usb connector from server to astricon
 2.unplug power to astricon
 3.plug-in the power to astricon
 4.plug-in the usb connector
 
 Here is the log from /var/log/messages after doing the 1st step.
 
 Feb  1 19:38:24 localhost last message repeated 2 times
 Feb  1 19:43:39 localhost kernel: ERR-xpp_usb: xusb-0 (usb-:00:1d.7-3) 
 [X1038295]: nonzero write bulk status received: -71 (pending_writes=1)
 Feb  1 19:43:39 localhost kernel: usb 2-3: USB disconnect, address 3
 Feb  1 19:43:39 localhost kernel: ERR-xpp_usb: XBUS-00: xusb_listen: 
 usb_submit_urb failed: -19
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] 
 Disconnecting
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] 
 Deactivating
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Release 
 XPDS
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-00: Remove
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-10: Remove
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-20: Remove
 Feb  1 19:43:39 localhost kernel: NOTICE-xpp: worker_reset: 
 worker(XBUS-00)-xpds_init_done=0
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Atribank 
 Remove
 Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Astribank 
 Release
 Feb  1 19:43:39 localhost kernel: INFO-xpp_usb: xusb-0 (usb-:00:1d.7-3) 
 [X1038295]: now disconnected
 Feb  1 19:43:39 localhost 'astribank_hook'[3728]: offline(XBUS-00): 0/1 from 
 /etc/dahdi/xpp_order
 Feb  1 19:43:39 localhost 'astribank_hook'[3735]: All Astribanks offline
 
 
 And, this is the log after doing 4th step.
 
 Feb  1 19:44:20 localhost kernel: usb 2-3: new high speed USB device using 
 ehci_hcd and address 4
 Feb  1 19:44:20 localhost kernel: usb 2-3: configuration #1 chosen from 1 
 choice
 Feb  1 19:44:21 localhost 'xpp_fxloader'[3847]: Exiting... 
 XPP_HOTPLUG_DISABLED

Seems like you explicitly disabled firmware loading by setting
XPP_HOTPLUG_DISABLED in /etc/dahdi/init.conf . Just rem-out that line.

 
 lsusb result is:
 
 [r...@localhost ~]# lsusb
 Bus 002 Device 004: ID e4e4:1160
 Bus 002 Device 001: ID :
 Bus 006 Device 001: ID :
 Bus 006 Device 002: ID 04b3:3025 IBM Corp.
 Bus 004 Device 001: ID :
 Bus 008 Device 001: ID :
 Bus 007 Device 001: ID :
 Bus 001 Device 001: ID :
 Bus 005 Device 001: ID :
 Bus 003 Device 001: ID :
 
 here is the msg when i do /usr/share/dahdi/xpp_fxloader
 [r...@localhost ~]# /usr/share/dahdi/xpp_fxloader usb

This only runs USB firmware loading. And as the firmware loading is
explicitly disabled on your system, the FPGA firmware will still not get
loaded.

This is also something that you would have seen if you would run
'dahdi_hardware -v'

So basically just remove that line from init.conf and replug the
Astribank.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank problem

2010-01-31 Thread Tzafrir Cohen
On Sat, Jan 30, 2010 at 03:57:30AM +, frangky robert wrote:
 
 H all...
 
 I have an Astribank (8FXS/16FXO), IBM X3200 M2, Asterisk-1.6.2.1, 
 dahdi-linux-complete-2.2.1, libpri-1.4.10.2, centos-5.4 final.
 My problem is, every time i unplug the astribank power supply, and 
 reconnect it, astribank cannot work again (lsusb result is 11x0)... 

When you plug the Astribank, the firmware should get loaded by a script
called from udev.

What messages do you see in /var/log/messages following that?

 but, after reinstall the asterisk and dahdi, astribank will detected
 (lsusb result is 11x2)... 

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank problem

2010-01-31 Thread frangky robert




I do some test:
1.unplug usb connector from server to astricon
2.unplug power to astricon
3.plug-in the power to astricon
4.plug-in the usb connector

Here is the log from /var/log/messages after doing the 1st step.

Feb  1 19:38:24 localhost last message repeated 2 times
Feb  1 19:43:39 localhost kernel: ERR-xpp_usb: xusb-0 (usb-:00:1d.7-3) 
[X1038295]: nonzero write bulk status received: -71 (pending_writes=1)
Feb  1 19:43:39 localhost kernel: usb 2-3: USB disconnect, address 3
Feb  1 19:43:39 localhost kernel: ERR-xpp_usb: XBUS-00: xusb_listen: 
usb_submit_urb failed: -19
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] 
Disconnecting
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Deactivating
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Release XPDS
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-00: Remove
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-10: Remove
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00/XPD-20: Remove
Feb  1 19:43:39 localhost kernel: NOTICE-xpp: worker_reset: 
worker(XBUS-00)-xpds_init_done=0
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Atribank 
Remove
Feb  1 19:43:39 localhost kernel: INFO-xpp: XBUS-00: [usb:X1038295] Astribank 
Release
Feb  1 19:43:39 localhost kernel: INFO-xpp_usb: xusb-0 (usb-:00:1d.7-3) 
[X1038295]: now disconnected
Feb  1 19:43:39 localhost 'astribank_hook'[3728]: offline(XBUS-00): 0/1 from 
/etc/dahdi/xpp_order
Feb  1 19:43:39 localhost 'astribank_hook'[3735]: All Astribanks offline


And, this is the log after doing 4th step.

Feb  1 19:44:20 localhost kernel: usb 2-3: new high speed USB device using 
ehci_hcd and address 4
Feb  1 19:44:20 localhost kernel: usb 2-3: configuration #1 chosen from 1 choice
Feb  1 19:44:21 localhost 'xpp_fxloader'[3847]: Exiting... XPP_HOTPLUG_DISABLED

lsusb result is:

[r...@localhost ~]# lsusb
Bus 002 Device 004: ID e4e4:1160
Bus 002 Device 001: ID :
Bus 006 Device 001: ID :
Bus 006 Device 002: ID 04b3:3025 IBM Corp.
Bus 004 Device 001: ID :
Bus 008 Device 001: ID :
Bus 007 Device 001: ID :
Bus 001 Device 001: ID :
Bus 005 Device 001: ID :
Bus 003 Device 001: ID :

here is the msg when i do /usr/share/dahdi/xpp_fxloader
[r...@localhost ~]# /usr/share/dahdi/xpp_fxloader usb
'xpp_fxloader'[3955]: - FIRMWARE LOADING: (usb) [1 devices]
Got all 1 devices
'xpp_fxloader'[4074]: - FIRMWARE IS LOADED

but, when i do /etc/init.d/dahdi stop and start
here is the result

[r...@localhost ~]# /etc/init.d/dahdi start
Loading DAHDI hardware modules:
  xpp_usb: [  OK  ]

Astribanks initialization is starting
Astribanks detection ..TIMEOUT
No hardware timing source found in /proc/dahdi, loading dahdi_dummy
Running dahdi_cfg:  DAHDI_CHANCONFIG failed on channel 1: No such device or 
address (6)
   [FAILED]


On Sat, Jan 30, 2010 at 03:57:30AM +, frangky robert wrote:
 
 H all...
 
 I have an Astribank (8FXS/16FXO), IBM X3200 M2, Asterisk-1.6.2.1, 
 dahdi-linux-complete-2.2.1, libpri-1.4.10.2, centos-5.4 final.
 My problem is, every time i unplug the astribank power supply, and 
 reconnect it, astribank cannot work again (lsusb result is 11x0)... 
 
When you plug the Astribank, the firmware should get loaded by a script
called from udev.
 
What messages do you see in /var/log/messages following that?
 
 but, after reinstall the asterisk and dahdi, astribank will detected
 (lsusb result is 11x2)... 
 
-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir
  
_
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail 
you.
http://www.microsoft.com/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-id:SI_SB_3:092010-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Astribank loop current adjustment

2008-11-02 Thread Tzafrir Cohen
On Sat, Oct 25, 2008 at 11:53:21AM +0200, Tzafrir Cohen wrote:
 On Thu, Oct 23, 2008 at 02:50:05PM +0200, Udo Schacht-Wiegand wrote:
  For a door opener on an Astribank FXS port we need a loop current of 24.5mA 
  .
  It does not function with the Astribank now, the dialtone becomes quiet 
  immediately after pressing the button on that device.
  I've seen a limit of 23mA in the zaptel source.
  Is it possible to change the loop current of the Astribank somehow?
 
 A phone that is on-hook is supposed to be an open circuit and ideally
 not draw any current. In the real world this doesn't really happen. The
 Astribank detects this by setting two limits. Anything above the high
 limit is considered closed circuit (off-hook). Anything below the
 lower limit is considered open circuit (on-hook). 

This (and what followed) was a good answer to the wrong question (as he
asked about the current when the line os off-hook). Luckily Udo insisted 
and was later answered in private mail.

Anyway, such questions should normally go to [EMAIL PROTECTED] .

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank loop current adjustment

2008-10-25 Thread Stephen Davies
2008/10/23 Udo Schacht-Wiegand [EMAIL PROTECTED]

 For a door opener on an Astribank FXS port we need a loop current of 24.5mA
 .
 It does not function with the Astribank now, the dialtone becomes quiet
 immediately after pressing the button on that device.
 I've seen a limit of 23mA in the zaptel source.
 Is it possible to change the loop current of the Astribank somehow?



You need to ask Xorcom that question.  They have the ability to adjust any
registers in the FXS port chip so I expect that they can do that.

Steve
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Astribank loop current adjustment

2008-10-25 Thread Tzafrir Cohen
On Thu, Oct 23, 2008 at 02:50:05PM +0200, Udo Schacht-Wiegand wrote:
 For a door opener on an Astribank FXS port we need a loop current of 24.5mA .
 It does not function with the Astribank now, the dialtone becomes quiet 
 immediately after pressing the button on that device.
 I've seen a limit of 23mA in the zaptel source.
 Is it possible to change the loop current of the Astribank somehow?

A phone that is on-hook is supposed to be an open circuit and ideally
not draw any current. In the real world this doesn't really happen. The
Astribank detects this by setting two limits. Anything above the high
limit is considered closed circuit (off-hook). Anything below the
lower limit is considered open circuit (on-hook). 

The values of those limits are 6.72mA (low) and 10.16mA (high). Thus
24.5mA is well into what is considered an open circuit. If you try to 
raise those limits, you may encounter problems with detecting a phone 
being picked up and such.

As Steve mentioned, tweaking this can be done by setting registers.
However those tweaks tend to interact with other things in strange ways.
Therefore I would not provide here the specific details without fully
understanding the situation. Generally for such matters contact
[EMAIL PROTECTED] .

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank

2008-04-07 Thread Tzafrir Cohen
On Mon, Apr 07, 2008 at 02:12:03PM -0300, Guilherme Loch Waltrick Góes wrote:
 I have a server with 8 Xorcom Astribank, they're connected to the server via
 a USB hub, my problem is: when a reboot the server the ID of the Channel
 Bank changes, cousing a big mess on my server. Anybody know how can I solve
 this ?

You should use zt_registration at startup, and then there should be no
problem.

With manual load order we really can make no solid guarantee on the load
order. Therefore the driver defaults not to register with Zaptel
automatically when a span becomes available. Rather, when you know all
the hardware has become available, you just run 'zt_registration on'

This will register all the span, and will also do that in a very
specific order (by default - in the order of their connectors), which
will is not likely to just change from one time ot another.

If you use the standard zaptel init.d script, 'zt_registration on' 
should indeed be run after all the spans have been loaded (using
the waitfor_xpds proc files).

http://zaptel.tzafrir.org.il/README.Astribank.html#_registering_in_zaptel
http://zaptel.tzafrir.org.il/man/zt_registration.8.html

(The above are from the documentation included in Zaptel)

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank

2008-04-07 Thread Steve Totaro
On Mon, Apr 7, 2008 at 2:07 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote:
 On Mon, Apr 07, 2008 at 02:12:03PM -0300, Guilherme Loch Waltrick Góes wrote:
   I have a server with 8 Xorcom Astribank, they're connected to the server 
 via
   a USB hub, my problem is: when a reboot the server the ID of the Channel
   Bank changes, cousing a big mess on my server. Anybody know how can I solve
   this ?

  You should use zt_registration at startup, and then there should be no
  problem.

  With manual load order we really can make no solid guarantee on the load
  order. Therefore the driver defaults not to register with Zaptel
  automatically when a span becomes available. Rather, when you know all
  the hardware has become available, you just run 'zt_registration on'

  This will register all the span, and will also do that in a very
  specific order (by default - in the order of their connectors), which
  will is not likely to just change from one time ot another.

  If you use the standard zaptel init.d script, 'zt_registration on'
  should indeed be run after all the spans have been loaded (using
  the waitfor_xpds proc files).

  http://zaptel.tzafrir.org.il/README.Astribank.html#_registering_in_zaptel
  http://zaptel.tzafrir.org.il/man/zt_registration.8.html

  (The above are from the documentation included in Zaptel)

  --
Tzafrir Cohen
  icq#16849755  jabber:[EMAIL PROTECTED]
  +972-50-7952406   mailto:[EMAIL PROTECTED]
  http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir


Tzafrir,

Maybe you could contact the guys from the app_rpt, they were having
the same issue with multiple USB URIs but came up with a solution.
Maybe it is the same solution you have or maybe something a little
simple.

Give Steven Henke [EMAIL PROTECTED] or Jim Dixon a shout.

Thanks,
Steve Totaro

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank

2008-04-07 Thread Tzafrir Cohen
On Mon, Apr 07, 2008 at 03:43:30PM -0400, Steve Totaro wrote:

 Maybe you could contact the guys from the app_rpt, they were having
 the same issue with multiple USB URIs but came up with a solution.
 Maybe it is the same solution you have or maybe something a little
 simple.

This does well. We do use the connector strings (by defualt).

Our main limitation here is Zaptel, and hence the need for a single
registration point.

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Astribank + AsteriskNOW

2007-10-31 Thread Tzafrir Cohen
On Wed, Oct 31, 2007 at 10:54:22AM -0200, Guilherme Loch Waltrick Góes wrote:
 Does anyone got Astribank working with AsteriskNOW beta 6 ? The bug in
 mantis seems to be closed, but I cannot find fxload or lsusb to do some
 debugging.

Please use the latest beta: 6.5:

http://www.rpath.org/rbuilder/project/asterisk/

Those issues, along with a number of smaller issues, have been resolved
there.

-- 
   Tzafrir Cohen   
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank + AsteriskNOW

2007-10-31 Thread Rupert Utteridge - Digital Techniques (Asia) Limited
You will need to go to rPath www.rpath.org and download AsteriskNOW version
6.5 beta. All should work immediately.

Rupert Utteridge

Tel:+61 2 9037 4191

Message: 18
Date: Wed, 31 Oct 2007 10:54:22 -0200
From:  Guilherme Loch Waltrick G?es  [EMAIL PROTECTED]
Subject: [asterisk-users] Astribank + AsteriskNOW
To: asterisk-users@lists.digium.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

Does anyone got Astribank working with AsteriskNOW beta 6 ? The bug in
mantis seems to be closed, but I cannot find fxload or lsusb to do some
debugging.

-- 
Guilherme Loch G?es

MSN:[EMAIL PROTECTED]
(48) 99115299
-- next part --
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20071031/7e4ea9
14/attachment-0001.htm


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank and caller ID from PSTN

2007-09-18 Thread Guillermo Salas M.
On Tue, 2007-09-18 at 19:33 -0500, Guillermo Salas M. wrote:
 Hi all,
 
 On Sat, 2007-09-15 at 22:05 +0300, Tzafrir Cohen wrote:
  Hi Guillermo,
  
  On Sat, Sep 15, 2007 at 01:18:49PM -0500, Guillermo Salas M. wrote:
   Hello,
   
   I've one astribank with 8 FXO unit and 8 pstn lines connected to the
   astribank. When I receive calls on my ipphone I get always Unknown
   callerid.
  
   
 
 [..]
 
  
  One thing I suspect is not waiting enough.
  Try adding the following to your dialplan:
  
  [pstn-test]
  exten = s,1,Wait(1)
  exten = s,n,NoOp(Got number ${CALLERID(all)} on ${CHANNEL})
  ; If you're just testing:
  ;exten = s,n,Playback(tt-monkeys)
  exten = s,n,Goto(from-zaptel,s,1)
  
  And then set in zapata.conf:  context=pstn-test
  
  
  Other than that, there are two obvious sanity checks:
  
  1. Connect an analog phone with with caller ID display to the same port
  and see that caller ID is indeed detected
  
 
 I've connected one phone to the line that was connected on the port 4 of
 the astribank. Called from my mobile and the caller id is displayed on
 the phone.
 
 
  2. boot the same system from our live CD and see if caller ID is
  detected there.
  
 
 
 Booted with the version Xorcom Rapid LiveCD (1.0.2.4131) and configured
 the following:
 
 - Created one trunk called g1;
 - creted one SIP extension called 666 ;
 - edited /etc/asterisk/zapata-channels.conf with:
 
 ;;; line=4 XPP_FXO/00/00/3 (no pcm)
 signalling=fxs_ks
 callerid=asreceived
 group=1
 context=from-zaptel
 channel = 4
 context=default
 
 - created one incoming route with freebpx, 
 - all the calls that are coming on the port 4 of the astribank will be
 redirected to the sip extension 666;
 
 Now, dialing from my mobile phone again to the line connected to the
 port 4 of the astribank is showing me the called ID on the 666 extension
 as Unknown:



[..]


Please check the Zaptel hardware listing from the live cd:

http://pastebin.ca/702694



Regards,


-- 
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular  : +593 9 985 5138
e-mail   : [EMAIL PROTECTED]
www  : http://www.manta.telconet.net
   http://www.telcocarrier.net
SIP  : [EMAIL PROTECTED]
FWD  : 558563

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting


___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank and caller ID from PSTN

2007-09-18 Thread Guillermo Salas M.
Hi all,

On Sat, 2007-09-15 at 22:05 +0300, Tzafrir Cohen wrote:
 Hi Guillermo,
 
 On Sat, Sep 15, 2007 at 01:18:49PM -0500, Guillermo Salas M. wrote:
  Hello,
  
  I've one astribank with 8 FXO unit and 8 pstn lines connected to the
  astribank. When I receive calls on my ipphone I get always Unknown
  callerid.
 
  

[..]

 
 One thing I suspect is not waiting enough.
 Try adding the following to your dialplan:
 
 [pstn-test]
 exten = s,1,Wait(1)
 exten = s,n,NoOp(Got number ${CALLERID(all)} on ${CHANNEL})
 ; If you're just testing:
 ;exten = s,n,Playback(tt-monkeys)
 exten = s,n,Goto(from-zaptel,s,1)
 
 And then set in zapata.conf:  context=pstn-test
 
 
 Other than that, there are two obvious sanity checks:
 
 1. Connect an analog phone with with caller ID display to the same port
 and see that caller ID is indeed detected
 

I've connected one phone to the line that was connected on the port 4 of
the astribank. Called from my mobile and the caller id is displayed on
the phone.


 2. boot the same system from our live CD and see if caller ID is
 detected there.
 


Booted with the version Xorcom Rapid LiveCD (1.0.2.4131) and configured
the following:

- Created one trunk called g1;
- creted one SIP extension called 666 ;
- edited /etc/asterisk/zapata-channels.conf with:

;;; line=4 XPP_FXO/00/00/3 (no pcm)
signalling=fxs_ks
callerid=asreceived
group=1
context=from-zaptel
channel = 4
context=default

- created one incoming route with freebpx, 
- all the calls that are coming on the port 4 of the astribank will be
redirected to the sip extension 666;

Now, dialing from my mobile phone again to the line connected to the
port 4 of the astribank is showing me the called ID on the 666 extension
as Unknown:


-- Starting simple switch on 'Zap/4-1'
-- Executing NoOp(Zap/4-1, Entering from-zaptel with DID == ) in
new stack
-- Executing Ringing(Zap/4-1, ) in new stack
-- Executing Set(Zap/4-1, DID=s) in new stack
-- Executing NoOp(Zap/4-1, DID is now s) in new stack
-- Executing GotoIf(Zap/4-1, 1?zapok:notzap) in new stack
-- Goto (from-zaptel,s,8)
-- Executing NoOp(Zap/4-1, Is a Zaptel Channel) in new stack
-- Executing Set(Zap/4-1, CHAN=4-1) in new stack
-- Executing Set(Zap/4-1, CHAN=4) in new stack
-- Executing Macro(Zap/4-1, from-zaptel-4|s|1) in new stack
-- Executing NoOp(Zap/4-1, Entering macro-from-zaptel-4 with DID
= s) in new stack
-- Executing Gosub(Zap/4-1, app-blacklist-check|s|1) in new
stack
-- Executing LookupBlacklist(Zap/4-1, ) in new stack
-- Executing GotoIf(Zap/4-1, 0?blacklisted) in new stack
-- Executing Return(Zap/4-1, ) in new stack
-- Executing Set(Zap/4-1, __FROM_DID=s) in new stack
-- Executing Goto(Zap/4-1, ext-local|666|1) in new stack
-- Goto (ext-local,666,1)
  == Channel 'Zap/4-1' jumping out of macro 'from-zaptel-4'
-- Executing Macro(Zap/4-1, exten-vm|666|666) in new stack
-- Executing Macro(Zap/4-1, user-callerid) in new stack
-- Executing NoOp(Zap/4-1, user-callerid:  ) in new stack
-- Executing GotoIf(Zap/4-1, 0?report) in new stack
-- Executing GotoIf(Zap/4-1, 0?start) in new stack
-- Executing Set(Zap/4-1, REALCALLERIDNUM=) in new stack
-- Executing NoOp(Zap/4-1, REALCALLERIDNUM is ) in new stack
-- Executing Set(Zap/4-1, AMPUSER=) in new stack
-- Executing Set(Zap/4-1, AMPUSERCIDNAME=) in new stack
-- Executing GotoIf(Zap/4-1, 1?report) in new stack
-- Goto (macro-user-callerid,s,11)
-- Executing NoOp(Zap/4-1, TTL:  ARG1: 666) in new stack
-- Executing GotoIf(Zap/4-1, 0?continue) in new stack
-- Executing Set(Zap/4-1, __TTL=64) in new stack
-- Executing GotoIf(Zap/4-1, 1?continue) in new stack
-- Goto (macro-user-callerid,s,21)
-- Executing NoOp(Zap/4-1, Using CallerID  ) in new stack
-- Executing Set(Zap/4-1, FROMCONTEXT=exten-vm) in new stack
-- Executing Set(Zap/4-1, VMBOX=666) in new stack
-- Executing Set(Zap/4-1, EXTTOCALL=666) in new stack
-- Executing Set(Zap/4-1, CFUEXT=) in new stack
-- Executing Set(Zap/4-1, CFBEXT=) in new stack
-- Executing Set(Zap/4-1, RT=15) in new stack
-- Executing Macro(Zap/4-1, record-enable|666|IN) in new stack
-- Executing GotoIf(Zap/4-1, 0?2:4) in new stack
-- Goto (macro-record-enable,s,4)
-- Executing DeadAGI(Zap/4-1, recordingcheck|20070919-002336|
asterisk-5150-1190161411.3) in new stack
-- Launched AGI Script /usr/share/asterisk/agi-bin/recordingcheck
  recordingcheck|20070919-002336|asterisk-5150-1190161411.3: Inbound
recording not enabled
-- AGI Script recordingcheck completed, returning 0
-- Executing NoOp(Zap/4-1, No recording needed) in new stack
-- Executing Macro(Zap/4-1, dial|15|tr|666) in new stack
-- Executing DeadAGI(Zap/4-1, dialparties.agi) in new stack
-- Launched AGI Script /usr/share/asterisk/agi-bin/dialparties.agi
  dialparties.agi: Starting New Dialparties.agi
  == Parsing '/etc/asterisk/manager.conf': 

Re: [asterisk-users] Astribank and caller ID from PSTN

2007-09-15 Thread Nasir Iqbal
Hi,


uncomment immediate=no

Regards

Nasir Iqbal
ICT Innovations
http://ictinnovations.com

On Sat, 2007-09-15 at 13:18 -0500, Guillermo Salas M. wrote:
 Hello,
 
 I've one astribank with 8 FXO unit and 8 pstn lines connected to the
 astribank. When I receive calls on my ipphone I get always Unknown
 callerid.
 
 It's is possible to receive the callerid from the lines on the astribank
 unit? This is my config:
 
 [channels]
 language=es
 context=from-zaptel
 signalling=fxs_ks
 ;rxwink=300
 usecallerid=yes
 callerid=asreceived
 ;cidsignalling=bell
 ;cidstart=ring
 hidecallerid=no
 callwaiting=yes
 ;usecallingpres=yes
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 ;callreturn=yes
 echocancel=yes
 echocancelwhenbridged=yes
 echotraining=yes
 echotraining=800
 relaxdtmf=yes
 rxgain=3.0
 txgain=3.0
 callgroup=1
 pickupgroup=1
 ;immediate=no
 callerid=asreceived
 ;amaflags=default
 busydetect=yes
 busycount=8
 ;busypattern=500,500
 answeronpolarityswitch=no
 hanguponpolarityswitch=no
 faxdetect=both
 
 
 ; Span 1: XBUS-00/XPD-00 Xorcom XPD #0/0: FXO
 ;;; line=1 XPP_FXO/0/0/0 FXSKS
 signalling=fxs_ks
 callerid=asreceived
 group=1
 context=from-zaptel
 channel = 1
 
 
 When replacing callerid=phone-number I get on my ipphone phone-number as
 callerid:
 
 ; Span 1: XBUS-00/XPD-00 Xorcom XPD #0/0: FXO
 ;;; line=1 XPP_FXO/0/0/0 FXSKS
 signalling=fxs_ks
 callerid=2627839
 group=1
 context=from-zaptel
 channel = 1
 
 
 Regards,
 


___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank and caller ID from PSTN

2007-09-15 Thread Tzafrir Cohen
Hi Guillermo,

On Sat, Sep 15, 2007 at 01:18:49PM -0500, Guillermo Salas M. wrote:
 Hello,
 
 I've one astribank with 8 FXO unit and 8 pstn lines connected to the
 astribank. When I receive calls on my ipphone I get always Unknown
 callerid.

 
 It's is possible to receive the callerid from the lines on the astribank
 unit? This is my config:
 
 [channels]
 language=es
 context=from-zaptel
 signalling=fxs_ks
 ;rxwink=300
 usecallerid=yes
 callerid=asreceived
 ;cidsignalling=bell
 ;cidstart=ring
 hidecallerid=no
 callwaiting=yes
 ;usecallingpres=yes
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 ;callreturn=yes
 echocancel=yes
 echocancelwhenbridged=yes
 echotraining=yes
 echotraining=800
 relaxdtmf=yes
 rxgain=3.0
 txgain=3.0
 callgroup=1
 pickupgroup=1
 ;immediate=no
 callerid=asreceived
 ;amaflags=default
 busydetect=yes
 busycount=8
 ;busypattern=500,500
 answeronpolarityswitch=no
 hanguponpolarityswitch=no
 faxdetect=both
 
 
 ; Span 1: XBUS-00/XPD-00 Xorcom XPD #0/0: FXO
 ;;; line=1 XPP_FXO/0/0/0 FXSKS
 signalling=fxs_ks
 callerid=asreceived
 group=1
 context=from-zaptel
 channel = 1
 
 
 When replacing callerid=phone-number I get on my ipphone phone-number as
 callerid:
 
 ; Span 1: XBUS-00/XPD-00 Xorcom XPD #0/0: FXO
 ;;; line=1 XPP_FXO/0/0/0 FXSKS
 signalling=fxs_ks
 callerid=2627839
 group=1
 context=from-zaptel
 channel = 1


One thing I suspect is not waiting enough.
Try adding the following to your dialplan:

[pstn-test]
exten = s,1,Wait(1)
exten = s,n,NoOp(Got number ${CALLERID(all)} on ${CHANNEL})
; If you're just testing:
;exten = s,n,Playback(tt-monkeys)
exten = s,n,Goto(from-zaptel,s,1)

And then set in zapata.conf:  context=pstn-test


Other than that, there are two obvious sanity checks:

1. Connect an analog phone with with caller ID display to the same port
and see that caller ID is indeed detected

2. boot the same system from our live CD and see if caller ID is
detected there.

 
 
 Regards,
 
 -- 
 Guillermo Salas M.
 Telconet S.A.
 Calle 15 y Avenida 24 Esq
 Edificio Barre #2 Primer Piso
 Telefono : +593 5 262 8071
 Celular  : +593 9 985 5138
 e-mail   : [EMAIL PROTECTED]
 www  : http://www.manta.telconet.net
http://www.telcocarrier.net
 SIP  : [EMAIL PROTECTED]
 FWD  : 558563
 
 Linux User: 255902
 
 Beat me, whip me, make me use Windows!
 
 Please avoid sending me Word or PowerPoint attachments.
 See http://www.fsf.org/philosophy/no-word-attachments.html
 
 Please avoid the Top Posting, see
 http://es.wikipedia.org/wiki/Top-posting
 
 
 ___
 
 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 
 
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank and caller ID from PSTN

2007-09-15 Thread Guillermo Salas M.
Hi Tzafrir:

On Sat, 2007-09-15 at 22:05 +0300, Tzafrir Cohen wrote:
 Hi Guillermo,
 
 On Sat, Sep 15, 2007 at 01:18:49PM -0500, Guillermo Salas M. wrote:
  Hello,
  
  I've one astribank with 8 FXO unit and 8 pstn lines connected to the
  astribank. When I receive calls on my ipphone I get always Unknown
  callerid.


[..]

 
 One thing I suspect is not waiting enough.
 Try adding the following to your dialplan:
 
 [pstn-test]
 exten = s,1,Wait(1)
 exten = s,n,NoOp(Got number ${CALLERID(all)} on ${CHANNEL})
 ; If you're just testing:
 ;exten = s,n,Playback(tt-monkeys)
 exten = s,n,Goto(from-zaptel,s,1)
 

I've added and  used the pstn-test with the channel 4,  before I've
tested it connecting a phone and calling to the channel4 number from my
cell, the phone shows me the number of my mobile.


 And then set in zapata.conf:  context=pstn-test
 

Done, this is the output of the log when I've one incoming call to the
channel4:

[Sep 15 14:39:13] VERBOSE[25265] logger.c: -- Executing
[EMAIL PROTECTED]:1] Wait(Zap/4-1, 1) in new stack
[Sep 15 14:39:14] VERBOSE[25265] logger.c: -- Executing
[EMAIL PROTECTED]:2] NoOp(Zap/4-1, Got number   on Zap/4-1) in new
stack
[Sep 15 14:39:14] VERBOSE[25265] logger.c: -- Executing
[EMAIL PROTECTED]:3] Goto(Zap/4-1, from-zaptel|s|1) in new stack
[Sep 15 14:39:14] VERBOSE[25265] logger.c: -- Goto (from-zaptel,s,1)
[Sep 15 14:39:14] VERBOSE[25265] logger.c: -- Executing
[EMAIL PROTECTED]:1] NoOp(Zap/4-1, Entering from-zaptel with DID == )
in new stack




 
 Other than that, there are two obvious sanity checks:
 
 1. Connect an analog phone with with caller ID display to the same port
 and see that caller ID is indeed detected
 

Done, the phone is detecting the ID.

 2. boot the same system from our live CD and see if caller ID is
 detected there.
 


I'm going to download the live CD from www.xorcom.com . 

Thank you for your suggestions,


-- 
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular  : +593 9 985 5138
e-mail   : [EMAIL PROTECTED]
www  : http://www.manta.telconet.net
   http://www.telcocarrier.net
SIP  : [EMAIL PROTECTED]
FWD  : 558563

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting


___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank 32 and Far End Disconnection

2007-09-12 Thread Tzafrir Cohen
On Wed, Sep 12, 2007 at 11:59:41AM -0300, Gleidson Antonio Henriques wrote:
 Hi all,
 
I'm interested in buy a Astribank-32 but i never heard about detection of 
 far-end disconnection.
Does anyone have some experience about that functionality in this 
 hardware ?
Thanks in Advance,

Far end disconnection supervision. big words for a functionality you
would actually expect of an FXO adapter, I believe - to report to the
software driving it when nothing is connected to the port and hence no
use trying to make calls through that specific port.

Battery for the FXO means that it connected to an FXS on the oter side
(and hence gets power through the wire). The Astribank FXO module will
report the channel as in alarm to Asterisk and hence you will not be
able to make calls to it when nothing is connected there to take your
calls.

This means that you can configure asterisk to dial through Zap/g0 and
it would only call through FXO ports in group 0 which are actually
plugged. No need to reconfigure your PBX (and restarting Asterisk, or
changing your dialplan) just because you added / slightly-hanged an
analog trunk.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank-8BRI

2007-07-26 Thread Lars Bensmann
Thanks for the replies.

I decided to go with the USB channel bank. I hope everything will go
alright.

Lars

-- 
Let's not complicate our relationship by trying to communicate with each
other.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank-8BRI

2007-07-24 Thread Jon Schøpzinsky
Hello

We use the 2BRI version of Astribank in production, and it has been working non 
stop for about amonth now, without any problems.
It was a bit difficult to setup, but other than that, it was great.
Great concept with using the USB2 port for channel banks.

Regards
Jon

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lars Bensmann
Sent: 24. juli 2007 04:22
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Astribank-8BRI

Hello,

I'm in the process of building an Asterisk machine and need 5 or 6
BRI-Channels. I was looking for the beroNet and Junghans cards and
stumbled upon the Xorcom Astribank xBRI products.

Has anybody tried out the Astribank xBRI-Channel Banks? Are they
production ready or should I go with a beroNet BN8S0 or JUNGHANNS.NET
octoBRI ISDN?

Thanks in advance,
Lars

-- 
We don't like their sound.  Groups of guitars are on the way out.
  -- Decca Recording Company, turning down the Beatles, 1962

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.16/914 - Release Date: 23-07-2007 
19:45
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.16/914 - Release Date: 23-07-2007 
19:45
 

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank-8BRI

2007-07-23 Thread Andrew Latham
Just to add to your list there is Digiums card
http://www.digium.com/en/products/hardware/b410p.php

On 7/23/07, Lars Bensmann [EMAIL PROTECTED] wrote:
 Hello,

 I'm in the process of building an Asterisk machine and need 5 or 6
 BRI-Channels. I was looking for the beroNet and Junghans cards and
 stumbled upon the Xorcom Astribank xBRI products.

 Has anybody tried out the Astribank xBRI-Channel Banks? Are they
 production ready or should I go with a beroNet BN8S0 or JUNGHANNS.NET
 octoBRI ISDN?

 Thanks in advance,
 Lars

 --
 We don't like their sound.  Groups of guitars are on the way out.
   -- Decca Recording Company, turning down the Beatles, 1962

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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



-- 
/*
 Andrew Latham
 LATHAMA (lay-th-ham-eh)
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
*/

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Astribank?

2006-07-19 Thread Michael Graves
On Tue, 18 Jul 2006 22:22:07 -0400, C F wrote:

Well tzafrir will know :)
Tzafrir here are a few questions:
1. Does the FXO module support: A. Hangup detection? B. Flash? (I'm
assuming that yes, since Asterisk sees it as an FXO) C. MWI from
telco. D. Dring from telco (again assuming yes, since Asterisk would
see that).
2. Can the astribank 16 be condigured with just 8 FXO? or with 16 FXO?
3. What are the configurations available for the asteribank 32?
4. Pricing?


Much of what you ask is answered on the Xorcom web site. I am looking for 
someones specific experience with the products for real-world commentary and 
observations.

Michael



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Astribank?

2006-07-19 Thread C F

Interesting I wasn't able to find answer to any of the questions in 1.
Only some confusing answer to 2, no answer whatsoever for 3, the
website just says that it could be mixed. No pricing on the site
either.

On 7/19/06, Michael Graves [EMAIL PROTECTED] wrote:

On Tue, 18 Jul 2006 22:22:07 -0400, C F wrote:

Well tzafrir will know :)
Tzafrir here are a few questions:
1. Does the FXO module support: A. Hangup detection? B. Flash? (I'm
assuming that yes, since Asterisk sees it as an FXO) C. MWI from
telco. D. Dring from telco (again assuming yes, since Asterisk would
see that).
2. Can the astribank 16 be condigured with just 8 FXO? or with 16 FXO?
3. What are the configurations available for the asteribank 32?
4. Pricing?


Much of what you ask is answered on the Xorcom web site. I am looking for 
someones specific experience with the products for real-world commentary and 
observations.

Michael



___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Astribank?

2006-07-19 Thread Tzafrir Cohen
Hi

I figure I'm technically someone who has first-hand experience with the
Astribanks :-)

On Tue, Jul 18, 2006 at 10:22:07PM -0400, C F wrote:
 Well tzafrir will know :)
 Tzafrir here are a few questions:
 1. Does the FXO module support: A. Hangup detection? 

What type of hangup-detection do you refer to, exactly?

 B. Flash? (I'm assuming that yes, since Asterisk sees it as an FXO) 

Yes (Asterisk does the work)

 C. MWI from telco. 

What type of MWI? Changing of a dialtone is passed as-is to chan_zap.

 D. Dring from telco (again assuming yes, since Asterisk would
 see that).

Passed as-i to chan_zap , again.

 2. Can the astribank 16 be condigured with just 8 FXO? or with 16 FXO?

The available configurations are:

2 FXS (16 FXS ports)
1 FXS + 1 FXO (8 FXS ports, 8 FXO ports)

 3. What are the configurations available for the asteribank 32?

4 FXS (32 FXS ports)
3 FXS + 1 FXO (24 FXS ports, 8 FXO ports)
2 FXS + 2 FXO (16 FXS ports, 16 FXO ports)
3 FXS + 1 FXO (24 FXS ports, 8 FXO ports)


 4. Pricing?

Contact [EMAIL PROTECTED]

-- 
Tzafrir Cohen sip:[EMAIL PROTECTED]
icq#16849755  iax:[EMAIL PROTECTED]
+972-50-7952406  jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.xorcom.com
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Astribank?

2006-07-19 Thread Tzafrir Cohen
Some corrections:

 3. What are the configurations available for the asteribank 32?

4 FXS (32 FXS ports)
3 FXS + 1 FXO (24 FXS ports, 8 FXO ports)
2 FXS + 2 FXO (16 FXS ports, 16 FXO ports)
1 FXS + 3 FXO (8 FXS ports, 24 FXO ports)


 4. Pricing?

Contact [EMAIL PROTECTED]

-- 
Tzafrir Cohen sip:[EMAIL PROTECTED]
icq#16849755  iax:[EMAIL PROTECTED]
+972-50-7952406  jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.xorcom.com
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Astribank?

2006-07-19 Thread C F

On 7/19/06, Tzafrir Cohen [EMAIL PROTECTED] wrote:

Hi

I figure I'm technically someone who has first-hand experience with the
Astribanks :-)

On Tue, Jul 18, 2006 at 10:22:07PM -0400, C F wrote:
 Well tzafrir will know :)
 Tzafrir here are a few questions:
 1. Does the FXO module support: A. Hangup detection?

What type of hangup-detection do you refer to, exactly?


Someone correct me if I'm wrong, but I think in the US Polarity
Reverse is whats used.




 B. Flash? (I'm assuming that yes, since Asterisk sees it as an FXO)

Yes (Asterisk does the work)

 C. MWI from telco.

What type of MWI? Changing of a dialtone is passed as-is to chan_zap.


There is also an ADSI type of MWI used in the US. It comes in as a
short ring to turn on the MWI lamp on Analog devices, and comes in as
a short ring to turn it off as well. It's the same that Sipura ATA FXS
ports use for MWI, and I believe Digium FXS uses as well.



 D. Dring from telco (again assuming yes, since Asterisk would
 see that).

Passed as-i to chan_zap , again.

 2. Can the astribank 16 be condigured with just 8 FXO? or with 16 FXO?

The available configurations are:

2 FXS (16 FXS ports)
1 FXS + 1 FXO (8 FXS ports, 8 FXO ports)

 3. What are the configurations available for the asteribank 32?

4 FXS (32 FXS ports)
3 FXS + 1 FXO (24 FXS ports, 8 FXO ports)
2 FXS + 2 FXO (16 FXS ports, 16 FXO ports)
3 FXS + 1 FXO (24 FXS ports, 8 FXO ports)



So you saying there always has to be an FXS card in there? For both
the 16 and 32?
Also, is it possible to have the 32 with just 16 ports and add the
rest when needed?



 4. Pricing?

Contact [EMAIL PROTECTED]

--
Tzafrir Cohen sip:[EMAIL PROTECTED]
icq#16849755  iax:[EMAIL PROTECTED]
+972-50-7952406  jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.xorcom.com
___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Astribank?

2006-07-18 Thread C F

Well tzafrir will know :)
Tzafrir here are a few questions:
1. Does the FXO module support: A. Hangup detection? B. Flash? (I'm
assuming that yes, since Asterisk sees it as an FXO) C. MWI from
telco. D. Dring from telco (again assuming yes, since Asterisk would
see that).
2. Can the astribank 16 be condigured with just 8 FXO? or with 16 FXO?
3. What are the configurations available for the asteribank 32?
4. Pricing?

Thanks

On 7/18/06, Michael Graves [EMAIL PROTECTED] wrote:

Does anyone on-list have first hand experience with the newer Xorcom USB 
connected Astribanks? In particular I'm interested in the 8xFXS / 8xFXO units.

Michael


___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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