[Freeswitch-users] Slow freeswitch shutdown
    Szymon Olko 
    solko at gcdf.pl
       
    Fri Apr  3 03:05:30 PDT 2009
    
    
  
In last SVN trunk version i noticed that stopping of freeswitch takes much time.
I have configuration installed with freeswitch. I added sip gateway to my asterisk instance. I don't use asterisk currently and my
gateway definition is like that:
  <gateway name="429956">
    <param name="username" value="429956"/>
    <param name="password" value="429956"/>
    <param name="proxy" value="10.0.0.248:5059"/>
    <param name="register" value="false"/>
  </gateway>
Starting freeswitch and shutting it down for console with '...' brings following logs.
2009-04-03 11:58:03 [NOTICE] sofia_reg.c:75 sofia_reg_kill_reg() UN-Registering example.com
2009-04-03 11:58:03 [NOTICE] sofia.c:895 sofia_profile_thread_run() Waiting for worker thread
2009-04-03 11:58:03 [NOTICE] sofia_glue.c:3173 sofia_glue_del_profile() deleted gateway example.com
2009-04-03 11:58:03 [NOTICE] sofia_reg.c:75 sofia_reg_kill_reg() UN-Registering 429956
2009-04-03 11:58:33 [NOTICE] sofia.c:895 sofia_profile_thread_run() Waiting for worker thread
2009-04-03 11:58:33 [NOTICE] sofia_glue.c:3173 sofia_glue_del_profile() deleted gateway 429956
Asterisk was not run at all so it should not register to it, why it hangs to unregister it?
    
    
More information about the FreeSWITCH-users
mailing list