Maynard, Jeff S.
2004-Apr-12 13:29 UTC
[Asterisk-Users] SwissVoice IP10S not able to dial calls
I have set up a new SwissVoice phone and it can receive calls but I cannot make calls out from it. The setup is simple for now, 2 phones: SwissVoice is ext 7726 and Cisco 7960 (SIP) is ext 7999. I can call from the Cisco phone and it rings on the SwissVoice phone but when I dial from the SwissVoice phone I get a busy tone upon dialing the second digit. The log reads as follows: -- Endpoint 'aaln/1@10.1.24.112-1' observed 'hd' -- MGCP mgcp_new(MGCP/aaln/1@10.1.24.112-1) created in state: Down -- Endpoint 'aaln/1@10.1.24.112-1' observed '7' -- Endpoint 'aaln/1@10.1.24.112-1' observed '9' -- Endpoint 'aaln/1@10.1.24.112-1' observed 'hu' -- MGCP handle_request(aaln/1@10.1.24.112-1) ast_channel already destroyed -- MGCP handle_request(aaln/1@10.1.24.112) set vmwi(-) Here are my configuration files: MGCP.conf ==========[10.1.24.112] context=local host=10.1.24.112 callerid = "Brad Chilton <7726>" callgroup=0,2-5 canreinvite=no pickupgroup=0,1 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 EXTENSIONS.conf ==============exten => 7726,1,Dial(MGCP/aaln/1@10.1.24.112,20,tr)
Does anyone know of Phone that supports G.723 on H.323. Todd
Philipp von Klitzing
2004-Apr-14 10:49 UTC
[Asterisk-Users] SwissVoice IP10S not able to dial calls
Hi!> I have set up a new SwissVoice phone and it can receive calls but I > cannot make calls out from it. The setup is simple for now, 2 phones: > SwissVoice is ext 7726 and Cisco 7960 (SIP) is ext 7999.Which verasion of Asterisk are you using? Please do check the known MGCP bugs, especially 881: http://bugs.digium.com/bug_view_page.php?bug_id=0000881 Also don't forget to provide info about your ip10 firmware version. Finally: Did you put the ip10 into the right context so that it actually has the required access rights to dial 7999? Cheers, Philipp> I can call from the Cisco phone and it rings on the SwissVoice phone but > when I dial from the SwissVoice phone I get a busy tone upon dialing the > second digit. The log reads as follows: > > -- Endpoint 'aaln/1@10.1.24.112-1' observed 'hd' > -- MGCP mgcp_new(MGCP/aaln/1@10.1.24.112-1) created in state: Down > -- Endpoint 'aaln/1@10.1.24.112-1' observed '7' > -- Endpoint 'aaln/1@10.1.24.112-1' observed '9' > -- Endpoint 'aaln/1@10.1.24.112-1' observed 'hu' > -- MGCP handle_request(aaln/1@10.1.24.112-1) ast_channel already > destroyed > -- MGCP handle_request(aaln/1@10.1.24.112) set vmwi(-) > > Here are my configuration files: > > MGCP.conf > ==========> [10.1.24.112] > context=local > host=10.1.24.112 > callerid = "Brad Chilton <7726>" > callgroup=0,2-5 > canreinvite=no > pickupgroup=0,1 > 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 > > EXTENSIONS.conf > ==============> exten => 7726,1,Dial(MGCP/aaln/1@10.1.24.112,20,tr) > _______________________________________________