search for: guesswho

Displaying 9 results from an estimated 9 matches for "guesswho".

2007 Mar 22
3
ChanSpy and MeetMe
I have been successful using ChanSpy on a standard Dial call but when attempting to ChanSpy on an incoming call that has been added to a MeetMe conference (attempting to coach an agent that is speaking to a conference of callers) it seems to fail to connect to the channel. Here's the console dump: -- Accepting call from '2154182700' to '3399' on channel 0/18, span 4
2007 Jan 19
1
using the Manager to connect caller to conference
Is there a way, via the Asterisk Manager, to dial an extension and connect it with an existing meetme conference? I'm trying to pull callers into a conference as other conference members leave. Thanks in advance. -George -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 11
1
exit ChanSpy with DTMF
Part of a supervisor menu I'm writing requires that I allow the supervisor to choose to ChanSpy a channel from the main menu then return back to the menu (dialplan) to choose other options when she's done. Is there a way to 'exit' ChanSpy and continue down the dialplan? Or is a caller stuck in ChanSpy until they hangup the phone? Thanks.
2007 Apr 26
0
FW: ChanSpy and MeetMe
> On Mon, 26 Mar 2007 10:42:38 -0700, Stephen Uhler wrote > > >>>GDrayer@guesswho.com said: > > > I have been successful using ChanSpy on a standard Dial call but when > > > attempting to ChanSpy on an incoming call that has been added to a > > > MeetMe conference (attempting to coach an agent that is speaking to a > > > conference of callers)...
2007 Jul 12
1
exit ChanSpy with DTMF
Part of a supervisor menu I'm writing requires that I allow the supervisor to choose to ChanSpy a channel from the main menu then return back to the menu to choose other options when she's done. Is there a way to 'exit' ChanSpy and continue down the dialplan? Or is a caller stuck in ChanSpy until they hangup the phone? Thanks. George
2007 May 14
0
Play a file on a channel from the Manager API
> Is there any way to play a file on a channel from the Manager API > (other than from Originate)? This question was asked by someone else on the ast-dev list and the only advice given was that Redirect was the solution. I find myself with the same problem now but I don't understand the response. The situation: I need to play a file from the Asterisk Manager on a channel that is
2007 May 16
0
FW: Play a file on a channel from the Manager API
Anyone have any ideas how this might work? Any experience doing this? >> Is there any way to play a file on a channel from the Manager API >> (other than from Originate)? >This question was asked by someone else on the ast-dev list and the only >advice given was that Redirect was the solution. I find myself with the >same problem now but I don't understand the
2007 May 17
0
AGI and fork()
I'm writing a series of AGI scripts in C and I was curious; if I fork() in my AGI script and the parent exits and returns to the dialplan, will the child still have connection with asterisk, i.e. will I be able to SET channel variables, EXEC applications, etc.? Thanks once again. George
2014 Nov 14
0
Asterisk 13 confbridge recordings not working
We upgraded from asterisk 11 to asterisk 13. Recordings were working fine in 11 but nothing is being written on 13. Here is the dialplan segment same => n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_conference)=yes)) same =>