[asterisk-users] Call parking issue with Cisco SPA phone

2013-10-20 Thread Matt Hamilton
I'm trying to implement call parking with asterisk and Cisco SPA504G phones:

features.conf
parkext = 700
parkpos = 701-702
context = parkedcalls



I defined one of the unused keys to park the calls: 
Key2:
fnc=sd;ext=700@10.0.1.103;vid=1;nme=Park

I also defined two other keys to pickup/unpark the calls:
Key3:
fnc=blf+sd+cp;sub=701@10.0.1.103

Key4:
fnc=blf+sd+cp;sub=702@10.0.1.103

Parking using these works smoothly. 
I answer the incoming call, press Key2 to park the call. Call is parked, Key3 
turns red showing there is a parked call. 
If I want to unpark the call, I hit Key3 and the call is unparked.

My problem happens when Key3 and Key4 are idle (no parked calls): 

I answer the incoming call and without first parking the car, I hit one of the 
idle keys (Key3 or Key4), the phone sends a REFER message, and the incoming 
call hangs up. 

I'm trying to find out why the call hangs up and how to prevent that? 

Thanks,
Matt
  -- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Call parking issue with Cisco SPA phone

2013-10-20 Thread Matt Hamilton
I'll answer my own question:

Setting Keep Referee When REFER Failed to  Yes on the Cisco phone seems to do 
the trick.

From: mistral9...@hotmail.com
To: asterisk-users@lists.digium.com
Date: Sun, 20 Oct 2013 11:56:17 -0400
Subject: [asterisk-users] Call parking issue with Cisco SPA phone




I'm trying to implement call parking with asterisk and Cisco SPA504G phones:

features.conf
parkext = 700
parkpos = 701-702
context = parkedcalls



I defined one of the unused keys to park the calls: 
Key2:
fnc=sd;ext=700@10.0.1.103;vid=1;nme=Park

I also defined two other keys to pickup/unpark the calls:
Key3:
fnc=blf+sd+cp;sub=701@10.0.1.103

Key4:
fnc=blf+sd+cp;sub=702@10.0.1.103

Parking using these works smoothly. 
I answer the incoming call, press Key2 to park the call. Call is parked, Key3 
turns red showing there is a parked call. 
If I want to unpark the call, I hit Key3 and the call is unparked.

My problem happens when Key3 and Key4 are idle (no parked calls): 

I answer the incoming call and without first parking the car, I hit one of the 
idle keys (Key3 or Key4), the phone sends a REFER message, and the incoming 
call hangs up. 

I'm trying to find out why the call hangs up and how to prevent that? 

Thanks,
Matt
  

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users  
  -- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Call parking in a multi-tenant system

2013-01-15 Thread Carlos Alvarez
We use Asterisk as a hosted PBX.  We've had a couple of requests for
parking, but none of the documentation shows any way to make it aware of
contexts or otherwise make it multi-tenant.  Have I missed something and
does anyone know how to make this work?  Would be on Asterisk 1.6 for now,
1.8 some time soon.

-- 
Carlos Alvarez
TelEvolve
602-889-3003
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Call parking in a multi-tenant system

2013-01-15 Thread Bakko

Hello,

from 1.6.2 version, Asterisk suport multi-tenant parking

Look at features.conf for a example.

Regards


El 15/01/2013 15:58, Carlos Alvarez escribió:
We use Asterisk as a hosted PBX.  We've had a couple of requests for 
parking, but none of the documentation shows any way to make it aware 
of contexts or otherwise make it multi-tenant.  Have I missed 
something and does anyone know how to make this work?  Would be on 
Asterisk 1.6 for now, 1.8 some time soon.


--
Carlos Alvarez
TelEvolve
602-889-3003



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Call Parking and billing seconds

2012-03-19 Thread Bryant Zimmerman
It appears that each time a call is parked that the CDR billing seconds are 
lost and they start again when the parked call is picked back up. The call 
duration is correct. What is the best way to address this issue to get 
proper bill seconds?

Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Call Parking Realtime

2011-11-29 Thread Jonas Kellens

On 11/28/2011 04:48 PM, Bryant Zimmerman wrote:
I think I may have found a partial answer to my own question but I 
have not come up with any examples. Anyone have any examples for


PARKINGLOT
PARKINGDYNAMIC
PARKINGDYNCONTEXT
PARKINGDYNPOS




Hello Bryant,

I would also like to know how to make use of realtime Call Parking.

These fields you mention... are those the fields for the database ?

Kind regards,
Jonas.
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Call Parking

2011-11-28 Thread Danny Nicholas
Have you tried ParkAndAnnounce instead of Park?

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Richard Zulu
Sent: Friday, November 25, 2011 1:57 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Call Parking

 

Hey,

 

 

I am configuring call parking on asterisk however I have the following
issue,

 

- Caller A calls caller B

- Caller B receives the call and transfers it to the parking extension 799,
so that caller C can receive the call

-*The extension to which the call has been parked is read out to caller A
(who did not park the call) instead of caller B (who parked the call) : this
is the problem.

 

How can I solve that? I have tried all the options of T, t and r however in
vain.

 

Here is my config in extensions.conf for call parking

 

;Parking calls for office A

exten = 799,1,Set(CHANNEL(parkinglot)=parkinglot_main)

exten = 799,n,Set(_PARKINGLOT=parkinglot_main)

exten = 799,n,Answer()

exten = 799,n,Park()

exten = 799,n,Hangup()

 

[macro-officeA]

exten = s,1,Dial(${ARG1},10,Ttr)

exten = s,n,GotoIf($[${DIALSTATUS} = BUSY]?busy:unavail)

exten = s,n(unavail),Voicemail(${MACRO_EXTEN}@officea-vmail,u)

exten = s,n,Hangup()

exten = s,n(busy),VoiceMail(${MACRO_EXTEN}@officea-vmail,b)

exten = s,n,Hangup()

exten = 1234,1,MeetMe(1234,i)

 

Features.conf has this:

[parkinglot_main]

context = officeA

parkext = 799

parkpos = 800-850

findslot = next

 

Thanks

 

Richard Zulu

Twitter

www.twitter.com/richardzulu

http://www.linkedin.com/in/richardzulu

 

Skype: zulu.richard





--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Call Parking Realtime

2011-11-28 Thread Bryant Zimmerman
Does anyone have any examples of using realtime database driven call 
parking lots. I am on version 1.8.x


My goal is to be able to do database driven multi-tenant  parking lots with 
out adding sperate entries into Features.conf for each lot. I also need to 
be able to use the same parking extension pool for each tenant but sand box 
them into sperate lots. We have been able to do this for every other 
feature on Asterisk except parking lots. What am I missing?


Thanks


Bryant 
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Call Parking

2011-11-28 Thread Keith Sloan
Are you parking using blind transfer? if so, you will need to use an 
attended transfer. once the parking lots is read you may complete the 
transfer to the parking lot.


On 11-11-28 10:15 AM, Danny Nicholas wrote:


Have you tried ParkAndAnnounce instead of Park?

*From:*asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] *On Behalf Of 
*Richard Zulu

*Sent:* Friday, November 25, 2011 1:57 AM
*To:* Asterisk Users Mailing List - Non-Commercial Discussion
*Subject:* [asterisk-users] Call Parking

Hey,

I am configuring call parking on asterisk however I have the following 
issue,


- Caller A calls caller B

- Caller B receives the call and transfers it to the parking extension 
799, so that caller C can receive the call


-*The extension to which the call has been parked is read out to 
caller A (who did not park the call) instead of caller B (who parked 
the call) : *this is the problem.*


How can I solve that? I have tried all the options of T, t and r 
however in vain.


*Here is my config in extensions.conf for call parking*

;Parking calls for office A

exten = 799,1,Set(CHANNEL(parkinglot)=parkinglot_main)

exten = 799,n,Set(_PARKINGLOT=parkinglot_main)

exten = 799,n,Answer()

exten = 799,n,Park()

exten = 799,n,Hangup()

[macro-officeA]

exten = s,1,Dial(${ARG1},10,Ttr)

exten = s,n,GotoIf($[${DIALSTATUS} = BUSY]?busy:unavail)

exten = s,n(unavail),Voicemail(${MACRO_EXTEN}@officea-vmail,u)

exten = s,n,Hangup()

exten = s,n(busy),VoiceMail(${MACRO_EXTEN}@officea-vmail,b)

exten = s,n,Hangup()

exten = 1234,1,MeetMe(1234,i)

*Features.conf has this:*

[parkinglot_main]

context = officeA

parkext = 799

parkpos = 800-850

findslot = next

Thanks

Richard Zulu

Twitter

www.twitter.com/richardzulu http://www.twitter.com/richardzulu

http://www.linkedin.com/in/richardzulu

Skype: zulu.richard




--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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



--
Kind regards,

Keith Sloan
Vianet Internet Solutions
Voice Operations Center
OFFICE - (800) 788 0363 ext 7203
Local - (705) 222 9996 ext 7203
Email - kei...@vianet.ca

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Call Parking Realtime

2011-11-28 Thread Bryant Zimmerman
I think I may have found a partial answer to my own question but I have not 
come up with any examples. Anyone have any examples for 


PARKINGLOT 

PARKINGDYNAMIC

PARKINGDYNCONTEXT

PARKINGDYNPOS 


Thanks


Bryant 



From: Bryant Zimmerman brya...@zktech.com

Sent: Monday, November 28, 2011 10:30 AM

To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Subject: [asterisk-users] Call Parking Realtime


Does anyone have any examples of using realtime database driven call 
parking lots. I am on version 1.8.x


My goal is to be able to do database driven multi-tenant  parking lots with 
out adding sperate entries into Features.conf for each lot. I also need to 
be able to use the same parking extension pool for each tenant but sand box 
them into sperate lots. We have been able to do this for every other 
feature on Asterisk except parking lots. What am I missing?

Thanks


Bryant 


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Call Parking

2011-11-28 Thread Jimmy Godbout
You need to use the kK option for the dial command. See 
http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial

Jimmy

 -Original Message-
 From: da...@debsinc.com
 Sent: Mon, 28 Nov 2011 09:15:58 -0600
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] Call Parking
 
 Have you tried ParkAndAnnounce instead of Park?
 
 
 
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Richard
 Zulu
 Sent: Friday, November 25, 2011 1:57 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] Call Parking
 
 
 
 Hey,
 
 
 
 
 
 I am configuring call parking on asterisk however I have the following
 issue,
 
 
 
 - Caller A calls caller B
 
 - Caller B receives the call and transfers it to the parking extension
 799,
 so that caller C can receive the call
 
 -*The extension to which the call has been parked is read out to caller A
 (who did not park the call) instead of caller B (who parked the call) :
 this
 is the problem.
 
 
 
 How can I solve that? I have tried all the options of T, t and r however
 in
 vain.
 
 
 
 Here is my config in extensions.conf for call parking
 
 
 
 ;Parking calls for office A
 
 exten = 799,1,Set(CHANNEL(parkinglot)=parkinglot_main)
 
 exten = 799,n,Set(_PARKINGLOT=parkinglot_main)
 
 exten = 799,n,Answer()
 
 exten = 799,n,Park()
 
 exten = 799,n,Hangup()
 
 
 
 [macro-officeA]
 
 exten = s,1,Dial(${ARG1},10,Ttr)
 
 exten = s,n,GotoIf($[${DIALSTATUS} = BUSY]?busy:unavail)
 
 exten = s,n(unavail),Voicemail(${MACRO_EXTEN}@officea-vmail,u)
 
 exten = s,n,Hangup()
 
 exten = s,n(busy),VoiceMail(${MACRO_EXTEN}@officea-vmail,b)
 
 exten = s,n,Hangup()
 
 exten = 1234,1,MeetMe(1234,i)
 
 
 
 Features.conf has this:
 
 [parkinglot_main]
 
 context = officeA
 
 parkext = 799
 
 parkpos = 800-850
 
 findslot = next
 
 
 
 Thanks
 
 
 
 Richard Zulu
 
 Twitter
 
 www.twitter.com/richardzulu
 
 http://www.linkedin.com/in/richardzulu
 
 
 
 Skype: zulu.richard


Send your photos by email in seconds...
TRY FREE IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if3
Works in all emails, instant messengers, blogs, forums and social networks.



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


[asterisk-users] Call Parking

2011-11-24 Thread Richard Zulu
 Hey,


I am configuring call parking on asterisk however I have the following
issue,

- Caller A calls caller B
- Caller B receives the call and transfers it to the parking extension 799,
so that caller C can receive the call
-*The extension to which the call has been parked is read out to caller A
(who did not park the call) instead of caller B (who parked the call) : *this
is the problem.*

How can I solve that? I have tried all the options of T, t and r however in
vain.

*Here is my config in extensions.conf for call parking*

;Parking calls for office A
exten = 799,1,Set(CHANNEL(parkinglot)=parkinglot_main)
exten = 799,n,Set(_PARKINGLOT=parkinglot_main)
exten = 799,n,Answer()
exten = 799,n,Park()
exten = 799,n,Hangup()

[macro-officeA]
exten = s,1,Dial(${ARG1},10,Ttr)
exten = s,n,GotoIf($[${DIALSTATUS} = BUSY]?busy:unavail)
exten = s,n(unavail),Voicemail(${MACRO_EXTEN}@officea-vmail,u)
exten = s,n,Hangup()
exten = s,n(busy),VoiceMail(${MACRO_EXTEN}@officea-vmail,b)
exten = s,n,Hangup()
exten = 1234,1,MeetMe(1234,i)

*Features.conf has this:*
[parkinglot_main]
context = officeA
parkext = 799
parkpos = 800-850
findslot = next

Thanks

Richard Zulu

Twitter
www.twitter.com/richardzulu
http://www.linkedin.com/in/richardzulu

Skype: zulu.richard
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] call parking issues in asterisk 1.6.2.16.2

2011-04-01 Thread vip killa
We have a problem of no MoH when parking calls running asterisk 1.6.2.16.2.
Also, the parked call never goes back to the parker. We have
comebacktoorigin = yes and parkingtime = 180 in features.conf
Anybody know why this isn't working?
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] call parking issues in asterisk 1.6.2.16.2

2011-04-01 Thread Mike
MoH was broken, but fixed in the latest 1.6.2.x. I can`t say about your
other issue.

 

Mike

 

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of vip killa
Sent: Friday, April 01, 2011 10:53 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] call parking issues in asterisk 1.6.2.16.2

 

We have a problem of no MoH when parking calls running asterisk 1.6.2.16.2.

Also, the parked call never goes back to the parker. We have
comebacktoorigin = yes and parkingtime = 180 in features.conf

Anybody know why this isn't working?

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Call parking question

2011-01-09 Thread Chris Gentle
I've been playing with call parking in Asterisk 1.8.1.  I'm able to park a
call and then pick it back up.  However, on the second attempt, the #72 DTMF
is ignored.  Asterisk just passes that DTMF on to the caller and the call
parking never happens.  Shouldn't I be able to park a call more than once?

-- 
Chris
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] call parking

2010-02-17 Thread cool dude
i am working on call parking, i had made three extensions,

112
113
114 

call parking range 8100-8199

now any call comes, exten 112 receives it after receiving it called party i.e 
who received the call puts the caller on hold n than called party is hearing 
moh. now plz tell me how exten 113 pick up the call from call park.these r 
features sip and extension.conf

vi features.conf

[general]
parkext = 8100
parkpos = 8100-8199
context = parkedcalls
parkingtime = 120
~
###

sip.conf

[general]
port = 5060
bindaddr = 0.0.0.0
context = others

[112]
type=friend
context=my-phones
secret=1234
host=dynamic


[113]
type=friend
context=my-phones
secret=1234
host=dynamic

[114]
type=friend
context=my-phones
secret=1234
host=dynamic
##

vi /extensions.conf


[from-zaptel]
exten = s,1,wait(2)
exten = s,n,Dial(SIP/112,20)
exten = s,n,Hangup()
include = parkedcalls
include = my-phones

[my-phones]
exten = 112,1,Dial(SIP/112)
exten = 113,1,Dial(SIP/113)
exten = 114,1,Dial(SIP/114)
###

thx



  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] call parking

2010-02-17 Thread Danny Nicholas
In my asterisk setup, 112 would transfer the call to 8100 and get a message
back that the call was set to lot 8100 or another value up to 8199.  112
would then tell 113 to pickup 81xx and they would have 2 minutes to do so.

Regards,

--

Danny Nicholas

--

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of cool dude
Sent: Wednesday, February 17, 2010 2:14 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] call parking

 


i am working on call parking, i had made three extensions,

112
113
114 

call parking range 8100-8199

now any call comes, exten 112 receives it after receiving it called party
i.e who received the call puts the caller on hold n than called party is
hearing moh. now plz tell me how exten 113 pick up the call from call
park.these r features sip and extension.conf

vi features.conf

[general]
parkext = 8100
parkpos = 8100-8199
context = parkedcalls
parkingtime = 120
~
###

sip.conf

[general]
port = 5060
bindaddr = 0.0.0.0
context = others

[112]
type=friend
context=my-phones
secret=1234
host=dynamic


[113]
type=friend
context=my-phones
secret=1234
host=dynamic

[114]
type=friend
context=my-phones
secret=1234
host=dynamic
##

vi /extensions.conf


[from-zaptel]
exten = s,1,wait(2)
exten = s,n,Dial(SIP/112,20)
exten = s,n,Hangup()
include = parkedcalls
include = my-phones

[my-phones]
exten = 112,1,Dial(SIP/112)
exten = 113,1,Dial(SIP/113)
exten = 114,1,Dial(SIP/114)

###

thx







  _  


The INTERNET now has a personality. YOURS! See
http://in.rd.yahoo.com/tagline_yyi_1/*http:/in.yahoo.com/  your Yahoo!
Homepage.

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

[asterisk-users] Call Parking - BLF - AEL2

2009-09-09 Thread Hans-Jürgen Tappe
Hi!

Can anyone please hint me on how to express Example 4 on
http://www.voip-info.org/wiki/view/Asterisk+cmd+ParkAndAnnounce into an
AEL style configuration?

The Example is about how to implement a BLF on a paked call slot:

---
features.conf

 [general]
 parkext = 700  ; What extension to dial to park
 parkpos = 701-703  ; What extensions to park calls on.
 context = parkedcalls  ; Which context parked calls are in
---
extensions.conf

 [from-sip-phones]
 include = parkinglot

 exten = 701,hint,park:7...@parkedcalls
 exten = 702,hint,park:7...@parkedcalls
 exten = 703,hint,park:7...@parkedcalls

 [parkinglot]
 exten = 701,1,ParkedCall(701)
 exten = 702,1,ParkedCall(702)
 exten = 703,1,ParkedCall(703)
---

What we tried here is:

---
features.conf

 [general]
 parkext = 700  ; What extension to dial to park
 parkpos = 701-703  ; What extensions to park calls on.
 context = parkedcalls  ; Which context parked calls are in
---
extensions.ael

 context from-sip-phones {
  includes {
   parkedcalls;
  }
  hint(park:7...@parkedcalls) 701 = ParkedCall(701);
  hint(park:7...@parkedcalls) 702 = ParkedCall(702);
  hint(park:7...@parkedcalls) 703 = ParkedCall(703);
 }
---

However, the AEL2 BNF
(http://www.voip-info.org/wiki/view/Asterisk+AEL2#AEL2BNF) does not
allow to give an extension @... in the hint() sequence, which on the
other side seems required for setting up the hint for the parkedcalls
context. Once, we omit the context (as required by the extensions
parser), the BLF does not work correctly.

Can you please hint me to the correct AEL2 syntax for setting a hint to
the parkedcalls context?

Thanks a lot,
Hans-Jürgen


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Call Parking timeout fails

2009-07-14 Thread Barry L. Kline
John A. Sullivan III wrote:
 Hello, all.  I'm having a nasty problem with call parking in Asterisk
 1.6.1.1 that smells like a bug.  When the call returns, it seems to be
 returning to a | delimited extension and failing.  Here is the output
 from the console:

Hi John.

I've just run into the same problem on 1.6.0.10.  Have you heard any
more about this problem?

TIA,

Barry

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call Parking timeout fails

2009-07-14 Thread Jonathan Thurman
This was fixed in the 1.6.1 SVN, and I would guess that it was also fixed in
the 1.6.0.

SVN log:

r189951 | russell | 2009-04-22 11:56:43 -0500 (Wed, 22 Apr 2009) | 2 lines

Fix call parking callback. Pipes - Commas.



You will have to create a patch against the 1.6.0 source, but you could
start by looking at the patch in this issue:

https://issues.asterisk.org/view.php?id=15162

Please note again that that patch was against 1.6.1.0.

-Jonathan



On Tue, Jul 14, 2009 at 11:09 AM, Barry L. Kline blkl...@attglobal.netwrote:

 John A. Sullivan III wrote:
  Hello, all.  I'm having a nasty problem with call parking in Asterisk
  1.6.1.1 that smells like a bug.  When the call returns, it seems to be
  returning to a | delimited extension and failing.  Here is the output
  from the console:

 Hi John.

 I've just run into the same problem on 1.6.0.10.  Have you heard any
 more about this problem?

 TIA,

 Barry

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call Parking timeout fails

2009-07-14 Thread Barry L. Kline
Jonathan Thurman wrote:
 This was fixed in the 1.6.1 SVN, and I would guess that it was also
 fixed in the 1.6.0.
 
 SVN log:
 
 r189951 | russell | 2009-04-22 11:56:43 -0500 (Wed, 22 Apr 2009) | 2 lines
 
 Fix call parking callback. Pipes - Commas.
 
 
 
 You will have to create a patch against the 1.6.0 source, but you could
 start by looking at the patch in this issue:
 
 https://issues.asterisk.org/view.php?id=15162
 
 Please note again that that patch was against 1.6.1.0.
 
 -Jonathan
 

Thanks very much Jonathan.  I'll figure out how to make this patch
against 1.6.0.10.

Barry

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call Parking timeout fails

2009-07-14 Thread Barry L. Kline
Barry L. Kline wrote:

 
 I'll figure out how to make this patch
 against 1.6.0.10.
 

That was a trivial fix.  I hope that they permanently add that patch to
the 1.6.0.x series.

Thanks again Jonathan.

Barry


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking with ISDN

2009-07-08 Thread Danny Nicholas
The sort of trunk does matter;  I don't know about ISDN, but I get different
behavior on DAHDI vs SIP, so that's one verification that you are dealing
with a necessarily fixed set of values.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Wilton Helm
Sent: Tuesday, July 07, 2009 2:10 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: Re: [asterisk-users] Call parking with ISDN

Since no one has responded to this, I am wondering if there are two kinds of
call park.  I haven't worked with European ISDN, but if it has a call park
feature, that would be distinctly different from the Asterisk PABX call park
feature.

The Asterisk feature should not matter what sort of trunk was involved,
which is why I am wondering.  On the other hand, if there is an ISDN park,
I'm not sure Asterisk would support it.

Wilton



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking with ISDN

2009-07-07 Thread Wilton Helm
Since no one has responded to this, I am wondering if there are two kinds of
call park.  I haven't worked with European ISDN, but if it has a call park
feature, that would be distinctly different from the Asterisk PABX call park
feature.

The Asterisk feature should not matter what sort of trunk was involved,
which is why I am wondering.  On the other hand, if there is an ISDN park,
I'm not sure Asterisk would support it.

Wilton



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking with ISDN

2009-07-07 Thread Julien Claassen
Hello Wilton!
   Thanks for your looking after my problems.
   No I meant the usual asterisk call park. Yes, it should be independet of the 
trunk. But I wondered how to activate it from the asterisk CLI? Should I send 
some special DTMFs (dialing digits) and be done with it? Or should I use some 
special parking command or use a complete dial command? How to do it? and how 
to get my caller back, when I want to continue the call?
   Thanks for caring about this!
   Friendly regards
  Julien


Music was my first love and it will be my last (John Miles)

 FIND MY WEB-PROJECT AT: 
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
=== AND MY PERSONAL PAGES AT: ===
http://www.juliencoder.de

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] Call parking with ISDN

2009-07-04 Thread Julien Claassen
Hello!
   I'm still wondering, how to park a call with an ISDN line. The setup is the 
asterisk server only, controlled via the CLI. I can originate a call and I can 
tell asterisk to start the JACK application. But I can't then park the call. I 
tried it with sending DTMFs with misdn send digit, no luck. I had a look at 
the CLI, but didn't stumble upon a command to park the call.
   What's the procedure in these circumstances? Can anybody please help me?
   Kindest regards
Julien


Music was my first love and it will be my last (John Miles)

 FIND MY WEB-PROJECT AT: 
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
=== AND MY PERSONAL PAGES AT: ===
http://www.juliencoder.de

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] Call Parking timeout fails

2009-06-26 Thread John A. Sullivan III
Hello, all.  I'm having a nasty problem with call parking in Asterisk
1.6.1.1 that smells like a bug.  When the call returns, it seems to be
returning to a | delimited extension and failing.  Here is the output
from the console:

[Jun 26 22:20:42] NOTICE[7168]: chan_sip.c:18160 handle_request_invite: Call 
from 'tkeeley' to extension '56' rejected because extension not found.
-- Stopped music on hold on SIP/vdemarco-188cedf8
-- Added extension 'SIP0tkeeley' priority 1 to park-dial (0x188d26e0)
  == Timeout for SIP/vdemarco-188cedf8 parked on 701 (default). Returning to 
park-dial,SIP0tkeeley,1
-- Executing [sip0tkee...@park-dial:1] Dial(SIP/vdemarco-188cedf8, 
SIP/tkeeley|30|t) in new stack
[Jun 26 22:21:19] WARNING[7273]: pbx.c:953 pbx_exec: The application delimiter 
is now the comma, not the pipe.  Did you forget to convert your dialplan?  
(Dial(SIP/tkeeley|30|t))
  == Using SIP RTP TOS bits 176
  == Using SIP RTP CoS mark 5
[Jun 26 22:21:19] WARNING[7273]: chan_sip.c:4526 create_addr: No such host: 
tkeeley|30|t
[Jun 26 22:21:19] WARNING[7273]: app_dial.c:1518 dial_exec_full: Unable to 
create channel of type 'SIP' (cause 20 - Unknown)
  == Everyone is busy/congested at this time (1:0/0/1)
-- Auto fallthrough, channel 'SIP/vdemarco-188cedf8' status is 'CHANUNAVAIL'

While testing, I intentionally dialed a bogus extension and hung up
after parking the call.  I am assuming the problem is the return call to
SIP/tkeeley|30|t.  However, I use commas in extensions.conf.  Here is
the pertinent section:

[a10] ; EBC
exten = 12,1,Dial(SIP/tkeeley,,t)
;exten = 12,1,Macro(common,SIP/tkeeley)
;exten = 12,n,Macro(close)

It's as simple as can be.  I commented out all the macros in case they
were getting in the way.  features.conf is left as default right now.
Have I misconfigured something or is this a bug? If a bug, is there a
workaround? I looked in apps/app_parkandannounce.c but nothing was
obvious to this non-developer.  Thanks - John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] Call parking

2009-02-04 Thread Jeremy G. Gault
All,

Quick question that hopefully someone out there will know the answer to...

We were previously running Asterisk 1.4.(something) (I forget which one) on
Debian.  Due to an office move, I am temporarily routing our calls through
an Ubuntu box that I have.  It runs Asterisk 1.4.17-dfsg-2ubuntu1
(basically, what came with Ubuntu.)

Here's the problem I am having: We are using Polycom 500's and 501's..
previously (on the Debian system), to park a call, we could transfer it to
extension 7000 (we use 4-digit extensions.)  Asterisk would read back the
parking space number, then we complete the transfer.  No problem.

On this new system, Asterisk is not reading back the number.  Instead, it
simply starts playing hold music.  If you complete the transfer, a show
parkedcalls will show the call as parked (and you can retrieve it.)
However, my users have no way of knowing where their calls are being parked.

Anyone have any idea as to why it would stop reading back the parking
location?  I do have the digit sounds installed (in several formats, also.)
No luck there.  It's almost as if Asterisk is seeing it as a blind transfer
instead of a supervised one.  Oh, and I can set up a code for it in
features.conf and dial that while on the phone (I set the feature code to
*8) .. when I do that, it will read back the location and park the call.
However, that feature doesn't seem to work for me for all calls (such as
calls coming in via a queue, etc.)

I'm sure it's something simple, but I've been pulling my hair out searching
for anyone else having this problem and haven't had any luck.

Any help would be appreciated. :)

 Jeremy

-- 
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2009-02-04 Thread Danny Nicholas
How is your features.conf set up?  Do you have a Parking function in your
dialplan?  The answer that comes to mind is that you are somehow using
parkandannounce instead of park and something is just mis-coded.  In my
shop, I have hints registered, so core show hints will tell me which
lots are in use, but some here consider that a hack.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeremy G.
Gault
Sent: Wednesday, February 04, 2009 9:53 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Call parking

 

All,

Quick question that hopefully someone out there will know the answer to...

We were previously running Asterisk 1.4.(something) (I forget which one) on
Debian.  Due to an office move, I am temporarily routing our calls through
an Ubuntu box that I have.  It runs Asterisk 1.4.17-dfsg-2ubuntu1
(basically, what came with Ubuntu.)

Here's the problem I am having: We are using Polycom 500's and 501's..
previously (on the Debian system), to park a call, we could transfer it to
extension 7000 (we use 4-digit extensions.)  Asterisk would read back the
parking space number, then we complete the transfer.  No problem.

On this new system, Asterisk is not reading back the number.  Instead, it
simply starts playing hold music.  If you complete the transfer, a show
parkedcalls will show the call as parked (and you can retrieve it.)
However, my users have no way of knowing where their calls are being parked.

Anyone have any idea as to why it would stop reading back the parking
location?  I do have the digit sounds installed (in several formats, also.)
No luck there.  It's almost as if Asterisk is seeing it as a blind transfer
instead of a supervised one.  Oh, and I can set up a code for it in
features.conf and dial that while on the phone (I set the feature code to
*8) .. when I do that, it will read back the location and park the call.
However, that feature doesn't seem to work for me for all calls (such as
calls coming in via a queue, etc.)

I'm sure it's something simple, but I've been pulling my hair out searching
for anyone else having this problem and haven't had any luck.

Any help would be appreciated. :)

 Jeremy

-- 
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation





___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2009-02-04 Thread Jeremy G. Gault
Danny,

I have parkext set to 7000, parkpos set to 7060-7069, context is set to
parkedcalls.  In extensions.conf I just include = parkedcalls

When I dial 7000 from my desk phone (which used to render a parking location
and then play hold music), I get this on the CLI:

-- Executing [7...@from-local-sip:1] Park(SIP/7411b-081e28b8, ) in
new stack
-- Started music on hold, class 'default', on SIP/7411b-081e28b8
  == Parked SIP/7411b-081e28b8 on 7...@parkedcalls. Will timeout back to
extension [from-local-sip] s, 1 in 3600 seconds
-- Added extension '7060' priority 1 to parkedcalls
  == Spawn extension (from-local-sip, s, 1) exited KEEPALIVE on
'SIP/7411b-081e28b8'

So, it seems it is using Park() but for some reason it just doesn't read
back the location.

 Jeremy

On Wed, Feb 4, 2009 at 11:08 AM, Danny Nicholas da...@debsinc.com wrote:

  How is your features.conf set up?  Do you have a Parking function in
 your dialplan?  The answer that comes to mind is that you are somehow using
 parkandannounce instead of park and something is just mis-coded.  In my
 shop, I have hints registered, so core show hints will tell me which
 lots are in use, but some here consider that a hack.


  --

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Jeremy G. Gault
 *Sent:* Wednesday, February 04, 2009 9:53 AM
 *To:* asterisk-users@lists.digium.com
 *Subject:* [asterisk-users] Call parking



 All,

 Quick question that hopefully someone out there will know the answer to...

 We were previously running Asterisk 1.4.(something) (I forget which one) on
 Debian.  Due to an office move, I am temporarily routing our calls through
 an Ubuntu box that I have.  It runs Asterisk 1.4.17-dfsg-2ubuntu1
 (basically, what came with Ubuntu.)

 Here's the problem I am having: We are using Polycom 500's and 501's..
 previously (on the Debian system), to park a call, we could transfer it to
 extension 7000 (we use 4-digit extensions.)  Asterisk would read back the
 parking space number, then we complete the transfer.  No problem.

 On this new system, Asterisk is not reading back the number.  Instead, it
 simply starts playing hold music.  If you complete the transfer, a show
 parkedcalls will show the call as parked (and you can retrieve it.)
 However, my users have no way of knowing where their calls are being parked.

 Anyone have any idea as to why it would stop reading back the parking
 location?  I do have the digit sounds installed (in several formats, also.)
 No luck there.  It's almost as if Asterisk is seeing it as a blind transfer
 instead of a supervised one.  Oh, and I can set up a code for it in
 features.conf and dial that while on the phone (I set the feature code to
 *8) .. when I do that, it will read back the location and park the call.
 However, that feature doesn't seem to work for me for all calls (such as
 calls coming in via a queue, etc.)

 I'm sure it's something simple, but I've been pulling my hair out searching
 for anyone else having this problem and haven't had any luck.

 Any help would be appreciated. :)

  Jeremy

 --
 Jeremy G. Gault, KD4NED
 Network Administrator
 WinWorld Corporation




 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




-- 
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2009-02-04 Thread Steven C. Blair

I think you need to use ParkAndAnnounce instead of Park to get the call back.

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeremy G. Gault
Sent: Wednesday, February 04, 2009 11:16 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Call parking

Danny,

I have parkext set to 7000, parkpos set to 7060-7069, context is set to 
parkedcalls.  In extensions.conf I just include = parkedcalls

When I dial 7000 from my desk phone (which used to render a parking location 
and then play hold music), I get this on the CLI:

-- Executing [7...@from-local-sip:1] Park(SIP/7411b-081e28b8, ) in new 
stack
-- Started music on hold, class 'default', on SIP/7411b-081e28b8
  == Parked SIP/7411b-081e28b8 on 7...@parkedcalls. Will timeout back to 
extension [from-local-sip] s, 1 in 3600 seconds
-- Added extension '7060' priority 1 to parkedcalls
  == Spawn extension (from-local-sip, s, 1) exited KEEPALIVE on 
'SIP/7411b-081e28b8'

So, it seems it is using Park() but for some reason it just doesn't read back 
the location.

 Jeremy
On Wed, Feb 4, 2009 at 11:08 AM, Danny Nicholas 
da...@debsinc.commailto:da...@debsinc.com wrote:

How is your features.conf set up?  Do you have a Parking function in your 
dialplan?  The answer that comes to mind is that you are somehow using 
parkandannounce instead of park and something is just mis-coded.  In my shop, I 
have hints registered, so core show hints will tell me which lots are in 
use, but some here consider that a hack.





From: 
asterisk-users-boun...@lists.digium.commailto:asterisk-users-boun...@lists.digium.com
 
[mailto:asterisk-users-boun...@lists.digium.commailto:asterisk-users-boun...@lists.digium.com]
 On Behalf Of Jeremy G. Gault
Sent: Wednesday, February 04, 2009 9:53 AM
To: asterisk-users@lists.digium.commailto:asterisk-users@lists.digium.com
Subject: [asterisk-users] Call parking



All,

Quick question that hopefully someone out there will know the answer to...

We were previously running Asterisk 1.4.(something) (I forget which one) on 
Debian.  Due to an office move, I am temporarily routing our calls through an 
Ubuntu box that I have.  It runs Asterisk 1.4.17-dfsg-2ubuntu1 (basically, what 
came with Ubuntu.)

Here's the problem I am having: We are using Polycom 500's and 501's..  
previously (on the Debian system), to park a call, we could transfer it to 
extension 7000 (we use 4-digit extensions.)  Asterisk would read back the 
parking space number, then we complete the transfer.  No problem.

On this new system, Asterisk is not reading back the number.  Instead, it 
simply starts playing hold music.  If you complete the transfer, a show 
parkedcalls will show the call as parked (and you can retrieve it.)  However, 
my users have no way of knowing where their calls are being parked.

Anyone have any idea as to why it would stop reading back the parking location? 
 I do have the digit sounds installed (in several formats, also.)  No luck 
there.  It's almost as if Asterisk is seeing it as a blind transfer instead of 
a supervised one.  Oh, and I can set up a code for it in features.conf and dial 
that while on the phone (I set the feature code to *8) .. when I do that, it 
will read back the location and park the call.  However, that feature doesn't 
seem to work for me for all calls (such as calls coming in via a queue, etc.)

I'm sure it's something simple, but I've been pulling my hair out searching for 
anyone else having this problem and haven't had any luck.

Any help would be appreciated. :)

 Jeremy

--
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



--
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2009-02-04 Thread Danny Nicholas
You could try adding this to the default section of your dialplan
(extensions.conf)

 

; park a call in the lot

exten = 7000,1,Answer

exten = 7000,n,Park()

exten = 7000,n,Playback(vm-goodbye)

exten = 7000,n,Hangup()

 

Without this, * makes an implicit Park in your dialplan, with it you have
some degree of control.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeremy G.
Gault
Sent: Wednesday, February 04, 2009 10:16 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Call parking

 

Danny,

I have parkext set to 7000, parkpos set to 7060-7069, context is set to
parkedcalls.  In extensions.conf I just include = parkedcalls

When I dial 7000 from my desk phone (which used to render a parking location
and then play hold music), I get this on the CLI:

-- Executing [7...@from-local-sip:1] Park(SIP/7411b-081e28b8, ) in
new stack
-- Started music on hold, class 'default', on SIP/7411b-081e28b8
  == Parked SIP/7411b-081e28b8 on 7...@parkedcalls. Will timeout back to
extension [from-local-sip] s, 1 in 3600 seconds
-- Added extension '7060' priority 1 to parkedcalls
  == Spawn extension (from-local-sip, s, 1) exited KEEPALIVE on
'SIP/7411b-081e28b8'

So, it seems it is using Park() but for some reason it just doesn't read
back the location.

 Jeremy

On Wed, Feb 4, 2009 at 11:08 AM, Danny Nicholas da...@debsinc.com wrote:

How is your features.conf set up?  Do you have a Parking function in your
dialplan?  The answer that comes to mind is that you are somehow using
parkandannounce instead of park and something is just mis-coded.  In my
shop, I have hints registered, so core show hints will tell me which
lots are in use, but some here consider that a hack.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeremy G.
Gault
Sent: Wednesday, February 04, 2009 9:53 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Call parking

 

All,

Quick question that hopefully someone out there will know the answer to...

We were previously running Asterisk 1.4.(something) (I forget which one) on
Debian.  Due to an office move, I am temporarily routing our calls through
an Ubuntu box that I have.  It runs Asterisk 1.4.17-dfsg-2ubuntu1
(basically, what came with Ubuntu.)

Here's the problem I am having: We are using Polycom 500's and 501's..
previously (on the Debian system), to park a call, we could transfer it to
extension 7000 (we use 4-digit extensions.)  Asterisk would read back the
parking space number, then we complete the transfer.  No problem.

On this new system, Asterisk is not reading back the number.  Instead, it
simply starts playing hold music.  If you complete the transfer, a show
parkedcalls will show the call as parked (and you can retrieve it.)
However, my users have no way of knowing where their calls are being parked.

Anyone have any idea as to why it would stop reading back the parking
location?  I do have the digit sounds installed (in several formats, also.)
No luck there.  It's almost as if Asterisk is seeing it as a blind transfer
instead of a supervised one.  Oh, and I can set up a code for it in
features.conf and dial that while on the phone (I set the feature code to
*8) .. when I do that, it will read back the location and park the call.
However, that feature doesn't seem to work for me for all calls (such as
calls coming in via a queue, etc.)

I'm sure it's something simple, but I've been pulling my hair out searching
for anyone else having this problem and haven't had any luck.

Any help would be appreciated. :)

 Jeremy

-- 
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation





___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




-- 
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation





___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2009-02-04 Thread Mike
Hi,

 

Just so you know, some parking bugs were fixed in 1.4.23.1,  so it might be
a good idea to update.

 

Regards,

 

Mike

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeremy G.
Gault
Sent: Wednesday, February 04, 2009 10:53
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Call parking

 

All,

Quick question that hopefully someone out there will know the answer to...

We were previously running Asterisk 1.4.(something) (I forget which one) on
Debian.  Due to an office move, I am temporarily routing our calls through
an Ubuntu box that I have.  It runs Asterisk 1.4.17-dfsg-2ubuntu1
(basically, what came with Ubuntu.)

Here's the problem I am having: We are using Polycom 500's and 501's..
previously (on the Debian system), to park a call, we could transfer it to
extension 7000 (we use 4-digit extensions.)  Asterisk would read back the
parking space number, then we complete the transfer.  No problem.

On this new system, Asterisk is not reading back the number.  Instead, it
simply starts playing hold music.  If you complete the transfer, a show
parkedcalls will show the call as parked (and you can retrieve it.)
However, my users have no way of knowing where their calls are being parked.

Anyone have any idea as to why it would stop reading back the parking
location?  I do have the digit sounds installed (in several formats, also.)
No luck there.  It's almost as if Asterisk is seeing it as a blind transfer
instead of a supervised one.  Oh, and I can set up a code for it in
features.conf and dial that while on the phone (I set the feature code to
*8) .. when I do that, it will read back the location and park the call.
However, that feature doesn't seem to work for me for all calls (such as
calls coming in via a queue, etc.)

I'm sure it's something simple, but I've been pulling my hair out searching
for anyone else having this problem and haven't had any luck.

Any help would be appreciated. :)

 Jeremy

-- 
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation





___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2009-02-04 Thread Jeremy G. Gault
Mike,

Okay.  That seems to be the answer.  I was able to compile it from source
(couldn't find any .deb packages) and parking works as it should.  However,
upgrading broke the ability to use any of our Zap channels (even using
--with-zaptel/usr/src/modules/zaptel when doing ./configure in Asterisk
wouldn't work..)  It doesn't install chan_zap.so or chan_dahdi.so :(

Looks like I will ahve to find a download of DAHDI and do a major overhaul
from source.

I reverted everything back to what it was and I can tackle that one
after-hours if needed.

Thanks for the help :)

 Jeremy

On Wed, Feb 4, 2009 at 11:32 AM, Mike l...@virtutel.ca wrote:

  Hi,



 Just so you know, some parking bugs were fixed in 1.4.23.1,  so it might be
 a good idea to update.



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




-- 
Jeremy G. Gault, KD4NED
Network Administrator
WinWorld Corporation
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2008-12-04 Thread Eric ManxPower Wieling
Welcome to the world of FreePBX.  It would save me quite a bit of time 
if you could list what ports (port number and signaling) you have on the 
card and what context you want each port to go into.  When I manually 
merge the two files (after stripping out 37 billion comment lines) I see 
that channel 1 is defined twice, channel 4 is defined once and and 
channels 2 and 3 are not defined at all.

John covici wrote:
 Sorry about that -- I think I have things in two places -- they do
 things in a different order than one would expect.


-- 
Consulting and design services for LAN, WAN, voice and data.  Based near 
Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
echo canceling systems.  Also see http://www.fnords.org/skillslist.html

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] Call parking

2008-12-03 Thread Mike
Hi,

 

Been playing with Call parking, and I can`t help but wonder if I am doing
something incorrectly.  The way I understand it (using default config in
features.conf), is I would transfer a call to extension 700, which would
park the call, tell me 701.  I could then hang up, go fetch the fright
person and tell him call 701 you have a call waiting for you.

 

The way I have it working now, is that I can transfert the call to 700, I do
get 701 as a response but then, the call doesn't leave my phone.  The
caller gets put on hold (great) but I also get put on hold and need to keep
the call going. If I hang up, so does the caller.

 

Can`t the parked call just go park itself (and hang up my leg of the call),
and ideally call me back if not picked up within x seconds?

 

Mike

 

 

 

 

 

 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2008-12-03 Thread Danny Nicholas
The way I made this work was to set up 200 as my parker and I do transfer,
200, transfer.

exten = 200,1,Answer

exten = 200,n,Park(701)

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Sent: Wednesday, December 03, 2008 10:33 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] Call parking

 

Hi,

 

Been playing with Call parking, and I can`t help but wonder if I am doing
something incorrectly.  The way I understand it (using default config in
features.conf), is I would transfer a call to extension 700, which would
park the call, tell me 701.  I could then hang up, go fetch the fright
person and tell him call 701 you have a call waiting for you.

 

The way I have it working now, is that I can transfert the call to 700, I do
get 701 as a response but then, the call doesn't leave my phone.  The
caller gets put on hold (great) but I also get put on hold and need to keep
the call going. If I hang up, so does the caller.

 

Can`t the parked call just go park itself (and hang up my leg of the call),
and ideally call me back if not picked up within x seconds?

 

Mike

 

 

 

 

 

 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call parking

2008-12-03 Thread Robert Lister
On Wed, Dec 03, 2008 at 11:33:08AM -0500, Mike wrote:
 Hi,
 
 Been playing with Call parking, and I can`t help but wonder if I am doing
 something incorrectly.  The way I understand it (using default config in
 features.conf), is I would transfer a call to extension 700, which would
 park the call, tell me 701.  I could then hang up, go fetch the fright
 person and tell him call 701 you have a call waiting for you.
 
 The way I have it working now, is that I can transfert the call to 700, I do
 get 701 as a response but then, the call doesn't leave my phone.  The
 caller gets put on hold (great) but I also get put on hold and need to keep
 the call going. If I hang up, so does the caller.
 
 Can`t the parked call just go park itself (and hang up my leg of the 
 call), and ideally call me back if not picked up within x seconds?

You need to complete the attended transfer when you hear the holding music,
and then the call will go away from your phone.

Then dial the park number i.e. 701 to get the caller back.

It sounds like maybe your handset is conferencing or joining the two calls 
together somehow rather than doing an attended transfer. I would check how 
you do attended transfers normally and if you get the same symtoms.

If that's okay, then it might be a failure to negotiate the right codecs etc 
when asterisk tries to complete the transfer, so worth checking for any no 
compatible codecs errors on the console and checking the codec the handset 
is using is one that's supported and configured for that client in sip.conf

(For example you might be able to transfer between two handsets configured 
to use G.729, but asterisk is probably using G711 ulaw / alaw or GSM codec, 
for the call park channel, so this might explain it not working.)


Rob



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Robert Lister
On Wed, Dec 03, 2008 at 10:56:48AM -0600, Danny Nicholas wrote:
 The way I made this work was to set up 200 as my parker and I do transfer,
 200, transfer.
 
 exten = 200,1,Answer
 exten = 200,n,Park(701)

That will work but only for one call park slot. If that's what you 
want then great.

If you have multiple users then surely you'd need some way to find a free 
slot first? (Or maybe just allocate every extension its own unique parking 
slot, but they'd only be able to park one call at a time?)

Rob


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Danny Nicholas
This actually works for multiple slots.  When 701 is occupied, * finds next
defined slow.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Lister
Sent: Wednesday, December 03, 2008 11:09 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Call parking

On Wed, Dec 03, 2008 at 10:56:48AM -0600, Danny Nicholas wrote:
 The way I made this work was to set up 200 as my parker and I do
transfer,
 200, transfer.
 
 exten = 200,1,Answer
 exten = 200,n,Park(701)

That will work but only for one call park slot. If that's what you 
want then great.

If you have multiple users then surely you'd need some way to find a free 
slot first? (Or maybe just allocate every extension its own unique parking 
slot, but they'd only be able to park one call at a time?)

Rob


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Doug Lytle
Mike wrote:

  

 Can`t the parked call just go park itself (and hang up my leg of the 
 call), and ideally call me back if not picked up within x seconds?

  


Look at the parkcall option under the features.conf

parkcall = ##  ; Park call (one step parking)


Doug

-- 
 
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Robert Lister
On Wed, Dec 03, 2008 at 11:13:49AM -0600, Danny Nicholas wrote:
 This actually works for multiple slots.  When 701 is occupied, * finds next
 defined slow.

Does it announce what that slot is before doing it?

Rob


-- 
Robert Lister - London Internet Exchange - http://www.linx.net/
sip:[EMAIL PROTECTED] - inoc-dba:5459*710- tel: +44 (0)20 7645 3510
  134-138 Borough High Street, London SE1 1LB
   Registered in England 3137929 at 3 Park Road, Peterborough, PE1 2UX


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Danny Nicholas
Yes it does.  It plays the slot number, then does music on hold until you
hit transfer again.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Lister
Sent: Wednesday, December 03, 2008 12:03 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Call parking

On Wed, Dec 03, 2008 at 11:13:49AM -0600, Danny Nicholas wrote:
 This actually works for multiple slots.  When 701 is occupied, * finds
next
 defined slow.

Does it announce what that slot is before doing it?

Rob


-- 
Robert Lister - London Internet Exchange - http://www.linx.net/
sip:[EMAIL PROTECTED] - inoc-dba:5459*710- tel: +44 (0)20 7645 3510
  134-138 Borough High Street, London SE1 1LB
   Registered in England 3137929 at 3 Park Road, Peterborough, PE1 2UX


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread John covici
OK, I can park the calls OK, but I don't get the announcement -- I am
using freepbx if that makes any difference.

on Wednesday 12/03/2008 Doug Lytle([EMAIL PROTECTED]) wrote
  Mike wrote:
  

  
   Can`t the parked call just go park itself (and hang up my leg of the 
   call), and ideally call me back if not picked up within x seconds?
  

  
  
  Look at the parkcall option under the features.conf
  
  parkcall = ##  ; Park call (one step parking)
  
  
  Doug
  
  -- 
   
  Ben Franklin quote:
  
  Those who would give up Essential Liberty to purchase a little Temporary 
  Safety, deserve neither Liberty nor Safety.
  
  
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
  
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Eric ManxPower Wieling

John covici wrote:
 OK, I can park the calls OK, but I don't get the announcement -- I am
 using freepbx if that makes any difference.

If you park a call and do not hear the announcement then you are doing a 
BLIND transfer, not an ATTENDED transfer.  You should be doing attended 
transfers for parking.

If you park a call and hear the announcement and then the hold music 
then you did not COMPLETE the attended transfer.


-- 
Consulting and design services for LAN, WAN, voice and data.  Based near 
Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
echo canceling systems.  Also see http://www.fnords.org/skillslist.html

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Doug Lytle
John covici wrote:
 OK, I can park the calls OK, but I don't get the announcement -- I am
 using freepbx if that makes any difference.
   

Apparently it does.  What does it show on the console when doing the one 
step parking?  Also make sure your dial command has kK:

k- Allow the called party to enable parking of the call by sending
   the DTMF sequence defined for call parking in features.conf.
K- Allow the calling party to enable parking of the call by sending
   the DTMF sequence defined for call parking in 
features.conf.  



Doug

-- 
 
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread Eric ManxPower Wieling
By legacy phone I assume you have an analog card connected to your 
Asterisk server.  I've not used analog phones with Asterisk in many 
years, but IIRC you need transfer=yes and threewaycalling=yes in 
zapata.conf/chan_dhadi.conf.  You would then do a 2nd flash to complete 
the transfer.  On Polyom phones you do Transfer button/dial number/hear 
parking slot/Transfer button again/Hang up.

John covici wrote:
 I do the following from the legacy phone:  hit theflash and get a
 dialtone from the call, dial 70, the call is parked, but hangs up from
 me immediately -- isn't this an attended transfer?
 
 on Wednesday 12/03/2008 Eric \ManxPower\ Wieling([EMAIL PROTECTED]) wrote
   
   John covici wrote:
OK, I can park the calls OK, but I don't get the announcement -- I am
using freepbx if that makes any difference.
   
   If you park a call and do not hear the announcement then you are doing a 
   BLIND transfer, not an ATTENDED transfer.  You should be doing attended 
   transfers for parking.
   
   If you park a call and hear the announcement and then the hold music 
   then you did not COMPLETE the attended transfer.
   
   
   -- 
   Consulting and design services for LAN, WAN, voice and data.  Based near 
   Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
   echo canceling systems.  Also see http://www.fnords.org/skillslist.html
 

-- 
Consulting and design services for LAN, WAN, voice and data.  Based near 
Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
echo canceling systems.  Also see http://www.fnords.org/skillslist.html

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Call parking

2008-12-03 Thread John covici
Yep, those are fine and as I say, it does actually park the call
because I can hang up and type 701 and get the call back, but my only
problem is it hangs up immediately instead of playing the
announcement.

on Wednesday 12/03/2008 Eric \ManxPower\ Wieling([EMAIL PROTECTED]) wrote
  By legacy phone I assume you have an analog card connected to your 
  Asterisk server.  I've not used analog phones with Asterisk in many 
  years, but IIRC you need transfer=yes and threewaycalling=yes in 
  zapata.conf/chan_dhadi.conf.  You would then do a 2nd flash to complete 
  the transfer.  On Polyom phones you do Transfer button/dial number/hear 
  parking slot/Transfer button again/Hang up.
  
  John covici wrote:
   I do the following from the legacy phone:  hit theflash and get a
   dialtone from the call, dial 70, the call is parked, but hangs up from
   me immediately -- isn't this an attended transfer?
   
   on Wednesday 12/03/2008 Eric \ManxPower\ Wieling([EMAIL PROTECTED]) 
   wrote
 
 John covici wrote:
  OK, I can park the calls OK, but I don't get the announcement -- I am
  using freepbx if that makes any difference.
 
 If you park a call and do not hear the announcement then you are doing 
   a 
 BLIND transfer, not an ATTENDED transfer.  You should be doing attended 
 transfers for parking.
 
 If you park a call and hear the announcement and then the hold music 
 then you did not COMPLETE the attended transfer.
 
 
 -- 
 Consulting and design services for LAN, WAN, voice and data.  Based 
   near 
 Birmingham, AL.  Now accepting clients worldwide. Contact me for 
   Tellabs 
 echo canceling systems.  Also see http://www.fnords.org/skillslist.html
   
  
  -- 
  Consulting and design services for LAN, WAN, voice and data.  Based near 
  Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
  echo canceling systems.  Also see http://www.fnords.org/skillslist.html

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] Call Parking with multiple lots

2008-01-23 Thread Ron McCarthy
Hi List,

I need to have one PBX but have multiple call parking for many different
context. Basically for hosted VoIP, anyway this can be achineved? We really
want to use the Snom's or something like that with a light on the phone so
we can what caller is in each parking space/line. I have not seen anyway to
do this, any ideals anyone?

Thanks!
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call Parking with multiple lots

2008-01-23 Thread Darryl Dunkin
Look at app_valetparking, available here:
http://www.freeswitch.org/asterisk_stuff/
 
I do not know about phone notification (I just use ringback/overhead
paging), but it handles multiple contexts just fine.



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
McCarthy
Sent: Wednesday, January 23, 2008 15:39
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Call Parking with multiple lots


Hi List,

I need to have one PBX but have multiple call parking for many different
context. Basically for hosted VoIP, anyway this can be achineved? We
really want to use the Snom's or something like that with a light on the
phone so we can what caller is in each parking space/line. I have not
seen anyway to do this, any ideals anyone? 

Thanks!

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call Parking with multiple lots

2008-01-23 Thread Ron McCarthy
How many contexts have you had this running on?

And for the ring back, you cant have it park and then on the same call
return the info, has to hangup then ring back?

Thanks!

On Jan 23, 2008 4:48 PM, Darryl Dunkin [EMAIL PROTECTED] wrote:

  Look at app_valetparking, available here:
 http://www.freeswitch.org/asterisk_stuff/

 I do not know about phone notification (I just use ringback/overhead
 paging), but it handles multiple contexts just fine.

  --
 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Ron McCarthy
 *Sent:* Wednesday, January 23, 2008 15:39
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* [asterisk-users] Call Parking with multiple lots

 Hi List,

 I need to have one PBX but have multiple call parking for many different
 context. Basically for hosted VoIP, anyway this can be achineved? We really
 want to use the Snom's or something like that with a light on the phone so
 we can what caller is in each parking space/line. I have not seen anyway to
 do this, any ideals anyone?

 Thanks!

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call Parking with multiple lots

2008-01-23 Thread Darryl Dunkin
I've had two live, it's a pretty archaic feature that emulates older
PBXs so it isn't a popular feature at all.
 
Just check the source on your options:
  -= Info about application 'ValetParkCall' =- 
 
[Synopsis]
Valet Park Call
 
[Description]
ValetParkCall(exten|lotname|timeout[|return_ext][|return_pri][
|return_context])
Park Call at exten in lotname until someone calls ValetUnparkCall on
the same exten + lotname
set exten to 'auto' to auto-choose the slot.
 
 


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
McCarthy
Sent: Wednesday, January 23, 2008 16:04
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Call Parking with multiple lots


How many contexts have you had this running on?

And for the ring back, you cant have it park and then on the same call
return the info, has to hangup then ring back?

Thanks!


On Jan 23, 2008 4:48 PM, Darryl Dunkin  [EMAIL PROTECTED] wrote:


Look at app_valetparking, available here:
http://www.freeswitch.org/asterisk_stuff/
 
I do not know about phone notification (I just use
ringback/overhead paging), but it handles multiple contexts just fine.



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
McCarthy
Sent: Wednesday, January 23, 2008 15:39
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Call Parking with multiple lots


Hi List,

I need to have one PBX but have multiple call parking for many
different context. Basically for hosted VoIP, anyway this can be
achineved? We really want to use the Snom's or something like that with
a light on the phone so we can what caller is in each parking
space/line. I have not seen anyway to do this, any ideals anyone? 

Thanks!


___
-- Bandwidth and Colocation Provided by
http://www.api-digital.com --

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



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Call Parking with multiple lots

2008-01-23 Thread Ron McCarthy
I agree it is old, some people won't adopt. We run into this with
clients who are to use to legacy key systems. I have found no other
real way around this when you need this feature, some way for another
person in a office to pick up a call. Its a hassle, wish some people
would change!



On 1/23/08, Darryl Dunkin [EMAIL PROTECTED] wrote:
 I've had two live, it's a pretty archaic feature that emulates older
 PBXs so it isn't a popular feature at all.

 Just check the source on your options:
   -= Info about application 'ValetParkCall' =-

 [Synopsis]
 Valet Park Call

 [Description]
 ValetParkCall(exten|lotname|timeout[|return_ext][|return_pri][
 |return_context])
 Park Call at exten in lotname until someone calls ValetUnparkCall on
 the same exten + lotname
 set exten to 'auto' to auto-choose the slot.


 

 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Ron
 McCarthy
 Sent: Wednesday, January 23, 2008 16:04
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Call Parking with multiple lots


 How many contexts have you had this running on?

 And for the ring back, you cant have it park and then on the same call
 return the info, has to hangup then ring back?

 Thanks!


 On Jan 23, 2008 4:48 PM, Darryl Dunkin  [EMAIL PROTECTED] wrote:


   Look at app_valetparking, available here:
   http://www.freeswitch.org/asterisk_stuff/
   
   I do not know about phone notification (I just use
 ringback/overhead paging), but it handles multiple contexts just fine.

 

   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Ron
 McCarthy
   Sent: Wednesday, January 23, 2008 15:39
   To: Asterisk Users Mailing List - Non-Commercial Discussion
   Subject: [asterisk-users] Call Parking with multiple lots
   
   
   Hi List,
   
   I need to have one PBX but have multiple call parking for many
 different context. Basically for hosted VoIP, anyway this can be
 achineved? We really want to use the Snom's or something like that with
 a light on the phone so we can what caller is in each parking
 space/line. I have not seen anyway to do this, any ideals anyone?
   
   Thanks!
   

   ___
   -- Bandwidth and Colocation Provided by
 http://www.api-digital.com --
   
   asterisk-users mailing list
   To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
   




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] Call parking

2008-01-13 Thread Paul Hales

Is there a good way to set the callerid(name) for calls being returned
from parking? We tried using the parkandannounce function, but we
couldn't get the audio to play back nicely. (we don't want the park
position returned as a separate phone call...)

ideas?

PaulH



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[asterisk-users] Call Parking/Pickup on a single button

2007-11-29 Thread Alvin Austin
Is it possible with asterisk to use a single button to park and retrieve a call?

e.g. Button is labelled Park 701
- If it is not in use, park the current call to 701
- If it is in use (the associated LED will be lit), pickup the call at
701 (putting the current call [if any] on hold).

A Polycom IP600 phone would have two or three of these keys (701, 702, 703).

Any suggestions appreciated!

Alvin

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Call Parking/Pickup on a single button

2007-11-29 Thread Ira
At 03:10 PM 11/29/2007, you wrote:
Is it possible with asterisk to use a single button to park and 
retrieve a call?

I could do this with my Aastra 480i CT as the buttons can have 
different meaning for different states.

Ira 


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


[asterisk-users] Call Parking is slow with park orbit on Snom 3xx / 360

2007-04-25 Thread Ron McCarthy

Hi List,

I have a client who is using park heavily, but once we hit the cal button
(in this a hotkey tied to park orbit on the Snom's), we have a 3 second
delay before we here the digit the call is parked on. Is their anyway around
this at all? Does anyone know if we have these same delays if using the DTMF
digits?

Any suggestions would be great!
Thanks!
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Call parking causes Asterisk to crash

2007-01-25 Thread Olle E Johansson

Seems like a bug to me.

File a bug report in the bug tracker, bugs.digium.com. Upload  
backtrace and all information you have.

Thank you!

/O

24 jan 2007 kl. 21.20 skrev Bruce Reeves:

I have one system that is crashing everytime a call is parked and I  
have tried recompiling the asterisk, checking out the latest SVN of  
1.2 and modifying the configuration. I have identified what I think  
is the error and have back traces but since this is occurring on  
only one system I want to know what might cause this.



CLI:

   -- SIP/xlite_brr-098d1e98 is ringing
-- SIP/xlite_brr-098d1e98 answered IAX2/192.168.0.231:4569-1
-- Started music on hold, class 'default', on  
IAX2/192.168.0.231:4569-1

-- Playing 'pbx-transfer' (language 'en')
-- Stopped music on hold on IAX2/192.168.0.231:4569-1
-- Started music on hold, class 'default', on  
IAX2/192.168.0.231:4569-1
  == Parked IAX2/192.168.0.231:4569-1 on 701. Will timeout back to  
extension [inside] 1513, 1 in 45 seconds

-- Added extension '701' priority 1 to parkedcalls
-- Playing 'digits/7' (language 'en')
-- Playing 'digits/0' (language 'en')
-- Playing 'digits/1' (language 'en')
  == Auto fallthrough, channel 'IAX2/192.168.0.231:4569-1' status  
is 'ANSWER'

-- Stopped music on hold on IAX2/192.168.0.231:4569-1
-- Hungup 'IAX2/192.168.0.231:4569-1'
  == IAX2/192.168.0.231:4569-1 got tired of being parked
-- Hungup 'IAX2/192.168.0.231:4569-1'
Jan 24 13:43:26 WARNING[24727]: channel.c:897 ast_channel_free:  
Unable to find channel in list

pbx*CLI
Disconnected from Asterisk server

The back trace has a similar message about channel.c

#6  0x080616bd in ast_channel_free (chan=0x9932c48) at channel.c:864
cur = Variable cur is not available.

Has anyone run into this before? I cannot find any difference  
between this system and the others I have deployed with the same  
hardware and configurations.


--
Bruce
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

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


---
* Olle E Johansson - [EMAIL PROTECTED]
* Cell phone +46 70 593 68 51, Office +46 8 96 40 20, Sweden



___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Call parking causes Asterisk to crash

2007-01-24 Thread Bruce Reeves

I have one system that is crashing everytime a call is parked and I have
tried recompiling the asterisk, checking out the latest SVN of 1.2 and
modifying the configuration. I have identified what I think is the error and
have back traces but since this is occurring on only one system I want to
know what might cause this.


CLI:

  -- SIP/xlite_brr-098d1e98 is ringing
   -- SIP/xlite_brr-098d1e98 answered IAX2/192.168.0.231:4569-1
   -- Started music on hold, class 'default', on IAX2/192.168.0.231:4569-1
   -- Playing 'pbx-transfer' (language 'en')
   -- Stopped music on hold on IAX2/192.168.0.231:4569-1
   -- Started music on hold, class 'default', on IAX2/192.168.0.231:4569-1
 == Parked IAX2/192.168.0.231:4569-1 on 701. Will timeout back to extension
[inside] 1513, 1 in 45 seconds
   -- Added extension '701' priority 1 to parkedcalls
   -- Playing 'digits/7' (language 'en')
   -- Playing 'digits/0' (language 'en')
   -- Playing 'digits/1' (language 'en')
 == Auto fallthrough, channel 'IAX2/192.168.0.231:4569-1' status is
'ANSWER'
   -- Stopped music on hold on IAX2/192.168.0.231:4569-1
   -- Hungup 'IAX2/192.168.0.231:4569-1'
 == IAX2/192.168.0.231:4569-1 got tired of being parked
   -- Hungup 'IAX2/192.168.0.231:4569-1'
Jan 24 13:43:26 WARNING[24727]: channel.c:897 ast_channel_free: Unable to
find channel in list
pbx*CLI
Disconnected from Asterisk server

The back trace has a similar message about channel.c

#6  0x080616bd in ast_channel_free (chan=0x9932c48) at channel.c:864
   cur = Variable cur is not available.

Has anyone run into this before? I cannot find any difference between this
system and the others I have deployed with the same hardware and
configurations.

--
Bruce
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Call parking and RTP traffic

2006-09-06 Thread Dave Fullerton


Greetings

I've noticed something odd while messing around with a test system and 
I'm not sure if this is a bug or not. I have three phones connected to 
an asterisk system in a remote office over a point to point T1 (no nat) 
all set up with canreinvite=yes. The phones are a Polycom 601, 501 and a 
budgetone 102. Here's what I am seeing:


Phone A calls phone B, phone B answers. RTP traffic travels between A 
and B directly like it is supposed to. Phone B does an attended transfer 
(using the phone's transfer features) to the parking extension, waits 
for the parked number and then completes the transfer. RTP travels from 
phone A to asterisk and hold music is played like it is supposed to. 
Now, phone B calls the parked extension and the call is reconnected, 
except the RTP traffic is now traveling A - Asterisk - B. I would 
have thought traffic should resume going between A and B directly. Is 
this an incorrect assumption or is it a bug?


I've tested this on 1.2.11 and SVN-branch-1.2-r41989.

Thanks

-Dave
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Call parking and ringbacks

2006-09-06 Thread J. Oquendo

Greets all and TIA

Here is my description short and simple:

Call comes in -- Gets parked -- parking time expires -- rings back 
person who parked the call


Is there a way for me to change the extension when ringing back?

Normally Asterisk does this:

12125551212 -- AsteriskPBX -- extension 1202 (parks call) -- time 
expires -- extension701 (parking extension) -- ring back 1202


Is there either a) a method for me to change the tone via a new 
extension, or change the callerid name on THAT ringback from the 701-720 
range?


--

J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net 


The happiness of society is the end of government.
John Adams

___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Call parking with Polycom's - works but MOH stops in one scenario

2006-08-28 Thread Bill Gibbs








501s, 601s running 1.6.5

Asterisk 1.2.10

NAT

Logs at the bottom of the email

Using AMP or FreePBX for the config files



Heres whats happening:



Call comes in

Answer the call



On the Polycom

Hit Transfer (person calling in hears MOH just fine)

Enter park extension (my case  190)

Listen to the digits being read back, ie 191



Now heres where it gets odd



1) If I wait after the digits are read back MOH starts on
the Polycom

At this point if I hit Transfer (complete the attended
transfer obviously) to send the call to the park, MOH stops on the phone
calling in. However parking continues to work, including ring backso
other than the MOH stopping (which I assume has to do something with Asterisk
not thinking the phone is on hold anymore?) the park feature works fine.

Basically if I wait too long it never initiates the MOH again
to the parked call however - is this because Asterisk thinks its now on
a real extension hence no MOH (which may be why it plays back MOH
if I transfer the call to the park extension in the first place)

The call DOES show up in show parkedcalls
though so Asterisk obviously knows it is parked.



2) Now if I hit Transfer quickly after the digits are read
back (basically before it finishes the last digit but enough for me to know
what it is), MOH continues on the person who is parked (which is the behavior I
want) Park pickup/ringback works fine.and the logs show this



3) Blind transfer MOH always works but not what I
want since the person who put it on Park now doesnt know what extension
to pick it up



I also see in the logs after the final transfer

 -- Incoming call: Got SIP response 500
Internal Server Error back from 192.168.1.100

No matter if I hit Transfer the 2nd time quickly
or wait for MOH to start



On a side note, anyone ever get the Polycom call-park
and Park softkey feature to work? There doesnt seem to be any
documentation about it and hitting the button does nothing.



Music on hold plays (transfer quick, just before the last
digit is read back)

Notice the MOH starts for the parked call after the ZOMBIE
lines



 -- SIP/102-09515c68 is ringing

 -- SIP/102-09515c68 answered
SIP/X.X.X.X-094fc5d8

 -- Started music on hold, class
'default', on SIP/X.X.X.X-094fc5d8

 -- Executing Park(SIP/102-09590970,
) in new stack

 == Parked SIP/102-09590970 on 191. Will timeout back
to extension [from-internal] s, 1 in 45 seconds

 -- Added extension '191' priority 1 to
parkedcalls

 -- Playing 'digits/1' (language 'en')

 -- Playing 'digits/9' (language 'en')

 -- Playing 'digits/1' (language 'en')

 -- Stopped music on hold on
SIP/X.X.X.X-094fc5d8

 == Spawn extension (macro-dial, s, 10) exited
non-zero on 'SIP/102-09590970ZOMBIE' in macro 'dial'

 == Spawn extension (macro-dial, s, 10) exited
non-zero on 'SIP/102-09590970ZOMBIE' in macro 'exten-vm'

 == Spawn extension (macro-dial, s, 10) exited
non-zero on 'SIP/102-09590970ZOMBIE'

 -- Started music on hold, class
'default', on SIP/X.X.X.X-094fc5d8

 == Spawn extension (from-internal, s, 1) exited
KEEPALIVE on 'SIP/X.X.X.X-094fc5d8'

 -- Incoming call: Got SIP response 500
Internal Server Error back from 192.168.1.100



so I see how it started, then stopped, then started MOH
again



now if I do it after I wait after the last digit is read and
then hit Transfer here's the log output:

It never initiates the MOH  is this because Asterisk
thinks its now on a real extension hence no MOH

Notice how the started MOH is initiated BEFORE the lines
about the ZOMBIE stuff than above where it worked



 -- SIP/102-094f9970 is ringing

 -- SIP/102-094f9970 answered
SIP/X.X.X.X-09515c68

 -- Started music on hold, class
'default', on SIP/X.X.X.X-09515c68

 -- Executing Park(SIP/102-0950a2b0,
) in new stack

 == Parked SIP/102-0950a2b0 on 191. Will timeout back
to extension [from-internal] s, 1 in 45 seconds

 -- Added extension '191' priority 1 to
parkedcalls

 -- Playing 'digits/1' (language 'en')

 -- Playing 'digits/9' (language 'en')

 -- Playing 'digits/1' (language 'en')

 -- Started music on hold, class
'default', on SIP/102-0950a2b0

 == Spawn extension (from-internal, s, 1) exited
KEEPALIVE on 'SIP/102-0950a2b0'

 -- Stopped music on hold on SIP/102-0950a2b0

 -- Stopped music on hold on
SIP/X.X.X.X-09515c68

 -- Started music on hold, class
'default', on SIP/X.X.X.X-09515c68

 == Spawn extension (macro-dial, s, 10) exited
non-zero on 'SIP/102-0950a2b0ZOMBIE' in macro 'dial'

 == Spawn extension (macro-dial, s, 10) exited
non-zero on 'SIP/102-0950a2b0ZOMBIE' in macro 'exten-vm'

 == Spawn extension (macro-dial, s, 10) exited
non-zero on 'SIP/102-0950a2b0ZOMBIE'

 -- Incoming call: Got SIP response 500
Internal Server Error back from 192.168.1.100







Bill








___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Call Parking Ring Back (Snoms)

2006-08-25 Thread Andrew Latham

You can have it come back on another line appearance that is set with
different ringtone.





On 8/24/06, J. Oquendo [EMAIL PROTECTED] wrote:

Quick question maybe someone can point me in the right direction...

Caller -- Receptionist -- ParksCall
Receptionist makes announcement for individual to pick up parked call.
No one picks up so it rings back to receptionist within a minute and a
half. Is there any way to change the ringer for a parked call coming
back since their call wasn't answered?

--

J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net

The happiness of society is the end of government.
John Adams

___
--Bandwidth and Colocation provided by Easynews.com --

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




--
---
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
[EMAIL PROTECTED] - [EMAIL PROTECTED]
If any of the above are down we have bigger problems than my email!
Hind sight is most always 20/20 or better.
---
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Call Parking Ring Back (Snoms)

2006-08-25 Thread Andrew Latham

Assume 4XX extensions and the SNOMs have a page extension that auto
answers in the 5XX range to match.

; Parking
exten = 6,1,NoOp()
exten = 
6,n,ParkAndAnnounce(call:ha/on:PARKED|105|SIP/5${BLINDTRANSFER:5:2}|default,74${BLINDTRANSFER:5:2},1)
exten = 6,hint,Local/6

; Parking Ring back
exten = _74XX,1,Set(CALLERID(name)=Parked Call)
exten = _74XX,n,ChanIsAvail(SIP/${EXTEN:1}|sj)
exten = _74XX,n,Dial(SIP/${EXTEN:1}|30)
exten = _74XX,n,Goto(default,${EXTEN},102)
exten = _74XX,102,Goto(operator,s,1)

; On parking failure
exten = 7,1,Goto(operator,s,1)

Does this help?


On 8/25/06, J. Oquendo [EMAIL PROTECTED] wrote:

Andrew Latham wrote:
 You can have it come back on another line appearance that is set with
 different ringtone.
Would you happen to have to have an example context of this? I'm puzzled
by what you mean

--

J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net

The happiness of society is the end of government.
John Adams





--
---
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
[EMAIL PROTECTED] - [EMAIL PROTECTED]
If any of the above are down we have bigger problems than my email!
Hind sight is most always 20/20 or better.
---
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Call Parking Ring Back (Snoms)

2006-08-24 Thread J. Oquendo

Quick question maybe someone can point me in the right direction...

Caller -- Receptionist -- ParksCall
Receptionist makes announcement for individual to pick up parked call. 
No one picks up so it rings back to receptionist within a minute and a 
half. Is there any way to change the ringer for a parked call coming 
back since their call wasn't answered?


--

J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net 


The happiness of society is the end of government.
John Adams

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] Call Parking Ring Back (Snoms)

2006-08-24 Thread David Gagnon
Look over there : http://bugs.digium.com/view.php?id=6953

David

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de J. Oquendo
Envoyé : 24 août 2006 13:54
À : Asterisk Users Mailing List - Non-Commercial Discussion
Objet : [asterisk-users] Call Parking Ring Back (Snoms)

Quick question maybe someone can point me in the right direction...

Caller -- Receptionist -- ParksCall
Receptionist makes announcement for individual to pick up parked call. 
No one picks up so it rings back to receptionist within a minute and a 
half. Is there any way to change the ringer for a parked call coming 
back since their call wasn't answered?

-- 

J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net 

The happiness of society is the end of government.
John Adams

___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Call Parking initiator cannot retrieve parked calls

2006-08-17 Thread J. Oquendo

Greets all. Having an issue with parking calls. Here is the scenario

Calls comes in -- Answered -- Placed on Park -- Go to retrieve parked 
call -- Can't


This only happens for the person who answered the call (Initiator). They 
can't retrieve the calls they parked. Anyone else can, and if they 
repark it, then and only then can the initiator pick it back up but I'm 
looking for a way to not place a call on hold, then park it... I would 
like to be able to do the following:


Call arrives -- Answered -- Place on Park -- if need be retrieve it

Calls are parked to page over an intercom so if someone is not 
available, I need to be able to pick that call back up. Now parking is 
semi working because I can pick up the call on the parked extension from 
any other phone except the one that parked it. Eventually it will ring 
back if the person doesn't respond but I'd like to be able to get it 
back at will...



J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1383A743
Fingerprint:
7B02 28CF 24D3 ACA7 9907  789A 8772 7736 1383 A743
sil . infiltrated @ net http://www.infiltrated.net 


The happiness of society is the end of government.
John Adams

___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Call Parking breaks suddenly

2006-07-12 Thread Christopher Snell

Hi,

We're using Polycom IP501 SIP phones (app version 1.6.4.0043) with
Asterisk 1.2.9.1.  I set up call parking last week and for a while, it
worked great.  It stopped working yesterday, all of the sudden.  What
happens is that when the phone user dials #999 (our parkext), the call
does not get parked and the caller hears the DTMF.  Actually, they
don't hear the DTMF, they hear a popping noise as the keys are
pressed.

The configuration files have not been changed since call parking was
initially enabled.  I'm running a console with -vvv and I don't see
any errors reported.

Any ideas? Thanks...

Chris
___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Call Parking

2006-05-17 Thread Matt

Hi,
Is there some way I can store the space that a call was parked-in in
the DataBase?

Here is my problem.

I have users who are forgetting what parking space they are putting
calls in.   Is there anyway I can either have the parking space number
repeated several times, and/or have something they can dial to either
hear the parking space number, or be re-connected to the call?
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking

2006-05-17 Thread Andrew Kohlsmith
On Wednesday 17 May 2006 15:27, Matt wrote:
 Is there some way I can store the space that a call was parked-in in
 the DataBase?

*CLI show application ParkAndAnnounce

Pay particular attention to the ${PARKEDAT} variable, and announce the call 
to a Local/ channel which takes the var and stores it in the DB.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking

2006-05-17 Thread Matt

*CLI show application ParkAndAnnounce

Pay particular attention to the ${PARKEDAT} variable, and announce the call
to a Local/ channel which takes the var and stores it in the DB.


I keep seeing this reference to 'PARKEDAT' but no where do I see it,
nor does it seem to work.
This is all I get:

callcenter*CLI show application ParkAndAnnounce
callcenter*CLI
 -= Info about application 'ParkAndAnnounce' =-

[Synopsis]
Park and Announce

[Description]
 ParkAndAnnounce(announce:template|timeout|dial|[return_context]):
Park a call into the parkinglot and announce the call over the console.
announce template: colon separated list of files to announce, the word PARKED
  will be replaced by a say_digits of the ext the
call is parked in
timeout: time in seconds before the call returns into the return context.
dial: The app_dial style resource to call to make the announcement.
Console/dsp calls the console.
return_context: the goto style label to jump the call back into after
timeout. default=prio+1
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking

2006-05-17 Thread Andrew Kohlsmith
On Wednesday 17 May 2006 15:55, Matt wrote:
 I keep seeing this reference to 'PARKEDAT' but no where do I see it,
 nor does it seem to work.

Ahh, you must be running 1.2.x or earlier.  This is in svn trunk.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking

2006-05-17 Thread Matt

IC.. So there is no way at all to do this in 1.2.6?

On 5/17/06, Andrew Kohlsmith [EMAIL PROTECTED] wrote:

On Wednesday 17 May 2006 15:55, Matt wrote:
 I keep seeing this reference to 'PARKEDAT' but no where do I see it,
 nor does it seem to work.

Ahh, you must be running 1.2.x or earlier.  This is in svn trunk.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking

2006-05-17 Thread Andrew Kohlsmith
On Wednesday 17 May 2006 16:37, Matt wrote:
 IC.. So there is no way at all to do this in 1.2.6?

Sure... backport the feature. There really isn't much to it.  In fact, I think 
if you diff the parkandannounce app source on 1.2.6 and svn trunk you will be 
pleasantly surprised.  You *may* need to add code in the lower level PBX to 
get variables to move across (I had to do this for a 1.0.9 backport of this 
feature) but I think 1.2.x has this done already.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Call parking from legacy PBX over PRI??

2006-05-11 Thread Steven
I have an issue with call parking and hope there is some undocumented feature 
for this. ;-)

We are replacing our legacy PBX with asterisk, but to save money over time 
(handsets and network), I am trying to maintain the use 
of our legacy PBX.
Asterisk extensions can not use the call parking features (not usable over 
trunk cards) of the old PBX, so I have to get the old PBX 
to use asterisk's.

Problem:
If I park a cal from an asterisk extension, it works fine.
If I park a call from Legacy PBX extension, It will not call back the proper 
extension and will make all extensions on our old PBX 
ring.
The issue is that the call parking feature retains the cannel to reconnect on 
timeout.
This is fine for SIP, because the cannels includes the destination.
On a ZAP PRI trunk, it retains ZAP/25, which only makes it call back the old 
PBX, not an extension.
My front desk is still on the Legacy PBX.

Two hopes:
1. The call parking feature can be changed to reconnect to the caller ID of the 
parker instead of the channels ID.
or
2. I can set a timeout extension (front desk) for all parked calls.  This would 
be acceptable, because most users either just use 
hold or a blind transfer.  It is normally only the front desk that parks calls 
and even if a user did, the front desk can handle 
their timeout.




features.conf:
[general]
parkext = 5400; What ext. to dial to park
parkpos = 5401-5409   ; What extensions to park calls on
context = parkedcalls   ; Which context parked calls are in
parkingtime = 120   ; Number of seconds a call can be parked for (default is 
45 seconds)

-- 
-- 
Steven

http://www.glimasoutheast.org





___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call parking from legacy PBX over PRI??

2006-05-11 Thread C F

Use a macro that uses the ParkAndAnnounce application and set the
return context there.

On 5/11/06, Steven [EMAIL PROTECTED] wrote:

I have an issue with call parking and hope there is some undocumented feature 
for this. ;-)

We are replacing our legacy PBX with asterisk, but to save money over time 
(handsets and network), I am trying to maintain the use
of our legacy PBX.
Asterisk extensions can not use the call parking features (not usable over 
trunk cards) of the old PBX, so I have to get the old PBX
to use asterisk's.

Problem:
If I park a cal from an asterisk extension, it works fine.
If I park a call from Legacy PBX extension, It will not call back the proper 
extension and will make all extensions on our old PBX
ring.
The issue is that the call parking feature retains the cannel to reconnect on 
timeout.
This is fine for SIP, because the cannels includes the destination.
On a ZAP PRI trunk, it retains ZAP/25, which only makes it call back the old 
PBX, not an extension.
My front desk is still on the Legacy PBX.

Two hopes:
1. The call parking feature can be changed to reconnect to the caller ID of the 
parker instead of the channels ID.
or
2. I can set a timeout extension (front desk) for all parked calls.  This would 
be acceptable, because most users either just use
hold or a blind transfer.  It is normally only the front desk that parks calls 
and even if a user did, the front desk can handle
their timeout.




features.conf:
[general]
parkext = 5400; What ext. to dial to park
parkpos = 5401-5409   ; What extensions to park calls on
context = parkedcalls   ; Which context parked calls are in
parkingtime = 120   ; Number of seconds a call can be parked for (default is 
45 seconds)

--
--
Steven

http://www.glimasoutheast.org





___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Call parking query

2006-04-08 Thread Alex Brett

Hi everybody,

I would like to set asterisk up such that to use the call parking 
feature, instead of transferring a call to the extension set up in 
features.conf, you just dial a code (e.g. *3) and this then parks the 
call. The main reason for this is that a number of the phones I use have 
transfer buttons that I can't reprogram to use Asterisk's own transfer 
functions, therefore you don't get the announcement of which extension 
they've been parked onto...


I assumed the way to do this would be the applicationmap in 
features.conf, so I tried various variations on this:


parkcall = 
*3,caller,ParkAndAnnounce,pbx-transfer:PARKED|60|Local/[EMAIL PROTECTED]|internal,${EXTEN},1


The most obvious problem I have had is that ${EXTEN} isn't decoded, I 
couldn't find much documentation on the applicationmap system, so I'm 
guessing there may be some other variable name that would do what I 
want, essentially it wants to be the number of the callee?


If I replaced ${EXTEN} with my extension for testing, it essentially 
worked, pushing *3 would hangup the current connection, and call me back 
then play the extension the user had been parked at, and I could pick 
the call back up etc. However, the timeout feature did not work 
properly, if the call timed out, then in the console I saw an error 
complaining about a default context not existing, and the extension that 
was parked was hung up - I don't know whether this is a problem with the 
ParkAndAnnounce command, or the applicationmap system...


If anybody has any suggestions, or has already implemented something 
similar to this and could tell me how they did it, I'd be very grateful!


Thanks,
Alex Brett
[EMAIL PROTECTED]
http://www.loho.co.uk/

___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Call Parking and multiple contexts

2006-04-06 Thread Waldo Rubinstein
Is there any way to define call parking parameters for different  
contexts?


For example, if I have a client in context 100 and another client in  
context 200, can they both define parking positions, say, from  
701-710, where 701 in context 100 is different from 701 in context 200?


Or even better, can context 100 define parking positions 701-710 and  
context 200 define parking positions 801-810?


Thanks,
Waldo
___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [Asterisk-Users] Call Parking and multiple contexts

2006-04-06 Thread Alexander Lopez
Once upon a time there was an app called app_valetparking, and its big
brother SUPERvaletparking.

They both addressed that very senario. However, the brothers proved to
be a expensive load on the PBX as searching within and moving throughout
the Multiple parking lots required much time and processing power, even
in broad daylight. Alas with the new zoning changes that have happened
since 1.2.0, the parking lots are no longer welcome in the neighborhood.

But don't give up hope!! Olle (OEJ) with his sultry Swedish voice and
his ability to ruin a perfectly good weekend! Has proposed a new and
inproved parking system that fits in with the new zoning guidelines set
by the Developers. He has even set up a Magic Kingdom of sorts to let
those play before he opens it up to the world.
http://svn.digium.com/view/asterisk/team/oej/test-this-branch/.

Then along came Rizzo with his new way of organizing and finding spaces,
and Olle asked Rizzo, to please merge and reorganinze the parking lots
in the Kingdom of Olle.  So we wait for the lots to be repainted and
repaved, so that we can tell the cars to park either in the Red, Blue,
or Green Parking Lots. Oh, Did I mention that some lots need Valet and
the others are Self-serve?  

Olle's MultiParking:
http://bugs.digium.com/view.php?id=6113

Rizzo's New Search Routine:
http://bugs.digium.com/view.php?id=6144

Valet Parking and Examples (does not compile on current release w/o
patches, I don't have the patches)

Description:
http://www.loligo.com/asterisk/misc/apps/app_valetparking.README 
Software: http://www.loligo.com/asterisk/misc/apps/app_valetparking.c
(This version will not work with asterisk-1.0.0) 
SuperValetParking - Latest from BKW 26/11/2004:
http://www.asterlink.com/svp/ 




 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Waldo Rubinstein
 Sent: Thursday, April 06, 2006 9:41 AM
 To: Non-Commercial Discussion Asterisk
 Subject: [Asterisk-Users] Call Parking and multiple contexts
 
 Is there any way to define call parking parameters for 
 different contexts?
 
 For example, if I have a client in context 100 and another 
 client in context 200, can they both define parking 
 positions, say, from 701-710, where 701 in context 100 is 
 different from 701 in context 200?
 
 Or even better, can context 100 define parking positions 
 701-710 and context 200 define parking positions 801-810?
 
 Thanks,
 Waldo
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking and multiple contexts

2006-04-06 Thread Waldo Rubinstein

You sound very poetic. Thanks for the info.

- Waldo

On Apr 6, 2006, at 10:27 AM, Alexander Lopez wrote:


Once upon a time there was an app called app_valetparking, and its big
brother SUPERvaletparking.

They both addressed that very senario. However, the brothers proved to
be a expensive load on the PBX as searching within and moving  
throughout
the Multiple parking lots required much time and processing power,  
even

in broad daylight. Alas with the new zoning changes that have happened
since 1.2.0, the parking lots are no longer welcome in the  
neighborhood.


But don't give up hope!! Olle (OEJ) with his sultry Swedish voice and
his ability to ruin a perfectly good weekend! Has proposed a new and
inproved parking system that fits in with the new zoning guidelines  
set

by the Developers. He has even set up a Magic Kingdom of sorts to let
those play before he opens it up to the world.
http://svn.digium.com/view/asterisk/team/oej/test-this-branch/.

Then along came Rizzo with his new way of organizing and finding  
spaces,

and Olle asked Rizzo, to please merge and reorganinze the parking lots
in the Kingdom of Olle.  So we wait for the lots to be repainted and
repaved, so that we can tell the cars to park either in the Red, Blue,
or Green Parking Lots. Oh, Did I mention that some lots need Valet and
the others are Self-serve?

Olle's MultiParking:
http://bugs.digium.com/view.php?id=6113

Rizzo's New Search Routine:
http://bugs.digium.com/view.php?id=6144

Valet Parking and Examples (does not compile on current release w/o
patches, I don't have the patches)

Description:
http://www.loligo.com/asterisk/misc/apps/app_valetparking.README
Software: http://www.loligo.com/asterisk/misc/apps/app_valetparking.c
(This version will not work with asterisk-1.0.0)
SuperValetParking - Latest from BKW 26/11/2004:
http://www.asterlink.com/svp/





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Waldo Rubinstein
Sent: Thursday, April 06, 2006 9:41 AM
To: Non-Commercial Discussion Asterisk
Subject: [Asterisk-Users] Call Parking and multiple contexts

Is there any way to define call parking parameters for
different contexts?

For example, if I have a client in context 100 and another
client in context 200, can they both define parking
positions, say, from 701-710, where 701 in context 100 is
different from 701 in context 200?

Or even better, can context 100 define parking positions
701-710 and context 200 define parking positions 801-810?

Thanks,
Waldo
___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Call Parking Grandstream

2006-03-13 Thread Alfie Viechweg
I have an asterisk setup using asterisk 1.2.4 and a mix of grandstream 
phones - BT 102 and GXP 200.


The problem I having is with call parking. Isn't it suppose to announce 
the extension where the call is being parked to the person parking the 
call at the time the call is being parked.


How ever in my setup I hear nothing but if I dial the default parked 
extension I get back the call.


Am I missing something? Or should I be using something like ParkAndAnnounce?

Thanks.

  -Alfie
___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] call parking hint

2006-02-20 Thread Dr. Michael J. Chudobiak

Hi,

Is it possible to use the hint priority to allow call parking slots to 
be monitored on (for example) Snom indicator lamps? How do you refer to 
the slots (i.e., what is the channel) in the hint?



- Mike

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] call parking hint

2006-02-20 Thread BJ Weschke
On 2/20/06, Dr. Michael J. Chudobiak [EMAIL PROTECTED] wrote:
 Hi,

 Is it possible to use the hint priority to allow call parking slots to
 be monitored on (for example) Snom indicator lamps? How do you refer to
 the slots (i.e., what is the channel) in the hint?


 You're looking for the metermaid patch available with /trunk at
http://bugs.digium.com/view.php?id=5779

--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking - Set ID on return

2006-01-25 Thread Mojo with Horan Company, LLC
Set the parking time limit to 10 minutes instead of the default and ask 
your operator to check back with the parked caller regularly, that's 
what we do :)  shrug


Asterisk User List wrote:

We have just analog lines coming in to our Asterisk box and so no
CallerID information can be gathered, all calls look the same on the
phone display.

Once a user parks a call and the time runs out it returns the call but
keeps the original CallerID information that makes it look like it is
just another call from the outside.  The operator has to go through the
whole company greeting thing again before realizing it was a person who
was just parked.  Is there a way to set a new CallerID on that returned
call so that the operator can skip the intro and go right to asking if
they caller would like to go to voicemail instead?

Thanks
Phil Smith
___
--Bandwidth and Colocation provided by Easynews.com --

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



--
Mojo [EMAIL PROTECTED]
Office Manger, Horan  Company, LLC
(907) 747- x112
___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Call Parking - Set ID on return

2006-01-24 Thread Asterisk User List
We have just analog lines coming in to our Asterisk box and so no
CallerID information can be gathered, all calls look the same on the
phone display.

Once a user parks a call and the time runs out it returns the call but
keeps the original CallerID information that makes it look like it is
just another call from the outside.  The operator has to go through the
whole company greeting thing again before realizing it was a person who
was just parked.  Is there a way to set a new CallerID on that returned
call so that the operator can skip the intro and go right to asking if
they caller would like to go to voicemail instead?

Thanks
Phil Smith
___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Call Parking...

2006-01-11 Thread Andre Courchesne - Consultant

Call parking...

I can park a call that was received on a particular phone.

But I can not park a call from the phone that initiated a call. The DTMF 
are just sent out to audio channel.


Any hints anyone?

Thanks,

Andre
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call Parking...

2006-01-11 Thread Don Pobanz

Andre Courchesne - Consultant wrote:


Call parking...

I can park a call that was received on a particular phone.

But I can not park a call from the phone that initiated a call. The 
DTMF are just sent out to audio channel.


check out the t (incoming transfer) and T (outgoing transfer) options 
under the dial command.


Don Pobanz

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-24 Thread Adam Goryachev
On Wed, 2005-11-23 at 12:53 -0800, Anthony Rodgers wrote:
 Hi Dave,
 
 exten = callpark,1,Dial(SIP/1000) didn't work - invalid extension

What about:
exten = callpark,1,Dial(Local/[EMAIL PROTECTED])

Regards,
Adam


___
--Bandwidth and Colocation sponsored by Easynews.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


Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-24 Thread Adam Goryachev
What firmware version did you use for the polycom phone ??

I just tried it on my IP600, and when I press the park button, it waits
for me to dial an extension number, then I press park again, and it just
hangs up the call.

Thanks,
Adam

On Tue, 2005-11-22 at 13:56 -0800, Anthony Rodgers wrote:
 Hi there,
 
 Instead of asking a question, I thought I'd post an answer. I got the  
 Polycom IP501 'Park' softkey working with * by doing the following:
 
 features.conf:
 
 [general]
 parkext = 1000
 parkpos = 1001-1009
 context = parkedcalls
 parkingtime = 120
 transferdigittimeout = 3
 courtesytone = beep
 
 Nothing unusual there. Here's the neat bit:
 
 extensions.conf:
 
 [internal] ; or whatever the relevant context is for you - it's usually  
 wherever your Polycom lives
 include = parkedcalls
 exten =  
 callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/ 
 ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)
 
 By using SIP DEBUG, I discovered that the Polycom attempts to re-invite  
 the call to an extension called callpark. I couldn't get Park() to work  
 (it announces the stall number to the parked caller, instead of the  
 parker, for some reason), but using ParkAndAnnouce puts the parked call  
 on hold, hangs up the parker and then immediately calls them back with  
 an announcement of the stall number.
 
 Hope this helps someone out..
 
 Regards,

___
--Bandwidth and Colocation sponsored by Easynews.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


Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-24 Thread Alvaro Parres
i have the 1.6.3 firmware and also when i press park i need to dial another extension..

On 11/24/05, Adam Goryachev [EMAIL PROTECTED] wrote:
What firmware version did you use for the polycom phone ??I just tried it on my IP600, and when I press the park button, it waitsfor me to dial an extension number, then I press park again, and it justhangs up the call.
Thanks,AdamOn Tue, 2005-11-22 at 13:56 -0800, Anthony Rodgers wrote: Hi there, Instead of asking a question, I thought I'd post an answer. I got the Polycom IP501 'Park' softkey working with * by doing the following:
 features.conf: [general] parkext = 1000 parkpos = 1001-1009 context = parkedcalls parkingtime = 120 transferdigittimeout = 3
 courtesytone = beep Nothing unusual there. Here's the neat bit: extensions.conf: [internal] ; or whatever the relevant context is for you - it's usually wherever your Polycom lives
 include = parkedcalls exten = callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/ ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1) By using SIP DEBUG, I discovered that the Polycom attempts to re-invite
 the call to an extension called callpark. I couldn't get Park() to work (it announces the stall number to the parked caller, instead of the parker, for some reason), but using ParkAndAnnouce puts the parked call
 on hold, hangs up the parker and then immediately calls them back with an announcement of the stall number. Hope this helps someone out.. Regards,___
--Bandwidth and Colocation sponsored by Easynews.com --Asterisk-Users mailing listAsterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation sponsored by Easynews.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

Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-24 Thread Alvaro Parres
Hi... I have the polycom 301 with firmware 1.6.3

When i Press Park, i get a dialog to enter a extension.

A dial 700 ther

and the call get parked, and i recive a call announceme where the calls was parked.

is this normal ???
On 11/24/05, Alvaro Parres [EMAIL PROTECTED] wrote:
i have the 1.6.3 firmware and also when i press park i need to dial another extension..

On 11/24/05, Adam Goryachev 
[EMAIL PROTECTED] wrote:
What firmware version did you use for the polycom phone ??I just tried it on my IP600, and when I press the park button, it waitsfor me to dial an extension number, then I press park again, and it justhangs up the call.
Thanks,AdamOn Tue, 2005-11-22 at 13:56 -0800, Anthony Rodgers wrote: Hi there, Instead of asking a question, I thought I'd post an answer. I got the Polycom IP501 'Park' softkey working with * by doing the following:
 features.conf: [general] parkext = 1000 parkpos = 1001-1009 context = parkedcalls parkingtime = 120 transferdigittimeout = 3

 courtesytone = beep Nothing unusual there. Here's the neat bit: extensions.conf: [internal] ; or whatever the relevant context is for you - it's usually wherever your Polycom lives
 include = parkedcalls exten = callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/ ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1) By using SIP DEBUG, I discovered that the Polycom attempts to re-invite
 the call to an extension called callpark. I couldn't get Park() to work (it announces the stall number to the parked caller, instead of the parker, for some reason), but using ParkAndAnnouce puts the parked call
 on hold, hangs up the parker and then immediately calls them back with an announcement of the stall number. Hope this helps someone out.. Regards,___
--Bandwidth and Colocation sponsored by Easynews.com --Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: 
http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation sponsored by Easynews.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

Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-24 Thread Anthony Rodgers

Hi Adam,

Same - the parkee gets the stall number announcement instead of the 
parker.


On Nov 24, 2005, at 2:49 AM, Adam Goryachev wrote:


On Wed, 2005-11-23 at 12:53 -0800, Anthony Rodgers wrote:
 Hi Dave,

 exten = callpark,1,Dial(SIP/1000) didn't work - invalid extension

What about:
exten = callpark,1,Dial(Local/[EMAIL PROTECTED])

Regards,
Adam


___
--Bandwidth and Colocation sponsored by Easynews.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


___
--Bandwidth and Colocation sponsored by Easynews.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


Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-24 Thread Anthony Rodgers

This is with Bootrom 2.6.2.0032, SIP 1.5.2.0054.

On Nov 24, 2005, at 3:32 AM, Adam Goryachev wrote:


What firmware version did you use for the polycom phone ??

I just tried it on my IP600, and when I press the park button, it waits
for me to dial an extension number, then I press park again, and it 
just

hangs up the call.

Thanks,
Adam

On Tue, 2005-11-22 at 13:56 -0800, Anthony Rodgers wrote:
 Hi there,

 Instead of asking a question, I thought I'd post an answer. I got 
the 

 Polycom IP501 'Park' softkey working with * by doing the following:

 features.conf:

 [general]
 parkext = 1000
 parkpos = 1001-1009
 context = parkedcalls
 parkingtime = 120
 transferdigittimeout = 3
 courtesytone = beep

 Nothing unusual there. Here's the neat bit:

 extensions.conf:

 [internal] ; or whatever the relevant context is for you - it's 
usually 

 wherever your Polycom lives
 include = parkedcalls
 exten = 
 callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/
 ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)

 By using SIP DEBUG, I discovered that the Polycom attempts to 
re-invite 
 the call to an extension called callpark. I couldn't get Park() to 
work 

 (it announces the stall number to the parked caller, instead of the 
 parker, for some reason), but using ParkAndAnnouce puts the parked 
call 
 on hold, hangs up the parker and then immediately calls them back 
with 

 an announcement of the stall number.

 Hope this helps someone out..

 Regards,

___
--Bandwidth and Colocation sponsored by Easynews.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


___
--Bandwidth and Colocation sponsored by Easynews.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


Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-24 Thread Anthony Rodgers

From my original post:

using ParkAndAnnouce puts the parked call on hold, hangs up the parker 
and then immediately calls them back with an announcement of the stall 
number


So, I would say, yes :-)

On Nov 24, 2005, at 11:09 AM, Alvaro Parres wrote:


 Hi... I have the polycom 301 with firmware 1.6.3

 When i Press Park, i get a dialog to enter a extension.

 A dial 700 ther

 and the call get parked, and i recive a call announceme where the 
calls was parked.


 is this normal ???


On 11/24/05, Alvaro Parres [EMAIL PROTECTED] wrote:





On 11/24/05, Adam Goryachev  [EMAIL PROTECTED] 
wrote:


I just tried it on my IP600, and when I press the park button, it 
waits
for me to dial an extension number, then I press park again, and it 
just

hangs up the call.

Thanks,
Adam

On Tue, 2005-11-22 at 13:56 -0800, Anthony Rodgers wrote:
 Hi there,

 Instead of asking a question, I thought I'd post an answer. I got 
the

 Polycom IP501 'Park' softkey working with * by doing the following:

 features.conf:

 [general]
 parkext = 1000
 parkpos = 1001-1009
 context = parkedcalls
 parkingtime = 120
 transferdigittimeout = 3
  courtesytone = beep

 Nothing unusual there. Here's the neat bit:

 extensions.conf:

 [internal] ; or whatever the relevant context is for you - it's 
usually

 wherever your Polycom lives
 include = parkedcalls
 exten =
 callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/
 ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)

 By using SIP DEBUG, I discovered that the Polycom attempts to 
re-invite
 the call to an extension called callpark. I couldn't get Park() to 
work

 (it announces the stall number to the parked caller, instead of the
 parker, for some reason), but using ParkAndAnnouce puts the parked 
call
 on hold, hangs up the parker and then immediately calls them back 
with

 an announcement of the stall number.

 Hope this helps someone out..

 Regards,

___
--Bandwidth and Colocation sponsored by Easynews.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



___
--Bandwidth and Colocation sponsored by Easynews.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

___
--Bandwidth and Colocation sponsored by Easynews.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


Re: [Asterisk-Users] Call parking on Polycom IP501

2005-11-23 Thread Anthony Rodgers

Hi Dave,

exten = callpark,1,Dial(SIP/1000) didn't work - invalid extension

exten = callpark,1,Transfer(1000) didn't work - the parker hung up, 
and the stall number announcement was made to the parked caller.


On Nov 22, 2005, at 10:34 PM, David Hindmarsh wrote:


Hi Guys,

What happened if you just sent the callpark extension to 1000

Regards,

David

 

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Anthony Rodgers
 Sent: Wednesday, 23 November 2005 08:57
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [Asterisk-Users] Call parking on Polycom IP501

 Hi there,

 Instead of asking a question, I thought I'd post an answer. I
 got the Polycom IP501 'Park' softkey working with * by doing
 the following:

 features.conf:

 [general]
 parkext = 1000
 parkpos = 1001-1009
 context = parkedcalls
 parkingtime = 120
 transferdigittimeout = 3
 courtesytone = beep

 Nothing unusual there. Here's the neat bit:

 extensions.conf:

 [internal] ; or whatever the relevant context is for you -
 it's usually wherever your Polycom lives include =
 parkedcalls exten =
 callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/
 ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)

 By using SIP DEBUG, I discovered that the Polycom attempts to
 re-invite the call to an extension called callpark. I
 couldn't get Park() to work (it announces the stall number to
 the parked caller, instead of the parker, for some reason),
 but using ParkAndAnnouce puts the parked call on hold, hangs
 up the parker and then immediately calls them back with an
 announcement of the stall number.

 Hope this helps someone out..

 Regards,
 --
 Anthony Rodgers
 Business Systems Analyst
 District of North Vancouver
 Web: http://www.dnv.org
 RSS Feed: http://www.dnv.org/rss.asp

 ___
 --Bandwidth and Colocation sponsored by Easynews.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


 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.13.5/178 - Release
 Date: 22/11/2005
 


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.5/178 - Release Date: 
22/11/2005

 

___
--Bandwidth and Colocation sponsored by Easynews.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


___
--Bandwidth and Colocation sponsored by Easynews.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] Call parking on Polycom IP501

2005-11-22 Thread Anthony Rodgers

Hi there,

Instead of asking a question, I thought I'd post an answer. I got the  
Polycom IP501 'Park' softkey working with * by doing the following:


features.conf:

[general]
parkext = 1000
parkpos = 1001-1009
context = parkedcalls
parkingtime = 120
transferdigittimeout = 3
courtesytone = beep

Nothing unusual there. Here's the neat bit:

extensions.conf:

[internal] ; or whatever the relevant context is for you - it's usually  
wherever your Polycom lives

include = parkedcalls
exten =  
callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/ 
${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)


By using SIP DEBUG, I discovered that the Polycom attempts to re-invite  
the call to an extension called callpark. I couldn't get Park() to work  
(it announces the stall number to the parked caller, instead of the  
parker, for some reason), but using ParkAndAnnouce puts the parked call  
on hold, hangs up the parker and then immediately calls them back with  
an announcement of the stall number.


Hope this helps someone out..

Regards,
--
Anthony Rodgers
Business Systems Analyst
District of North Vancouver
Web: http://www.dnv.org
RSS Feed: http://www.dnv.org/rss.asp

___
--Bandwidth and Colocation sponsored by Easynews.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


RE: [Asterisk-Users] Call parking on Polycom IP501

2005-11-22 Thread David Hindmarsh
Hi Guys,

What happened if you just sent the callpark extension to 1000

Regards,

David

 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Anthony Rodgers
 Sent: Wednesday, 23 November 2005 08:57
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [Asterisk-Users] Call parking on Polycom IP501
 
 Hi there,
 
 Instead of asking a question, I thought I'd post an answer. I 
 got the Polycom IP501 'Park' softkey working with * by doing 
 the following:
 
 features.conf:
 
 [general]
 parkext = 1000
 parkpos = 1001-1009
 context = parkedcalls
 parkingtime = 120
 transferdigittimeout = 3
 courtesytone = beep
 
 Nothing unusual there. Here's the neat bit:
 
 extensions.conf:
 
 [internal] ; or whatever the relevant context is for you - 
 it's usually wherever your Polycom lives include = 
 parkedcalls exten = 
 callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/
 ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)
 
 By using SIP DEBUG, I discovered that the Polycom attempts to 
 re-invite the call to an extension called callpark. I 
 couldn't get Park() to work (it announces the stall number to 
 the parked caller, instead of the parker, for some reason), 
 but using ParkAndAnnouce puts the parked call on hold, hangs 
 up the parker and then immediately calls them back with an 
 announcement of the stall number.
 
 Hope this helps someone out..
 
 Regards,
 --
 Anthony Rodgers
 Business Systems Analyst
 District of North Vancouver
 Web: http://www.dnv.org
 RSS Feed: http://www.dnv.org/rss.asp
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.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
 
 
 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.13.5/178 - Release 
 Date: 22/11/2005
  
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.5/178 - Release Date: 22/11/2005
 

___
--Bandwidth and Colocation sponsored by Easynews.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] call parking and realtime_ext

2005-11-19 Thread Edwin Horton
I am using realtime_ext, asterisk-1.2.0 and am trying to understand the
correct method of adding extensions in my database to correctly handing call
parking.  I have it working fairly well by adding an extension of 700 in the
correct context and then extensions 700-7xx with the ParkedCall application.
All works well unless the call is not picked up and it returns to the
extension that parked the call.  If this extension does not answer, I get a
congested message and the following error:

WARNING[]: pbx.c:2405 __ast_pbx_run: Timeout, but no rule 't' in context
'park-dial'

I would like to add a handler for this case in thr realtime list.  Any
ideas?

Ed Horton

___
--Bandwidth and Colocation sponsored by Easynews.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


Re: [Asterisk-Users] call parking timeout

2005-08-24 Thread Eric Wieling aka ManxPower

Brian May wrote:

Hello,

If a parked call times out, it will ring the original extension again.

If this fails for any reason (e.g. the extension is busy), then the
caller receives silence until the timeout time, and then gets the busy
signal and is disconnected.

I consider disconnecting callers like this very unprofessional, and
could happen for instance if you receive a new call when you just parked
the previous call (especially if you have caller-waiting disabled).

Is there any solution to this?

Ideally I would like it to park the call again, either if no answer
within X seconds or if the extension is busy.

An alternative would be to forward the call to another extension and/or
voice mail.


You looked at the features.conf.sample file?

--
Eric Wieling * BTEL Consulting * 504-210-3699 x2120

r: Generate a ringing tone for the calling party, passing no audio from
the called channel(s) until one answers. Use with care and don't insert
this by default into all your dial statements as you are killing call
progress information for the user. Really, you almost certainly do not
want to use this. Asterisk will generate ring tones automatically where
it is appropriate to do so. r makes it go the next step and
additionally generate ring tones where it is probably not appropriate to
do so.

___
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] call parking timeout

2005-08-24 Thread Brian May
On Wed, Aug 24, 2005 at 09:04:53AM -0500, Eric Wieling aka ManxPower wrote:
 You looked at the features.conf.sample file?

Yes.

I don't see how that helps, at least in my version.

There is a parameter to change the timeout time, but I don't want to
change the time, I just want to change the behaviour when this timeout
is exceeded and the default behaviour doesn't work.

Or are you talking about some CVS-only feature here?
-- 
Brian May [EMAIL PROTECTED]
___
--Bandwidth and Colocation sponsored by Easynews.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


  1   2   >