[Home]

Summary:ASTERISK-00791: Unload chan_sip.so and load chan_sip.so back again, make stop command unavailable
Reporter:mochouinard (mochouinard)Labels:
Date Opened:2004-01-11 23:13:06.000-0600Date Closed:2004-09-25 02:52:04
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk Ready.
*CLI> unload chan_sip.so
 == Unregistered application 'SIPDtmfMode'
*CLI> load chan_sip.so  
Loaded /usr/lib/asterisk/modules/chan_sip.so => (Session Initiation Protocol (SIP))
 == Parsing '/etc/asterisk/sip.conf': Found
 == SIP Listening on 0.0.0.0:5060
 == Using TOS bits 0
 == Registered channel type 'sip' (Session Initiation Protocol (SIP))
WARNING[1074398976]: File cli.c, Line 691 (ast_cli_register): Command 'sipdebug' already registered (or something close enough)
WARNING[1074398976]: File rtp.c, Line 1111 (ast_rtp_proto_register): Tried to register same protocol 'sip' twice
 == Registered application 'SIPDtmfMode'
*CLI> s
save  send  set   show  sip   soft  
*CLI> stop now
No such command 'stop' (type 'help' for help)
*CLI>
Comments:By: mochouinard (mochouinard) 2004-01-11 23:59:21.000-0600

Fixed with 798 patch thanks

By: Brian West (bkw918) 2004-01-11 23:59:51.000-0600

Fixed with bug 798 patched