[Home]

Summary:ASTERISK-02033: mgcp reload stops asterisk from monitoring mgcp socket
Reporter:Pawel Pierscionek (urtho)Labels:
Date Opened:2004-07-16 08:55:32Date Closed:2008-01-15 15:02:39.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk seems not to monitor the
newly created mgcp udp socket after
having reloaded mgcp config.

****** STEPS TO REPRODUCE ******

asterisk> mgcp reload

'netstat -tupan' will show growing number of bytes
in Recv-Q on mgcp udp socket.



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

mgcp.conf

[general]
port = 2727
bindaddr = 0.0.0.0

[10.10.128.21]
host = 10.10.128.21
inbanddtmf=0
nat=no
canreinvite=yes
context = test
immediate=yes
line => aaln/1
context = test2
immediate=no
line => aaln/2

Comments:By: Mark Spencer (markster) 2004-07-16 17:34:50

Update to latest CVS and let me know if that fixes it for you.

By: Mark Spencer (markster) 2004-07-16 17:37:02

Okay patched something into CVS, let me know if that fixes it.

By: Pawel Pierscionek (urtho) 2004-07-19 02:56:46

Last update to CVS solves the problem.
Thanks.

By: Olle Johansson (oej) 2004-07-19 03:25:37

Fixed in cvs

By: Digium Subversion (svnbot) 2008-01-15 15:02:39.000-0600

Repository: asterisk
Revision: 3450

U   trunk/channels/chan_mgcp.c

------------------------------------------------------------------------
r3450 | markster | 2008-01-15 15:02:39 -0600 (Tue, 15 Jan 2008) | 2 lines

Re-listen after MGCP reload (bug ASTERISK-2033)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3450