Displaying 10 results from an estimated 10 matches for "_01".
Did you mean:
01
2009 Feb 21
2
DIAL() application 'g' option
Hi All,
Asterisk 1.4.12 on CentOS 5
I'm trying to increment an AstDB key with the length of the last
outgoing call. Here's what I've got for "01" UK geographical numbers:
exten => _01.,1,Dial(${UKGeographical}/${EXTEN},,g)
exten => _01.,n,Log(NOTICE,Call to ${EXTEN} lasted ${DIALEDTIME})
exten => _01.,n,Set(CALLTIME=${DIALEDTIME})
exten => _01.,n,Set(ACCUMULATED=${DB(freevoip/seconds)})
exten => _01.,n,Set(DB(freevoip/seconds)=$[${ACCUMULATED}+${CALLTIME}])
The firs...
2007 Jan 18
1
Dialplan - busy and unavailable without priority jumping
...ing on to a new install, I'm jumping straight to v1.4
Without using Priority jumping I'm wondering what the 'standard' way
to indicate to the calling party that the number the dialed is busy or
unavailable. So,if I have an entry in extensions.conf like this:
[outbound]
exten => _01.,1,SetCallerID(01235554321)
exten => _01.,n,Dial(IAX2/user:pass@iax-provider/${EXTEN},60)
What should I be adding to this so when a number is in use the caller
gets a busy tone, and if the call fails (i.e. the number is
unavailable) the caller gets the info tone.
All the calls will be from IAX...
2005 Mar 24
2
Fun with CAPI
...alls,${Predigits}${EXTEN},1)
exten => t,1,Goto(#,1) ; If they take too long, give up
exten => i,1,Playback(invalid) ; "That's not valid, try again"
[nationalcalls]
exten => _00.,1,Dial(${OUTBOUND}/${EXTEN})
exten => _00.,2,Congestion
exten => _01.,1,Dial(${OUTBOUND}/${EXTEN})
exten => _01.,2,Congestion
exten => _02.,1,Dial(${OUTBOUND}/${EXTEN})
exten => _02.,2,Congestion
exten => _07.,1,Dial(${OUTBOUND}/${EXTEN})
exten => _07.,2,Congestion
Unfortunately this isn't doing as I'd hoped..
-- creating pipe for PLCI=...
2005 Feb 27
0
FW: DISA and a long delay; ideas?
...enters
> the number and presses #, until the system does anything.
>
> Here is the relevant section from my extensions.conf:
>
> [dialtone]
> exten => s,1,Authenticate(1234)
> exten => s,2,DISA(no-password|dialtone_outgoing)
>
> [dialtone_outgoing]
> exten => _01.,1,Dial(${OUTGOING}/44${EXTEN:1},30,L(60000:30000:10000))
> exten => _07.,1,Playback(pbx-invalid)
<snip>
> HOWEVER there is a 10 second delay between the dialing (followed by #) and
> the system doing anything.
My first guess would be digit timeouts. Your patterns are _01. and _0...
2005 Jun 15
1
Old but Gold
...configured.
[root@localhost asterisk]#
And this is the relavent part of my extentions.conf
; START OF DYLANS MESSING AROUND SECTION
**************************************************
[globals]
OUTBOUND=Zap/4
DYLAN=SIP/301
JOHN=SIP/300
EVERYONE=${DYLAN}&${JOHN}
[nationalcalls]
exten=> _01.,1,Dial(${OUTBOUND}/${EXTEN},20)
exten=> _01.,2,Congestion
[from-sip]
include =>default
include =>nationalcalls
exten => 301,1,Dial(SIP/301,5) ' if 301 is dialed, dial out on sip channel
to extention 301 for 5 seconds
exten => 301,2,Voicemail(u301)
exten => 500,1,Voicema...
2005 Feb 27
1
DISA and a long delay; ideas?
Hi,
I have just setup a DISA setup whereby people can dial in, authenticate, are
given a dialtone and can then call out.
Everything works however there is a 10 second delay after the user enters
the number and presses #, until the system does anything.
Here is the relevant section from my extensions.conf:
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 20
0
rejected calls
...]
exten => h,1,Hangup
exten => t,1,Hangup
exten => 1,1,Dial(SIP/1@1,30)
exten => 2,1,Dial(SIP/2@2,30)
exten => _0700.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0800.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0900.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _01.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0N.,1,Dial(SIP/01149${EXTEN:1}@out_broadvoice,60,+)
exten => _001.,1,Dial(SIP/${EXTEN:3}@out_broadvoice,60,+)
exten => _00N.,1,Dial(SIP/011${EXTEN:2}@out_broadvoice,60,+)
exten => _.,2,congestion()
exten => _.,102,busy()
[from_sipgate...
2004 Nov 22
3
Mode context extremely poor performance.
...NUMBER
RECH_TAILLE_MAXI NUMBER
RECH_POIDS_MINI NUMBER
RECH_POIDS_MAXI NUMBER
RECH_CRITERES VARCHAR2(4000)
ZERANK NUMBER
The index:
----------
create index SNAP.CTX_PROFIL_MATCH_${ROLE}_${SEX}_01
on SNAP.vwmt_PROFIL_match_${ROLE}_${SEX} (RECH_CRITERES)
indextype is ctxsys.context PARAMETERS ('MEMORY 50M STORAGE
text_storage')
/
with:
-----
BEGIN ctx_ddl.create_preference('SYS.TEXT_STORAGE',
'BASIC_STORAGE'); ctx_ddl.set_attribute('SYS.TEXT_STORAGE',...
2004 Nov 22
3
Mode context extremely poor performance.
...NUMBER
RECH_TAILLE_MAXI NUMBER
RECH_POIDS_MINI NUMBER
RECH_POIDS_MAXI NUMBER
RECH_CRITERES VARCHAR2(4000)
ZERANK NUMBER
The index:
----------
create index SNAP.CTX_PROFIL_MATCH_${ROLE}_${SEX}_01
on SNAP.vwmt_PROFIL_match_${ROLE}_${SEX} (RECH_CRITERES)
indextype is ctxsys.context PARAMETERS ('MEMORY 50M STORAGE
text_storage')
/
with:
-----
BEGIN ctx_ddl.create_preference('SYS.TEXT_STORAGE',
'BASIC_STORAGE'); ctx_ddl.set_attribute('SYS.TEXT_STORAGE',...
2004 Aug 06
2
High CPU load
...CPU COMMAND
2878 root 15 0 1844 1724 724 S 7.5 0.1 542:44 0 ices
2875 root 15 0 2068 1912 732 S 6.9 0.1 547:58 0 ices
2863 glen 15 0 2528 1976 1156 S 0.3 0.1 5:09 0 icecast
------------------------------------------------
<!-- ices-playlist_01.xml -->
<?xml version="1.0"?>
<ices>
<!-- run in background -->
<background>1</background>
<!-- where logs, etc go. -->
<logpath>/usr/local/share/ices/log</logpath>
<logfile>ices01.log</logfile>
<!-...