similar to: VAD in Asterisk ?

Displaying 20 results from an estimated 300 matches similar to: "VAD in Asterisk ?"

2003 Nov 14
3
Fax over SIP alaw/ulaw
Should I expect a standard fax machine connected to an ata-188 connected to an asterisk server, connected to a pri fed from a cisco 7206vxr to work correctly? It needs to have a standard fax machine, receiving and emailing it won't be acceptable. Thanks dave -- Dave Weis "I believe there are more instances of the abridgment djweis@sjdjweis.com of the freedom of the
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
When I try to connect to * using a Cisco ATA 188 configured with a MGPC firmware (v3.1.1), I just keep getting this message every 30 seconds or so : May 10 10:08:21 NOTICE[7913]: chan_mgcp.c:1509 find_subchannel: Gateway '192.168.1.27' (and thus its endpoint '*') does not exist Using tcpdump, I have checked that the ATA188 (with IP 192.168.1.27 and port 2427) sends UDP packets to
2003 Jul 07
1
three way calling and cisco ata 186
I use cisco ATA 186 ( Version: v2.16 ) with sip protocol and asterisk as pbx. I need feature called as 'three way calling' or 'transfer with consultation'. Registering,calling and 'blind transfer' work fine. Is this feature provided by sip clients or by asterisk itself ? What I have to configure in ATA and what keys I have to press on my phones ? Three way calling is
2004 Apr 15
1
ATA 188 and fax
Hi, Does anybody have ATA 188 working with any kind of fax machine? I've tried many different configuration following the Cisco Online Manual and I couldn't get this working with Asterisk. I were trying do change the ATA Connect Mode and Audio Mode reading the (http://www.cisco.com/en/US/products/hw/gatecont/ps514/ products_configuration_example09186a00800d698e.shtml) and allowing
2003 Jul 17
1
ATA-186 software upgrade 2.16.1 - notes?
I see that there's now a 2.16.1 upgrade path for Cisco ATA-186 devices, dated (variously) July 11 or July 14 2003. Here are some interesting bugs that claim to be fixed. Most notable is CSCeb17953, at least from my perspective, as I've hit this bug before. CSCea42480 The Cisco ATA ignores the Require:100rel header and processes call. CSCea69889 The Cisco ATA builds a 302 Moved
2004 Jun 20
7
Date Time Stamp with Caller ID
Where does the date/time stamp from Caller ID come from? On my extensions ATA188 and IAX2 soft phone the caller id date / time is 12/30 12:00AM. The Linux time is correct. SayUnixTime return the correct time. Any Ideas? Does this work? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Oct 24
8
SS7 signaling/Softswitch
I'm confused a bit about the following and was hoping to get some answers on this group - What is exactly implied when we say asterisk can connect to a PSTN. Does it mean connecting to the PSTN via PRI/T1/E1? If yes, then I assume asterisk does not need to do any SS7 signaling and all it does (playing the role of a PBX) is to connect to a Class 5 Switch at the CO. Is this a correct statement?
2003 Dec 05
3
MGCP IADs
Hi, For MGCP users. Is there any success stories with any MGCP IAD vendor. I?m trying to find an IAD which works with Asterisk. I?ve tried the Cisco IAD 2430 without success; but SIP on this IAD works but it?s limited (no authentication, no notify messages, etc) and with higher density IAD (16 or more ports) it?s nice to control using MGCP. Any information will be apreciated ! Thanks. --
2003 Oct 15
2
skinny problem
has anyone seen this? -- Starting Skinny session from 192.168.13.102 -- Starting Skinny session from 192.168.13.102 triton*CLI> Oct 15 13:44:05 WARNING[213019]: File chan_skinny.c, Line 2243 (get_input): Skinny Client sent less data than expected. Oct 15 13:44:05 NOTICE[213019]: File chan_skinny.c, Line 2301 (skinny_session): Skinny Session returned: Success Oct 15 13:44:05
2003 Nov 19
1
2 TE410P
Hi, Is there anybody in this list who had experience with two TE410 cards on a server ? I know that the cards can?t share IRQs and I?m seeing to have two cards on a x335 IBM Xeon server. TIA -- Juanjo sin .sig
2003 Oct 17
2
Polycom IP 600 phone
Hello, I have finally received the details from Polycom to get into the backend configuration of their SoundPoint IP 600 SIP VOIP phone. The phone is quite nice looking but the configs are very sparse, not even a place for a secret(password) field in their SIP registration section. If anyone else has one of these and needs the passwords to get into the back end configurations, just send me an
2003 Sep 15
4
Talking to other SIP hosts, wrong IP
As per my problem yesterday with the Cisco 7960 and getting it talking to Asterisk on a different subnet, I gave up trying and just put the Asterisk box back on the internal subnet. However, I made two changes: - the external IP address is set on an ethernet alias eth0:0 - the main Linux router will change outgoing requests from 10.1.1.2 to the external IP (rather than the default behaviour of
2003 Dec 03
2
Cisco IAD with MGCP
I repost a message I put a week ago: I have a Cisco IAD 2431 which has MGCP protocol; I cannot make it to work againts Asterisk; at least there is some MGCP conversation between them but when I offhook a phone attached to IAD I get no tone at all. As anybody managed to get working Asterisk against an MGCP Cisco gateway ? Which MGCP version should I use ? Also I recently
2003 Oct 08
4
asterisk & festival problem.
Hi, I?m trying to get app_festival to work. I got the source from the Debian woody package of festival-1.4.2 and applied the patch that came with * sources it applied fine; then I made the debian package and installed it. I have this on extensions.conf: exten => 6700,1,Festival(Hi there how are you doing ?) When I dial 6700 I hear nothing and then * hangups: -- Executing
2005 Feb 06
8
snom soft phone
Some of you might already know that we are releasing a new phone, snom 360. To make the phone well-known and stable, we have made a soft phone version out of it and offer it for trial or private use for free (for more details, see the license conditions). There are only few limitations to the phone. First of all, the audio subsystem will work only work with an acceptable quality if you are using
2006 Jan 18
2
SipAddHeader bug?
Hi, I'm using the new SipAddHeader application on Asterisk 1.2.1, here's a snip of my extensions: exten => _9XXXXXXX,1,SipAddHeader(P-Asserted-Identity: <sip:${CALLERIDNUM} exten => _9XXXXXXX,2,SipAddHeader(P-Asserted-Identity: tel:${CALLERIDNUM}) exten => _9XXXXXXX,3,Dial(SIP/${EXTEN}@${SIPTRUNK},,tT) exten => _9XXXXXXX,4,Congestion The problems is that Asterisk
2003 Oct 03
3
Message Waiting on Cisco 7940 does not work
I have a cisco 7940 with the following sip.conf config: [Desk1.1] type=friend secret=****** defaultip=192.168.1.14 insecure=no mailbox=102 callerid="Desk1.1" qualify=500 canreinvite=no context=extensions host=dynamic group=2 I do not get message waiting indicator (mwi) on this phone. Is the another .conf file invilved in configuring this function other than the mailbox=xxx in the
2003 Oct 18
6
Outgoing call to IVR not being "answered"
I don't know if this is a problem with my cisco sip IP Phones or asterisk but I thought I would post here in case someone else has experienced this issue. When I make a call from my SIP cisco IP Phone to some remote IVRs I never get the rest of my soft keys, only the "End Call" soft key, and also DTMF doesn't work... its like the phone is acting like the remote end hasn't
2006 Mar 16
0
SCCP problem with ATA188, Asterisk@home and chan_sccp
Hi, This is a message I already posted on the chan_sccp mailing list, but since this list has a lot of active members, I'm hoping someone might be able to help (And my problem is * related, so I guess it's ok if I post it here also ;) ). I'm trying to get SCCP ATA188s to run with Asterisk. The Asterisk box uses the latest Asterisk@Home image (Version 2.6). I have compiled and
2006 Jan 28
1
double ringing tone on asterisk 1.2 (workaround)
After reading a description of apparently the same problem by Juan J. Sierralta more detailed than mine "tuuu tuuu instead of tuuu" we've solved the problem changing the call progress tone of sip phones to something not udible.