Displaying 20 results from an estimated 600 matches similar to: "Making a call using MGCP"
2004 Dec 22
1
MGCP Transaction identifiers
I know this is not the most appropriated list to this, but I will try:
Does anyone know what is the criteria to the generation of the transaction identifiers in MGCP? I mean, are they generated by a randomic method?
I'm using Asterisk and MGCP eyeP Phone and observed that the RSIP and NTFY (methods created by the gateway) use high values in the transaction identifiers, while the RQNT, AUEP,
2004 Dec 31
2
MGCP parameters
Sirs,
According to RFC 2705 (MGCP), these are the parameters that are used in the
transactions:
ReturnCode,
Connection-parameters
<-- DeleteConnection(CallId,
EndpointId,
ConnectionId,
[Encapsulated NotificationRequest,]
[Encapsulated
2004 Jan 22
2
MGCP Problem.
Hi.
I'm new in Asterisk with MGCP. I set up a MGCP user agent and start asterisk
with the next configuration files.
'--------------- extensions.conf
----------------------------------------------------
[general]
static=yes
writeprotect=yes
[globals]
ap1 => mgcp/aaln/ap200@64.76.148.186
[macro-apl1]
exten => s,1,Dial(${ARG1},30,Ttmr)
;exten => s,2,Voicemail(u${MACRO_EXTEN})
2003 Sep 29
1
Can't place a call with MGCP Phone
Hello,
I have just received an MGCP Phone for test purpose and I can't place a
call from my MGCP Phone.
I can call my MGCP phone from a SIP Phone. Here is my mgcp.conf:
;
; MGCP Configuration for Asterisk
;
[general]
;port = 2427
;bindaddr = 0.0.0.0
;[dlinkgw]
;host = 192.168.0.64
;context = default
;line => aaln/2
;line => aaln/1
[192.168.10.10]
host = 192.168.10.10
context =
2003 Dec 24
8
G729 troubles
Hello,
I've successfully installed Asterisk from last CVS and configured it
for using with DLINK-DG104S as mgcp CPE and PGW2200 as external sip
server.
All are work fine at G711 codecs, but then I disable all codecs except
g729 some calls failed (Not all calls. Some calls passed at g729
succesfully).
All my devices configred to use only g729 and I don't see other codecs
at mgcp or sip
2000 Dec 20
1
Inconsistency in creating/opening/closing/destroying connections (PR#787)
I expected close() to be the opposite of open(), but
> # create a connection
> con <- file("ex.data")
> # open it
> open(con, "w")
> # close it
> close(con)
> # re-open it
> open(con, "w")
Error in open.connection(con, "w") : invalid connection
>
> con
Error in summary.connection(x) : invalid connection
> # is obviously
2003 Dec 07
2
Call does not terminate correctly
We are using an MGCP configuration. There seems to be some incompatibilities between our Netergy T2 VOIP chip and Asterisk. This is how our Vendor sees it:
Here's what I see.
1. The first call is initiated. (CRCX) The interesting thing here is that the CA (Call Agent) tells us to go directly into sendrecv mode which means that we start streaming audio immediately. All other CAs that
2003 Jun 30
3
MGCP with Cisco doesn't work
I'm trying to link up Cisco MGCP-enabled router (residential gateway) with
Asterisk, and it looks like some sort of protocol mismatch, could it be MGCP
0.1 vs 1.0?
Look at this (x.x.x.99 is the router, x.x.x.98 is Asterisk):
MGCP read:
NTFY 2 aaln/0@voip-gw1 MGCP 0.1
X: 0
O: hd
from 192.168.154.99:2427MGCP read:
NTFY 2 aaln/0@voip-gw1 MGCP 0.1
X: 0
O: hd
from 192.168.154.99:2427Verb:
2003 Jun 25
0
RTP stream missing the target - cisco 5300 + mgcp
Hi!
I have strange problem, I hope it's just a configuration problem, but
maybe not.
I'm trying to make a call between a MGCP gateway and Cisco 5300 talking SIP.
Everything is fine except that audio is one way (from 5300 to MGCP
gateway only). It seems that during reinvite Cisco gets confused by
session ID and version and excpects RTP stream on different port. The
call flow on SDP
2003 Oct 22
0
MGCP error for Cisco 7750 FXO card
Can anyone tell me what MGCP error that I'm getting means?
The hardware is a MRP200 in a Cisco 7750 PBX. (Its a FXO blade with 2 slots, first one has a 4 port FXO card and the second has 2 port FXO card. It recognises those correctly, at least to the point of this error.)
MGCP Debugging Enabled
MGCP read:
NTFY 13 aaln/S0/SU0/0@MRP200-S1 MGCP 0.1
X: 1adace42
O: L/hd
from
2005 Jan 14
0
Strange CRCX
Sirs,
I have the following situration:
1) AudioCodes Stretto 2000 media gateway running MGCP
2) E1 Digium card at a PC with Asterisk
3) My application running as Call Agent (CA) from Stretto 2000
| My app |----------| Stretto 2000 |----------| E1 card + Asterisk |
As my application is the CA of Stretto 2000, everything it sends
(RSIPs, acks, etc.) my app answers. And everything I send,
2006 Jul 29
0
SOAP for large datasets
I''ve been playing around with a soap interface to an application that
can return large datasets (up to 50mb or so). There are also some
nested structures for which I''ve used ActionWebService::Struct with
2-3 nested members of oher ActionWebService::Struct members. In
addition to chewing up a ton of memory, cpu ulilization isn''t that
great either. My development
2000 Dec 20
0
Inconsistency in creating/opening/closing/destroying (PR#788)
On Wed, 20 Dec 2000 joehl@web.de wrote:
> I expected close() to be the opposite of open(), but
Why? It is not documented to be so, as far as I know.
> > # create a connection
> > con <- file("ex.data")
> > # open it
> > open(con, "w")
> > # close it
> > close(con)
> > # re-open it
> > open(con, "w")
> Error
2003 Dec 29
1
transfer with MGCP
Hello,
I`m try to make the attended transfer work Dlink DG-104S via FLASH, when
somebody calls my phone I pickup and press flash to get a second line to
call another extension. When I press flash I hear no dialtone, and only
a long and then small beep. When I try to dial digits I hear again those
long+short beeps, but the extension dialed is not ringing. If I pres
flash again I get back to
2003 May 19
1
MGCP and Cisco ubr924
I've been trying to figure this one out for a while, but to no avail.
I have my cisco ubr924 setup for MGCP with Asterisk as the call-agent. I have manually registered the endpoint in mgcp.conf. When I pick up the phone, I get no dialtone and debug shows errors. IOS on the ubr924 is 12.2.
Any help is appreciated.
from mgcp.conf:
[ubr924]
host=65.37.86.203
context = from-sip (just as a
2003 Apr 24
3
new mgcp patch errors
see below
I tried to call 98013356 from the following phone (from mgcp.conf)
[iptlf03]
host = 192.168.33.3
context = default
inbanddtmf = 1
callerid = 22545062
line => aaln/1
Console output:
== Spawn extension (capiring, 9988001133335566, 1) exited non-zero on
'MGCP/aaln/1@iptlf03-1'
-- MGCP mgcp_hangup(MGCP/aaln/1@iptlf03-1) on aaln/1@iptlf03
-- Delete connection 4
2004 Nov 26
1
Asterisk+ MGCP
Hi,
I have the following situation: I've installed Asterisk at Machine 1 (M1 - IP: 192.168.1.145) and X-Lite (X_lite-Xten-Win32-1103m.exe from www.xten.com) at Machine 2 (M2 - IP: 192.168.1.100) and Machine 3 (M3 - IP: 192.168.1.200).
I need to catch the SIP and MGCP messages that will appear when M2 calls to M3 and vice versa.
The SIP messages are working (I don't have problems with the
2004 Oct 15
1
Asterisk crashes on special Transfer with MGCP/ATA 186
Hi all,
i am using CVS-HEAD-08/13/04-12:00:00-BRI-stuffed-0.1.0-RC4a with Cisco
ATA-186 3.1.1 atamgcp
We are used to make an special ;) blind transfer like
(Flash)Number(Hangup before anyone answers or ring).
Then * crashes (see below) if the man in the middle is an cisco-ata-186-mgcp
If one waits until the last one rings, then hangup, everything is fine.
If one waits until the last one
2005 Mar 25
2
MGCP issue
Hello List,
I'm trying to setup MGCP channel with a Centile Media Hub box. My
Centile box has 4 ports and I got no dial tone. Can somebody help with
this isuue?
This is my mgcp.conf and extensions.conf
Thanks
Daniel.
; MGCP Configuration for Asterisk
;
[general]
port = 2427
bindaddr = 192.168.11.20
disallow=all
allow=g729
allow=alaw
allow=ulaw
[192.168.11.200]
context=MGCP
2003 Jul 30
2
MGCP behind NAT
Hi,
After spending some time trying to get a DG-104S working behind NAT,
I finally found the problem.
I made the incorrect assumption that nat=yes in mgcp.conf works just
like sip.conf. The channels within a gateway are treated more closely to
zap channels than sip channels (from a .conf standpoint).
What this means is that you have to put nat=yes BEFORE any
subchannel definitions:
This