Displaying 5 results from an estimated 5 matches for "_1888".
Did you mean:
1888
2005 Jan 25
2
Tall free number via FWD over IXA2
I've setup my IAX2 over FWD and it is working I can receive a test call
and I can call out.
Though I cannot figure out how to dial 1-800 numbers over FWD
When I dial 1-800 it hangs up on me.
Here is a typical session:
Called xxxxx:xxxxxxx@iax2.fwdnet.net/18007425877
-- Call accepted by 65.39.205.121 (format ULAW)
-- Format for call is ULAW
-- Hungup
2004 Dec 22
2
Can't Receive/Send Calls
..._8.,3,Dial(SIP/${EXTEN:1}@fwd,70)
exten => _8.,4,Macro(fastbusy)
exten => _8.,5,Hangup
[information]
exten => 411,1,Dial(${DIALOUTANALOG}/${EXTEN},70)
exten => 411,2,Macro(fastbusy)
exten => 411,102,Playback(ss-noservice)
exten => 411,103,Macro(fastbusy)
[toll-free]
exten => _1888.,1,Dial(${DIALOUTANALOG}/${EXTEN})
exten => _1888.,2,Macro(fastbusy)
exten => _1888.,102,Macro(dialoutsip,${EXTEN})
exten => _1877.,1,Dial(${DIALOUTANALOG}/$EXTEN})
exten => _1877.,2,Macro(fastbusy)
exten => _1877.,102,Macro(dialoutsip,${EXTEN})
exten => _1855.,1,Dial(${DIALOUTA...
2005 Jan 26
1
TDM400P/TDM22B dialing issue
...ng out on has voicemail on it and
does a stutter tone when you first pick it up. Would this cause the problem
(and if so, is there a way to program a delay into the call with a comma)?
Any other ideas for a newbie as to why this is happening? Thanks! -Chris
*****extensions.conf*****
exten => _1888.,1,Dial(Zap/g1/${EXTEN})
*****debug information from console*****
-> = my comments
-> Dial 888 number.
-- Executing Dial("SIP/testuser-626c", "Zap/g1/18882467555") in new
stack
-- Called g1/18882467500
-- Zap/3-1 answered SIP/testuser-626c
-- Hungup '...
2005 Mar 19
1
DISA -> macro = congestion
...[disa-access]
include => tollfree
include => outgoing-voipjet
[tollfree]
;
; terminate toll-free no.'s via fwdnet
; US toll free access
exten => _1800.,1,Macro(tollfree,${EXTEN})
exten => _1866.,1,Macro(tollfree,${EXTEN})
exten => _1877.,1,Macro(tollfree,${EXTEN})
exten => _1888.,1,Macro(tollfree,${EXTEN})
[macro-tollfree]
exten => s,1,SetCallerID,${FWDCIDNAME}
exten => s,2,Dial,IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/*${ARG1},60,r)
exten => s,3,Playback(invalid)
exten => s,4,Hangup
It works fine when I dial from inside, but when I try to dial via D...
2007 Feb 15
0
SIP Redirect from Asterisk behind a NAT
...-----------------------------------------------
;
[Toll-Free-Calls-PBX]
;Contains dial patterns for toll free calls.
;
;This particular context [*-PBX] is used by clients and/or devices that are
directly
;connected to the Asterisk PBX. We allow these calls to be transferred.
;
;Default
exten => _1888.,1,Macro(dialmyITSP,${EXTEN})
exten => _1877.,1,Macro(dialmyITSP,${EXTEN})
exten => _1866.,1,Macro(dialmyITSP,${EXTEN})
exten => _1855.,1,Macro(dialmyITSP,${EXTEN})
exten => _1800.,1,Macro(dialmyITSP,${EXTEN})
;
;---------------------------------------------------------------------
;
[N...