[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 08:38:06 CDT 2007
The following issue requires your FEEDBACK.
======================================================================
http://bugs.digium.com/view.php?id=10930
======================================================================
Reported By: ibc
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10930
Category: Applications/app_queue
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
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 08:38 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.
======================================================================
----------------------------------------------------------------------
file - 10-10-07 08:38
----------------------------------------------------------------------
Can you please provide console output, queue show output, sip debug, etc to
show that it is indeed not working. I looked over the app_queue code and it
is reading it in fine and not mucking with the value.
Issue History
Date Modified Username Field Change
======================================================================
10-10-07 08:38 file Note Added: 0071761
10-10-07 08:38 file Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list