search for: outboundtrunk

Displaying 15 results from an estimated 15 matches for "outboundtrunk".

2006 Mar 03
4
really need help with outgoing calls..PSTN errors
...eing stripped and there is a "1" where it is supposed to be. I am thinking it is a problem between the zap interface and the PSTN. thanks extensions.conf [general] static=yes writeprotect=no autofallthrough=yes clearglobalvars=no priorityjumping=no [globals] ATTENDANT=1001 OUTBOUNDTRUNK=ZAP/g1 [extentions] exten => _10XX,1,Ringing exten => _10XX,2,Dial(SIP/${EXTEN},20) exten => _10XX,3,Answer exten => _10XX,4,VoiceMail(u${EXTEN}@voicemail) exten => _10XX,5,Hangup [voicemail] exten => _910XX,1,Wait(1) exten => _910XX,2,VoiceMailMain(${EXTEN:1}@voicemail)...
2006 Jun 22
4
when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on
...ked. Digit map: [2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT|1xxxT extensions.conf: [general] static=yes writeprotect=no autofallthrough=yes clearglobalvars=no priorityjumping=no [globals] ATTENDANT=SIP/1006&SIP/1002&SIP/1011&SIP/1009 OUTBOUNDTRUNK=ZAP/g1 [meetme-ext] exten => 600,1,MeetMe(1234|Mp|98765) [extentions] include => parkedcalls include => meetme-ext include => direct-to-voicemail exten => _10XX,1,Dial(SIP/${EXTEN},20,t) exten => _10XX,n,Answer exten => _10XX,n,VoiceMail(u${EXTEN}@voicem...
2006 Jan 31
3
ZAP <--> sip(polycom301) can not hear each other
...lt;1001> context=local-access nat=yes secret=password type=friend host=dynamic canreinvite=yes disallow=all allow=all extensions.conf: [general] static=yes writeprotect=no autofallthrough=yes clearglobalvars=no priorityjumping=no [globals] ATTENDANT=1001 OUTBOUNDTRUNK=ZAP/g1 [extentions] exten => _10XX,1,Ringing exten => _10XX,2,Dial(SIP/${EXTEN},20) exten => _10XX,3,Answer exten => _10XX,4,VoiceMail(u${EXTEN}@voicemail) exten => _10XX,5,Hangup [voicemail] exten => _910XX,1,Wait(1) exten => _910XX,2,VoiceMailMain(${EX...
2006 Mar 13
1
Scrolling messages
Several times a day I get this meesage scrolling on one of our asterisk boxes: Mar 13 14:43:47 NOTICE[11264]: channel.c:1911 ast_read: Dropping incompatible voice frame on Local/928@sanset-d88e,2 of format slin since our native format has changed to alaw Mar 13 14:43:47 NOTICE[11264]: channel.c:1911 ast_read: Dropping incompatible voice frame on Local/928@sanset-d88e,2 of format slin since our
2006 Feb 12
1
help on dial plan
...ro(outgoingcall3,${VOIPSTUNT},4) ;penang exten => _9011605.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;perak exten => _90114411.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;uk landline exten => _90114421.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;uk landline exten => _9011.,1,Macro(outgoingcall,${OUTBOUNDTRUNK})
2007 Oct 04
2
Voicemail/dtmf not working?
...'vm-goodbye' (language 'en') == Auto fallthrough, channel 'SIP/100-081d9478' status is 'UNKNOWN' ========================================= extension.conf ======================================== ;exten => $name,$priority,$application() [globals] ALANL=SIP/100 OUTBOUNDTRUNK=Zap/1 FWDNUMBER=867*** ; My FreeWorldDialup Number FWDCIDNAME="Alan Lord" ; My CLI FWDPASSWORD=****** FWDRINGS=${ALANL} ; Phone to ring FWDVMBOX=1000 ; Voice Mail Box (not yet setup) [zap_incoming] ; Channel defined in zapata.conf exten => s,1,Answer( ) exten => s,2,Set(TIMEOUT(dig...
2006 Apr 24
2
CallerID/variable setting.
...but externally, I see the full 10-digit number. So I plugged these lines into my extensions.conf: exten => _XXXXXXX,1,GotoIf($[ ${CALLERIDNUM} != 1625]?4:2) exten => _XXXXXXX,2,Set(CALLERIDNUM=6031234${CALLERIDNUM:1}) exten => _XXXXXXX,3,NoOp(${CALLERIDNUM}) exten => _XXXXXXX,4,Dial(${OUTBOUNDTRUNK}/${EXTEN}) (I wanted to test against my own extension, "1625"; if that worked, I wanted to strip off the "1", and then prepend the 603-123-4 to my remaining three digits.) Which is all well and good -- until I actually try to use it. Then, I get: -- Executing GotoIf(&quo...
2009 Apr 22
5
Step-by-Step Asterisk and Cisco 1760 Help
..., 2) exited non-zero on 'SIP/222-09ab3588' localhost*CLI> --------------sip.conf --------- [general] bindaddr=0.0.0.0 [Cisco1760] context=incoming_calls type=friend host=172.17.2.1 dtmfmode=rfc2833 disallow=all allow=ulaw insecure=very ----------extensions.conf------------ [globals] OUTBOUNDTRUNK=SIP/Cisco1760 [outbound-local] exten => _9NXXXXXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1}) exten => _9NXXXXXX,n,Congestion() exten => _9NXXXXXX,n,Hangup() -----------Cisco 1760 config ---------- dial-peer voice 100 pots (This line that is set to preference 2 does not work) huntstop prefer...
2005 Sep 14
2
Starting From Scratch
...istered my Asterisk box with SER (which I don't begin to understand yet) at the office. In order to try to understand how all this works, I have stripped my extensions.conf down to almost nothing. I am building it up piece by piece. This is the entirety of my extensions.conf file: [globals] OUTBOUNDTRUNK=SIP/mysipprovider.com [from-internal] exten => 105,1,Answer() exten => 105,2,Playback(abandon-all-hope) exten => 105,3,Hangup() exten => 106,1,Dial(${OUTBOUNDTRUNK}/916xxx6000) exten => 107,1,Dial(${OUTBOUNDTRUNK}/916xxx2128) This is all just testing. When I dial 105 from either o...
2006 Feb 23
0
problems while dailing outside
...ycalling=yes transfer=yes echocancel=yes echotraining=yes immediate=no ;define channels context=internal signalling=fxo_ks channel => 1 context=incoming signalling=fxs_ks channel => 4 _*zaptel.conf:*_ fxoks=1 fxsks=4 loadzone=il defaultzone=il _*extensions.conf:*_ [globals] DAVID=Zap/1 OUTBOUNDTRUNK=Zap/4 [incoming] exten => s,1,Answer() exten => s,2,Background(vm-enter-num-to-call) exten => 123,1,Dial(${DAVID},10) exten => 123,2,Playback(vm-nobodyavail) exten => 123,3,Hangup() exten => 123,102,Playback(tt-allbusy) exten => 123,103,Hangup() ;exten => 1,1,Playback(digit...
2008 Jan 17
0
Incoming calls on PSTN trunk not disconnected (bsnl, india)
...ap/4-1 and Zap/1-1 -- Hungup 'Zap/1-1' == Spawn extension (incoming, s, 2) exited non-zero on 'Zap/4-1' -- Hungup 'Zap/4-1' My system information is as follows: OS and components: CentOS 4.5 Asterisk 1.4.17 Zaptel 1.4.7.1 Libpri 1.4.3 extensions.conf [globals] OUTBOUNDTRUNK=Zap/4 [incoming] ; incoming calls from FXO exten => s,1,Dial(Zap/1) [outbound-dialing] ;Outbound dialing exten => _X.,1,Verbose(1|Outside number|${EXTEN}) exten => _X.,n,Dial(${OUTBOUNDTRUNK}/${EXTEN}) [phones] include => outbound-dialing zaptel.conf file: fxsks=4 fxoks=1 loadzone=...
2010 Dec 06
1
no audio
Any reason why I don't get audio on the channel after it rings and the end user picks up. Here are my files. CONSOLE=Console/dsp ; Console interface for demo OUTBOUNDTRUNK=SIP/callwithus [default] include => stdexten exten => s,1,Answer() exten => s,n,Wait(1) exten => s,n,Dial(SIP/callwithus/1111444444,120,A,(demo-thanks)) exten => s,n,Wait(2) exten => s,n,Hangup() my sip.conf file [general] context=default allowoverlap=no bindport=5060 port=5...
2010 Dec 07
1
no audio on end-point when call is connected/bridged via PBX
...xxxx:31 at carrier.callwithus.com register => xxxx:31 at sip.callwithus.com [callwithus] type=friend host=sip.callwithus.com username=xxxx secret=31 qualify=no insecure=invite my extensions.conf [general] [globals] CONSOLE=Console/dsp ; Console interface for demo OUTBOUNDTRUNK=SIP/callwithus [default] exten => s,1,Answer() exten => s,n,Dial(SIP/callwithus/12222222222) exten => s,n,Wait(2) exten => s,n,Hangup()
2006 Mar 06
0
No ring when doing blind transfer.
...thout either the 'r' or 'm' variables and I get the same results no ring. I am using asterisk 1.2.4 with zaptel 1.2.3. Here are my files: extensions.conf ********** [general] #include macros.incl #include outgoing.incl #include extensions-home.incl #include menu.incl [globals] OUTBOUNDTRUNK=Zap/g1 PSTN1=Zap/1 PSTN2=Zap/2 PSTN3=Zap/5 PSTN4=Zap/6 PHONE1=Zap/3 PHONE2=Zap/4 *********************** macros.incl *************** [macro-stdexten] exten => s,1,Set(DYNAMIC_FEATURES=automon) exten => s,2,Dial(${ARG2},20,Ttw) exten => s,3,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1...
2007 Jul 25
1
Dialtone when automatically picking up.
...from-zaptel group=0 signalling = fxs_ks channel => 10 context=from-zaptel group=0 signalling = fxs_ks channel => 11 context=from-zaptel group=0 signalling = fxs_ks channel => 12 === end of zapata.conf === $ cat extensions.conf [globals] PHESSLER=SIP/phessler FAXMACHINE=SIP/faxmachine OUTBOUNDTRUNK=Zap/g0 ;; inbound faxes [from-fax-line] exten => s,1,Dial(${FAXMACHINE},20) exten => s,n,Hangup() ;; define a macro to handle everyone the same ;; this way we only have to update one place ;; call it with 'Macro(user,${USERNAME}) [macro-user] exten => s,1,Dial(${ARG1},20,r) exten =&g...