ONLY ON MONDAY!
 
Well it used to work - calls between my aaln's that is.  I moved from debain to redhat (same conf. files for asterisk) and this is what I get.. looks like several errors. errors I never got before.  Also asterisk isn't observing the digits as I dial them like it used to however it still trys to route the call when I'm finished dialing.  Anyone with a though on this?
 
 
*CLI>
    -- MGCP mgcp_new(MGCP/aaln/[EMAIL PROTECTED]) created in state: Down
Aug 15 11:20:19 NOTICE[13883]: rtp.c:284 process_rfc3389: Comfort noise support incomplete in Asterisk (RFC 3389).  Please turn off on client if possible. Client IP: 192.168.0.241
    -- Executing Dial("MGCP/aaln/[EMAIL PROTECTED]", "MGCP/aaln/[EMAIL PROTECTED]") in new stack
Aug 15 11:20:19 WARNING[13883]: channel.c:2175 ast_request: No translator path exists for channel type MGCP (native 4) to 256
Aug 15 11:20:19 NOTICE[13883]: app_dial.c:1091 dial_exec_full: Unable to create channel of type 'MGCP' (cause 0 - Unknown)
  == Everyone is busy/congested at this time (1:0/0/1)
  == Auto fallthrough, channel 'MGCP/aaln/[EMAIL PROTECTED]' status is 'CHANUNAVAIL'
*CLI>
 
 
here is my mgcp.conf and extensions.conf
IPD:/etc/asterisk# more extensions.conf
[general]
static=yes
writeprotect=no
autofallthrough=yes
[globals]
[extensions]
exten => 123,1,Dial,MGCP/aaln/[EMAIL PROTECTED]
exten => 124,1,Dial,MGCP/aaln/[EMAIL PROTECTED]
[directdial]
ignorepat => 9
exten => 9,1,MGCP/aaln/[EMAIL PROTECTED]
exten => 9,2,Congestion
[international]
ignorepat => 9
exten => _9011.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9011.,2,Congestion
include => longdistance
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial(Zap/g2/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include => local
[local]
ignorepat => 9
exten => _9NXXNXXXXXX,1,Dial,MGCP/aaln/[EMAIL PROTECTED]
exten => _9NXXNXXXXXX,2,Congestion
[outbound-default]
include = extensions
include = directdial
include = longdistance
include = local
 
 
and the *** mgcp.conf****
 

IPD:/etc/asterisk# more mgcp.conf

; MGCP Configuration for Asterisk

[general]

port=2727

bindaddr=0.0.0.0

allow=ulaw

allow=g729

allow=g726

tos=0x85

srvlookup=yes

wcardep=aaln/*

 

; Bob's CMG #1

[192.168.0.241]

context=outbound-default

host=192.168.0.241

wcardep=*

line => *

;

; Line 1

;

callerid = "John" <123>

callgroup=0

pickupgroup=0

nat=no

threewaycalling=yes

transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to transfer

callwaiting=yes ; this might be a cause of trouble for ip10s

cancallforward=yes

line => aaln/1

;

; Line 2

;

callerid = "Jane" <124>

callgroup=0

pickupgroup=0

nat=no

threewaycalling=yes

transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to transfer

callwaiting=yes ; this might be a cause of trouble for ip10s

cancallforward=yes

line => aaln/2

;outbound t1 port 5-6 cross connected to cmg 6:1:1:3-4

 

line => aaln/3

line => aaln/4

 
 
 


Start your day with Yahoo! - make it your home page

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to