Displaying 20 results from an estimated 1100 matches similar to: "NCS and asterisk"
2004 Oct 03
1
Asterisk + NCS patch
Hey, i'm trying to patch asterisk to work with ncs. I get this error:
root@fox:/Kit/openpbx/asterisk-1.0.0# patch -p1
<../conf_patches/ncs_dtmf_combined_v03.diff
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- channels/chan_mgcp.c 16 Jul 2004 21:22:55 -0000 1.60
|+++
2003 Apr 01
7
MGCP
Hi,
I picked up a router with 8 voice ports that supports MGCP, but it has
several options that I am not familiar with or do not seem apparent in the
mgcp.conf.
Enter the default IP address for the Notified Entity: [0.0.0.0]
Enter the listening port of the Notified Entity: [2427]
Enter the IP address for MGCP signalling (Data): [192.168.0.210]
Enter the local port for MGCP signaling (Data):
2004 May 03
1
Asterisk & MGCP / NCS
Hi everybody,
I have a MTA from Terayon that I try to make run with Asterisk using
MGCP channel.
The device is running with MGCP 1.0 NCS 1.0
Each time Asterisk try to send a Request (Request Notify, Audit
Endpoint....) the device returns error 510 "Protocol Error"
Does anybody have already meet this problem and provide me support to
make run it ?! (I have already try to change
2010 Sep 02
0
NCS - Cablemodem
Hi all, I am configuring asterisk in a cable modem network, using a
motorola TM401A.
I can make calls from the MTA but I can receive, display the following
error:
-- Executing [1500 at alberti:1] Dial("OSS/dsp",
"MGCP/aaln/1 at 0-13-11-82-bd-a.ssw.intercal.net|30") in new stack
[Sep 2 00:10:53] NOTICE[28062]: chan_mgcp.c:3572 mgcp_request: Asked to
get a channel of
2007 Mar 09
4
Adduser help
at
http://wiki.openpbx.org/tiki-index.php?page=Easy+route+to+building+OpenPBX.org
there is the following adduser command:
adduser --no-create-home --ingroup openpbx --disabled-password
--disabled-login openpbx
This does NOT seem to be the right format for Centos. So far, using
man, I have come up with;
adduser -M -g openpbx
What else do I need?
2007 Mar 06
0
Anyone working on Openpbx?
I am interested in getting Openpbx up on Centos.
The install information is at
http://wiki.openpbx.org/tiki-index.php?page=Getting+Started
And it is quite a bit beyond my current skills, so I am looking for some
one that has done it and can help step me through it.
I want Openpbx over AsteriskNow or Trixbox to get T.38 support.
2007 Mar 12
1
components for OpenPBX install
at:
http://wiki.openpbx.org/tiki-index.php?page=Easy%20route%20to%20building%20OpenPBX.org
A number of dependencies are listed, with a Debian slant.
I have found most of these in our standard Centos repos ( snarfed
spanDSP from trixbox repo).
But the following I have not figured out:
* linux headers for your kernel is this glibc-kernheaders?
* Libssl-dev
2004 Jan 22
3
MGCP w/8x8 DTA-310 and as5300 pstn gateway
Hello folks,
I'm trying to get an 8x8 DTA-310 running mgcp to work. I get no
dialtone & can't get it to ring. My mgcp.conf says:
;
; MGCP Configuration for Asterisk
;
[general]
port = 2427
bindaddr = 0.0.0.0
[172.16.2.25]
host = 172.16.2.25
context = default
line => aaln/1
And here's the interesting bits of extensions.conf:
[globals]
...
TRUNK=H323/BYEXTENSION@pstn_gw
...
2003 May 07
2
MGCP broken
hi all
I'm being spammed by these messages in the console (see below) and sound
doesn't work with today's cvs. I rolled back a week, and it works fine. In
addition to the sound problems, I had to enable inband dtmf squelch on the
dilnk mgcp phones. if not, each pressed key was counted twice
NOTICE[245776]: File chan_mgcp.c, Line 710 (mgcp_rtp_read): MGCP
ast_dsp_process
2004 Jul 31
3
MGCP & Cisco ATA 186 Help
Does anybody has the expirience configuring Asterisk with Cisco ATA 186
MGCP firmware ?
I have Cisco software v3.1.1 atamgcp (Build 040629A)
Asterisk 1.0-RC1
On ATA i only put domain test.
mgcp.conf looks like this
[test]
host = 192.168.195.55
context = default
line => aaln/2
line => aaln/1
Asterisk CLI shows this:
Jul 31 16:05:40 WARNING[135449600]: chan_mgcp.c:485
2009 Dec 17
2
Integrate a CPE with Asterisk in MGCP
Hello all,
I'm looking for some help to try to understand why my CPE doesn't work
good with Asterisk in MGCP.
Here is what I want to do :
- Register a TECOM AH4021 on Asterisk in MGCP with the following profile
in mgcp.Conf :
[general]
port = 2727
bindaddr = 10.95.20.1
disallow=all
allow=g729
allow=alaw
020202020202]
context=mgcp
host=dynamic
canreinvite=no
dtmfmode=rfc2833
nat=yes
2003 May 22
0
MGCP NOTICE message and WARNING messsage
> Hello all,
>
Can someone help me on the problem which I have on MGCP phone test . I test
mgcp - asterisk- zap. But I got several NOTICE message from rtp.c.
> NOTICE[20501]: File rtp.c, Line 221 (process_rfc3389): RFC3389 support
> incomplete. Turn off on client if possible
>
> -- Endpoint 'aaln/1@VG101-1-1' observed '9'
> NOTICE[20501]: File rtp.c,
2003 Nov 27
8
MGCP problem
Hi all,
I have VOIP network built with MGCP endpoints.The manufacturer of endpoints is ASKEY. I downloaded latest Asterisk software and found it very useful for me. I configured it and it seems taht everything works OK when I am testing it with one or two endpoints. After that I tried to move Asterisk to working network and replace existing call manager. It starts working and calls are
2003 Aug 04
0
small fix in chan_mgcp.c
there was a tiny memory leak in chan_mgcp.c
there's still lots of memory leaks AFACS, and I'm tracking on.
Still - I can't find the memory allocation routine allocating 2MB each time I
lift the handset of my mgcp phone ...
roy
diff -u -r1.16 chan_mgcp.c
--- channels/chan_mgcp.c 2 Aug 2003 05:46:32 -0000 1.16
+++ channels/chan_mgcp.c 4 Aug 2003 11:30:34 -0000
@@
2007 Sep 07
0
MINNESOTA: TwinCities Asterisk Users Group Meeting - This Saturday Sep 8th, 2007 (Only hours away)
To: Twin Cities Asterisk Users
From: asterisk_help at iwishi.nu
Subject: TwinCities Asterisk Users Group Meeting this Saturday - Only 1
and 1/2 days away!
Meeting Start: 09/08/2007 - 11:30am
Hello all Twin Cities Asterisk Users,
It's time once again to have another meeting.
I've not had much time to prepare, but I'd really like to review and
install with the group at our next
2003 Oct 13
1
[Asterisk-Dev] Cisco ATA 186 chan_mgcp Transfer problem
Hello list,
i am using:
asterisk CVS-10/13/03-11:54:33
chan_capi-0.3.0
ATA-186 V2.16.1.ms over MGCP
Situation:
ISDN calls ATA
ISDN speaks with ATA
ATA-Phone presses Flash and speaks to another one (SIP/snom200)
ATA-Phone hangs up
ISDN talks to SIP/snom200
snom200 hangs up
The incoming extension of ATA keeps busy for a time (20 sec?), even its
not off-hook anymore!
Any ideas?
-- Swapping
2003 Sep 24
3
Dlink DG-104S (chan_mgcp) and configuration w/Asterisk
I have a DG-104S (which I reset to factory settings, it's DHCP'ing off my
network, plugged into the WAN port). The system comes up, and I through the
web browser set under Call Agent IP Address to:
Notify Entry: dlinkgw@[192.168.1.1]:2427 (192.168.1.1 is the * server)
I have RGW Name: and DNS IP addres the DNS IP of the MGCP box and DNS State
disabled (not sure what to set it to) --
2007 Mar 02
3
REMOTE CRASH FIX
Please note that we are available to fix the current REMOTE crash that
affects Asterisk/openpbx/trixbox and crashes these systems via a malformed
packet
please contacts use if you need a hand to patch your systems.
--
Mike
Sales Manager
http://www.voicemeup.com
Making it happen
1.877.807.VOIP (8647)
1.514.312.7030
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 02
3
Slightly OT: OpenPBX.org and Freeswitch
This is slightly OT in that it isn't specifically *-related, but I was
wondering what the members of the * user community felt about these two
subjects. I've been perusing the OpenPBX.org mail list and the current hot
topic is the fact that their project has come to a grinding halt. They are
concerned that they don't have enough people working on their project. They
feel that * has
2003 Oct 20
1
mgcp transfer takeback with ata186 (logs with comments - long post)
Hi,
in following of a recent discussion I got to work on MGCP with the Cisco
ATA186 again, and got it to work very nicely. However, there is a little
thing with transfers I would like to get comments on:
Call comes in from PSTN and goes to an ATA186 (MGCP)
Call is answered and then, using flash, transferred to another extension
If the extension is available, there can be an announcement and