similar to: Port number in From URI on Asterisk 12 PJSIP

Displaying 20 results from an estimated 400 matches similar to: "Port number in From URI on Asterisk 12 PJSIP"

2014 Mar 11
1
PJSIP - dtmf mode is not updated when the far end doesn't support rfc2833
Hello, I have installed the latest version 12 that has been released (12.1.0.rc3). I have setup default dtmf mode (rfc47..) but when I am calling to a endpoint that doesn't support it (no telephony event in the rtpmap) the asterisk responds OK in the signalling but DTMF is not working. Is it a known issue? Below you can see the output of the asterisk monitor. <--- Received SIP request
2014 Apr 17
0
KVM guests unusable after install
I'm finding that my KVM images are not bootable after i reboot my host, and i've detailed my problem here.... http://serverfault.com/questions/589806/kvm-machines-unbootable-after-host-reboot Any thoughts on why? Here is a repaste of the problem: **************************************************************************************** Im finding that my KVM guests are unusable after i
2014 Mar 11
1
PJSIP - Using multiple AOR contacts when dialing through an endpoint
Hello everyone, I have started testing the PJSIP stack. I saw that it is possible to setup statically multiple AOR contacts, setup qualify_timeout and attach it to an endpoint, and then dial using this endpoint. When I setup the configuration I used the cli in order to see the status of the contacts, and it worked fine - whenever a contact is unreachable, the status is updated to Unavailable.
2018 Jan 31
0
[Patches] for dbcheck (Re: [Patches] AD Database corruption after upgrade from <= 4.6 to 4.7 (bug #13228))
Hi Harsh, sorry, but you're problem is not related to my patches. This may need further investigation. metze Am 31.01.2018 um 12:45 schrieb Harsh Kukreja: > Hi Stefan > > I am also one of the Sernet customer. Can you guide me how to run the patch > to fix the bug. > > I am running 2 DC's Sernet Samba 4.7.4 with 2 RODC's running Sernet Samba > 4.7.4. Whenever
2018 Jan 31
2
[Patches] for dbcheck (Re: [Patches] AD Database corruption after upgrade from <= 4.6 to 4.7 (bug #13228))
Hi Stefan I am also one of the Sernet customer. Can you guide me how to run the patch to fix the bug. I am running 2 DC's Sernet Samba 4.7.4 with 2 RODC's running Sernet Samba 4.7.4. Whenever I run samba-tool drs replicate --fix --yes command on the DC it shows the below errors which cannot be fixed: Failed to remove deleted DN attribute fromServer : (65, "objectclass_attrs: at
2007 May 15
4
Need help with singleton worker
We have a fairly expensive task that we''d rather not schedule too many instances of in parallel. Couldn''t get pool_size to limit the amount of workers, and I figure that''s hardly optimal anyway, so would like to have the work queued up for a single named worker instead, running as soon as possible. Using MiddleMan.schedule_worker() with :job_key does start off a
2009 Jun 22
2
URI::InvalidURIError with open-uri and Google Maps
Hello, I''m getting an URI::InvalidURIError in my controller when I use german characters in the uri. Google accepts them but open-uri not. How to encode them? That''s my controller simplified: def index require ''open-uri'' address = "Bürgerstraße+68+01127+Dresden" api_key = "my api key" json =
2006 Jul 24
1
Mongrel and request.uri
Is there any reason for Mongrel to be stripping request.uri as described in this bug report: http://rubyforge.org/tracker/index.php?func=detail&aid=5103&group_id=1306&atid=5145 I was planning on using mongrel to deploy my app but my login code depends on the full request.uri to redirect back after login. Greetings, Pedro.
2006 Jun 05
2
Mongrel Rails - default URI
Is there any particular reason why mongrel rails hard codes ''/'' as the URI it registers as the URI node? If not would there be any objection to a patch that allows you to specify it as an option? -- Neil Wilson (neil at aldur.co.uk) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jul 06
3
URI.escape() broken or misdocumented in Ruby 1.8.4
URI.escape() is supposed to be able to take a second parameter listing unsafe characters in the URI. This may be a regexp or string. If a string, it''s supposed to represent a character set listing all unsafe characters. An example given in the core documentation at: http://www.ruby-doc.org/stdlib/libdoc/uri/rdoc/classes/URI/Escape.html#M008992 ...is: p URI.escape("@?@!",
2006 May 23
0
FakeWeb test helper for Net::HTTP / open-uri web requests
Hey All, I''ve posted the first release of FakeWeb, a little library to help with all your http client testing needs. This helper makes it trivial to setup an idempodent environment for you to test any web service requests in your applications. Available on RubyForge, http://rubyforge.org/projects/fakeweb/ == Overview * Force Net::HTTP (and any dependent libraries, e.g. open-uri) to
2006 Apr 11
2
Noobish URI Question
Sorry if the answer has been posted but the search terms (like URI) are so generic I get tons of useless results. I have a controller (in this case "forum_controller") so if I want to read a forum topic the URI is "/forum/topic/1". As of right now for adding a new topic my URI is setup as "/forum/new_topic". I''d really like it to be something like
2006 Apr 16
0
automatic URI encoding on url_for?
I am trying to store a hash in a URL so that a search query can be stored as a link. Here is my code: link_to(''blah'', url_for({:controller => ''search'', :action => ''advanced'', :query => @query, :page => n}) @query is the hash I''m trying to
2007 Jan 12
0
why dose to_absolute_uri use URI.escape?
hello. This code is abort with Mechanize 0.6.4 . ---------------------------- # sample.rb require "rubygems" require "mechanize" agent = WWW::Mechanize.new agent.user_agent_alias=''Windows Mozilla'' # top page of wikipedia for japanese agent.get("http://ja.wikipedia.org/wiki/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8")
2009 Sep 05
0
getting an url encoded uri
Hello, I am assembling my first cool algorithms with mechanize and I came across this weird situation. I am trying to get this uri "http://www.relax.si/kratke po?itnice.aspx" like this (with url encoded uri): agent.get("http://relax.si/kratke%20po%u010Ditnice.aspx") and in return I get: WWW::Mechanize::ResponseCodeError: 400 => Net::HTTPBadRequest from
2008 Feb 26
1
A weird problem with open-uri
Hi all, I found a very weird problem/bug with open-uri today. In my application I have this line: html_file = open(@story.url) It raises this Exception: OpenURI::HTTPError - 404 Not Found This is the url: http://jwak.net/media/844/ . There''re no problems with it. Moreover if I execute the same thing in the console (script/console) - it just works as expected. I start both - the server
2010 Aug 05
1
Can ChanIsAvail return status from sip uri using router ip
hello, Although my previous posts in this forum have not received satisfying answers, here is another question from me. my question is can i use ChanIsAvail function to get the status of a user in the format SPI/user-id if i provide user in sip uri like this ChanIsAvail(SIP/user at 153.18.x.x:5062) calling user with this sip uri works fine. I once tried but status returned was "unknow
2009 Feb 15
0
error in facebooker 1.0.13 using URI.parse, fix below
begin + require ''uri'' require ''curb'' Facebooker.use_curl = true rescue LoadError $stderr.puts "Curb not found. Using Net::HTTP." require ''net/http'' end require ''uri'' is need for the url method. also anyone using the latest, make sure json and curb is installed, curb however is optional. -------------- next
2007 Jun 21
0
Forward to my phones the domain of the CALLERID in incoming URI calls
Is there a way I can forward to my phones the domain of the CALLERID in the CALLERID(number) field of INVITE messages, when some call arrives to my Asterisk? What happens in my architecture is this: INVITE john at our_mydomain INVITE john at phone's_IP ------------------------------------------------------->
2012 Aug 13
1
Does Libvirt-0.8.8(windows) support URI like qemu+ssh on windows?
Hi, I have ssh2.exe and ssh-keygen2 tools on my windows which as parts of "SSH Secure Shell for Workstations Windows Client", and they work well. Now I want to know if libvirt support URI like qemu+ssh on windows? Give me some ideas. thanks xuanmao_001 -------------- next part -------------- An HTML attachment was scrubbed... URL: