Re: [Freeswitch-users] Eavesdrop error?

2009-12-04 Thread Andrew Thompson
  On 12/2/2009 9:19 PM, Lars Zeb wrote:
 Is this reasonable given it was the only call in FreeSwitch at the time? How
 can this situation be corrected in the future?

As a workaround, you can eavesdrop with 779, and use * to navigate channels.

-- 
Andrew Thompson


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Eavesdrop error?

2009-12-03 Thread Michael Jerris
The behavior is probably expected, the unhelpful error is probably undesirable 
but it would make a mess of the dial-plan to clean that up.

Mike

On Dec 2, 2009, at 9:19 PM, Lars Zeb wrote:

 Is this reasonable given it was the only call in FreeSwitch at the time? How
 can this situation be corrected in the future?
 
 From: freeswitch-users-boun...@lists.freeswitch.org
 [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Anthony
 Minessale
 Sent: Wednesday, December 02, 2009 3:35 PM
 To: freeswitch-users@lists.freeswitch.org
 Subject: Re: [Freeswitch-users] Eavesdrop error?
 
 it probably just means the uuid was not retrieved from the db when you
 called the eavesdrop exten which does the lookup on the uuid for the hash
 key based on what ext you hit to retrieve the most recent uuid that called
 that ext.
 
 
 On Wed, Dec 2, 2009 at 5:22 PM, Lars Zeb larc...@yahoo.com wrote:
 Sorry, svn 15753
 
 -Original Message-
 From: freeswitch-users-boun...@lists.freeswitch.org
 [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Lars Zeb
 Sent: Wednesday, December 02, 2009 2:08 PM
 To: freeswitch-users@lists.freeswitch.org
 Subject: [Freeswitch-users] Eavesdrop error?
 
 I tried to use eavesdrop today and it did not work. The error message in the
 log is:
 
 [ERR] mod_dptools.c:334 Usage: [all | uuid]
 
 I simply dialed 881010, trying to eavesdrop on extension 1010. Is this
 incorrect?
 
 http://pastebin.freeswitch.org/11363
 
 Thanks Lars
 
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 
 -- 
 Anthony Minessale II
 
 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/
 Twitter: http://twitter.com/FreeSWITCH_wire
 
 AIM: anthm
 MSN:anthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch
 
 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.org
 pstn:213-799-1400
 
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Eavesdrop error?

2009-12-03 Thread Anthony Minessale
you could check if the uuid is blank with an expression and playback an
audio warning that it's an invalid call.


On Thu, Dec 3, 2009 at 8:08 AM, Michael Jerris m...@jerris.com wrote:

 The behavior is probably expected, the unhelpful error is probably
 undesirable but it would make a mess of the dial-plan to clean that up.

 Mike

 On Dec 2, 2009, at 9:19 PM, Lars Zeb wrote:

  Is this reasonable given it was the only call in FreeSwitch at the time?
 How
  can this situation be corrected in the future?
 
  From: freeswitch-users-boun...@lists.freeswitch.org
  [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of
 Anthony
  Minessale
  Sent: Wednesday, December 02, 2009 3:35 PM
  To: freeswitch-users@lists.freeswitch.org
  Subject: Re: [Freeswitch-users] Eavesdrop error?
 
  it probably just means the uuid was not retrieved from the db when you
  called the eavesdrop exten which does the lookup on the uuid for the hash
  key based on what ext you hit to retrieve the most recent uuid that
 called
  that ext.
 
 
  On Wed, Dec 2, 2009 at 5:22 PM, Lars Zeb larc...@yahoo.com wrote:
  Sorry, svn 15753
 
  -Original Message-
  From: freeswitch-users-boun...@lists.freeswitch.org
  [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Lars
 Zeb
  Sent: Wednesday, December 02, 2009 2:08 PM
  To: freeswitch-users@lists.freeswitch.org
  Subject: [Freeswitch-users] Eavesdrop error?
 
  I tried to use eavesdrop today and it did not work. The error message in
 the
  log is:
 
  [ERR] mod_dptools.c:334 Usage: [all | uuid]
 
  I simply dialed 881010, trying to eavesdrop on extension 1010. Is this
  incorrect?
 
  http://pastebin.freeswitch.org/11363
 
  Thanks Lars
 
 
  ___
  FreeSWITCH-users mailing list
  FreeSWITCH-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 
  ___
  FreeSWITCH-users mailing list
  FreeSWITCH-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 
 
  --
  Anthony Minessale II
 
  FreeSWITCH http://www.freeswitch.org/
  ClueCon http://www.cluecon.com/
  Twitter: http://twitter.com/FreeSWITCH_wire
 
  AIM: anthm
  MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
  GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
  IRC: irc.freenode.net #freeswitch
 
  FreeSWITCH Developer Conference
  sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
  iax:gu...@conference.freeswitch.org/888
  googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
  pstn:213-799-1400
 
 
  ___
  FreeSWITCH-users mailing list
  FreeSWITCH-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
pstn:213-799-1400
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Eavesdrop error?

2009-12-02 Thread Lars Zeb
I tried to use eavesdrop today and it did not work. The error message in the
log is:

[ERR] mod_dptools.c:334 Usage: [all | uuid]

I simply dialed 881010, trying to eavesdrop on extension 1010. Is this
incorrect?

http://pastebin.freeswitch.org/11363

Thanks Lars


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Eavesdrop error?

2009-12-02 Thread Lars Zeb
Sorry, svn 15753

-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Lars Zeb
Sent: Wednesday, December 02, 2009 2:08 PM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] Eavesdrop error?

I tried to use eavesdrop today and it did not work. The error message in the
log is:

[ERR] mod_dptools.c:334 Usage: [all | uuid]

I simply dialed 881010, trying to eavesdrop on extension 1010. Is this
incorrect?

http://pastebin.freeswitch.org/11363

Thanks Lars


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Eavesdrop error?

2009-12-02 Thread Anthony Minessale
it probably just means the uuid was not retrieved from the db when you
called the eavesdrop exten which does the lookup on the uuid for the hash
key based on what ext you hit to retrieve the most recent uuid that called
that ext.



On Wed, Dec 2, 2009 at 5:22 PM, Lars Zeb larc...@yahoo.com wrote:

 Sorry, svn 15753

 -Original Message-
 From: freeswitch-users-boun...@lists.freeswitch.org
 [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Lars
 Zeb
 Sent: Wednesday, December 02, 2009 2:08 PM
 To: freeswitch-users@lists.freeswitch.org
 Subject: [Freeswitch-users] Eavesdrop error?

 I tried to use eavesdrop today and it did not work. The error message in
 the
 log is:

 [ERR] mod_dptools.c:334 Usage: [all | uuid]

 I simply dialed 881010, trying to eavesdrop on extension 1010. Is this
 incorrect?

 http://pastebin.freeswitch.org/11363

 Thanks Lars


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
pstn:213-799-1400
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Eavesdrop error?

2009-12-02 Thread Lars Zeb
Is this reasonable given it was the only call in FreeSwitch at the time? How
can this situation be corrected in the future?

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Anthony
Minessale
Sent: Wednesday, December 02, 2009 3:35 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Eavesdrop error?

it probably just means the uuid was not retrieved from the db when you
called the eavesdrop exten which does the lookup on the uuid for the hash
key based on what ext you hit to retrieve the most recent uuid that called
that ext.


On Wed, Dec 2, 2009 at 5:22 PM, Lars Zeb larc...@yahoo.com wrote:
Sorry, svn 15753

-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Lars Zeb
Sent: Wednesday, December 02, 2009 2:08 PM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] Eavesdrop error?

I tried to use eavesdrop today and it did not work. The error message in the
log is:

[ERR] mod_dptools.c:334 Usage: [all | uuid]

I simply dialed 881010, trying to eavesdrop on extension 1010. Is this
incorrect?

http://pastebin.freeswitch.org/11363

Thanks Lars


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
pstn:213-799-1400


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org