search for: outgoing_calls

Displaying 4 results from an estimated 4 matches for "outgoing_calls".

2014 Nov 24
1
asterisk and elastix
Hello list, i have installed elastix 2.4.0 with call center model and i have created an Outgoing Calls <https://192.168.1.251/index.php?menu=outgoing_calls> my question i want to know the name of the tbale where the csv file is uploaded in order to do some works. NB: i found the cdr table in asteriskcdrdb database but the is no information related to my csv file any help please thanks and regards. -------------- next part --------------...
2008 Jul 11
0
Outgoing calls but no incoming calls with X100P
...se(1|Unrouted call handler) exten => s,n,Answer() exten => s,n,Wait(1) exten => s,n,Playback(tt-weasels) exten => s,n,HangUp() [incoming_calls] ;exten => _X.,1,NoOp() ;exten => _X.,n,Dial(SIP/1000) ;exten => _X.,1,Dial(SIP/1000) exten => s,1,Dial(SIP/1000,20,tr) [outgoing_calls] exten => _X.,1,NoOp() exten => _X.,n,Dial(Zap/1/${EXTEN}) [internal] exten => 1000,1,Verbose(1|Extension 1000) exten => 1000,n,Dial(SIP/1000,30) exten => 1000,n,HangUp() exten => 500,1,Verbose(1|Echo test application) exten => 500,n,Echo() exten => 500,n,HangUp()...
2010 Mar 16
1
Asterisk hangup all incoming calls after 10 seconds
...,Wait(1) exten => s,n,Playback(tt-weasels) exten => s,n,Hangup() [incoming_calls] ;exten => 7977529,1,NoOp() ;exten => 7977529,n,Dial(SIP/241|SIP/243,30,Tt) exten => 7977529,1,Dial(SIP/241&SIP/243,30,Tt) ;exten => 7977529,n,Dial(SIP/243,30,Tt) exten => 7977529,n,Hangup() [outgoing_calls] exten => _0X.,1,NoOp() exten => _0X.,n,Dial(Sip/${EXTEN}@tellfree,30,Tt) exten => _0X.,n,Hangup exten => _7X.,1,NoOp() exten => _7X.,n,Dial(Sip/${EXTEN}@tellfree,30,Tt) exten => _7X.,n,Hangup [internal] exten => _24[1-9],1,Verbose(1|Estension ${EXTEN}) exten => _24[1-9],n,...
2008 Feb 02
1
Echo() app doesn't work
...----------------------------------- My extentions.conf: -----cut here----------------------------------- [globals] [general] [default] exten => s,1,Verbose(1|Unrouted call handler) exten => s,n,Answer() exten => s,n,Wait(1) exten => s,n,Playback(tt-weasels) exten => s,n,Hangup() [outgoing_calls] [incoming_calls] [internal] exten => 500,1,Verbose(1|Echo test application) exten => 500,n,Echo() exten => 500,n,Hangup() exten => 501,1,Verbose(1|Playback test application) exten => 501,n,Playback(vm-review) exten => 501,n,Wait(1) exten => 501,n,Hangup() [phones] include...