Displaying 1 result from an estimated 1 matches for "_022".
Did you mean:
2022
2007 Apr 06
1
hox to connecte two asterisk server
...low=all
allow=ulaw
allow=gsm
;context=sip-calls
[serveur_casa]
type=user
host=dynamic
username=serveur_casa
secret=casa
disallow=all
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_boi...