[Home]

Summary:ASTERISK-17594: problem registering gateway gaoke mg6004 4 fxs to asterisk
Reporter:julio cesar lenin (juliocesarlhg)Labels:
Date Opened:2011-03-23 02:25:45Date Closed:2011-04-01 14:21:18
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_mgcp
Versions:1.8.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:when i register the gateway or try to stablish a call i receive the following errors.



****** ADDITIONAL INFORMATION ******

debian*CLI>
 == Using SIP RTP CoS mark 5
   -- Executing [202@local:1] Dial("SIP/111-0000000a", "MGCP/aaln/2@000eb4037f54") in new stack
   -- MGCP mgcp_request(aaln/2@000eb4037f54)
   -- MGCP cw: 0, dnd: 0, so: 0, sno: 0
   -- MGCP mgcp_new(MGCP/aaln/2@000eb4037f54-1) created in state: Down
   -- Called aaln/2@000eb4037f54
[Mar 23 01:36:41] NOTICE[5919]: chan_mgcp.c:2780 handle_response: DLCX for all connections on 000eb4037f54 due to error 500
[Mar 23 01:36:41] NOTICE[5919]: chan_mgcp.c:2784 handle_response: Terminating on result 500 from aaln/2@000eb4037f54-1
 == Everyone is busy/congested at this time (1:0/0/1)
   -- Auto fallthrough, channel 'SIP/111-0000000a' status is 'CHANUNAVAIL'
   -- No command found on [000eb4037f54] for transaction 18. Ignoring...
   -- No command found on [000eb4037f54] for transaction 19. Ignoring...
 == Using SIP RTP CoS mark 5
   -- Executing [201@local:1] Dial("SIP/111-0000000b", "MGCP/aaln/1@000eb4037f54") in new stack
   -- MGCP mgcp_request(aaln/1@000eb4037f54)
   -- MGCP cw: 0, dnd: 0, so: 0, sno: 0
   -- MGCP mgcp_new(MGCP/aaln/1@000eb4037f54-1) created in state: Down
   -- Called aaln/1@000eb4037f54
[Mar 23 01:36:46] NOTICE[5919]: chan_mgcp.c:2780 handle_response: DLCX for all connections on 000eb4037f54 due to error 500
[Mar 23 01:36:46] NOTICE[5919]: chan_mgcp.c:2784 handle_response: Terminating on result 500 from aaln/1@000eb4037f54-1
 == Everyone is busy/congested at this time (1:0/0/1)
   -- Auto fallthrough, channel 'SIP/111-0000000b' status is 'CHANUNAVAIL'
   -- No command found on [000eb4037f54] for transaction 23. Ignoring...
   -- No command found on [000eb4037f54] for transaction 24. Ignoring...
[Mar 23 01:36:54] NOTICE[5919]: chan_mgcp.c:1844 find_subchannel_and_lock: Gateway '192.168.1.80' (and thus its endpoint '*') does not
exist
[Mar 23 01:36:54] NOTICE[5919]: chan_mgcp.c:1844 find_subchannel_and_lock: Gateway '192.168.1.80' (and thus its endpoint '*') does not
exist



mgcp.conf

[general]
port = 2727
bindaddr = 192.168.1.34     ........asterisk ip

[000eb4037f54]              .........gateway mac
host = 192.168.1.80         .........gateway ip
wcardep = aaln/*
context = local
line = aaln/1
line = aaln/2

Comments:By: Leif Madsen (lmadsen) 2011-04-01 14:21:18

Honestly the chan_mgcp module does not currently have any maintainers, so your best bet is likely going to be trying to search for outside help on the asterisk-users list, or you could hire a developer from the asterisk-biz list.