Displaying 20 results from an estimated 2000 matches similar to: "Soundcard necessary on an asterisk server to get output of playback()??"
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
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 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
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
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 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 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
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
2007 Oct 21
1
Sometimes echoes & Asterisk sometimes 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 we
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 =>
2008 Jan 01
4
zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
Hi,
Before I report a bug on http://bugs.digium.com, I
would like to know if someone is seeing the same error
message.
Personally I am not using wctdm24xxp but other modules
such as wcte12xp and wctdm. The latter modules load
fine and are compiled with pci_register_driver as
expected.
The only module that seems to require the deprecated
function pci_module_init is wctdm24xxp.
Is this normal?
2008 Jan 02
4
Lamps on Snom phones
Hello
Happy New Year to all!!
I've just completed porting from Asterisk 1.2 to 1.4. I did this by
doing a clean install on a new box, and moving over configuration and
scripts where needed. All went surprisingly well!
Anyway, one lingering issue is that the function key "lamps" on our Snom
phones have all stopped working! We're using a mix of Snom 290/320/360
phones and
2008 Mar 05
5
C compiler cannot create executables when building zaptel
When attempting to build zaptel I get the following error:
configure:2184: error: C compiler cannot create executables
vi config.log
configure:2066: $? = 0
configure:2073: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release
2006 Jan 29
10
Web interface
I was searching thru the internet and I found a wide variety of different
web interfaces for asterisks
I was curious which one is best suited for asterisks. Thanks
2009 May 26
3
Silly (??) question about chan_dahdi
Hi,
these are my first steps with DAHDI and I finally managed to get
asterisk to load chan_dahdi (after I found out, that I need libpri).
But how do I tell chan_dahdi on which isdn numbers it should react? I
haven't found a parameter like "incomingmsn" for chan_capi in the
documentation.
Thanks for your help,
Stefan
2006 Apr 19
2
Unable to allocate socket: Too may open files
Hello,
we are curently benchmarking an asterisk system
1034 sip users are logged into this system and the test software is
trying to establish 400 concurrent calls.
In the CLI I see the following messages:
Apr 19 14:20:51 WARNING[4045]: rtp.c:911 ast_rtcp_new: Unable to
allocate socket: Too many open files
Apr 19 14:20:51 WARNING[4045]: acl.c:306 ast_ouraddrfor: Cannot create
socket
Apr 19
2006 Jan 31
7
Interface card for Euro-ISDN (BRI)
Hi,
I'm looking for an interface card for termination of Euro-ISDN2 (BRI)
lines.
That is ISDN lines from the telco into my Asterisk box.
Any recommendations, good/bad expiriences ?
At present I'm looking at cards from BeroNet and Junghanns.
Cheers,
John
Faroese Telecom
2006 Jan 24
4
which gui for asterisk on web
Hi there,
I want to use asterisk for sip comminication with max 1000 users
Which gui shuld i use for adding users and managing asterisk?
I tried AMPortal, it added extensions to mysql but asterisk did not find
users i added
? installed asterisk 1.2.2 on FC4
Toygun