Displaying 20 results from an estimated 10000 matches similar to: "Playback application"
2003 Apr 10
1
Problems compileing latest CVS
I'm getting the following message when I try to compile asterisk
DEBUG[1024]: File config.c, Line 653 (__ast_load): Parsing
/etc/asterisk/modules.conf
WARNING[1024]: File loader.c, Line 212 (ast_load_resource):
/usr/lib/asterisk/modules/chan_sip.so: undefined symbol: ast_pickup_ext
WARNING[1024]: File loader.c, Line 319 (load_modules): Loading module
chan_sip.so failed!
I totally deleted my
2003 Jun 20
1
More than one param to AGI
I'm starting to write an AGI script. I want to pass more than one
parameter to the script, but seem to be unable to.
extensions.conf:
exten => 85,1,AGI(/etc/asterisk/agi/args.agi,myarg1,myarg2)
args.agi:
#!/usr/bin/perl
print STDERR "FNORD prog = $0\n";
print STDERR "FNORD arg 1 = $ARGV[0]\n";
print STDERR "FNORD arg 2 = $ARGV[1]\n";
print
2003 Jun 13
2
Asterisk asterisk => statement
As I understand it (and my understanding is obviously incorrect) the
switch => statement sells the Asterisk box to resolve (aka lookup)
extensions by querying the remote Asterisk server defined in the switch
=> statement. The switch => statement is used to centralize dialplans.
I've not used the switch => statement yet, I'm just trying to understand
the ramifications of using
2003 Apr 12
0
Dial Plan Problems (also IAX)
I'm having problems with my dial plan.
I have the following in my extentions.conf:
[incoming]
;
; Incoming calls via the PSTN land here
;
exten => s,1,Answer
exten => s,2,DigitTimeout(5)
exten => s,3,ResponseTimeout(10)
exten => s,4,BackGround(dial-exten)
exten => s,5,Wait(15)
exten => s,6,Congestion
exten => s,7,Wait(10)
exten => s,8,Hangup
;
; Let incoming calls
2003 Jun 24
1
Problems with # and extensions.
I get the following message when I dial 74#. Does anyone have any ideas
on what might be going on? If I don't require numbers to be terminated
with # everything works as expected, but you have to wait for the digit
timeout, of course.
MESSEGE:
DEBUG[1150520624]: File pbx.c, Line 1683 (ast_pbx_run): Oooh, got
something to jump out with ('#')!
-- Invalid extension '#' in
2003 Aug 08
1
g729 problems
I'm getting the following message when I start Asterisk:
WARNING[1024]: File codec_g729b.c, Line 413 (load_module): Unable to
initialize va stuff: -1
Did I mess up the registration key or is something else wrong?
--Eric
--
BTEL Consulting
850-484-4535 x2111 (Office)
504-595-3916 x2111 (Experimental)
877-552-0838 (Backup Phone)
2003 Aug 06
2
FYI: G723.1 Licensing Prices
Licensing info for the G723.1 codec, direct from the holding company
that licenses the codec.
http://www.dspg.com/technology/LicensePricing.html
As you can see they want a LOT of money. This is why I doubt there will
ever be G.723.1 codec available fro Asterisk.
--
BTEL Consulting
850-484-4535 x2111 (Office)
504-595-3916 x2111 (Experimental)
877-552-0838 (Backup Phone)
2003 Aug 13
1
Receiving iaxtel calls
Is there any way on the iaxtel.com web site to see if my asterisk is
registering and what 700 number is associated with my iaxtel account? I
registered many months ago but never used it. My asterisk shows
registered, but I can't seem to receive any calls (callers get a the
user is not registered message)
--
BTEL Consulting
850-484-4535 x2111 (Office)
504-595-3916 x2111 (Experimental)
2003 Apr 28
3
LineJACK Compatability
It would be nice if Digium updated the hardware compatibility list on
asteriskpbx.org to indicate that the LineJACK can't be used for dialing
out. I've seen several people on IRC be burned by not knowing this.
--Eric
--
BTEL Consulting
850-484-4535 x2111 (Office)
504-595-3916 x2111 (Experimental)
877-552-0838 (Backup Phone)
2003 Jun 24
1
Distinctive Ring Macro Example
I use the following macro for my extensions. It only works with Zap
channels and assumes that any Caller*ID number that is 4 digits is an
internal call and all other calls are external calls.
Use like this: exten => 1234,1,Macro(std-exten,Zap/4,20)
[macro-std-exten]
;
; Caller*ID is 4 digits (internal call)
;
exten => s/_XXXX,1,Dial(${ARG1}r2,${ARG2})
exten =>
2003 Aug 12
0
RE: Asterisk-Users digest, Vol 1 #1033 - 7 msgs
Same thing. It will make sense to try
Register => <FWDnum>@fwd.pulver.com:<FWDpass>@fwdnat.pulver.com:5082
but in that case Asterisk sends
REGISTER sip:fwdnat.pulver.com SIP/2.0
which is not right. It should be sip:fwd.pulver.com but sent thru
fwdnat.pulver.com:5082
BR Borut
-----Original Message-----
Subject: Re: [Asterisk-Users] Using Asterisk with FWD through NAT
From:
2003 Apr 25
2
Packet8 New Area Codes and Rate Centers
I received a message from Packet8 last night telling me they added some
new area codes. I took a look at their new area code/rate center finder
page and it looks like the added a LOT of new area codes. They now have
phone numbers available in almost every state.
The URL for finding out which area codes and rate centers are available
with Packet8 is at http://www.packet8.net/about/areacodes.asp
2003 Sep 19
1
Aastra 390 w/ADSI - Doesn't automagically use "Asterisk PBX" script
I have an Aastra 390 ADSI phone. It's not locked.
I can call ADSIProg without a problem and it programs my phone. Calling
Voicemail2 also programs my phone.
However, in order for the VMail option to appear on the screen I have to
go into the Services menu, pick Asterisk PBX and pick Select.
Then the VMail softbutton appears on the screen, but any time I make a
call it goes back to the
2003 Jun 20
0
Specifying Allowed Codecs in iax.conf
What's the proper way to specify the allowed codecs in iax.conf? It
doens't like allow=ilbc,gsm but if I put two allow= lines, one for ilbc
and one for gsm it seems to always to want to use gsm.
--Eric
--
BTEL Consulting
850-484-4535 x2111 (Office)
504-595-3916 x2111 (Experimental)
877-552-0838 (Backup Phone)
2003 Nov 05
2
Ping AGI Demo
I have a ALPHA version of my new ping AGI demo available.
Access via:
IAXTel 1-700-923-3645
or
Dial(IAX2/guest@ext.fnords.org)
When asked for an extension, enter 2101. This will bring you to the
System Services menu. The Cepstral version of the ping is option 28,
the Festival version of the ping is option 32.
Please report problems and/or issues directly to me. I'm trying to get
2003 Sep 22
0
Example weather report AGI by Zip Code using Festival available
I have posted a link to the tarball of my rather simple AGI script that
allows a user to input a Zip Code (USA only) via DTMF and have the
current weather conditions spoken to them. This is the first release
and I'm sure it will have some bugs. It requires a few modules from
CPAN and the asterisk-perl AGI interface. It's a very small script.
Available at
2003 Sep 22
1
app_festival volume problems
I'm using app_festival to speak some text to callers. I'm having two
problems with this. The first is with IAX calls (I've not tried others)
the first few seconds of the speech is garbled. The second problem I'm
having is the the volume of the speech IS VERY LOUD. I tried putting
the following in the siteinit.scm but it didn't seem to make any
difference.
(set!
2003 Oct 08
4
asterisk & festival problem.
Hi,
I?m trying to get app_festival to work. I got the source from the
Debian woody package of festival-1.4.2 and applied the patch that came
with * sources it applied fine; then I made the debian package and
installed it.
I have this on extensions.conf:
exten => 6700,1,Festival(Hi there how are you doing ?)
When I dial 6700 I hear nothing and then * hangups:
-- Executing
2003 Apr 28
2
Zaptel compile problems
I'm sure this is a simple problem to fix. Does anyone know what might
cause these errors?
[eric@vulcan zaptel]$ make
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__
-DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer
-I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include
-I/usr/src/linux/include/net -DMODVERSIONS -include
2005 Jul 25
2
Re: Asterisk-Users Digest, Vol 12, Issue 171
The cheap ones on EBay won't work with the SC420 server. I have one and
can't make any of the clones work. I do have one TDM40B card for analog
stations that works well. The problem with the SC420 is that it won't let
you set the interrupts yourself and you end up with interrupts being shared.
===============================================================
Message: 26
Date: