search for: zxxxxxxx

Displaying 2 results from an estimated 2 matches for "zxxxxxxx".

Did you mean: xxxxxxxx
2006 May 22
0
Asterisk Nortel Legacy Integration
Hi Srs. we have to integrate a Nortel MATRA M6501-L with Asterisk with a TE410P. All call from outside get into asterisk and asterisk send to Nortel in a correct way. My problem is when a call is made from Nortel to Asterisk. If we digit a national Number in Spain([98]ZXXXXXXX or 6XXXXXXXX) all work find. But if we digit an international number call doesn't progress. I Have seen in asterisk console that Nortel send to asterisk '00' and after it send rest of the number for international number. I have made exten=>00,1,Goto(international,s,1) [internat...
2020 Mar 27
0
AX-1600P FXO port configuration
...n:         1 taps         (unless TDM bridged) currently OFF Wait for dialtone: 0ms Actual Confinfo: Num/0, Mode/0x0000 Actual Confmute: No Hookstate (FXS only): Onhook And updated the extensions file: --- /etc/asterisk/extensions.conf --- [globals] FXO_N1=DAHDI/1 [nacionales] exten => _[89]ZXXXXXXX,1,Dial(${FXO_N1}/${EXTEN})    same => n,Hangup() [moviles] exten => _[67]XXXXXXXX,1,Dial(${FXO_N1}/${EXTEN})    same => n,Hangup() [from-internal] include => nacionales include => moviles exten => 100,1,Answer()    same => n,Wait(1)    same => n,Playback(hello-world)...