Displaying 20 results from an estimated 40000 matches similar to: "From Domain in REGISTER string"
2010 Sep 17
5
Initial Audio Cut off
With some carriers the initial Audio (2-4 secs) seems to get cut off when using a Auto Attendant or Conf Meetme.
Is there any known remedies for that. Just want to know if others have seen that esp. with Level 3.
If Auto Attendant says - "Welcome to ABC bank"
Caller only hears "Bank"
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 06
2
T38 REINVITe issue
Hi
My call flow is
T38 static IP gateway --> Asterisk --> Sip Provider--> PSTN
Call is placed in reverse direction - from PSTN to T38 Gateway.
T38 GW reinvites with T38, and asterisk passes it along to the SIP provider. The SIP provider challenges it and asterisk reponds to the Challenge with INVITE with Auth credentials...however, the Asterisk changes the SDP and replaces the T38
2010 Oct 04
1
Registering Multiple Trunks to Service Provider
We have multiple entries like the one below in our users.conf file... where the username. Contact and secret changes for different customers and we register on their behalf to the Service Provider.
For the trunk below: when the call is placed out, Asterisk (1.4.18) sends the username of "abc.com" in the MD5 Auth .....which obviously does not match the trunk setup for this Customer with
2005 Jan 28
2
I want to display my numbers for incoming calls when some one dials my number from any where
Hi to all,
I and using asterisk with following
1. TDM400p card with four FXS modules,
So there are four analog phone lines on four zap channels,
My setup is working fine.
And version is like such
Asterisk CVS-v1-0-11/27/04-20:48:45
But when some dials form his number (suppose abc) to my number
(suppose xxxx) I get abc number on my analog phone, but now I have
purchased more than one numbers
2010 Aug 27
7
ASterisk CDR file Master.csv
How can we set the CDR Master file to rollover at say 30 Meg and create a new one
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100827/2e98385f/attachment.htm
2010 Jul 28
4
Asterisk unresponsive
We are running asteriskNow 1.4.18 and after a few days it becomes unresponsive and inbound INVITEs timeout.
We just reboot the box to resolve it. But it seems to be occurring more regularly now.
I am hesitant to move to latest version, but will do if needed.
Any guidance or troubleshooting modes I may use will be helpful.
-------------- next part --------------
An HTML attachment was
2010 May 10
1
Dialing a SIP Peer without using register strin
Hi,
I am new to this list and this is first time i m posting here. please help
me out
currently I am working on dialing a sip peer on an asterisk server from 2nd
asterisk server. scenario is like this.
on my system i am using this peer in sip.conf.
[abc]
type=peer
username=abc
secret=mysecret
host=192.168.0.20
context=default
dtmfmode=rfc2833
;restrictcid=no
canreinvite=yes
2015 Nov 05
2
constant string as an assembly operand
Hi Tom,
Thanks.
It should be always ABC.
What should be the iops? just (ins i8imm:$val)? what would be the
placeholder for a constant string in "ins"?
On Thu, Nov 5, 2015 at 4:33 PM, Tom Stellard <tom at stellard.net> wrote:
> On Thu, Nov 05, 2015 at 03:20:45PM +0100, Sky Flyer via llvm-dev wrote:
> > Hello all,
> >
> > how can one can describe a constant
2010 Jul 19
1
Help with replacing a substring in a string
Dear R Users,
I am trying to replace a substring in a string with something else.
For example:
if we have "abc.degg.hijk"
I would like to replace all the "." with a SPACE to become
"abc degg hijk"
I have tried the replace.substring.wild function in the Hmisc package but get this error:
> replace.substring.wild("abc.degg.hijk","*.*","
2010 Jun 30
2
string question
Hi,
How can I get double quotes embedded in the string?
Example:
--------------
str1 <- '"xyz"'
## desired output
# abc"xyz"
qr2 <- paste('abc',str1,sep='')
print(qr2)
-----------------
Actual output:
> [1] "abc\"str\""
I also tried putting an escape sequence before the quote, but couldn't get the
string that I
2010 Sep 17
2
Simple question, name of the variable as string.
Dear R users,
I have a very simple question and I've tried to search for the answer.
(But failed.)
there should be a function (func) that work like
> abc <- c(1,2,3,4)
> func(abc)
"abc"
I would like to know the name of that function. Thank you very much
for your help.
Regards,
CH
--
CH Chan
2015 Nov 05
2
constant string as an assembly operand
Hello all,
how can one can describe a constant string as an operand in the assembly
instruction?
for example imagine this instruction:
xyz 14 ABC
where "xyz" is the operator, 14 is an immediate value, and because of
assembly dialect, there should be a constant string with the value of ABC
follow the immediate value. How is this possible?
What should be the dat describing the
2012 Apr 10
7
How to remove $ (Dollar sign) from string
How do I remove a "$" character from a string sub() and gsub() with "$" or
"\$" as pattern do not work.
> sub("$","","ABC$DEF")
[1] "ABC$DEF"
> sub("\$","","ABC$DEF")
Error: '\$' is an unrecognized escape in character string starting "\$"
>
2013 Feb 10
4
different behavior of $ with string literal vs string variable as argument
Hi everyone,
I ran into the issue below while trying to execute a command of the form
apply(list.names,1, function(x) F(favorite.list$x) )
where list.names is a character vector containing the names of the elements
of favorite.list and F is some function defined on a list element.
Namely, the $ operator doesn't treat the string variable 'x' as the string
it represents, so that,
2008 Sep 03
0
Winbind + Win2003 ADS + Trusted Domain Issue
Hello all,
I am having an issue that I need help with and have been searching the
web high and low for a solution. It involvs using winbind to
authenticate Linux systems against a 2003 Active Directiry domain with a
one-way trust. Here is the lay out.
Domain "ABC" is the resource domain where the servers are located. Domain
"XYZ" is the domain that the primary user accounts
2007 May 28
2
ekiga register problems
returning newbie.
Trying to register ekiga for the first time to my asterisk server only.
[204]
user=204
context=internal
type=friend
secret=xxxxxxx
insecure=very
canreinvite=no
host=dynamic
disallow=all
allow=ulaw
allow=alaw
nat=no
Can anyone tell me what I am missing?
I am not behind NAT or a firewall
-------------- next part --------------
An HTML attachment was scrubbed...
2011 Oct 11
1
How to add a double quote to a string
Hi
I want to add a double quote to a string
eg
Expected output = DROP TABLE IF EXISTS "abc"
My code
tab=c("abc")
query = paste("DROP TABLE IF EXISTS ",tab,sep="")
Please help me to solve this problem
--
View this message in context: http://r.789695.n4.nabble.com/How-to-add-a-double-quote-to-a-string-tp3893061p3893061.html
Sent from the R help
2012 Jul 12
2
How to get all list item to one string variable
Hi,
How to get all list item to one string variable.
example
a[1]="abc"
b[1]="def"
output="abc def"
Thanks
B.Purushothaman
--
View this message in context: http://r.789695.n4.nabble.com/How-to-get-all-list-item-to-one-string-variable-tp4636283.html
Sent from the R help mailing list archive at Nabble.com.
2015 Dec 11
1
Create Domain Trust Help Samba-4.3.2
First, Thank you all for this forum, as I am fairly new at both Ubuntu
and Samba I have found most the answers to my issues here.
Now correct me if I am wrong but Samba 4.3.2 should be able to support
Domain Trusts. If so maybe you can help me, here is what I have:
NT4 Domain: adc.com (Holds are production servers and user accounts for
that domain)
Controller = enterprise.abc.com
Samba
2010 Oct 27
1
multiple text or string searches
Dear all,
how can i search multiple text or string patterns in a text file.
i have written the following script but it is for only single searches at a
time.
how can i get multiple searches e.g
"xyz","abc","pqr".....at a time and can save the results to an out file.
script::
x<- "abc"
z<-NULL;for (i in 1:1235){{if