PDA

Voir la version complète : Récupération d'un Appel



PiX666
09/12/2011, 12h52
Bonjour,

Sur mon pabx je pouvais récupérer un appel entrant qui sonnait sur un autre téléphone.

en tapant 71 + N° poste que sonne.

Y a t'il possibilité de faire la même chose sur asterisk ?

Merci par avance
Eric.

Reaper
09/12/2011, 12h58
Oui, avec pickup()



-= Info about application 'Pickup' =-

[Synopsis]
Directed Call Pickup

[Description]
Pickup([extension[@context][&extension2@[context]...]]): This application can
pickup any ringing channel that is calling the specified extension. If no
context is specified, the current context will be used. If you use the special
string "PICKUPMARK" for the context parameter, for example 10@PICKUPMARK,
this application tries to find a channel which has defined a ${PICKUPMARK}
channel variable with the same value as "extension" (in this example, "10").
When no parameter is specified, the application will pickup a channel matching
the pickup group of the active channel.

Comdif
09/12/2011, 15h24
En terme clair,

** + numéro bien souvent par défaut sur Asterisk
à condition que votre téléphone sip n'est pas une multitude de codes
programmés par défaut sous la rubrique vertical services ou autre titre et
qui empêchent a tout les coups les fonctions d'asterisk de marcher

PiX666
20/12/2011, 12h19
Pourriez vous ma donner un exemple SVP de la commande pickup()

le but étant que chaque users puisse récupérer n'importe quel appel d'un autre poste.

Merci par avance