Displaying 20 results from an estimated 342 matches for "damon".
Did you mean:
daemon
2006 Nov 17
11
wget from within asterisk?
What would be the simplest way to retrieve information form a CNAM
database that provides http based query responses?
Does an application or script already exist that does this?
Basically, I want to do a wget of a URL that contains the callerID
number as a variable, and assign the returned text to another variable
which can be used to set the caller ID name.
Any suggestions?
2005 Jun 13
9
SIP Listen to multiple ports
Hello all
I'm trying to get my asterisk config to listen to multiple ports. This
is since some clients have port 5060 blocked by their ISP.
Does anyone know how to do this in sip.conf or if it is even supported?
Thanks!
2006 Feb 23
9
auto provision of IP501 polycom
Has anyone been able to get the IP501 to discover the FTP server IP
address (via dhcp or dns) and download 100% of the config from a
provisioning server?
We are still having to touch each unit to enter the ftp server address
and password, as well as set many of the options that will not take from
the config file.
Have a sample config file you are willing to share?
What is required in
2006 Jan 14
11
accessing models from migrations
Ok, so now Users need to be associated with Organizations. I''ve
created a migration and added a ''organization_id'' column to the users
table. I want the default organization_id to be the first
Organization. So I have :default => Organization.find(:first). But
it''s complaining about not being able to find the constant
''Organization''.
Any
2006 May 11
10
MeetME Conferencing
...r and one for
the participants.
Participants get music until the moderator joins (to avoid wild,
un-moderated tangents).
Call is ended and all participants are kicked out when the moderator
leaves (or the moderator can kick everyone out via phone keypad).
Asking too much, or simple stuff?
Damon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060511/8b17f402/attachment.htm
2003 Sep 29
2
4.9-RC and bge
Recent SUP.
Installed on Dell PowerEdge 4600.
Getting tons of:
Sep 30 12:23:16 zige /kernel: bge0: gigabit link up
Sep 30 12:23:46 zige last message repeated 98 times
Also getting some TCP retransmits. This causes noticable delays in
pretty much everything I do now. Not a problem prior to the SUP.
I was on 4.8-STABLE before.
When pulling/replacing cables, it went into a mode where it would
2006 Jul 12
1
Dumping schema
All,
It looks like rake db:schema:dump does not dump primary keys.
I have some legacy table that don''t follow the convention ie pk = id
and
none of the primary keys for these tables are getting dumped...
Seems strange as this should be readily available from the db. I am
using
MySQL. Is anybody else seeing that ?
Incidentally how does one specify a primary key using
2005 Aug 29
3
How to use * and # as part of number indialcommand
...: Presentation Prohibited, Failed Screen
prohib : Presentation Prohibited, Network Number
unavailable : Number Unavailable
Have a look at this doc for more info on keypad protocol
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-156.pd
f
Damon
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Michel Koenen
> Sent: Monday, August 29, 2005 1:55 AM
> To: asterisk-users@lists.digium.com
> Subject: RE: [Asterisk-Users] How to use * a...
2006 Jan 25
20
* point to point t1 solution?
Can anyone point me to a reference or sample config for bypassing a
nailed up (point to point) t1 between two PBXs with asterisk and a pair
of t1 cards?
Right now I have 2 Nortel norstars connected to each other via a leased
line t1. I also have a solid 10mbps low latency microwave link between
the 2 sites.
My goal is to run an asterisk box at each end with a t1 card and
Ethernet card to
2006 Apr 18
6
T1 to cross connect remote PBX and asterisk
Looking for someone with a successful experience similar to this;
I have a need to cross connect a 3COM NBX PBX PRI interface to asterisk,
but over a long distance. We do not need any IP connectivity and the
solution requires G.711u audio so there is no benefit to using IP.
Has anyone here successfully cross connected any PBX PRI interface
expecting NI2 PRI signaling B8ZS/ESF with an
2005 Sep 16
11
wav instead of gsm for vm-sounds?
Is there a way to get * to use wav files instead of gsm files for the
voicemail, agents, and queues applications?
Gsm does not give all the quality we would like to have, and we use no
low bit rate codecs.
2005 Mar 28
2
AGI STREAM FILE command
...n managing the list at
> asterisk-users-owner@lists.digium.com
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Asterisk-Users digest..."
>
>
>Today's Topics:
>
> 1. RE: How to use multiple VOIP provider trunks (Damon Estep)
> 2. RE: Asterisk on a dialup connection? (Kerry Garrison)
> 3. Re: How to use multiple VOIP provider trunks (Tim Pushor)
> 4. Re: Comedian Voicemail Issues (Matias G.)
> 5. RE: How to use multiple VOIP provider trunks (Damon Estep)
> 6. How to park/transfer a call r...
2005 Aug 12
4
voicemail - 99 message limit
Anyone know how to override the 99 message limit in voicemail? (yeah, we
have a public VM that gets that many a day).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050812/1bff12e4/attachment.htm
2005 Oct 19
2
Test message
Just testing the list.
I see my messages going through, but didn''t know if anyone else was
seeing them.
Still having mind boggling problems with Lost MySQL connections.
Is no one else seeing this problem?
Thanks,
M Damon Hill
Project Manager
IFWORLD, Inc.
www.ifworld.com <http://www.ifworld.com/>
"..as we''re sung to sleep by philosophies that sing save the trees and
kill the children...." -- while you were sleeping (casting crowns)
_______________________________________________
Rails...
2005 Aug 18
4
options for mysql query from dialplan
...roviders WHERE npa = (digits 2 thru 4 of
dialed number) AND nxx = (digits 5 thru 7)
Then take the provider alias returned and
Dial(SIP/${EXTEN}@${provideralias},60).
Next step would be to add a loop for multiple providers, starting with
the lowest cost.
Any hints or comments from the pros?
TIA
Damon
2006 Jan 09
5
Paypal IPN - unable to access breakpoint during POST?
Hi all,
I''m trying to debug some code in my paypal instant payment notification
action.
Why can I not access the breakpoint placed inside the action that paypal
POSTs to? It just doesn''t find the server, but it works fine when placed
inside other actions.
I''ve appended the code to the end of this post.
Thanks everyone!
Tom
--
def paypal_ipn
notify =
2003 Nov 08
5
Eicon Diva Server 4BRI
Hi Everybody,
Has anybody tried the above (or indeed any other 4XBRI cards) successfully
with Asterisk. As far as I can see the above mentioned card is an active
ISDN card but supported by it's own I4L driver. This leads to interesting
questions particularly regarding echo cancellations (which usually doesn't
work on the cheap passive cards with one exception as far as I can see).
2004 Dec 13
4
Caller ID on Snom 190?
...ller id name, not number. I know
the number is transmitted from the Telco and received by * since the
number shows on the incoming call event at the * console.
We are not setting the caller id in the extensions.conf, simply passing
on what * receives from the PRI (via a single span Digium board).
Damon
2006 Mar 01
9
ajax doesn''t show at the right place
Hi,
I use link_to_remote to create a link to trigger an
ajax, things work fine, a new rhtml is created,
however, the newly created rhtml doesn''t replace my
old zone, it shows instead on top of my old
zone...Does someone know why???
my code is like
<table>
<tr><td colspan="2"><a href="#" onclick="new
Ajax.Updater(''zone1'',
2006 Apr 05
2
SIP Asterisk Polycom Reinvite
...here is a totally different issue I am
overlooking?
About 3 to 5% of all Polycom to PSTN via asterisk>SIP peer calls are
impacted.
I have not set the Polycom canreinvite=no yet, hoping to not have to do
that as the wan link is a t1 that is also used for data.
Thanks for any help!
Damon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060405/2169bee3/attachment.htm