Displaying 20 results from an estimated 20000 matches similar to: "DAHDI, and 64 bit machine"
2009 May 17
4
Can YOU find a trailing parenthesis?
On 1.6.1, I must be losing my eyesight:
[internal]
include => outbound-pstn
.............
include => meetme ; 2663
include => setup-meetme-conf-room ; 6000xxxYYYY
[setup-meetme-conf-room]
exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
........
CLI:
-- Starting simple switch on 'DAHDI/1-1'
[2009-05-17 14:54:49]
2008 Dec 21
6
Asterisk and Dabatase
Hi All;
Anyone knows if there is an Asterisk version that setup can be stored in Database instead of the configuration files (.conf)?
Any advise?
Regards
Bilal
2009 May 22
1
/etc/asterisk/startup.d
Does anybody think it would make sense for /etc/init.d/asterisk
to run /etc/asterisk/startup.d/*.sh on start like safe_asterisk
did?
Philipp Kempgen
--
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
Videos of the AMOOCON VoIP
2009 Oct 04
9
Zaptel problems on SUSE 9.3
Hi
My asterisk output is:
chan_sip.so => (Session Initiation Protocol (SIP))
Asterisk Ready.
-- Registered SIP '201' at 192.168.0.55 port 33906
-- Saved useragent "X-Lite release 1011s stamp 41150" for peer 201
-- Executing [907768385144 at default:1] Dial("SIP/201-083e75c0",
"ZAP/g1/907768385144|60") in new stack
[Oct 4 11:54:27]
2009 Jan 25
2
monitoring SIP connection
with dahdi I can monitor hardware cards with "dahdi show status".
I can then tell if a T1/PRI card goes into condition RED.
When I have a VOIP/SIP connection to lets say Call Manager
how can I monitor this connection?
Today I suddenly started getting "503 service not available" messages
when trying to use CCM to place a call.
It would have been nice to know ahead of time
2009 Jan 13
2
Zaptel & multiple kernels
Hi,
If I have multiple kernel sources in /usr/src, e.g.
linux-headers-2.6.26-1-686
linux-headers-2.6.26.custom.1
how does the Zaptel Makefile(?) know which one to pick?
Is it a good approach to compile the kernel first and then compile
Zaptel "manually" afterwards?
Or should I rather put zaptel in /usr/src/modules and use
fakeroot make-kpkg ... modules_image
in the kernel
2009 Jun 04
1
Asterisk eventually fails when connection dies
I have a single server running asterisk 1.6.0.8 with a few sip voip providers
and a tdm card for redundancy. It has a caching name server and the sip providers
are hard coded in the hosts file.
When the internet connection dies, it fails over to the dahdi channel as it
should, but slowly the sip phones loose registration and the incoming dahdi
channel can still answer the incoming call, but it
2009 Jul 22
3
CallerPres SIP headers Analog Phone
hello all...I have been trying to get a handle on CallerPres with an
analog handset. I have usecallingpres=yes in my chan_dahdi.conf file
and when I dial *67 on my analog handset I see Disabling Caller*ID on
DAHDI/4-1 but when the call is then forwarded to my outbound SIP
provider the RPID header is not correct privacy=off;screen=no instead
of full and yes how can I correct this?
2009 Jan 27
2
Module res_odbc is not loading
Hi,
I have remove the comment defor res_odbc.so and res_config_odbc.so in my
modules.conf, but the module is still not loading
when I do:
module show like odbc
I have o module returned
anybody knows why?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090127/0963b5a4/attachment.htm
2009 Jun 11
2
In Dahdi: what we use instead of /sbin/ztcfg -vv
Hi All;
In dahdi: what we use instead of ztcfg -vv (that is existed /sbin/ztcfg -vv).
?
Regards
Bilal
2009 Apr 07
2
app_backticks and 1.6
Hello,
Is there any app_backticks (see
http://www.voip-info.org/wiki/view/Asterisk+cmd+Backticks) equivalent or
workaround for 1.6 ?
In the past, I had trouble trying to use ENV() function.
Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090407/966917a0/attachment.htm
2009 Jan 07
5
recommendation for German sound files
Hi!
http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international#German
lists a plenty of sound files for German.
Can someone recommend one for Asterisk 1.4 (any maybe 1.6 soon).
thanks
klaus
2009 Jan 11
2
asterisk 1.4 with h323 for debian
hi to all.
Do you know if there is an asterisk 1.4 package with h323 support for debian?
I've found this http://packages.debian.org/etch/asterisk-h323 but has
asterisk 1.2.13.
Thanks to all.
--
/*************/
nik600
http://www.kumbe.it
2009 Jan 26
2
custom cdr userfiled
Dear,
I added new field to cdr table , named "service" and type varchar(20),
but in extensions.conf with the following command, nothing to be saved.
exten => _X.,1,Set(CDR(service)=OUT)
does asterisk support this ability ?
is any setting must be changed, before that ?
best
Mani
2009 Nov 10
2
Hangup
Hi, is it possible to hangup a channel from another channel?
I want to finish a call from another channel, but if I put
exten => h,n,HangUp(channelname)
it doesn't hangup... Is that correct?
Thanks,
_________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 24
7
Asterisk, SQL Database Update
Is there any method in Asterisk to enable the updating process
into another SQL database through entering IVR options during the call.
Thanks a lot.
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
2009 Feb 09
2
InUse&Ringing
Hello,
I'm just wondering if anyone has fixed the 'InUse&Ringing' problem.
* v1.4.23.1
Ta
2009 Mar 04
5
AEL2: If-then-else not permitted in Switch-Case
I just want to confirm but it seems that if-then-else is not permitted
in case structure.
It was not really documented but it seems to be the case.
Can anyone confirm?
switch(${DIALSTATUS})
{
case NOANSWER:
{
// if-then-else not permitted
If (${ael-var} = 1)
{
Playback(beep);
2009 Jun 02
2
SIP Response 181 - Is it possible in Asterisk?
Hello all,
I have being trying to replicate the following call scenario with my
Asterisk box: http://www.tech-invite.com/Ti-sip-service-8.html
<http://www.tech-invite.com/Ti-sip-service-8.html>
I have a situation that I have to notify the calling party that the call is
being forwarded to another number. So far, in the tests that I made, calling
from a SIP extension to another SIP
2009 Jan 13
9
FWD and Asterisk
I have an account with FWD and I have configured my SIP.conf with
[fwd]
type=friend
secret=password
username=901835
host=fwd.pulver.com
But when I am trying to dial out my own DID , I dont see any call landing in
asterisk.
In extension.conf (vicidial) file I have
exten => 2062036895 ,1,Ringing()
exten => 2062036895 ,2,Wait(1)
exten => 2062036895 ,3,Answer()
exten => 2062036895