Displaying 20 results from an estimated 2000 matches similar to: "Sometimes echoes & Asterisk sometimes connects too early"
2007 Oct 16
1
Echoes & Asterisk connects too early
Hello,
I have read the articles on echo cancellation
(http://www.voip-info.org/wiki/view/Asterisk), but couldn't find a
solution to my problem.
We are running Asterisk 1.4.12 together with an EICON DIVA SERVER BRI-2M
PCI (current driver from EICON) and some SNOM 300/360.
There are few clients where we recognize echoes on both sides when we
call them via ISDN.
With some of these clients
2007 Dec 05
8
Strange ISDN-problem with incoming calls out of the same city
Hi,
after I fixed my problem with the playback() application, I now have the
next strange one.
When I dial the number of our client, located in another town, I get a
connection to the asterisk server, I can talk to my client or listen to
his mailbox.
If some in the town of this client calls him, he gets the ISDN error
"service not available".
Out office is connected to he office
2007 Dec 03
4
Soundcard necessary on an asterisk server to get output of playback()??
Hi,
I' still fighting the problem, that I can talk from one SIP phone to
another, but I can't hear the output of the playback or similar
applications:
exten => 202,1,ANSWER()
exten => 202,2,PLAYBACK(tt-monkeys)
exten => 202,3,HANGUP()
When I dial 202, asterisk show the following on the cli:
-- Executing [202 at local:1]
2008 Oct 31
5
twice normal beep before busy tone ??
Hi,
I have a strange problem with our Asterisk installation. Outgoing calls
are handled by the following lines:
exten => _0[2-9]X.,1,Set(CALLERID(num)=09999403${CALLERID(num)})
exten => _0[2-9]X.,2,SET(CALLERID(num)=${IF($[ ${CALLERID(num)} =
0999940321]?099994030:${CALLERID(num)})})
exten => _0[2-9]X.,3,DIAL(CAPI/g1/${CALLERID(num)}:${EXTEN},180,tr)
exten =>
2008 Mar 05
4
Problem between Asterisk and an Aastra 57i
Hi,
I'm currently trying to connect an Aastra 57i to our Asterisk Server.
The strange thing is, that altough I have definitely entered the correct
IP address of the server, the phone doesn't even attempt to register.
Here is the configuration file (local.cfg) of the phone:
firmware md5: dee6e938b469e217a87138076f47fe41
boot count: 1
tone set: Germany
language 1: German
time server1:
2008 May 14
2
Setting CallerID UNKNOWN on an outgoing call
Hello,
on my ISDN phone I can configure that on the next outgoing call, my
telephone number should not be transmitted, instead it should be UNKNOWN.
How can I configure Asterisk to do the same? Is this a feature/parameter
of the driver (chan_capi) that I'm using?
BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any
difference.
Thanks for your help,
Stefan
--
2007 Aug 08
3
Siemens Openstage & Asterisk ?
Hi,
is anyone on the list using the Siemens Openstage phones together with
asterisk?
If yes, is it possible to use the programmable keys of these phones
together with Asterisk?
Thanks for any hints,
Stefan
--
********************************************
in-put GbR - Das Linux-Systemhaus
Stefan-Michael Guenther
Moltkestrasse 49 D-76133 Karlsruhe
Tel./Fax : +49 (0)721 / 83044 - 98/93
2008 Jun 02
1
Why doesn't Pickup() work??
Hi,
I'm using an Aastra 57i together with Asterisk 1.4.13. The 57i is
configured for call pickup as recommended by Aastra.
When the LED flashes, I press the corresponding button and the display
tells me "Call not possible". In the CLI is see the follwoing output.
Why isn't the call transfered to user2 and what does "No target channel
found for 31 mean"?
User2 can
2006 Jun 10
1
Voicemail records nonsense, but record() works (??)
Hello,
I have setup an Asterisk 1.2.7.1 system, with a working voicemail box:
/etc/asterisk/extensions.conf
exten => 83086921,1,Answer
exten => 83086921,2,Dial(SIP/stefan,5,r)
exten => 83086921,3,VoiceMail,u111
exten => 83086921,4,Hangup
exten => 83086921,103,VoiceMail,b111
exten => 83086921,104,Hangup
/etc/asterisk/voicemail.conf
[default]
language=de
111 =>
2008 Jan 13
2
Question about queues and the definition and agents
Paul wrote
>
>;Pause/unpause Queue
>exten => 424,1,PauseQueueMember(|SIP/${CALLERID(num)})
>exten => 424,2,Playback(unavailable)
>exten => 424,3,Hangup
>exten => 425,1,UnPauseQueueMember(|SIP/${CALLERID(num)})
>exten => 425,2,Playback(available)
>exten => 425,3,Hangup
>
Following your suggestion and a number of postings and articles I have
2008 Feb 15
0
Question about DIALSTATUS NOANSWER
Hi,
according to the wiki the value NOANSWER for the channel variable
DIALSTATUS means:
No answer. The dial command reached its number, the number rang for too
long, then the dial timed out.
In out dialplan we grap all these events with
exten => s-NOANSWER,1,Playback(sometext)
exten => s-NOANSWER,2,WAIT(1)
exten => s-NOANSWER,3,Hangup()
The dial commands for internal and external
2007 Nov 12
3
No sound from playback and voicemail
Hello,
I have a strange situation:
I can talk to other SIP phones and via ISDN to the outside, but I don't hear
playbacks or the voicemail messages.
Asterisk show in the cli, that the corresponding files are played, but I hear
nothing at all.
Here is as simple example:
[monkeys]
??? exten => 99,1,ANSWER()
??? exten => 99,2,PLAYBACK(tt-monkeys)
??? exten => 99,3,HANGUP()
The phone
2006 Jun 12
2
Bug in Voicemail ??
Hello,
I have setup an Asterisk 1.2.7.1 system, with a working voicemail box:
/etc/asterisk/extensions.conf
exten => 83086921,1,Answer
exten => 83086921,2,Dial(SIP/stefan,5,r)
exten => 83086921,3,VoiceMail,u111
exten => 83086921,4,Hangup
exten => 83086921,103,VoiceMail,b111
exten => 83086921,104,Hangup
/etc/asterisk/voicemail.conf
[default]
language=de
111 =>
2006 Feb 23
1
chan_capi-cm 0.6.4 random outgoing MSN problem
I've having a big problem after having upgraded to 1.2.4 and
chan_capi-cm 0.6.4
When making outgoing calls I don't seem to have any control over the CLI
that is presented to the called party -- it can be any one of the MSNs
allocated to the line, allocated on what seems to be a random basis.
This is on a BT Business Highway line (which is essentially an ISDN2e
line with two built-in
2006 Dec 07
1
Asterisk accepting calls to fast
Hi,
the german telco Colt Telekom has assigned the phone number block 56830-xxx to
one of our customers. In the diaplan we have setup extensions like the
following ones:
exten => 56830910,1,Answer()
exten => 56830910,2,Dial(SIP/bduerring,10,tr)
exten => 56830910,3,VoiceMail,u20
exten => 56830910,4,hangup
exten => 56830910,103,VoiceMail,b20
exten => 56830910,104,hangup
exten
2004 Dec 09
1
chan_capi question
Hi all,
I've finally taken the plunge and had isdn installed.
It's a BRI from Telewest in the UK.
I'm told by the provider that it's in point to multipoint mode with 6 digit
presentation.
I'm using an AVM fritz (bt speedway) with the fcpci-suse9.1-3.11-02 driver.
Chan_capi seems to be installed fine.
I can receive incoming calls. However, I can't call out.
When ever i
2006 Jun 29
4
Very bad quality with AVM Fritz!card PCI and chan_capi
Hi everyone,
I have Asterisk SVN-trunk-r7498 running for a few months and I'm quite
happy with it. However, I am experiencing a quality issue with my AVM
Fritz!card PCI which is used with chan_capi. When somebody calls me on
this line he hears a lot of noise and I hear "scratches" and "plops". It
is very annoying. Below is is my /etc/asterisk/capi.conf
I've tried to
2006 Jan 27
1
No IN and OUT on ISDN line at the same time?
Hi,
I like to forward an incoming call on an ISDN line to my mobile phone.
Since ISDN offers two channels, I thought that this should work, but Asterisk tells me, that there is no channel available.
There is no one else using this line, so guess I made a mistake in the configuration or it might not work for another reason.
Here's the CLI output , the capi.conf and extensions.conf. 83086921 is
2006 Jan 20
2
AVM C4, asterisk-1.0.8, /etc/asterisk/capi.conf
Has anyone a working /etc/asterisk/capi.conf example for Germany or
Switzerland using the AVM C4 - ISDN Card.
I try to connect asterisk to 3 wires BRI-ISDN (Swisscom).
I appreciate your help and it would save me a lot of time, figuring
it out by myself.
regards, Claudio
2007 Mar 22
1
chan_capi and only one B channel usable?
Hello list!
I have a Asterisk 1.2.10 running using the package from Backports.org
for Debian Sarge.
I have setup chan_capi (0.6.5 from Backports) and it seems that I am
only able to use on B-Channel.
When trying to place the second call I get:
CAPI INFO 0x34a2: No circuit / channel available
capi info shows:
Contr1: 2 B channels total, 1 B channels free
And capi.conf is:
[ISDN1]