search for: outgoing_channel

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

2007 Aug 27
3
voip provider settings problem, please help
hi ppl, i'm using asterisk 1.2 because i'm making use of voiceone, but before i was using asterisk 1.4 and had the same problem, it concerns an italian voip/sip provider called eutelia/skypho, my problem is the following one: when i start my pbx my skypho account is working fine, meaning that e.g. incoming calls are shown in the asterisk CLI and caller and callee can hear each other when
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
...Y,1,Playtones(busy) exten = s-CONGESTION,1,Playtones(congestion) exten = _s-.,1,Goto(s-CONGESTION,1) ;Treat anything else as no answer [macro-dialout-fail-over] exten = s,1,Set(TOUCH_MONITOR=${TIMESTAMP}_${CALLERID(num)}-${ARG1}) exten = s,n,Set(INDEX=1) exten = s,n,NoOp(${TRUNK}) exten = s,n,Set(OUTGOING_CHANNEL=${CUT(TRUNK,&,${INDEX})}) exten = s,n(dial),NoOp(${OUTGOING_CHANNEL}) exten = s,n,Dial(${OUTGOING_CHANNEL}/${ARG1}${TRUNKOPTIONS}||gTW) ;Ring the interface exten = s,n,Goto(s-${DIALSTATUS},1) ;Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten = s-CHANUNAVAIL,1,Set(INDEX...