similar to: bug report: whitespaces in uris

Displaying 20 results from an estimated 100 matches similar to: "bug report: whitespaces in uris"

2017 Jun 09
2
pjsip user_eq_phone adds user=phone to anonymous user bug?
With pjsip (asterisk 13.14.1) I see the problem that an anonymous from header gets user=phone appendend to the URI if user_eq_phone=yes is specified: On the incoming leg: From: anonymous <sip:anonymous at anonymous.invalid:5060>;tag=Q5zBj7BMnvI6Fe6O2866fox3ZHmn-smt Get transformed to From: "Anonymous" <sip:anonymous at
2015 Oct 09
0
Asterisk 13.6.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 13.6.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.6.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2003 Feb 24
0
Fwd: Message from iptel.org SIP admin (more register= bugs)
Bug in the register= code; see details below from the developer of "ser" (SIP Express Router) Apparently, ACKs don't need to be sent on OK's to REGISTERs. Plus, malformed data somewhere... no details on that, though. JT >Date: Sun, 23 Feb 2003 23:54:07 +0100 >To: John Todd <jtodd at loligo.com> >From: Jiri Kuthan <jiri at iptel.org> >Subject: Re:
2005 Jun 14
0
c(recursive=TRUE)
Hi R users, I am currently using c(...,recursive=TRUE) to handle list-structured objects. This allows to represent something like: > l1 = list(level1=1,level2=list(sub1=1,sub2=2)) as: > (l1names = names(c(l1,recursive=TRUE))) [1] "level1" "level2.sub1" "level2.sub2" Then, one can use: > (l1names = sapply(l1names,FUN=function(element)
2004 May 05
0
I can not register via sip to iptel or sipgate.
I can not register via sip to iptel or sipgate. i do not unterstand why.. but i am new to asterisk. Iam behind a susefirewall2 but asterisk even do not register if it shut down. No answer seems coming back. thx for help. nico here is my config if anybody can help: ----------------------------------------- [general] port = 5060?????????????????????; Port to bind to bindaddr =
2003 Feb 22
1
SIP register= bug?
I am seeing some very peculiar things in the routines that REGISTER my * server with several accounts. I saw this on my console: . . . NOTICE[5126]: File chan_sip.c, Line 1878 (sip_reg_timeout): Registration timed out, trying again NOTICE[5126]: File chan_sip.c, Line 1878 (sip_reg_timeout): Registration timed out, trying again NOTICE[5126]: File chan_sip.c, Line 1878 (sip_reg_timeout):
2004 May 06
7
sip traffic.
I can not register via sip to iptel or sipgate and do not see sip into ethereal. I do not unterstand why thats Wudu .. but i am new to asterisk and sip. I am behind a susefirewall2 but asterisk even do not register if it is down. The asterisk is running onto the machine witch is connected to the internet. No answer seems coming back from iptel (sip debug in asterisk). Ports are open (5060,
2003 Dec 11
2
SIP response 403 "That is ugly"
I am trying to make an outgoing call using an iptel account using Asterisk. I have followed a how-to for asterisk and iptel found at http://www.voip-info.org/tiki-index.php?page=Asterisk%20sip%20client%20SER I am getting the following error message: Got SIP response 403 "That is ugly -- use From=id next time (OB)" back from 195.37.77.101 I'm not quite sure what that means. Does
2007 Oct 07
2
Trust p-values or not ?
Hi, First of all kudos to the creaters/contributors to R ! This is a great package and I am finding it very useful in my research, will love to contribute any modules and dataset which I develop to the project. While doing multiple regression I arrived at the following peculiar situation. Out of 8 variables only 4 have <0.04 p-values (of t-statistic), rest all have p-values between 0.1 and
2003 Aug 12
1
Working with FWD, IPTel, SIPPhone?
I'll admit it. I'm a asterisk newbie (but no stranger to telephony). The setup is simple: two Grandstream BudgeTel 100 phones (SIPPhone specials) on a private segment calling to a Linux box acting as the segment's firewall with a leg on our public network. The phones are setup as SIP/phone1 (x1000) and SIP/phone2 (x1001), respectively (thanks to the Asterisk HOWTO). Getting IAX
2004 Jan 18
2
Asterisk as SIP Redirect Server -- Implemented - Not Working - Plz Help
I have coded chan_sip.c so that you can have // sip.conf register => username:password@somedomain.com/redirectconfig [redirectconfig] redirect=yes redirecturi=sip:12345@domain1.com redirecturi=sip:34556@domain2.com redirecturi=sip:87877@domain3.com .... so when you receive a call it will redirect to the alternating uri's with a SIP 300 Message. It works with the following sequence,
2006 Nov 04
0
Mongrel not allowing URIs > 512 chars
I''m having a problem after changing the deployment for one of my rails apps over to mongrel. I''m getting errors like this: Fri Sep 22 12:15:13 MDT 2006: BAD CLIENT (127.0.0.1): HTTP element REQUEST_URI is longer than the 512 allowed length. I have a few urls in my app that base64 encode a rather complex query into the URI so that it can be bookmarked. These work fine in
2011 Apr 25
0
URIs including [ and ] are not compliant with RFC3986
According to RFC 3986, ''['' and '']'' are reserved characters. However, Rails 3.0.7 is not escaping them. This is fixed in master by this commit: https://github.com/rails/rails/commit/52b71c01fd3c8a87152f55129a8cb3234190734a Can this fix be included in 3.0.x ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Aug 23
0
Ajax.Autocompleter method and URIs
Hello, I''ve looked at a few autocompleters, and really like Script.aculo.us''. I have two suggestions for making it even better: 1) Make the default HTTP method GET, or at least clearly document how to change it (through the prototype options). This will make it possible for the browser as well as intermediaries to cache the results. 2) Make it easier to control the URIs that
2016 Apr 14
0
AST-2016-004: Long Contact URIs in REGISTER requests can crash Asterisk
Asterisk Project Security Advisory - AST-2016-004 Product Asterisk Summary Long Contact URIs in REGISTER requests can crash Asterisk Nature of Advisory Remote Crash Susceptibility Remote
2003 Jun 18
1
Extra parameters in SIP URIs
Hello, I've seen that Nuance SIP audio provider supports additional information (parameters and extra headers) in SIP URIs, using the format: sip:user:password@host:port;uri-param1;uri-param2?header1&header2 For example, sip:1234@myserver.com;extra_header=Uui?Uui=Hello Does Asterisk support this format? Is there a way to retrieve the value of these additional headers, and then decide
2017 Aug 30
1
[PATCH] fish: add small documentation bit about format of URIs (RHBZ#1450325)
Mention which format URIs follow, with a small example on escaping special characters. --- fish/guestfish.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fish/guestfish.pod b/fish/guestfish.pod index c3f684563..1201176e9 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -1225,6 +1225,16 @@ The equivalent API command would be: ><fs> add /disk protocol:ssh
2007 Sep 11
0
Ogg stream URIs
So, I thought I'd split off a few discussions from the ongoing discussion of the details of a metadata format. A few other things are needed in support, one of these is a scheme for referring to IDs on Ogg files. Curently there is CMML, you can refer to temporal fragments at the stream level. These may be CMML IDs or time interval queries/fragments as in
2008 Nov 20
1
Links and Message URIs
Here is a OS X message URI in angled brackets: <message://%3cE1KzXg9-0000Qb-3G at smtp1.mail.ox.ac.uk%3e> Markdown yields: <p><message://%3cE1KzXg9-0000Qb-3G at smtp1.mail.ox.ac.uk%3e></p> Shouldn't it have given instead: <p><a href="message://%3cE1KzXg9-0000Qb-3G at smtp1.mail.ox.ac.uk%3e">message://%3cE1KzXg9-0000Qb-3G at
2019 Nov 04
1
Re: [PATCH libnbd] api: Allow NBD URIs to be restricted.
On 10/20/19 6:06 AM, Richard W.M. Jones wrote: > New APIs are added which let you enable or disable features of NBD > URIs, mainly for security reasons. > > tls-psk-file is *disabled* by default for obvious security reasons. > All other features are enabled by default. > --- > @@ -1445,6 +1453,75 @@ C<\"qemu:dirty-bitmap:...\"> for qemu-nbd >