Re: [asterisk-users] attended transfer with CEL

2012-06-20 Thread Marek Cervenka

https://wiki.asterisk.org/wiki/display/AST/CEL+Function
on this wiki is THIS IS NO LONGER TRUE REWRITE

is there some way to write userfield,accountcode to the cel?

Dne 5.6.2012 13:21, Marek Cervenka napsal(a):

hello,

is there someone who successfully get info about attended transfer 
from CEL?

if yes, can you post some hints/algorithm/...?

scenario
A - customer
B - secretary
C - consultant1
D - consultant2

A - B
B axfer C
C axfer D

i need to know
time B with C (consultation)
time A with C
time C with D (consultation)
time A with D
time A with everyone (full time -  from start to the end of call)





--
---
Marek Cervenka
===


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] attended transfer with CEL

2012-06-20 Thread Marek Cervenka

Dne 20.6.2012 18:40, Marek Cervenka napsal(a):

https://wiki.asterisk.org/wiki/display/AST/CEL+Function
on this wiki is THIS IS NO LONGER TRUE REWRITE

is there some way to write userfield,accountcode to the cel?



solved. it's   set(CHANNEL(userfield)=something)

another question
i'm using patch from https://issues.asterisk.org/jira/browse/ASTERISK-18037
it works great

but there is problem(bug?) in second axfer

A - call - B - axfer(AtoC) - C - axfer(AtoD) D

in cel is
eventtype, cid_num, exten
HOLD_START, A, B
HOLD_STOP, A, B
BUT second axfer is
HOLD_START, B, C
HOLD_STOP, B, C

this is strange because on hold is A. is it a bug?

very big problem is that, i cant get info about A - D call (after second 
axfer). there is no info about bridged channel A after axfer



Dne 5.6.2012 13:21, Marek Cervenka napsal(a):

hello,

is there someone who successfully get info about attended transfer 
from CEL?

if yes, can you post some hints/algorithm/...?

scenario
A - customer
B - secretary
C - consultant1
D - consultant2

A - B
B axfer C
C axfer D

i need to know
time B with C (consultation)
time A with C
time C with D (consultation)
time A with D
time A with everyone (full time -  from start to the end of call)








--
---
Marek Cervenka
Centrum Vypocetni Techniky
jabber  - cerve...@slu.cz
CVT - http://cvt.fpf.slu.cz
FPF SLU OPAVA   - http://www.fpf.slu.cz
RHCE,RHCVA 100-175-678
===


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] attended transfer with CEL

2012-06-05 Thread Marek Cervenka

hello,

is there someone who successfully get info about attended transfer from CEL?
if yes, can you post some hints/algorithm/...?

scenario
A - customer
B - secretary
C - consultant1
D - consultant2

A - B
B axfer C
C axfer D

i need to know
time B with C (consultation)
time A with C
time C with D (consultation)
time A with D
time A with everyone (full time -  from start to the end of call)


--
---
Marek Cervenka
===


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users