[asterisk-bugs] [Asterisk 0010930]: [queue] Allow setting port in	external SIP member
    noreply at bugs.digium.com 
    noreply at bugs.digium.com
       
    Wed Oct 10 09:21:30 CDT 2007
    
    
  
The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=10930 
====================================================================== 
Reported By:                ibc
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   10930
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:            1.4.11  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             10-10-2007 03:38 CDT
Last Modified:              10-10-2007 09:21 CDT
====================================================================== 
Summary:                    [queue] Allow setting port in external SIP member
Description: 
If I want to define a queue with some external SIP accounts as members I
can't set the port:
  [queue]
  member => SIP/user at extern_domain.org:5050  ; NOT VALID
The only valid way is:
  member => SIP/user at extern_domain.org
but this assumes port 5060, that maybe wrong.
In dialplan is valid "Dial(SIP/user at extern_domain.org:5050)" so it should
be too in queue members definition.
A temporary solution is to define a peer for the external domain:
  [extern_domain]
  host=extern_domain.org
  port=5050
and define members as:
  member => SIP/user at extern_domain
But I think it shouldn't be necessary to define a peer for each external
SIP domain to use as member.
====================================================================== 
---------------------------------------------------------------------- 
 svnbot - 10-10-07 09:21  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 85280
U   branches/1.4/channels/chan_sip.c
------------------------------------------------------------------------
r85280 | file | 2007-10-10 09:21:28 -0500 (Wed, 10 Oct 2007) | 4 lines
If devicestate is passed a port number strip it out.
(closes issue http://bugs.digium.com/view.php?id=10930)
Reported by: ibc
------------------------------------------------------------------------ 
Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-10-07 09:21  svnbot         Checkin                                      
10-10-07 09:21  svnbot         Note Added: 0071767                          
10-10-07 09:21  svnbot         Status                   confirmed => assigned
10-10-07 09:21  svnbot         Assigned To               => file            
======================================================================
    
    
More information about the asterisk-bugs
mailing list