[Home]

Summary:ASTERISK-09476: Cannot dial using Clarent CPG 201, D-Link DG-104S works fine
Reporter:Michael Van Donselaar (mvand)Labels:
Date Opened:2007-05-19 21:52:32Date Closed:2007-06-04 17:14:50
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The Clarent and D-Link both work fine with 1.2.15.  I build a new asterisk box to test 1.4.4, and the D-Link works as expected.  When using the Clarent, I am unable to place a call:  the dialtone continues regardless of keypresses.  When calling the Clarent box from the D-Link, I can transfer the Clarent to voicemail, and successfully navigate the menus using the Clarent.

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

mgcp set debug shows this when pressing 9 on the keypad of a phone connected to the dlink:
--8<--
MGCP read:
NTFY 7338 aaln/1@DG104S-1 MGCP 1.0 NCS 1.0
N:asterisk@[10.10.10.25]:2427
X:165d844c
O: 9

from 10.10.10.125:2427
Verb: 'NTFY', Identifier: '7338', Endpoint: 'aaln/1@DG104S-1', Version: 'MGCP 1.0'
4 headers, 0 lines
Handling request 'NTFY' on aaln/1@DG104S-1
Transmitting:
200 7338 OK
--8<--
Here's the output when the 9 key is pressed on a phone connected to the Clarent
--8<--
MGCP read:
NTFY 3006 aaln/4@CLARENT MGCP 1.0
X: 3332c53d
O: d/9

from 10.10.10.122:2427
Verb: 'NTFY', Identifier: '3006', Endpoint: 'aaln/4@CLARENT', Version: 'MGCP 1.0'
3 headers, 0 lines
Handling request 'NTFY' on aaln/4@CLARENT
Transmitting:
200 3006 OK

--8<--
Comments:By: Michael Van Donselaar (mvand) 2007-06-04 16:59:09

The fix in 9855 solves this.

By: Jason Parker (jparker) 2007-06-04 17:14:50

Closing.  Will commit the patch in the other bug in a moment.