RE: [Asterisk-Users] Limit the call & recording when pressing *1

2005-02-27 Thread Anton Krall
Im my case Im using Asterisk CVS-HEAD-02/20/05-00:42:04
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Wieling
Sent: Domingo, 27 de Febrero de 2005 03:53 p.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Limit the call & recording when pressing *1

Joseph wrote:

> Note: I added all this section manually, when I compiled * 1.0.5 this 
> section wasn't there (I don't know why).
> 
>  [featuremap]
>  ;blindxfer => #1; Blind transfer
>  ;disconnect => *0   ; Disconnect
>  ;automon => *1  ; One Touch Record
>  ;atxfer => *2   ; Attended transfer
> 
> Unless there are other files that were added/modified after I emerged
> *-1.0.5 that asterisk need in order for [featuremap] to work
> 

Asterisk 1.0.x does not have those features as far as I know.  Only Asterisk
CVS-HEAD.
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Anton Krall
I am using canreinvite=no on all my sip.conf settings and also U use t on my
Dials... No luck so far. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Julian J. M.
Sent: Domingo, 27 de Febrero de 2005 01:24 p.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Limit the call & recording when pressing *1

You need to tell asterisk to stay in the media path. You must add 't'
to the Dial options:

exten => 21,1,Dial(${phone1},20,trwL(30:24:6))

Or set canreinvite=no in your sip peer definition.

Julian J. M.

> but even adding it and commenting out "automon => *1" didn't work.
> and of course I restart asterisk after modifying features.conf
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Joseph
> 1.0.5 is considered 1.0.x.  Meaning, > v1.0.x means CVS-HEAD at the 
> moment.

Thank you for explanation; now it is clear to me.

-- 
#Joseph
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Eric Wieling
Joseph wrote:
On Sun, 2005-02-27 at 15:53 -0600, Eric Wieling wrote:
Joseph wrote:

Note: I added all this section manually, when I compiled * 1.0.5 this
section wasn't there (I don't know why).
[featuremap]
;blindxfer => #1; Blind transfer
;disconnect => *0   ; Disconnect
;automon => *1  ; One Touch Record
;atxfer => *2   ; Attended transfer
Unless there are other files that were added/modified after I emerged
*-1.0.5 that asterisk need in order for [featuremap] to work
Asterisk 1.0.x does not have those features as far as I know.  Only 
Asterisk CVS-HEAD.

According to Wiki they are in > v1.0.x
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Dial
w: Allow the called user to start recording after pressing *1 or what defined in 
features.conf (Asterisk > v1.0.x)
W: Allow the calling user to start recording after pressing *1 or what defined in 
features.conf (Asterisk > v1.0.x)
Unless they forgot to add CVS-HEAD
1.0.5 is considered 1.0.x.  Meaning, > v1.0.x means CVS-HEAD at the 
moment.
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Joseph
On Sun, 2005-02-27 at 15:53 -0600, Eric Wieling wrote:
> Joseph wrote:
> 
> > Note: I added all this section manually, when I compiled * 1.0.5 this
> > section wasn't there (I don't know why).
> > 
> >  [featuremap]
> >  ;blindxfer => #1; Blind transfer
> >  ;disconnect => *0   ; Disconnect
> >  ;automon => *1  ; One Touch Record
> >  ;atxfer => *2   ; Attended transfer
> > 
> > Unless there are other files that were added/modified after I emerged
> > *-1.0.5 that asterisk need in order for [featuremap] to work
> > 
> 
> Asterisk 1.0.x does not have those features as far as I know.  Only 
> Asterisk CVS-HEAD.

According to Wiki they are in > v1.0.x
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Dial

w: Allow the called user to start recording after pressing *1 or what defined 
in features.conf (Asterisk > v1.0.x)
W: Allow the calling user to start recording after pressing *1 or what defined 
in features.conf (Asterisk > v1.0.x)

Unless they forgot to add CVS-HEAD
-- 
#Joseph
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Eric Wieling
Joseph wrote:
Note: I added all this section manually, when I compiled * 1.0.5 this
section wasn't there (I don't know why).
 [featuremap]
 ;blindxfer => #1; Blind transfer
 ;disconnect => *0   ; Disconnect
 ;automon => *1  ; One Touch Record
 ;atxfer => *2   ; Attended transfer
Unless there are other files that were added/modified after I emerged
*-1.0.5 that asterisk need in order for [featuremap] to work
Asterisk 1.0.x does not have those features as far as I know.  Only 
Asterisk CVS-HEAD.
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Joseph
On Sun, 2005-02-27 at 19:23 +, Julian J. M. wrote:
> You need to tell asterisk to stay in the media path. You must add 't'
> to the Dial options:
> 
> exten => 21,1,Dial(${phone1},20,trwL(30:24:6))
> 
> Or set canreinvite=no in your sip peer definition.

Still didn't work.
I had can canreinvite=no

I added "t" to dial options:
exten => 321,1,Dial(${accounting},20,trw)

my features.conf has
automon => *1  ; One Touch Record

Note: I added all this section manually, when I compiled * 1.0.5 this
section wasn't there (I don't know why).

 [featuremap]
 ;blindxfer => #1; Blind transfer
 ;disconnect => *0   ; Disconnect
 ;automon => *1  ; One Touch Record
 ;atxfer => *2   ; Attended transfer

Unless there are other files that were added/modified after I emerged
*-1.0.5 that asterisk need in order for [featuremap] to work

-- 
#Joseph
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Julian J. M.
You need to tell asterisk to stay in the media path. You must add 't'
to the Dial options:

exten => 21,1,Dial(${phone1},20,trwL(30:24:6))

Or set canreinvite=no in your sip peer definition.

Julian J. M.

> but even adding it and commenting out "automon => *1" didn't work.
> and of course I restart asterisk after modifying features.conf
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Anton Krall
All the stuff on features.conf doesn't work for me too... I press *1 or # to
transfer a call and I get nothing...

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joseph
Sent: Domingo, 27 de Febrero de 2005 12:21 p.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Limit the call & recording when pressing *1

[snip]
> Try: 
> 
> exten => 21,1,Dial(${phone1},20,rw)
> 
> Options should be combined.   
> 
> and
> 
> exten => 21,1,Dial(${phone1},20,rwL(30:24:6))
> 
> This limits the call to five minutes, warning every 60 seconds when 
> four minutes are remaining.  Keep in mind that time is specified in
milliseconds.
> (FYI:  There are 60,000 milliseconds in a minute.)

Yes, the limit call works but the "w" doesn't work when I press "*1"
after picking up the call.

I've noticed that my file features.conf didn't have the options:
 [featuremap]
 ;blindxfer => #1; Blind transfer
 ;disconnect => *0   ; Disconnect
 ;automon => *1  ; One Touch Record
 ;atxfer => *2   ; Attended transfer

but even adding it and commenting out "automon => *1" didn't work.
and of course I restart asterisk after modifying features.conf

--
#Joseph
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Joseph
[snip]
> Try: 
> 
> exten => 21,1,Dial(${phone1},20,rw)
> 
> Options should be combined.   
> 
> and
> 
> exten => 21,1,Dial(${phone1},20,rwL(30:24:6))
> 
> This limits the call to five minutes, warning every 60 seconds when four
> minutes are remaining.  Keep in mind that time is specified in milliseconds.
> (FYI:  There are 60,000 milliseconds in a minute.)

Yes, the limit call works but the "w" doesn't work when I press "*1"
after picking up the call.

I've noticed that my file features.conf didn't have the options:
 [featuremap]
 ;blindxfer => #1; Blind transfer
 ;disconnect => *0   ; Disconnect
 ;automon => *1  ; One Touch Record
 ;atxfer => *2   ; Attended transfer

but even adding it and commenting out "automon => *1" didn't work.
and of course I restart asterisk after modifying features.conf

-- 
#Joseph
___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Trevor G. Hammonds
Joseph wrote on Saturday, 26 February 2005 8:38 PM:

> I'm testing two options from dial command and can not make them to
> work. 

< < < S N I P > > >

> exten => 21,1,Dial(${phone1},20,r,w)
> exten => 21,1,Dial(${phone1},20,r,L(5[:4][:1]))

Try: 

exten => 21,1,Dial(${phone1},20,rw)

Options should be combined.   

and

exten => 21,1,Dial(${phone1},20,rwL(30:24:6))

This limits the call to five minutes, warning every 60 seconds when four
minutes are remaining.  Keep in mind that time is specified in milliseconds.
(FYI:  There are 60,000 milliseconds in a minute.)

Sincerely,
Trevor Hammonds

___
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] Limit the call & recording when pressing *1

2005-02-27 Thread Jens Vagelpohl
On Feb 27, 2005, at 8:11, Joseph wrote:
Though, I'm not sure in what value is the time expressed.
When I input (6000:5999:1) as soon as I pickup the phone the time was
announced I have only 5sec. left
As the source you pasted in your original post clearly states, the 
value is in "ms". That's not minutes, that's milliseconds.

jens
___
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] Limit the call & recording when pressing *1

2005-02-26 Thread Joseph

> > I've tried that too, doesn't work!
> > 5min. has passed and the call wasn't disconnected nor I hear any warning
> > to message how many minutes are left.
> 
> Options should be in a single "section" so that all options are 
> delimited by a single comma.  Thus, try:
> 
> exten => 21,1,Dial(${PHONE1},20,rwL(5:4:1))
> 
> Kris

Thank you, you are right.

Though, I'm not sure in what value is the time expressed.
When I input (6000:5999:1) as soon as I pickup the phone the time was
announced I have only 5sec. left  

-- 
#Joseph
___
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] Limit the call & recording when pressing *1

2005-02-26 Thread Kris Stark
Joseph wrote:
On Sat, 2005-02-26 at 22:14 -0800, Luki wrote:
exten => 21,1,Dial(${phone1},20,r,L(5[:4][:1]))
I think should be:
exten => 21,1,Dial(${phone1},20,r,L(5:4:1))
The [] mean the parameter is optional, but you don't use them when
specifying the values.

I've tried that too, doesn't work!
5min. has passed and the call wasn't disconnected nor I hear any warning
to message how many minutes are left.
Options should be in a single "section" so that all options are 
delimited by a single comma.  Thus, try:

exten => 21,1,Dial(${PHONE1},20,rwL(5:4:1))
Kris
begin:vcard
fn:Kris Stark
n:Stark;Kris
org:Dataflow
adr:Suite B;;401 E State St;Ithaca;NY;14850;USA
email;internet:[EMAIL PROTECTED]
title:IT Manager
tel;work:+1 607 272 8589
tel;fax:+1 607 272 8634
tel;cell:+1 607 768 4401
x-mozilla-html:FALSE
url:http://www.goDataflow.com
version:2.1
end:vcard

___
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] Limit the call & recording when pressing *1

2005-02-26 Thread Joseph
On Sat, 2005-02-26 at 22:14 -0800, Luki wrote:
> > exten => 21,1,Dial(${phone1},20,r,L(5[:4][:1]))
> 
> I think should be:
> exten => 21,1,Dial(${phone1},20,r,L(5:4:1))
> 
> The [] mean the parameter is optional, but you don't use them when
> specifying the values.

I've tried that too, doesn't work!
5min. has passed and the call wasn't disconnected nor I hear any warning
to message how many minutes are left.

-- 
#Joseph
___
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] Limit the call & recording when pressing *1

2005-02-26 Thread Luki
> exten => 21,1,Dial(${phone1},20,r,L(5[:4][:1]))

I think should be:
exten => 21,1,Dial(${phone1},20,r,L(5:4:1))

The [] mean the parameter is optional, but you don't use them when
specifying the values.

--Luki
___
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