No subject


Thu Jan 15 22:29:28 CST 2009


As you see, there is problem that 11114 is treat as peerorhost and the
code in chan_sip.c below this debug prints: create_addr(p, peerorhost); 


====================================================================== 

---------------------------------------------------------------------- 
 (0105927) svnbot (reporter) - 2009-06-03 10:24
 https://issues.asterisk.org/view.php?id=13630#c105927 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 198886

_U  branches/1.6.2/
U   branches/1.6.2/include/asterisk/channel.h
U   branches/1.6.2/main/channel.c
U   branches/1.6.2/main/features.c

------------------------------------------------------------------------
r198886 | dvossel | 2009-06-03 10:24:50 -0500 (Wed, 03 Jun 2009) | 16
lines

Merged revisions 198856 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r198856 | dvossel | 2009-06-02 16:17:49 -0500 (Tue, 02 Jun 2009) | 10
lines
  
  Generic call forward api, ast_call_forward()
  
  The function ast_call_forward() forwards a call to an extension
specified in an ast_channel's call_forward string.  After an ast_channel is
called, if the channel's call_forward string is set this function can be
used to forward the call to a new channel and terminate the original one. 
I have included this api call in both channel.c's ast_request_and_dial()
and feature.c's feature_request_and_dial().  App_dial and app_queue already
contain call forward logic specific for their application and options.
  
  (closes issue https://issues.asterisk.org/view.php?id=13630)
  Reported by: festr
  
  Review: https://reviewboard.asterisk.org/r/271/
........

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-03 10:24 svnbot         Note Added: 0105927                          
======================================================================




More information about the asterisk-bugs mailing list