[asterisk-bugs] [Asterisk 0014020]: Asterisk cuts a piece of the dynamic member dialstring
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 4 14:05:17 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14020
======================================================================
Reported By: ownLabel
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14020
Category: Applications/app_queue
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-12-04 09:15 CST
Last Modified: 2008-12-04 14:05 CST
======================================================================
Summary: Asterisk cuts a piece of the dynamic member
dialstring
Description:
after adding a member in a queue withe the dialstring
IAX2/"IAX-PEER-NAME"/"NUMBER" i called the queue and after that i could
only remove the member named IAX2/"IAX-PEER-NAME", but i saw the whole
dialstring IAX2/"IAX-PEER-NAME"/"NUMBER" with the command "queue show
'queue-name'".
Why dose the dialstring change?
======================================================================
----------------------------------------------------------------------
(0095789) ownLabel (reporter) - 2008-12-04 14:05
http://bugs.digium.com/view.php?id=14020#c95789
----------------------------------------------------------------------
Yes, of course
[AddQueueMember]
exten => _X!,1,set(DIALSTRING=IAX2/IAXPEER1/${CALLERID(num)});
exten => _X!,n,execif($[${LOGINPENALTY} !=
0]?AddQueueMember(testqueue,${DIALSTRING},${LOGINPENALTY}))
[CallQueue]
exten => 4,1,noop();
exten => 4,n,Answer();
exten => 4,n,Wait(1);
exten => 4,n,Playback(buhaa);
exten => 4,n,Queue(testqueue,t,,,20);
exten => 4,n,hangup();
Issue History
Date Modified Username Field Change
======================================================================
2008-12-04 14:05 ownLabel Note Added: 0095789
======================================================================
More information about the asterisk-bugs
mailing list