Commit Graph

7 Commits

Author SHA1 Message Date
Alexey Melnichuk
66f26cf2e6 Add. attr_xfer analog based on conference. (#1629)
* Add. attr_xfer analog based on conference.

Control DTMF sequence
 `*0` transfer `self` to `enter number` state and `peer` leg to conference room
 `##` transfer `self` to `enter number` state and hangup `peer` leg
 `*#` transfer `self` to conference room and hangup `peer` leg

* Remove spaces.

* Add. Commented action to ring group.
2016-08-30 01:10:08 -06:00
Alexey Melnichuk
ddaae7eec5 Update follow_me.lua
1. Use `cache` class so now it generates memcache events.
2. Do not use nested if (simplify code)
3. Use local variables.
4. Remove redundant checks.
2015-11-05 18:02:08 +03:00
markjcrane
e7530d8bec Add the functions to the path for channel_utils. 2015-11-03 16:44:51 -07:00
Alexey Melnichuk
fdb6e818a9 Use database class 2015-10-25 10:05:44 +03:00
Alexey Melnichuk
ac724d46b6 Add. cache switchname 2015-10-20 20:29:57 +03:00
Alexey Melnichuk
c7c299e050 Fix. Use api show channels like did not work on fusion with BDR. 2015-10-20 15:15:42 +03:00
Alexey Melnichuk
e5a0134ec6 Fix. Intercept enterprise ring group.
With enterprise call each outbound channel has its own call_uuid.
But we have to use `intercept` for call_uuid of inbound channel.
2015-09-22 19:33:41 +04:00