Displaying 20 results from an estimated 2000 matches similar to: "Problems compileing latest CVS"
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 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 Mar 09
16
Call Parking
Anyone having trouble parking calls? I haven't tried it in a while,
but it seems to have stopped working. If I dial 700, I get a invalid
extension. I have "include => parkedcalls" in the correct context, and
I can dial 701, which tells me no call is parked there.
Any ideas? Parking.conf is stock.
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 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 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 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 Apr 13
1
Playback application
What file formats does the Playback() application support? "show
application playback" does not say. I'm trying to playback a .wav file
and it's not working.
--Eric
--
BTEL Consulting
504-595-3916x2111 (Experimental)
850-484-4535 (Office)
877-552-0838 (Cell)
2003 Aug 27
1
sample configs / load module failure
Hi List,
I am trying to locate some detailed documentation and sample configs. I
downloaded and compiled Asterisk, and I haven't been able to find much
detailed docs on the config files. The distribution I compiled and installed
doesn't have any config files, and the handbook is good but doesn't cover
all of the configs.
Here's my specific problem, when launching Asterisk for the
2004 Jul 21
1
chan_capi-0.3.4b and asterisk last cvs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
i've installed asterisk by last cvs and i note
res_parking.c
is not anymore there; chan_capi-0.3.4b INSTALL file require:
in /etc/asterisk/modules.conf insert the line:
load => res_parking.so
load => chan_capi.so
running asterisk i get:
[app_capiCD.so]Jul 21 15:32:26 WARNING[1076988448]: loader.c:242 ast_load_resource:
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 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 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 04
2
chan_h323 problems....
I have had * installed for a couple of weeks now and am very impressed. I have got Zap, SIP and MGCP working and can call freely between them with just things like transfer still to sort out etc.
I then though I would add H.323 support to my working system, having read the previous threads on the subject before I installed I installed the pre-reqs
pwlib
openh323
gnugk for h.323 gatekeeper
2003 Apr 28
8
new cisco VoIP phones
Anyone know what model and what support the new $100 Cisco has?
http://biz.yahoo.com/djus/030428/1030001060_1.html
--
Steven Critchfield <critch@basesys.com>
2003 Aug 22
10
Intresting.. hrm
And it runs linux.
http://www.zip4x4.com/ZIP4x4.htm
Anyone seen one?
bkw
2003 Jun 28
3
Major format changes
I've made some major changes to the way Asterisk handles file formats.
I'd like feedback from people about any experience they have with these
changes. They *may* improve playback performance for people who have had
trouble with playback performance in the past.
Mark