Displaying 20 results from an estimated 5000 matches similar to: "Kind of Computer to use"
2006 Dec 07
7
Running Asterisk on a Home rotuer
Hi list,
Can anyone who has successfully ran asterisk on a home router please give me the modell number as well as how they did it ?
Thanks.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061207/92c7f946/attachment.htm
2006 Dec 27
3
Polycom 601 Contacts List
Good morning,
I have a Polycom 601 with two side cars. I created a list of contacts in XML and it shows up on the side cars exaclty how I set it up in the XXXXXXXXXXXX-directory.xml file (in the order that I wanted it etc.). However when I hit the directories button and then contact directory I see the list in alphabetical order based on the last name. I want it to show up in this list as well in
2006 Nov 12
3
Determine if Call is from a cellular phone
Does anyone know if there is a way to get a DB or any other means to see if I can see if a call is coming from a cell phone or not. If I am able to see if it is cellular or not is there any way to see aprox. what area the phone is in (I know this wont be simple but would it work if I have an agreeement with the cell phone companies) ? This is for the US.
Thanks.
Dovid
-------------- next part
2007 Jan 09
2
Attatching VM via email for more than one user
Hi List,
I am using asterisk 1.2.14 with real time and I am trying to send the email to more than one email address. In that field I put in user1@domain.com;user2@domain.com. When the call goes to VM I see in the CLI:
uniqueid => 17
customer_id => 0
context => techmast
mailbox => 14
password => 1234
fullname => Sales and Service
email => user1@domain.com
email =>
2005 Jun 30
3
Computer to use
Hi,
Already posted once but I need more feedback. What kind of servers is everyone using for asterisk and what problems have you ran in to ? Thanks.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050630/dd52bf35/attachment.htm
2007 Sep 18
3
Interesting Conference Request - Can this be done ?
Hi List,
I have a client that has an interesting request. He wants to have people call in to a conference room and all be able to talk however they should not hear each other. There should be admin access to for one user to call in and be able to listen in to everyone that is talking (they may want this admin to be able to talk to).
Any ideas ?
Thanks.
Dovid
-------------- next part
2008 Jun 01
5
New faxing protocol. Good/Bad ?
Hi List,
I was thinking the other day that even with T.38 there are still some issues with faxing. I was thinking of a protocol that instead of just sending down the fax tones an ATA or "VOIP fax machine" would get the entire fax convert it into some sort of image and pass it down the line to the receiving end. I got the idea from RFC2833. Yes I know that fax machines send bit by bit and
2007 Apr 26
2
Changing Voice from Male to Female
Hi List,
I wanted to know if anyone knew of a way with asterisk to "switch the voice" of a caller from male to female or vice versa.
Thanks.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070426/2d483875/attachment-0001.htm
2007 Nov 26
1
OT: Best firmware for Linksys Router that is "SIP AWARE"
Hi,
I am currently playing with DD-WRT and I like it. I am looking for something that is more "SIP Aware". Anyone know one those that are out there ?
Thanks.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071126/eb28ce44/attachment.htm
2006 Oct 23
2
Digium vs. Sangoma
I don't mean to be a troll in any way shape or form. I was on IRC last night and I observed the following convo. below. What do you guys make of it ?
[02:14] <bkw__> Let me tell you how chidlish digium and Mark Spencer is. I walk into a restaurant with them all here at Astricon wearing my sangoma shirt and he asked me to leave.
[02:15] <Dovid> u serious ?
[02:15] *** mog
2019 Jul 31
3
Lightweight ODBC DB
Hi,
I am running several Asterisk boxes with realtime around the world. Does
anyone have a recommendation for a "light" db that would work with Asterisk
that would also allow replication between all sites (so if I add an entry
to one box it will work with the rest)?
TIA.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 22
1
Gen. Question
<RANT>
Funny your concerned about copyrights and moral issues regarding the
work of others.
One question you may want to ask YOURSELF is:
Why would I use as my email a copyrighted work followed by the
name of the Company that owns the copyright???
asteriskdigum@yahoo.com, Come on!! Who are you trying to fool? Are you
out for the fast buck, by having someone that thinks you work for
2006 Dec 03
1
RTP Media Path
I know this has been asked before and I went over the wiki but I have not been able to come to a clear answer.
1) If I have SIP Provider ----> Asterisk -----> ATA and vice versa (ATA -----> Asterisk ----> SIP Provider) from what I understand if NO NAT is being used then asterisk just starts and stops the session however the RTP media stream will be passed directly from the SIP
2007 Jun 21
1
AudioCodes Gateway and Asterisk
Hi List,
I am trying to call from my asterisk box (1.2.18) to and audiocodes MP114. I keep getting an error from asterisk of -- Got SIP response 415 "Unsupported Media Type" back from XXX.XXX.XX.XX. Both box's are set up to use G729. Anyone have a hint as to what it may be ?
Thanks.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Oct 14
1
Issue playing high quality white noise
Hi,
I have a client that wants a phone system that will play sounds from a
sleep machine. I tried using all different formats (GSM, WAV, WV49,
MP3 etc.). Over SIP it was OK however with the PSTN it broke up from
time to time. I assume this has to do with the fact that the PSTN is
limited to 8khz. Is there something I am missing here or is this
simply a limitation of the PSTN?
Regards,
2006 Oct 19
2
Polycom boot error
I am having the same issue as below. Has this issue been solved or
does anyone know an answer? This error recently began and we have
multiple phones out of commission. PLEASE HELP!!
http://lists.digium.com/pipermail/asterisk-users/2006-August/162841.html
How did you find out about 468*??? It's sure as poop not documented in
the Polycom Admin Guide anywhere.
-----Original Message-----
2019 Apr 19
2
Forking AGI or GoSub
In PHP something like:
$pid = pcntl_fork();
if ($pid != 0) {
// we are the parent
// do parent stuff
exit;
}
// we are the child, detatch from terminal
$sid = posix_setsid();
if ($sid < 0) {
die;
}
// do child stuff
On 04/19/2019 02:00 PM, Mark Wiater wrote:
> On 4/19/2019 1:49 PM, Dovid Bender wrote:
>> Mark,
>>
>> I am using PHP agi and when forking
2019 Aug 01
4
Lightweight ODBC DB
Glenn,
I can't use MySQL as each node currently has MySQL however there is a lot
of data that is stored locally on each box. I may have to take this route
if I can't find something else but that would mean syncing all sorts of
data that does not need to be synced.
On Tue, Jul 30, 2019 at 10:03 PM Glenn Geller (VDOPh) <ggeller at vdo-ph.com>
wrote:
> Hi Dovid,
>
>
2016 Mar 31
2
Lost outgoing SIP packets
Hi Roel
Just guessing: do you have conntrack enabled?
If not, "modprobe nf_conntrack_netlink" (you can remove it and its dependencies
later)
What are the outputs of
sysctl net.netfilter.nf_conntrack_count
and
sysctl net.netfilter.nf_conntrack_max
when the problem shows up?
cheers
Ethy
On Thu, 31 Mar 2016 12:17:12 +0000
"Dovid Bender" <dovid at telecurve.com>
2005 May 11
12
Snom 360
I am having major problems with the first run of Snom 360s that rolled
out last month.
I am working with the US vendor and they in turn are working with Snom
but I wanted to see of anyone else was using these or having issues with
them.
Issues:
Speakerphone/Hands Free volume spikes up and down during a call. You
have to manually set the volume during every call. This makes it totally
unusable.