search for: localpstn

Displaying 3 results from an estimated 3 matches for "localpstn".

2004 Jul 21
0
X100P only dials a single digit
...--------------------------- When I try to make an outbound call through the card, I get the following in the asterisk console: ----------------------------------- -- Accepting AUTHENTICATED call from 203.33.246.1, requested format = 256, actual format = 8 -- Executing Dial("IAX2[localpstn@203.33.246.1:4569]/1", "Zap/g0|82814621|rtT") in new stack -- Called g0 -- Zap/1-1 answered IAX2[localpstn@203.33.246.1:4569]/1 -- Hungup 'Zap/1-1' == Spawn extension (localpstn, 82814621, 1) exited non-zero on 'IAX2[localpstn@203.33.246.1:4569]/1'...
2006 Jan 25
0
include from database
...en => 030,1,SayUnixTime(,Mexico/General,ABd \'digits/at\' IMp) exten => 030,2,Background(vm-goodbye) exten => 030,3,Hangup() exten => 031,1,SayUnixTime(,Canada/Eastern,ABd \'digits/at\' IMp) exten => 031,2,Background(vm-goodbye) exten => 031,3,Hangup() [localpstn] exten => *1,1,Dial(${TRUNK}) exten => _XXXXXXXX,1,Dial(${TRUNK}/${EXTEN}) exten => _55XXXXXXXX,1,Dial(${TRUNK}/${EXTEN}) exten => _04455XXXXXXXX,1,Dial(${TRUNK}/${EXTEN}) [authlocalpstn] exten => *1,1,Macro(auth,${TRUNK}) exten => _XXXXXXXX,1,Macro(auth,${TRUNK}/${EXTEN...
2003 Jul 09
4
ignorepat doesn't work
Hi in order to keep the dial tone after pressing 9 for 'outside line' I have this in my extensions.conf [localpstn] ignorepat => 9 exten => _9[123456789]XXXXXXX,1,Dial,${PSTN}/${EXTEN:1} exten => _9[123456789]XXXXXXX,2,Congestion this is properly included in the handsets' context but the dial tone disappears after pressing 9. am I missing something? thanks in advance regards bk