[Asterisk-Users] Pickup extensions for Zap channels does not work

luis toruno luis_toruno at hotmail.com
Wed Mar 16 13:16:58 MST 2005


I am trying to make *8 pickup extension to work.
if i get a call from-pstn or from anywhere i can get that call by dialing *8 
  in my IP phone,.
but if i dial *8 from an analog phone while ringing another phone of my 
group..

Is there something else i have to configure...
please help me..

this is my configuration..

this is my zapata.conf
-------------------------------
[channels]
transfer=yes
echocancel=yes
busydetect=yes
busycount=10

context=from-pstn
signalling=fxs_ks
pickupgroup=2
callgroup=2
channel=>1-4

context=local
signalling=fxo_ks
pickupgroup=2
callgroup=2
channel=>5-8

this is my extensions.conf
-------------------------------
[local]
exten => s,1,background(marque-local)
exten => s,2,goto(1)

exten => i,1,background(num-exten-invalida)
exten => i,2,goto(s,1)

[from-pstn]
exten => s,1,AbsoluteTimeout(${TIEMPO_MAX})
exten => s,2,Answer
exten => s,3,background(Menu-asi)

exten => T,1,Playback(tiempo-expirado)
exten => T,2,Hangup

include => comercial
include => tecnico
include => programacion
include => administracion
include => conexion
include => local


this is my features.conf
-------------------------------
[general]
parkext => 700                  ; What ext. to dial to park
parkpos => 701-720              ; What extensions to park calls on
context => parkedcalls          ; Which context parked calls are in
parkingtime => 45               ; Number of seconds a call can be parked for
courtesytone = beep

;adsipark = yes
pickupexten = *8

[featuremap]
;blindxfer => #1
;disconnect => *0
automon => *1 ;one touch recording..
atxfer => *2





More information about the asterisk-users mailing list