Displaying 20 results from an estimated 25 matches for "charachters".
Did you mean:
charachter
2015 Jan 03
2
Asterisk removes a charachter from sip peer name
Hello all,
Just wondering on a behavior I noticed while testing with realtime sip
peers with names like 111.222 at mydomain.com. Using Kamailio as outbound
proxy, it sends Asterisk a sip message where To header value is <
sip:111.222 at mydomain.com> and From header has value "username" <
sip:111.333 at mydomain.com;transport=UDP>;tag=fc609171. When Asterisk sends
out the
2015 Jan 05
0
Asterisk removes a charachter from sip peer name
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olli Heiskanen
Sent: 03 January 2015 08:04
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Asterisk removes a charachter from sip peer name
Hello all,
Just wondering on a behavior I noticed while testing with realtime sip peers
with names
2001 Nov 10
3
Shortened sharenames
Doing a little shell scripting with smbclient and noticed that
smbclient -N -L host
only displays the first 13 charachters of the sharename.
Since that is totally crippled feel like I must be missing something
obvious, but can't track it down. Any pointers on getting FULL sharenames
using smbclient?
Thanks for the help
- AZ
2004 Sep 17
3
newlines in vorbis comments
Is there any way to put a newline character in comments for ogg
vorbis files in Linux? I can't see any way of doing it with
vorbiscomment. Easytag would work, but has other problems
(like concatenating comment fields with the same tag name).
If I wanted to put together a quick hack to add a such a comment
(I'm thinking read the comment from a file, with the tag name
specified at the
2004 Sep 17
3
newlines in vorbis comments
Is there any way to put a newline character in comments for ogg
vorbis files in Linux? I can't see any way of doing it with
vorbiscomment. Easytag would work, but has other problems
(like concatenating comment fields with the same tag name).
If I wanted to put together a quick hack to add a such a comment
(I'm thinking read the comment from a file, with the tag name
specified at the
2004 Feb 14
2
converting data to date format
Dear all,
I import my data from a csv-file containing one row with date-entries. How
can I tell R to treat this data as dates?
I've tried to bring it in character-format (as.charachter()) followed by
as.POSIXlt() but I get an error message, that the character string is not in
a standard unambiguous format, although the date is of format yyyy-mm-dd
(what is standard format according to R
2008 Mar 06
1
switch with a single character
Can anyone explain the results from switch below when a single
charachter "E" is entered? It seems to work with letter S or N...
> switch("East",West=1,East=2) # Correct
[1] 2
> switch("E",W=1,E=2) # Not so correct
[1] 1
> switch("E",E=1,W=2) # Even stranger
[1] "E"
> switch("S",N=1,S=-1) # Correct
[1] -1
Kind regards,
2010 Sep 21
1
Panic: file mailbox-list-fs.c
...ovecot starts again.
master: Info: Dovecot v2.0.3 starting up
Additional
mail_location =
maildir:~/maildir:INDEX=/addons/index/%u:CONTROL=~/control:LAYOUT=fs
namespace {
inbox = yes
list = yes
location =
prefix =
separator = /
subscriptions = yes
type = private
}
Are there charachters which are not allowed or is there a reached a
maximal length?
regards
--
Mit freundlichen Gruessen --- Burckhard Schmidt
2003 Oct 26
5
Extensions Problem
...=> _NXXXXXXXXX,2,Congestion
Exten => _1NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sipdemo)
Exten => _1NXXXXXXXXX,2,Congestion
These extensions allow us to utilize our SIP provider - ONLY when being dialed
from a regular telephone attached to a Cisco ATA-186. Our Cisco 7960 only
allows us to dial 4 charachters before it tries dialing. So, I assume we need
to implement 9, and the number. However, when I do this, the 9 gets passed on
to our SIP provider, which tries to dial 9NXXXXXXXXXX, and all goes to hell.
Question - is there a way to allow 9 in the dialing plan, without having it be
passed to the...
2005 Feb 08
2
Tagging Flac-files in GNU/Linux and Windows
...h XMMS, but with version 1.1.1 of the FLAC plugin, the ? and ?
characters had changed to some strange characters (I don't remember
exactly they were). I then tried editing the tags using the 1.1.1 version,
but it could not save the ? an ? characters, it immediately changed them
to those strange charachters. I then tried Easytag 1.0, in that the ? and
? characters just disappeared, and were not replaced by anything. In
Easytag 1.9 tagging worked, and with that I mean it could read what it had
written itself, just like the 1.1.0 version of the XMMS plugin. But tags
written by Easytag 1.9 were not displ...
2006 Jan 05
7
Multilanguage problem, need help
...ey,
i use http://mir.aculo.us/articles/2005/10/03/ruby-on-rails-i18n-revisited
then i have nl_BE.rb, de_DE.rb, en_US.rb as translation files.
this works all fine when i have normal characters, but i have one problem
when i have wierd characters like ? ? ? (mostly in french), then i get japanese
charachters on my site
i use utf8 for my database and i set this for each def in my controllers, all
characters are set in my database as they are,
ex ? => ? (not some wierd stuff), ? => ?
@headers["Content-Type"] = "text/html; harset=utf-8"
suppress(ActiveRecord::StatementInvalid...
2007 Sep 04
1
SOLVED: importing huge XML-Files -- new problem: special characters
Hi all,
thanks to the people who replied to my question! I finally solved the
issue by writing own handlers and using xmlEventParse - which leads
to the following problem which is so odd that its probably a bug.
I use several special charachter in my XML-File, e.g. umlauts or ? or
? - but no matter how I encode my XML (UTF or ISO) or I escape these
characters xmlEventParse always stops
2014 Jun 30
2
Sieve seems to break mailbody during automatic redirection
Hi,
I have a strange problem with sieve.
After upgrading to 2.2.13 sieve seems to break the mailbody during automatic redirection.
I have the following configuration.
- User A sends mail to User B.
- User B has an automatic redirect to User C
- User C geht the mailbody broken
I did some debugging.
This is a part of the mailbody which i grabbed from the mailqueue before the mail gets
2005 Jul 07
2
r: LOOPING
hi all
i know that one should try and limit the amount of looping in R
programs. i have supplied some code below. i am interested in seeing how
the code cold be rewritten if we dont use the loops.
a brief overview of what is done in the code.
==============================================
==============================================
==============================================
1. the input
2006 Feb 27
1
Help on validates_format_of
Hello,
i''m quite new with Ruby and i''ve been headbreaking quite a while
on the following question. So I hope somebody can help this Noob on
Rails.
I want to use validates_format_of on the password a user enters for
his or her account. I want it to check on the following:
1.. The password has to have a minimum of 2 non-capitalized characters.
with the characters i mean: a
2007 Mar 19
0
Blacked-out text in program: Myspace IM
...th Myspace IM on WINE (latest stable build) and it
works more or less out of the box after installing ies4linux (then
moving the files it creates to /.wine) but I have one small problem...
All the text in the program, be it lables, buttons or text in a
textbox all appears blacked out... instead of charachters, you get a
black line - as if the text is selected but not showing through.
I was wondering if it's somthing to do with a font DLL or somthing...
any ideas?
Thanks,
D
1998 Nov 03
2
Codepages
I've seen this in the message data base, but no responses. Running RH
5.1,
with samba out of the box, I get the message:
unable to load codepage /etc/codepages/codepage.850
in log files and smbclient startups. Is this a problem? How is it fixed?
There are no codepage directories that I can see anywhere in RH. Did I
miss a module to install?
Thanks
Carl Hartshorn
2002 Jul 25
0
winbind from samba 2.2.5, solaris 8
Hi,
today I have experienced some odd behavior of samba 2.2.5 on Solaris 8, SPARC.
the machine is an FSC Primepower 400, running solaris 8 with system locale to
english (us)
1.
My first problem is with german special charachters within nt user names
Let's assume I have an account named 'h?nig' (haenig)
# wbinfo -u
shows domain and account names of all configured domain users (inc. mine).
# getent passwd
looks good to:
...
COSIFAN+H?nig:x:10007:10000:Thomas H?nig:/nt_ressourcen/users/h?nig:/bin/bash
...
I...
2005 Mar 01
0
Tagging Flac-files in GNU/Linux and Windows
...he FLAC plugin, the ä and
> ö
> characters had changed to some strange characters (I don't remember
> exactly they were). I then tried editing the tags using the 1.1.1
> version,
> but it could not save the ä an ö characters, it immediately changed
> them
> to those strange charachters. I then tried Easytag 1.0, in that the ä
> and
> ö characters just disappeared, and were not replaced by anything. In
> Easytag 1.9 tagging worked, and with that I mean it could read what
> it had
> written itself, just like the 1.1.0 version of the XMMS plugin. But
> tags
> wr...
2013 Jul 31
1
LMTP: userdb lookup - user-filter with variables
I tried to use dovcots lmtp instead of dovecot-lda.
postfix has in master.cf ... dovecot-lda -f ... -d ${user} to separate
the user part from user at hostname.domain.
So lookup of "user" succeeds in userdb (LDAP) done by dovecot-lda.
I have always local addresses like to=<user at hostname.domain>
postfix/lmtp[6579]: [ID 197553 mail.info] B3CDA66A16:
to=<h0094slk at