Re: [Asterisk-Users] Follow-Me Script

2005-03-28 Thread Moody
I'm not sure, but even using CVS I'm having a hell of a time getting it going.

Can anyone tell me if the wiki has the correct information? I'm
getting the well documented but unsolved (publicly from what I can
tell)  No such context 'macro-screen^... error.

It is listed in Mantis but I can't figure it out... the only way I
seem to be able to get past this is by removing the variable fpr
SCREEN_FILE and setting it staticly but I know there must be a proper
way to do it.

If someone could just check the wiki and perhaps update the entry if
it is out of date it would be great... of am I loosing it?

http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Dial

Thanks. J






On Mon, 21 Mar 2005 11:36:34 -0800, Aaron Glenn [EMAIL PROTECTED] wrote:
 On Mon, 21 Mar 2005 10:22:30 -0600, Brian Roy [EMAIL PROTECTED] wrote:
  Kerry,
 
  I'm more of a fan of anthm's patch that does this. You need to be
  running CVS-Head to get it though.
 
  http://bugs.digium.com/bug_view_page.php?bug_id=0002905
 
 This is not available in 1.0.7?
 
 aaron.glenn
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

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


RE: [Asterisk-Users] Follow-Me Script

2005-03-21 Thread Kerry Garrison
It never dials the other number and instead goes straight into voicemail.
-Kerry
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of C F
Sent: Sunday, March 20, 2005 8:42 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Follow-Me Script

Which part is not working?


On Sun, 20 Mar 2005 16:36:08 -0800, Kerry Garrison [EMAIL PROTECTED]
wrote:
  
 I am trying to implement a follow-me script
 (http://www.voip-info.org/wiki-Asterisk+Tips+follow+me) but I am 
 having a brain fart as I haven't a clue where to get started with what 
 to do with this. From my main menu, I want the extension 300 to 
 execute the script as
 follows: 
   
 exten = 300,1,dial(sip/200,20)
 exten = 300,2,playback(pls-wait-connect-call)
 exten = 300,3,Setvar(NewCaller=${CALLERIDNUM})
 exten = 300,4,SetCIDNum(0${CALLERIDNUM}) exten = 
 300,5,dial(${TRUNK}c/2831385,20,r)
 exten = 300,6,SetCIDNum(${NewCaller}) exten = 
 300,7,voicemail2([EMAIL PROTECTED]) exten = 
 300,101,voicemail2([EMAIL PROTECTED]) exten = 300,102,hangup
   
 Regardless of what (and where) I have tried to implement this, I just 
 cant get it to work properly. Does anyone have some tips on this or a 
 nicer follow-me type of script?
   
 Kerry Garrison
 http://www.geekgazette.com
   
   
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

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



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


Re: [Asterisk-Users] Follow-Me Script

2005-03-21 Thread Brian Roy
On Sun, 20 Mar 2005 16:36:08 -0800, Kerry Garrison
[EMAIL PROTECTED] wrote:
 I am trying to implement a follow-me script
 (http://www.voip-info.org/wiki-Asterisk+Tips+follow+me) but I am having a
 brain fart as I haven't a clue where to get started with what to do with
 this. 

Kerry,

I'm more of a fan of anthm's patch that does this. You need to be
running CVS-Head to get it though.

http://bugs.digium.com/bug_view_page.php?bug_id=0002905

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


RE: [Asterisk-Users] Follow-Me Script

2005-03-21 Thread Kerry Garrison
THANKS! I had heard of that but couldn't find it. I love that whisper
feature. 
-Kerry
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Roy
Sent: Monday, March 21, 2005 8:23 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Follow-Me Script

On Sun, 20 Mar 2005 16:36:08 -0800, Kerry Garrison [EMAIL PROTECTED]
wrote:
 I am trying to implement a follow-me script
 (http://www.voip-info.org/wiki-Asterisk+Tips+follow+me) but I am 
 having a brain fart as I haven't a clue where to get started with what 
 to do with this.

Kerry,

I'm more of a fan of anthm's patch that does this. You need to be running
CVS-Head to get it though.

http://bugs.digium.com/bug_view_page.php?bug_id=0002905

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



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


Re: [Asterisk-Users] Follow-Me Script

2005-03-21 Thread Aaron Glenn
On Mon, 21 Mar 2005 10:22:30 -0600, Brian Roy [EMAIL PROTECTED] wrote:
 Kerry,
 
 I'm more of a fan of anthm's patch that does this. You need to be
 running CVS-Head to get it though.
 
 http://bugs.digium.com/bug_view_page.php?bug_id=0002905

This is not available in 1.0.7?

aaron.glenn
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Follow-Me Script

2005-03-20 Thread C F
Which part is not working?


On Sun, 20 Mar 2005 16:36:08 -0800, Kerry Garrison
[EMAIL PROTECTED] wrote:
  
 I am trying to implement a follow-me script
 (http://www.voip-info.org/wiki-Asterisk+Tips+follow+me) but I am having a
 brain fart as I haven't a clue where to get started with what to do with
 this. From my main menu, I want the extension 300 to execute the script as
 follows: 
   
 exten = 300,1,dial(sip/200,20)
 exten = 300,2,playback(pls-wait-connect-call)
 exten = 300,3,Setvar(NewCaller=${CALLERIDNUM})
 exten = 300,4,SetCIDNum(0${CALLERIDNUM})
 exten = 300,5,dial(${TRUNK}c/2831385,20,r)
 exten = 300,6,SetCIDNum(${NewCaller})
 exten = 300,7,voicemail2([EMAIL PROTECTED])
 exten = 300,101,voicemail2([EMAIL PROTECTED])
 exten = 300,102,hangup 
   
 Regardless of what (and where) I have tried to implement this, I just cant
 get it to work properly. Does anyone have some tips on this or a nicer
 follow-me type of script? 
   
 Kerry Garrison 
 http://www.geekgazette.com 
   
   
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

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