[asterisk-users] bristuff-0.3.0-PRE-1u for Asterisk 1.2.13 on junghanns downloads now

2006-10-19 Thread Vidar

Bristuff has been updated;

http://www.junghanns.net/downloads/bristuff-0.3.0-PRE-1u.tar.gz


--
Vidar
___
--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


[Asterisk-Users] Bristuff 1.2.7.1?

2006-04-30 Thread Vidar



Has anyone managed to add the bristuff patch to 
1.2.7.1 successfully?
My attempts has ended up bad, so if anyone has a 
working patchfile for 1.2.7.1 I would be grateful to receive it.

Thanks,
Vidar

___
--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


[Asterisk-Users] Autodial

2006-03-11 Thread Vidar



I'd like to setup an autodial that will do the 
following:
1. Firsttry callmy multiple SIP phones 
at my house - if no answer withinn seconds, try my mobile phone. 
Alternatively call bothSIP phones at home +mobile at the same 
time.
2. Once someone answer in step 1 (on any phone) 
initiate calling to a specific phone number/extension

Currently I have it working except that in step 1 I 
can only get the .call file to dialone single phone (doesn't seem like 
 is working in the call files). In between step 1 and 2 Iwould also 
like to addsome background playback.

Does anyone have a suggestion how I can accomplish 
this?

Thanks,
Vidar
___
--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] Autodial

2006-03-11 Thread Vidar



Actually I found the solution when trying one last 
time to search for some information to help me out.
Solution is to put in LOCAL/0001 (for example) as 
the channel parameter in the call file - and then have this extension registered 
in the dial plan with whatever further dial commands necessary.

--
Vidar

  - Original Message - 
  From: 
  Vidar 
  
  To: asterisk-users@lists.digium.com 
  
  Sent: Sunday, March 12, 2006 12:21 
  AM
  Subject: [Asterisk-Users] Autodial
  
  I'd like to setup an autodial that will do the 
  following:
  1. Firsttry callmy multiple SIP 
  phones at my house - if no answer withinn seconds, try my mobile phone. 
  Alternatively call bothSIP phones at home +mobile at the same 
  time.
  2. Once someone answer in step 1 (on any phone) 
  initiate calling to a specific phone number/extension
  
  Currently I have it working except that in step 1 
  I can only get the .call file to dialone single phone (doesn't seem like 
   is working in the call files). In between step 1 and 2 Iwould also 
  like to addsome background playback.
  
  Does anyone have a suggestion how I can 
  accomplish this?
  
  Thanks,
  Vidar
  
  

  ___--Bandwidth and 
  Colocation provided by Easynews.com --Asterisk-Users mailing 
  listTo 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] mISDN and chan_isdn for 1.2

2005-11-24 Thread Vidar

This is how I just did it (finally):

### First grab the mqueue branch of mISDN to the folder which is hard-coded 
in the chan_misdn Makefile

mkdir /usr/src/mqueue
cd /usr/src/mqueue
cvs -d :pserver:[EMAIL PROTECTED]:/i4ldev login
(password: readonly)

cvs -d :pserver:[EMAIL PROTECTED]:/i4ldev co -r mqueue mISDN
cvs -d :pserver:[EMAIL PROTECTED]:/i4ldev co -r mqueue mISDNuser


### Patch kernel with mISDN
cd /usr/src/mqueue/mISDN
./std2kern


### (Recompile and install kernel with the usual capi/mISDN modules 
reboot)  ###



### Make sure you update your linux with the header files of mISDN (not 
doing this has cause me lots of head-ache and wasted hours)


cp /usr/src/mqueue/mISDN/include/linux/*.h /usr/include/linux


### Make mISDNuser

cd /usr/src/mqueue/mISDNuser
make


### Download and install chan_misdn

cd ..
wget http://www.beronet.com/downloads/chan_misdn/unstable/chan_misdn.tar.gz
tar zxf chan_misdn.tar.gz
cd chan_misdn
make
make install
/etc/init.d/misdn-init config
/etc/init.d/misdn-init start


At last I configured mISDN using instructions available in README and in 
various web sites ###

That includes...
* changing my card to NT mode in /etc/misdn-init.conf
* modifying /etc/asterisk/misdn.conf
* modifying /etc/asterisk/extensions.conf
* make sure the module loads in asterisk /etc/asterisk/modules.conf
* Start asterisk

Regards,
Vidar

- Original Message - 
From: John Martin

To: asterisk-users@lists.digium.com
Sent: Friday, November 18, 2005 8:04 PM
Subject: [Asterisk-Users] mISDN and chan_isdn for 1.2


Hi All,
 Can anyone recommend a version of mISDN and mISDNuser (dates of CVS or 
archive held on someone's server) that will work with the chan_isdn in 
Asterisk 1.2.


Many thanks.

John
www.AuPix.com




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

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 


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

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] Re: Best drivers for HFC-S ISDN cards

2005-09-26 Thread Vidar
Can anyone get zaphfc to work with CVS HEAD? The version currently available 
from Junghans (f) is against CVS HEAD as of 2005-05-29 - it doesn't patch 
very well on the latest CVS HEAD.


--
Vidar

- Original Message - 
From: Stefan Tichy [EMAIL PROTECTED]
To: 'Asterisk Users Mailing List - Non-Commercial Discussion' 
asterisk-users@lists.digium.com

Sent: Monday, September 26, 2005 4:54 PM
Subject: [Asterisk-Users] Re: Best drivers for HFC-S ISDN cards



On Mon, Sep 26, 2005 at 02:23:04PM +0100, Chris Bagnall wrote:
It seems that HFC-S cards can be connected with asterisk in a few 
different

ways - isdn4linux, mISDN, chan_capi or zaphfc.


mISDN (kernel modules and user lib) is used by chan_misdn and
chan_capi. vISDN might be another option.



I've tried isdn4linux (severe
echo, reproducable on every inbound call) and zaphfc (intermittent echo,
disappears within about 30 secs of the call starting).


There are some Audio Quality Tuning Options for zap channels.


What's the recommended way to hook up these ISDN cards? Is switching to 
capi

or mISDN likely to remove the echo problem completely, or is this one of
those things one has to accept?


chan_misdn, chan_capi (echosquelch) and vISDN include a very basic
echo cancellation or non echo cancellation. IMHO bristuff is the best
(least worse) choice. chan_modem/isdn4linux will cause additional
delay and will itensify the echo problem.


Do not use reply if you want to start a new thread. The header
In-Reply-To: is used by thread-aware mail clients even if the
subject has been changed.


--
Stefan Tichy   [EMAIL PROTECTED]
___
--Bandwidth and Colocation sponsored by Easynews.com --

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 


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

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