[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #1532 has FAILED (39 tests failed, 1 failures were new). Change made by rmudgett.
Bamboo
bamboo at asterisk.org
Mon Jul 15 22:01:41 CDT 2013
-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #1532 failed.
-----------------------------------------------------------------------
Code has been updated by rmudgett.
1/2 jobs failed, with 39 failing tests, 1 failure was new.
http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-1532/
--------------
Failing Jobs
--------------
- Asterisk CentOS 6 32-Bit (CentOS 6): 39 of 620 tests failed.
--------------
Code Changes
--------------
rmudgett (394417):
>Replace chan_agent with app_agent_pool.
>
>The ill conceived chan_agent is no more. It is now replaced by
>app_agent_pool.
>
>Agents login using the AgentLogin() application as before. The
>AgentLogin() application no longer does any authentication.
>Authentication is now the responsibility of the dialplan. (Besides, the
>authentication done by chan_agent did not match what the voice prompts
>asked for.)
>
>Sample extensions.conf
>[login]
>; Sample agent 1001 login
>; Set COLP for in between calls so the agent does not see the last caller COLP.
>exten => 1001,1,Set(CONNECTEDLINE(all)="Agent Waiting" <1001>)
>; Give the agent DTMF transfer and disconnect features when connected to a caller.
>same => n,Set(CHANNEL(dtmf-features)=TX)
>same => n,AgentLogin(1001)
>same => n,NoOp(AGENT_STATUS is ${AGENT_STATUS})
>same => n,Hangup()
>
>[caller]
>; Sample caller direct connect to agent 1001
>exten => 800,1,AgentRequest(1001)
>same => n,NoOp(AGENT_STATUS is ${AGENT_STATUS})
>same => n,Hangup()
>
>; Sample caller going through a Queue to agent 1001
>exten => 900,1,Queue(agent_q)
>same => n,Hangup()
>
>Sample queues.conf
>[agent_q]
>member => Local/800 at caller,,SuperAgent,Agent:1001
>
>Under the hood operation overview:
>1) Logged in agents wait for callers in an agents holding bridge.
>2) Caller requests an agent using AgentRequest()
>3) A basic bridge is created, the agent is notified, and caller joins the
> basic bridge to wait for the agent.
>4) The agent is either automatically connected to the caller or must ack
> the call to connect.
>5) The agent is moved from the agents holding bridge to the basic bridge.
>6) The agent and caller talk.
>7) The connection is ended by either party.
>8) The agent goes back to the agents holding bridge.
>
>To avoid some locking issues with the agent holding bridge, I needed to
>make some changes to the after bridge callback support. The after bridge
>callback is now a list of requested callbacks with the last to be added
>the only active callback. The after bridge callback for failed callbacks
>will always happen in the channel thread when the channel leaves the
>bridging system or is destroyed.
>
>(closes issue ASTERISK-21554)
>Reported by: Matt Jordan
>
>Review: https://reviewboard.asterisk.org/r/2657/
>
--------------
Tests
--------------
New Test Failures (1)
- AsteriskTestSuite: S/channels/gulp/basic calls/incoming/nominal/authed/userpass/ident by user
Existing Test Failures (38)
- AsteriskTestSuite: S/apps/queues/position priority maxlen
- AsteriskTestSuite: S/channels/iax2/basic-call
- AsteriskTestSuite: S/channels/ s i p/sip one legged transfer
- AsteriskTestSuite: S/apps/queues/queue baseline
- AsteriskTestSuite: S/apps/queues/set penalty
- AsteriskTestSuite: S/bridge/automixmon
- AsteriskTestSuite: S/bridge/blindxfer setup
- AsteriskTestSuite: S/channels/ s i p/sip hold
- AsteriskTestSuite: S/channels/ s i p/sip blind transfer/callee with reinvite
- AsteriskTestSuite: S/bridge/transfer failure
- AsteriskTestSuite: S/bridge/parkcall
- AsteriskTestSuite: S/manager/bridge actions
- AsteriskTestSuite: S/channels/ s i p/sip blind transfer/caller with reinvite
- AsteriskTestSuite: S/bridge/blindxfer nominal
- AsteriskTestSuite: S/bridge/atxfer setup
- AsteriskTestSuite: S/channels/gulp/incoming calls without auth
- AsteriskTestSuite: S/channels/ s i p/sip blind transfer/caller refer only
- AsteriskTestSuite: S/channels/ s i p/acl call
- AsteriskTestSuite: S/fax/local channel t38 queryoption
- AsteriskTestSuite: S/bridge/disconnect
- AsteriskTestSuite: S/feature attended transfer
- AsteriskTestSuite: S/masquerade
- AsteriskTestSuite: S/bridge/dial l s options
- AsteriskTestSuite: S/bridge/automon
--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20130715/cf765f46/attachment-0001.htm>
More information about the Test-results
mailing list