Displaying 20 results from an estimated 1000 matches similar to: "Originate multiple channels"
2010 Jun 26
2
Detecting hook flash in asterisk
Hello,
Is it possible to detect a hook flash in asterisk. I want to be able to
perform some functions an hook flash.
I have the following entry in features.conf which executes a Macro on
detecting key press '**'.
[applicationmap]
test => **,caller,Macro,testflash
Is it possible to do this action on hook flash?
-------------- next part --------------
An HTML attachment was
2011 May 02
1
default context overrides context of peer
Hello,
I upgraded from asterisk 1.6.2.7 to asterisk 1.6.2.17.
I have context=defcontext set in sip.conf. For each peer I have
context=outcontext in the peer definition since I want outgoing calls
from registered SIP peers to go through context 'outcontext'. This
used to work in the older version (1.6.2.7), but after upgrading this
has stopped working. Now outgoing calls are going to
2010 Oct 18
5
Same extension registering over eth0 and eth1
Hello list,
I need to know how to deal with a redundant network with only one asterisk
server, which is receiving registrations from the end points on both of its
ethernet ports. This means extension 201 is registering both from eth0 and
from eth1.
Is there a way/software which can act as a middle man between asterisk and
the ethernet ports, and by default sends registrations to asterisk only
2010 Sep 11
8
No SIP requests coming in with Allow Anonymous SIP set to OFF - If set to ON it all SIP DEBUG show the requests just fine - Where is the problem?
Hi Everyone,
I have a provider whose DID used to come into the box just fine but recently
stopped working. Nothing has been changed on our end.
Here is what I get when doing "sip set debug peer PROVIDER":
Sending to 123.123.123.123 : 5060 (no NAT)
^^^^ That is ALL I am getting with sip debug turned on.
With Allow Anonymous SIP set to YES, then the call comes in properly and you
see
2010 Sep 14
9
Speech To Text on linux with asterisk
Hi,
Is it possible to record say 30 seconds of audio and then have LumenVox
convert to text ?
or any available tool open source for speech to text .
Regards
Dhaval
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100914/b56c3d9c/attachment.htm
2010 Aug 21
7
Opensource Speech recognition for Asterisk
Hi Everyone,
Has anyone got any opensource speech recognition software to work with
Asterisk? Please only list WORKING ones. Not the "theoretically" should work
ones!
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100821/4d11d6c0/attachment.htm
2010 Sep 20
3
Extension continues ringing after caller hanged up
Hi,
I use asterisk with sip3000 device with "sip-aho" connected to PSTN and
"sip-ahi" connected to a phone.
When call arrives from PSTN, the *phone continues ringing even after caller
hanged up*.
The dialplan contains the following lines:
[from-pstn]
...
exten => 99,n,Dial(SIP/sip-ahi,30,g)
exten => 99,n,Hangup()
The asterisk properly detects hangup of the caller as I
2005 Jun 05
2
Problem in the path for executables...
Hi,
I have a windows executable which I am trying to run in Linux using wine.
When I execute the command :
wine {ABSOLUTE_PATH}/file1.exe,
file1.exe runs many other executables internally, like file2.exe, file3.exe
and file4.exe.
Now when file1.exe is trying to run the other executables, it is not able to
get the path of the executables. I have the "PATH" enironment variable set
2010 May 26
2
Getting 'username' of sip peer
Hello,
I have a few entries for sip peers in sip.conf with different name and
username, like
[TestSIPUser]
type=peer
host=dynamic
username=testuser
secret=1234
context=test_context
[TestNewUser]
type=peer
host=dynamic
username=newsipuser
secret=3456
context=test_context
When a call is made from any of these peers I want to get the username
of the peer.
for eg:- If a call is being made from
2010 Jun 21
3
Create Conference and exit myself
Hi,
I am using Trixbox trixbox CE 2.6.2.3 (Stable) using Asterisk 1.4.22-4
I am looking for the following functionality:
``````````````````````````````````````````````````````````````````````````````````````````````
I receive a call from Mr. A.
I put Mr. A on hold.
I dial Mr. B
I connect Mr. A's call (which was on hold) to Mr. B and I get out of the
call.
Mr. A & Mr. B are in
2010 May 21
2
Using unix socket to connect with database
Hello,
I am using asterisk realtime with a postgresql database on the same server.
In res_pgsql.conf I have specified
[general]
dbhost=localhost
dbport=5432
dbname=asteriskdb
dbuser=psql
dbsock=/tmp/.s.PGSQL.5432
Since both asterisk and db are on same server, I would like asterisk
to connect to db using the local unix socket. However asterisk is not
using the local unix socket to connect to
2010 Jul 29
2
Registering 2 phone numbers to same router
Folks,
My isp's router limits registrations to only 1 phone number per interface
(i.e., by MAC Address).
I am struggling to get around this limitation.
In sip.conf, I have:
rt200ne=192.168.40.1
register => 3:password:username at 192.168.40.1/phone1
register => 4:password:username at 192.168.40.1/phone2
(where phone1 and phone2 are the phone numbers that I am trying to
2010 Sep 09
5
info about application not available asterisk 1.6.2.11
Hello list,
how come on my Asterisk 1.6.2.11, I have no help available ?!
asterisk*CLI> core show application Dial
-= Info about application 'Dial' =-
[Synopsis]
Not available
[Description]
Not available
[Syntax]
Not available
[Arguments]
Not available
[See Also]
Not available
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
2010 Oct 21
10
Asterisk 1.80-rc5
Just done a clean install of rc5 on a totally new machine and found the
following:-
/etc/init.d/asterisk start
errors on line 109 - there is no 0 before $VERBOSITY as in the other lines.
More interesting is that after make samples I have no iax2 available.
Dave Cotton
2010 Jul 24
4
getting some segmentation faults with 1.8
I downloaded the latest 1.8 (27922) but got some segmentation faults.
The first one was when it loaded cdr_odb, and so I changed menuselect
not to compile that one, but the second one was when it tried to load
chan_agent and so I stopped there to see if anyone else was seeing
this. The agents.conf is all commented out except for [general] .
Anyone know what is happening?
Thanks.
P.S. I deleted
2010 Oct 14
6
Audiocodes firmware
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="+1">Does anyone have links to the most recent audiocodes
2010 Oct 22
5
dials a trunk when off hook
How can I let asterisk immediately dials a trunk when off hook?
2010 Sep 16
4
one way audio for xlite clients behind NAT
I am having a one way audio issue with xlite clients behind NAT. They can
connect to the server and make calls but no audio is heard on the other
end.
my sip conf
[general]
context=default
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
canreinvite=no[tomfmason]
type=friend
secret=secret
callerid="Thomas Johnson" <XXXX>
host=dynamic
nat=yes
canreinvite=no
disallow=all
allow=gsm
2010 Oct 24
5
Integrating Asterisk 1.8 with Google Talk and Google Voice
Evening,
Has anyone seen a how-to on getting Asterisk to work with Google Talk
and Google Voice?
Thanks
2010 Oct 23
2
Just Take dCAP at Astricon?
Since it is Saturday evening (7PM EST) I am asking this on the list in case
someone who knows sees it and can answer.
Astricon is in my back yard for the first time, and I could hit you with a
rock. I would always like to attend, and spoke at the 2007 Astricon in
Phoenix but don't have the idle cycles.
Question: Can I just go to Astricon and take the dCAP exam only? In and
out? Cost?
I