Displaying 20 results from an estimated 4000 matches similar to: "AmooCon video recordings online"
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 Jul 13
1
#exec in #include'd file
Hi,
Is Asterisk supposed to evaluate #exec's in an #include'd file?
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 conference 2009 -> http://www.amoocon.de
--
2009 Jun 08
1
OT: Grandstream, call pickup, ...
Maybe it's just me, but I get the impression that Grandstream is
quite uncooperative.
We (and others) have asked them multiple times to make the call-
pickup code ("**") configurable but either they don't understand
the request or they're unwilling to do anything about it.
http://forums.grandstream.com/node/2848
http://forums.grandstream.com/node/709
Unfortunately their
2009 Jun 16
2
Update Caller-ID after Dial()
Can you confirm that currently there is no way to update the caller
ID via the manager interface once the B leg is ringing or connected?
Looks like this would be feasible with the functions introduced in
https://issues.asterisk.org/view.php?id=8824 ("[patch] Remote (called)
Party Identification - chan_sip & chan_skinny implementation").
Such functionality could be desirable in
2009 Feb 21
0
Where to find db1_dump185 in debian packages ? [SOLVED]
2009/1/30 Philipp Kempgen <philipp.kempgen at amooma.de>
> Olivier schrieb:
> > Here http://www.voip-info.org/wiki/view/Asterisk+database , you can
> read:
> > "Also, since it's a normal Berkely db1 (version185) file its contents can
> be
> > viewed/dumped with the standard *db1_dump185* tool. Thus db1_dump185 -p
> > /var/lib/asterisk/astdb will
2009 Feb 14
1
Progress() and Proceeding()
Hi,
The descriptions of Progress() and Proceeding() are really vague.
Progress():
---cut----------------
[Synopsis]
Indicate progress
[Description]
Progress(): This application will request that in-band progress information
be provided to the calling channel.
---cut----------------
Proceeding():
---cut----------------
[Synopsis]
Indicate proceeding
[Description]
Proceeding(): This
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 Feb 19
1
queue_variables() function
Hi,
Can somebody please shed some light on how to use the
QUEUE_VARIABLES() function?
The built-in help says
---cut---
Return Queue information in variables
[Description]
Makes the following queue variables available.
QUEUEMAX maxmimum number of calls allowed
QUEUESTRATEGY the strategy of the queue
QUEUECALLS number of calls currently in the queue
QUEUEHOLDTIME current average hold time
2009 Apr 27
0
SIP infrastructure
O boy. SIP infrastructure is so flexible that basically nobody gets
it right. :-)
You could easily have 20 different SIP network elements (/servers
/services). Even more.
And we get at least 5 new SIP-RFCs per day. They're all trying to
fix things which the previous specifications didn't address. :-)
Philipp Kempgen
--
AMOOCON 2009, May 4-5, Rostock / Germany ->
2009 Nov 29
3
Parsing custom SIP headers
Hi,
Just to be sure: Is there a dialplan function in Asterisk that
parses custom "name-addr"-style SIP headers for me?
If I wanted to do it right the syntax
name-addr *(SEMI generic-param)
is quite complex to parse in the dialplan using nothing but CUT().
It's so easy to make false assumtions about angle brackets (< >),
whitespace (LWS), quotes (") around the
2009 Jun 03
0
RES: RES: SIP Response 181 - Is it possible in A steri sk?
Hello Philipp and All,
My scenario is a bit different than the one I had explained before. I'm
sorry.
Let's suppose I have someone calling one of my Asterisk clients. This
asterisk client has CFB (Call Forward Busy) activated. The forward number is
a Voice Mail System, however is not a Asterisk's Voice Mail.
It is a third party Voice Mail System, that has a SIP Trunk with my
2009 Jul 26
2
Verbose() messages go unnoticed
Does anybody else have the feeling that custom messages
(Verbose(1,...)) do not stand out enough on the CLI?
We're sending messages like "Extension 123 is unknown" to the output
and that should tell the user why a call to 123 fails but users fre-
quently crank up the verbosity to 3 or 10 so our messages go unnoticed
in many cases.
My idea was to use terminal escape sequences to make
2009 May 20
0
dtmf=info and canreinvite=yes
Hi,
Sorry for this "newb" question (but maybe a newb question once in
a while is ok):
What's the current state about Asterisk handling DTMF features via
SIP INFO (dtmfmode=info) even when the media path has been reinvited
(canreinvite=yes) to go directly from one phone to another?
Somewhat related to this suspended issue:
https://issues.asterisk.org/view.php?id=14126
How widely
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 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 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 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 Feb 09
2
InUse&Ringing
Hello,
I'm just wondering if anyone has fixed the 'InUse&Ringing' problem.
* v1.4.23.1
Ta
2009 Feb 11
3
call forward all except the extension it is forwarded to
I would like to know if I can set Call Forwarding on an extension but allow direct calls from the extension it is forwarded to.
Example:
Extension 100 sets call forwarding (all) to extension 101.
All calls to 100 are immediately forwarded to 101 as expected.
However, if 101 tries to transfer a call to 100 or tries to call 100 directly, it sounds "busy" because it obviously goes into
2009 Feb 02
2
Invalid Extension
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CLI Output :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vicidialnow*CLI>
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from