Displaying 1 result from an estimated 1 matches for "tp_max_appel".
2007 Apr 06
1
hox to connecte two asterisk server
...allow=ulaw
allow=gsm
************************************************
my extension.conf
**************************************************
[sip-calls]
exten=>_022[1-8]XX,1,macro(Bienvenu)
exten=>_022[1-8]XX,2,SetGlobalVar(BOITE=${CDR(src)})
exten=>_022[1-8]XX,3,Dial(SIP/sip-${EXTEN},${TP_MAX_APPEL})
exten=>_022[1-8]XX,4,macro(BoiteVocale,${BOITE})
exten=>_022[1-8]XX,5,hangUp()
;
;
;lecture des boites vocales
exten=>_[1-8]XX,1,macro(lecture_boite)
exten=>_[1-8]XX,2,PlaBack(vm-num-i-have)
exten=>_[1-8]XX,3,HangUp()
;
;
; on donne acc?s au service du standard
exten=>022999,1,W...