Displaying 20 results from an estimated 31 matches for "hilli".
Did you mean:
hill
2008 May 21
1
T38 fax solution with Asterisk possible?
Hi,
I am looking for a very low cost way of receiving and sending T38 fax
reliably. Is there any possible solution using Asterisk as the PSTN SIP
gateay and Digium E1/T1 card? Is there other open source package that can
help to accomplish this purpose?
Regards,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Dec 26
2
Agent presence
Hi guys!
We have a call centre that has been moved across from an old Ericsson
MD110 PABX to an Asterisk server with those in the call centre using
X-Lite as their softphone.
I'm trying to get Agent presence configured so that X-Lite gives the
operators a visual indicator of their status - logged on, off and on
"pause". I'm using chan_agent for the agents, so agents are
2008 Oct 31
3
Call problems
I have a DID from IPKall.com which is forwarded to my asterisk box.
Then this extension should call my ip phone using Dial application.
Everything works fine, except when I pickup the phone, I can talk, the other
party can hear me, but I cannot hear anything the person says on the ip
phone.
Then after a couple of seconds, the call hangs up. I don't know why.
Here is the message I get:
2000 Aug 23
0
explicit header deps: patch
Here are some very small header patches to make header dependencies
less visible. If other developers would like to use cxref to produce
cross-referenced html source, I can post a Makefile to do this.
Sorry about not being able to send it as an attachment. You can
also get it at http://216.164.32.243/~kruus/vorbis/ for now, but my
net connection is slow.
'cxref' suits my purposes,
2008 Oct 08
1
make func_realtime work like app_realtime (1.6)
Yell at me if you will, but I hate func_realtime - it's not very usable nor
is it change-friendly (update your database and your dialplan completely
breaks).
I'm getting a new 1.6 box built out and working, and wanted to emulate the
functionality of APP_realtime somehow, so I started digging around in the
func_realtime source - here's what I came up with:
For 1.6.0, look at line 86
2007 Apr 22
0
Re: asterisk-users Digest, Vol 33, Issue 102
asterisk-users-request@lists.digium.com wrote:
> Date: Sun, 22 Apr 2007 19:38:04 +1000
> From: Rob Hillis <rob@hillis.dyndns.org>
> Subject: Re: [asterisk-users] Softphone that supports central
> provisioning?
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> <asterisk-users@lists.digium.com>
> Message-ID: <462B2CFC.50709@hillis.dyndns.org>
> Content...
2008 Jul 08
3
(announce) asterisk T.38 gateway
hi,
there is T.38 fax gateway for asterisk
http://bugs.digium.com/view.php?id=12931
please test it and report bugs
for people from
http://www.voip-info.org/wiki-Asterisk+T.38+Bounty
if you still want donate t.38 development please contact me at cervajs at
fpf.slu.cz
---------------------------------------
Marek Cervenka
=======================================
2006 Nov 08
1
Operating queues with clients on a legacy PABX
Hi guys!
I'm having one or two issues with queues hosted by an Asterisk machine
where the clients are on a legacy PABX - at least for the interim. I
fully expect most of these issues to be non-resolvable, but thought I'd
at least ask to find out if there is some way of working around the
issues. The legacy PABX is an NEC 7400 ICS connected to Asterisk via an
E1 ISDN link. Calls are
2008 Sep 01
2
Asterisk 1.6 beta
Hello users,
Can you share with me your experiences with Asterisk 1.6? Is it stable
enough for commercial service?
Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080901/d849d412/attachment.htm
2010 Mar 08
1
Time stamps
...re off by one hour. I double checked the times on the server and
they are correct. I also noticed that the files that are off by and hour
appear to fall within daylight savings time. Is this a common problem
with SAMBA and Windows, or is there something I have configured incorrectly?
--
Richard Hillis
23 Walnut Knls
Canton, MA 02021
/phone/ 781-562-1374
/fax/ 781-562-1374
2008 Feb 11
1
Realtime SIP peers - reloading cached info
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guys,
I've been working on a little dialplan fragment for roaming extensions,
however the customer wants us to set the MWI indicator for the roaming
extension that has just logged in. We're using MySQL realtime, so I've
figured out that RealTimeUpdate will happily update the realtime
database with the correct mailbox. My problem
2006 Oct 31
6
best gui
Good day
Im look at
http://www.voip-info.org/wiki-Asterisk+GUI
And I see there are a few GUI for asterisk
What do you guys prefer?
What is the best and simplest? Id like something that give me access to
backend for a little bit of customization
Thanks for you help and time
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 21
2
Qsig link
Hello all,
I need to conect an Asterisk with an Alcatel OmniPBX 4400 using an E1 port.
It is the first time I make this kind of connection and I do not know
exactly how to get it working.
Someone has experience with this kind of connection?
Could you paste a zapata.con and zaptel.conf files with QSIG configuration?
Any clue will be wellcomed.
Thanks
Voipcrazy
-------------- next part
2008 Jun 06
2
Bad ringback tone on zap channel
Hi,
I've noticed that sometimes instead of getting a regular ring tone
when calling out on a Zap channel, I get this obnoxious loud noise
which forces me to hang up.
Is this a problem in the Zaptel driver? I seem to recall that ringback
tones are generated by zaptel when dialing out from a SIP phone over a
Zap trunk.
Thanks.
2008 Apr 22
3
Parsing incoming extension till first @
Hi All
When I dial a number it reaches the asterisk switch as abc at xyz@123.com
what I need to do is to parse the abc and send it to my pstn gateway
as in
exten => _.,2,Dial(SIP/${EXTEN}@pstn.gw)
this does work but I do have a varying number of numbers before the @
exten => _.,1,Dial(SIP/${EXTEN:0:12}@pstn.gw)
Well can I use some kind of regular expression to take all numbers
before
2007 Feb 18
3
chan_sip.c:1968 create_addr: No such host:
I have followed all the install note for A2billing and have everything installed and configured and my asterisk works except the callingcard application.
Added the following
[callingcard]
; CallingCard application
exten => 777,1,Answer
exten => 777,2,Wait,2
exten => 777,3,DeadAGI,a2billing.php
exten => 777,4,Wait,2
exten => 777,5,Hangup
I am using 777 as the calling card
2008 Sep 04
1
How to check mailbox exists (Received SIP subscribe for peer without mailbox)
Hi,
I'm receiving this :
[Aug 28 02:25:16] NOTICE[5895] chan_sip.c: Received SIP subscribe for peer
without mailbox: 9163
I've read this :
http://lists.digium.com/pipermail/asterisk-users/2008-May/211701.html
I typed this:
asterisk -rx "reload"
asterisk -rx "voicemail show users"
... and got :
default 9163 john doe 0
This "default
2008 Jun 17
1
GXW 4108 asterisk configuration
Dear,
I'm having problems with the configuration of this gateway(GrandStream GXW
4108), I used the instructions from GrandStream but it doesn't work. Someone
has a good configuration for this gateway?
Thanks in advance,
Nelson
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Aug 11
1
Asterisk Realtime Unregister
Hi,
I'm running asterisk realtime, i had prob when a user does not
unregister properly.
I tested with SPA942 and a PAP2, when phone is registered, i call using
the SPA using x-lite no problem, but when i unplugged the power, it does
not unregister properly, so asterisk think SPA942 is still registered,
when i call using x-lite, asterisk tries to call it.so it gets stuck at
[Aug 11
2008 Mar 20
8
BLF and Snom phones
Hello,
I am having some troubles with Snom phones and maybe someone can help
me.
Let me say this: BLF and pickup works great with Polycomes and
Grandstream etc... So I think my problem might not be Asterisk related
but I am not 100% sure.
The snom phones subscribe to my extensions (hint priority) as expected.
The light blinks (ringing) or is turned on (in the call) as expected.
My problem is to