Displaying 4 results from an estimated 4 matches for "08xx".
Did you mean:
08x
2004 Dec 14
2
Dial Plan Problems
Hi,
I am having a few dial plan problems which I wondered if anyone would be
able to help with.
Firstly, I wanted to send 0800 calls through 1 sip provider and other
08xx calls through another. I have this:
exten => _0800.,1,Dial(SIP/${EXTEN}@provider1,30)
exten => _0800.,2,Congestion
exten => _08.,1,Dial(SIP/${EXTEN}@provider2,30)
exten => _08.,2,Congestion
However, whichever way round I put these, 0800 calls still seem to go
out of provider2...
2003 Nov 04
1
Does anyone provide inbound UK numbers using IAX ?
Hi All,
Is there anyone providing UK geographic numbers that can be terminated
on Asterisk using IAX ? It must be a geographic number (eg. Start 01 or
02, not 08xx). I've tried the sipcall.co.uk service and it looks very
good when using X-Lite but it will not work with Asterisk. Switching to
IAX should also resolve issues around NAT - hurray!
-Nathan
2008 Jun 18
1
debugging dovecot and sieve
...sswords=yes
disable_plaintext_auth=no
protocols = imap imaps pop3 pop3s
protocol imap {
mail_plugins = quota imap_quota
imap_client_workarounds = outlook-idle delay-newmail
}
protocol pop3 {
mail_plugins = quota
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xx
}
protocol lda {
postmaster_address = postmaster at abc.meripol.net
mail_plugins = quota cmusieve
log_path = /var/log/vmail/dovecot-deliver.log
info_log_path = /var/log/vmail/dovecot-deliver.log
}
##
## Logging
##
# Log file to use for error messages, instead of sending them to syslog.
#...
2007 Jul 09
2
Quota exceeded messages
When I try to move messages between folders I get 'Quota exceeded' messages.
I installed dovecot without any major configuration and accounts are
created with PostfixAdmin.
Is there some common setting that I must be missing?
Version in use is 1.0 rc26
- Frank