Displaying 20 results from an estimated 3000 matches similar to: "Interview with John Todd"
2009 Aug 08
1
30 Great free Asterisk applications
Hi, I was looking round on the Internet and saw there was no definitive
list of free applications available for use with Asterisk, so I thought
I'd compile a list for you all. If there's anything that you know of
that is actively maintained but not in the list below, let me know (bear
in mind I'm not including distros or Asterisk packagings in this list).
Hopefully there are a few
2009 Aug 13
0
39 Free Softphones
I've written another round up article on soft phones that you can use
with Asterisk.
I've tried to omit any that required you to sign up before downloading,
or had time limits to usage etc.
There are a couple in there that actually have their own servers but may
be interesting nonetheless.
I also noticed while writing it up there's a version of Firefly for Mac
(beta) now.
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
Hi,
I noticed that asterisk manager interface will only accept the originate
commands in sequential order. For example, if I want to ring two extensions
through the AMI, and while first extension is ringing, AMI won't execute and
ring second extension until first extension has answered the call.
Anybody has any ideas as I had the same results even tested with telnet
commands to AMI interface.
2009 Sep 16
1
Connected Line ID for Asterisk 1.4
Hi,
We're using the Pickup app on a customer's site with Linksys phones.
Is there any way to display the callerid of the phone call you've picked
up in 1.4?
I assume (rightly or wrongly) that this is connected line ID.
Basically, the phones are displaying 79 on the screen (the number the
dial for pickup) - as you'd expect, but they'd like to see the CID of
the person who
2009 Sep 11
2
No 64 bit binary for Fax for Asterisk
Hi,
Last night I was working on trying to get Fax for Asterisk installed.
I followed all the instructions, but noted that the download selector
only provider an X86 32 Bit binary.
The machine I'm using is:
2.6.26-1-amd64 #1 SMP Fri Mar 13 17:46:45 UTC 2009 x86_64 GNU/Linux
Consequently, on load it presents an error:
[Sep 12 10:25:35] WARNING[31306]: loader.c:368 load_dynamic_module:
2010 Mar 18
3
Free Daily Asterisk News iPhone and iPod Touch app
Hi all,
I've released another free app for the iPhone and iPod touch - this one
lets you read the Daily Asterisk News.
Hope you enjoy it :D
http://www.venturevoip.com/news.php?rssid=2371
--
Cheers,
Matt Riddell
Managing Director
_______________________________________________
http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/exchange.php (Full ITSP
2010 Feb 22
2
Free iPhone Asterisk Function and Application Reference
Hi all,
I've uploaded a free app for the iPhone called AsteriskRef to the Apple
AppStore.
This allows you to lookup applications and functions using your iPhone
or iPod touch so you don't have to jump out of extensions.conf or open
another terminal tab.
It currently supports applications and functions from Asterisk 1.4, but
I'm adding 1.6 and trunk at the moment.
It currently
2004 Nov 25
1
Interview with Mark Spencer
Hi,
Just thought I'd let everyone know of our latest interview - this time
with Mark Spencer - the creator of Asterisk.
--
Cheers,
Matt Riddell
_______________________________________________
http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
2015 Jun 28
1
Branch based on call volume
?I meant how many calls are in progress on a particular trunk. (Sorry - I didn't even think of the other interpretation).
________________________________
From: asterisk-users-bounces at lists.digium.com <asterisk-users-bounces at lists.digium.com> on behalf of Matt Riddell <lists at venturevoip.com>
Sent: Sunday, June 28, 2015 9:26 AM
To: Asterisk Users List
Subject: Re:
2015 Apr 28
0
adding area code
this code worked for me,
here is what I did and worked for me:
exten => 1381+NXXXXXX,1,Set(CALLERID(number)=3817383444)
exten => 1+NXXNXXXXXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80)
Thanks for you help!
On 04/27/2015 02:56 PM, Matt Riddell wrote:
>
>> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com
>> <mailto:motty.cruz at gmail.com>> wrote:
2015 Apr 27
2
adding area code
> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com> wrote:
>
> forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS.
>
> Thanks,
>
>
> On 04/27/2015 02:38 PM, Motty Cruz wrote:
>> here is what I have:
>> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381)
>>
>> exten =>
2016 Nov 23
2
Subscribe to events via ARI from node.js without sending to Stasis
Hi,
I'm writing a node.js backend to pass events via a websocket to a CRM.
Basically what I want to do is notice when things happen (i.e. new channel, new bridge etc) without sending the channels to the Stasis app.
The channels I'm interested in are agents who are in a queue only because they are in a realtime MySQL database for the queue_member_table.
There doesn't appear to be a
2015 Jun 18
0
setting outbound caller ID
> On 18Jun, 2015, at 13:44, Greg Woods <greg at gregandeva.net> wrote:
>
> I am certain that the old number that is showing up as my caller ID is not present in any of my config files (that includes sip.conf and iax.conf, everything in the /etc/asterisk directory has been checked).
Did you buy the number from your carrier? Maybe it?s set on their side for the trunk.
--
Cheers,
2015 Jun 18
0
setting outbound caller ID
> At any rate, if I can figure out the right way to set the caller ID explicitly, and assuming they honor it if I do, then none of this will matter.
Ok, so just do exten => s,n,Set(CALLERID(all)=?Greg? <5551234>)
https://wiki.asterisk.org/wiki/display/AST/Function_CALLERID
--
Cheers,
Matt Riddell
_______________________________________________
http://www.venturevoip.com/news.php
2015 Jun 28
0
Branch based on call volume
> On 27Jun, 2015, at 15:34, Michelle Dupuis <mdupuis at ocg.ca> wrote:
>
> Is there a simple way to get call volume from a particular trunk within the dialplan (for conditional branching)?
Do you mean large number of calls or how loud the call is?
--
Cheers,
Matt Riddell
_______________________________________________
http://www.venturevoip.com/news.php (Daily Asterisk News)
2009 Aug 12
3
Asterisk + CDRTool
Hello
Anyone who have already use/configure Asterisk with CDRTool ?
Or maybe can suggest another CDR GUI ?
regards.
Harry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090812/e3e9e675/attachment.htm
2009 Sep 23
4
International Numbering plan ?
Hi
anyone know where i can find all internatinal numbering plan in csv and
for free or small price ?
thanks
Jpc
2008 Oct 11
1
Asterisk 1.6.1 + openais
Hello,
I followed the steps by Russell*
http://www.venturevoip.com/news.php?rssid=1980*
and I got it working for publish_event only. As soon as I add
subscribe_event, Asterisk doesn't start and I just get the following
message:
*Oct 11 6:38:04.340485 [CLM ] nodeget: trying to find node ffffffff*
I have no idea what's wrong. There is not very much information about this
issue.
Where
2014 May 02
1
Other Allison prompts?
I was wondering whether there are any other collections of Asterisk-
compatible prompts recorded by Allison, that people might have kindly
made available for free download.
I found mention of some in an article at http://www.venturevoip.com/news.php?rssid=2690
but the links referred to on www.asterisk.org appear no longer to exist.
I already have the core- (good quality) and extra- (poor
2009 Sep 23
3
Bringing people into a conference
G'day all, I'm using Asterisk 1.4 and am trying to work out a way to bring
people into a conference call. In the ideal scenario two people would be
talking and one of them would push some keys, then a phone number and then
the three of them would be in a conference. From there they should be able
to bring in other people as well.
This seems to be what the Asterisk n-way call HOWTO