search for: find_subchannel

Displaying 11 results from an estimated 11 matches for "find_subchannel".

2003 Sep 24
3
Dlink DG-104S (chan_mgcp) and configuration w/Asterisk
...; MGCP Configuration for Asterisk ; [general] port = 2427 bindaddr = 0.0.0.0 [dlinkgw] host = 172.16.1.42 context = default line => aaln/1 line => aaln/2 line => aaln/3 line => aaln/4 But I'm getting errors spew'ing on the * console: NOTICE[8201]: File chan_mgcp.c, Line 1099 (find_subchannel): Gateway '172.16.1.42' (and thus its endpoint 'aaln/1') does not exist NOTICE[8201]: File chan_mgcp.c, Line 1099 (find_subchannel): Gateway '172.16.1.42' (and thus its endpoint 'aaln/3') does not exist NOTICE[8201]: File chan_mgcp.c, Line 1099 (find_subchannel): Gat...
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 * (IP 192.168.1.59, port 2727). On the other hand, after sending 2 packets at startup, * does not respond to th...
2004 Jul 31
3
MGCP & Cisco ATA 186 Help
...mum retries exceeded for transaction 2 on [test] Jul 31 16:05:41 NOTICE[135449600]: chan_mgcp.c:2234 handle_response: Transaction 2 timed out Jul 31 16:05:41 NOTICE[135449600]: chan_mgcp.c:2234 handle_response: Transaction 1 timed out *CLI> Jul 31 16:05:44 NOTICE[135449600]: chan_mgcp.c:1474 find_subchannel: Gateway 'test' (and thus its endpoint '*') does not exist mgcp debug MGCP Debugging Enabled *CLI> MGCP read: RSIP 1 *@test MGCP 1.0 RM: restart from 192.168.195.55:2427Verb: 'RSIP', Identifier: '1', Endpoint: '*@test', Version: 'MGCP 1.0'...
2003 Dec 03
0
Bug in MGCP using host=dynamic
Hi, there is a bug in chan_mgcp.c which shows up if you have more than one MGCP gateway configured with host=dynamic. The problem is in the routine find_subchannel when a MGCP response is received. When the response is handled find_subchannel is called with name = NULL and sin = address. This cause the find_subchannel routine to alter the address of all gateways up to the one the response is addressed to. This will cause asterisk to send MGCP messages to the...
2004 Aug 19
1
No Success with SwissVoice.
...4.72.107.1:52539MGCP read: RSIP 1258 svip10@00059002042b MGCP 1.0 NCS 1.0 RM: restart from 64.72.107.1:52539Verb: 'RSIP', Identifier: '1258', Endpoint: 'svip10@00059002042b', Version: 'MGCP 1.0' 2 headers, 0 lines Aug 19 11:40:49 NOTICE[1142106560]: chan_mgcp.c:1474 find_subchannel: Gateway '00059002042b' (and thus its endpoint 'svip10') does not exist mgcp.cfg ---------------- [general] port = 2427 bindaddr = 64.72.107.10 [swissphone] context=main host=dynamic callerid = "John Doe" <123> nat=yes line => aaln/1 I noticed that '0005900...
2004 May 19
2
MGCP error dialing
I am trying to dial a mgcp extention from my sip phone and i am getting this error message. anyone got any idea? error I> -- Executing Dial("SIP/2204-5dc2", "MGCP/aaln/1@10.0.1.150") in new stack May 19 22:30:01 NOTICE[1251156800]: chan_mgcp.c:1104 find_subchannel: Gateway '10.0.1.150' (and thus its endpoint 'aaln/1') does not exist May 19 22:30:01 WARNING[1251156800]: chan_mgcp.c:2608 mgcp_request: Unable to find MGCP endpoint 'aaln/1@10.0.1.150' May 19 22:30:01 NOTICE[1251156800]: app_dial.c:536 dial_exec: Unable to create channel o...
2004 Jan 22
2
MGCP Problem.
...-------------------- When i hook off the endpoint i obtain the next debug in the asterisk CLI. from 64.76.148.186:2427Verb: 'ntfy', Identifier: '6001', Endpoint: 'aaln/0/0@ap1', Version: 'MGCP 1.0' 3 headers, 0 lines Jan 22 18:05:11 NOTICE[49159]: chan_mgcp.c:1102 find_subchannel: Gateway 'ap1' (and thus its endpoint 'aaln/0/0') does not exist MGCP read: ntfy 6001 aaln/0/0@ap1 MGCP 1.0 X: 0 O: l/hd from 64.76.148.186:2427Verb: 'ntfy', Identifier: '6001', Endpoint: 'aaln/0/0@ap1', Version: 'MGCP 1.0' 3 headers, 0 lines Jan 22...
2005 May 12
1
Asterisk with ShoreTel 210 (MGCP)
...related. Can MGCP phones work directly with Asterisk? mgcp.conf: [general] [192.168.90.209] host = 192.168.90.209 context = default canreinvite = no line => aaln/1 Phone Config: MGC: 192.168.90.6 ; My * box IP: 192.168.90.209 Error message: May 12 11:35:56 NOTICE[15257]: chan_mgcp.c:1509 find_subchannel: Gateway '192.168.90.209' (and thus its endpoint 'SHOR_001049007E83') does not exist Thanks! -- Ben Dugdale <ben@apachecounty.net> Network Administrator Apache County Schools Business Consortium www.acsbc.net Apache County Arizona www.co.apache.az.us
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
2005 Jun 20
0
MGCP and SIP clients
.... And of course, I can call out to PSTN and also to one of the SIP clients. No problem. But when I try to call the MGCP fon from a SIP client or from outside, I get this error message. ----------------------<snip>-------------------- *CLI> Jun 20 15:30:20 NOTICE[25423]: chan_mgcp.c:1509 find_subchannel: Gateway '172.16.103.20' (and thus its endpoint 'd001/1') does not exist Jun 20 15:30:20 WARNING[25423]: chan_mgcp.c:3368 mgcp_request: Unable to find MGCP endpoint 'd001/1@172.16.103.20' Jun 20 15:30:20 NOTICE[25423]: app_dial.c:759 dial_exec: Unable to create channel of ty...
2003 Dec 03
2
Cisco IAD with MGCP
...n 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 noted the following message at * logs: Nov 21 13:06:58 NOTICE[8201]: File chan_mgcp.c, Line 1099 (find_subchannel): Gateway '192.168.65.200' (and thus its endpoint '*') does not exist But as you can see at mgcp.conf the gateway is defined ! Attached are the configs: Cisco ------ ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-...