* You are viewing Posts Tagged ‘extension’

Park and PARKINGDYNAMIC

I have been trying to get the dynamic parking working.

For some reason when I park a call using this method the console says it is
using the default parking context not the one I am trying to specidfy. It
also is playing the parked extension to the caller. I am transfering the
call to an extension that is doing a goto to the context below. Any ideas
or examples on how to make this work. What I need to be able to do is have
multiple parking lots using the same extension pools but seperated by a
dynamic context of ${account}-Lot. So that each office suite cant cross
pickup another groups parked calls while using the same number pool of
110-120. I need the dynamic option as all of our calls are database driven
and we can’t add a seperate entry per customer to the feautres.conf.

[MSIP-DynPark]
exten => s,1,NoOp(Dynamic Parking)
exten => s,n,NoOp(Return Parked Call)
exten => s,n,GoTo(${CUT(${l_ndeContext}-ndeArgs,~,1)},1)

exten => _XXX,1,Set(PARKINGDYNAMIC=parkinglot_small)
exten => _XXX,n,Set(PARKINGDYNEXTEN=110)
exten => _XXX,n,Set(PARKINGDYNPOS=111-120)
exten => _XXX,n,Set(PARKINGDYNCONTEXT=${account}-Lot)
;exten => _XXX,n,Set(PARKINGEXTEN=99)
exten => _XXX,n,Park()

[MSIP-DynParkPickup]
exten => _NXX,1,ParkedCall(${EXTEN},${account}-Lot)
exten => _NXX,hint,park:$EXTEN@${account}-Lot

Thanks

Bryant

How to associate agents – extensions?

Hi!

I am setting up a little call center, but don’t know how the agents system
works, can you guys please give me a little help?
I need to know how asterisk will know when I log agent X, and asterisk know
that agent is in the IP Z with the extension Y.
Thanks a lot.
Hugs,

ARPE

Calling from extension that I don’t create

Dear Moderator,

I need an assistance for below problem:
1. there are time incoming call from extension 100 that I don’t create, how
to know where is the origin of this extension?
2. when I pick up the call, there is no sound at all, this is very iritating
me due sometime the call is made during midnight until dawn, how to handle
this?

Thank you for your help and assistance.

Best regards,
Eko Kukuh Wibowo
+62818325598

http://www.spidermetrix.com/sm120.php?refspider=flickvideo

Subscribe Problem – Zombie Channel

On Tuesday, 7 February 2012, Örn Arnarson wrote:
> Hi Brian,
>
> Did you ever figure out what’s causing this, and how to deal with it?
>
> I’m seeing the same behavior with call-pickups (it’s rare, but it’s
> happened a few times) on Asterisk 1.6.1.11
>
> Did you figure out a way to get rid of the channel without restarting?
>
> Regards,
>

Hi Orn

I didn’t find a way except a restart once active calls drop to zero.

Regards,
Brian

>
> On Wed, Jul 28, 2010 at 9:45 PM, dotnetdub wrote:
>>
>>
>> On 28 July 2010 21:42, Stefan Schmidt wrote:
>>>
>>> dotnetdub schrieb:
>>> > Hi List,
>>>
>>> > core show channels
>>> > Channel Location State Application(Data)
>>> >
>>> > SIP/102–08e1 *8@from-inside Down (None)
>>> > SIP/102–08d6 *8@from-inside Ring (None)
>>> > SIP/102–08d7 *8@from-inside Ring (None)
>>> > 3 active channels
>>> > 0 active calls
>>> >
>>> > The only way to free them up is to force a restart.
>>> >
>>> > restart now
>>> >
>>> > Any clues on how I can debug this and try to sort it or even if anyone
>>> > has come across this.
>>> >
>>> > Many thanks in advance.
>>> >
>>> > Brian
>>> >
>>> >
>>> hello,
>>>
>>> you should recompile asterisk with DEBUG CHANNEL LOCKS flag and i think
>>> you will see some locks when this happens with core show locks.
>>> how do you make the pickup? do you use an extension *8 for this, or just
>>> the feature for pickup in features conf?
>>>
>>> best regards
>>>
>>> steve
>>>
>>>
>>
>> Hi Steve,
>>
>> Thanks for the reply. We have:
>>
>> pickupexten = *8 ; Configure the pickup extension.
Default
>> is *8
>>
>> in features.conf.
>>
>> I will recompile on one of the sites this happens on. It’s really odd,
can
>> go for weeks without this happening and then a customer will report to me
>> that their extension is showing in use and I will login and there can be
two
>> or three of these locks. On one site it actually makes asterisk
impossible
>> to stop and I need to kill -9
>>
>> We have stuck with version 1.4.22 as it has been so solid for us, no
dumps
>> or deadlocks etc. We have tried to move to 1.4.25 and 1.4.29 but would
>> experience random weirdness that we just don’t get with this version.
>>
>> When recompiled with this flag and if indeed it does show locks, what
would
>> be the next step?
>>
>> Thanks for your help.
>> Brian
>>
>>
>> –
>> _____________________________________________________________________
>> — 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

dial a queue

No :(

2012/2/6, Danny Nicholas :
> Queue(8888)?
>
> —–Original Message—–
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Alejandro
> Cabrera Obed
> Sent: Monday, February 06, 2012 1:40 PM
> To: Asterisk Users Mailing List – Non-Commercial Discussion
> Subject: Re: [asterisk-users] Custom extension: dial a queue
>
> No, Local/queue/8888 don’t work at all :(
>
> 2012/2/6, Danny Nicholas
:
>> Local/queue/8888?
>>
>> —–Original Message—–
>> From: asterisk-users-bounces@lists.digium.com
>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
>> Alejandro Cabrera Obed
>> Sent: Monday, February 06, 2012 1:19 PM
>> To: Asterisk Users Mailing List – Non-Commercial Discussion
>> Subject: [asterisk-users] Custom extension: dial a queue
>>
>> Dear, I need to create a custom device extension in order to dial a
>> local queue.
>>
>> Suppose my queue number is 8888, how can fill the Dial field from the
>> custom extension ???
>>
>> Because if I put just 8888 or Local/8888, I don’t succeed.
>>
>> Thanks a lot
>>
>> –
>> _____________________________________________________________________
>> — 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
>>
>
>
> –
> Alejandro Cabrera Obed
> aco1967@gmail.com
> www.alejandrocabrera.com.ar
>
> –
> _____________________________________________________________________
> — 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
>