similar to: No such host error from SIP for non-peer configuration.

Displaying 20 results from an estimated 2000 matches similar to: "No such host error from SIP for non-peer configuration."

2007 Jun 19
3
Urgent. When the peer returned a 301 forwarded, asterisk thinks it's a local extension.
When making an outbound call, the outbound peer return a 301 forwarded with URI to other domain, but asterisk think it's a local domain and try to look it up from extension.conf. How to configure so that a 301 forwarded with URI from other domain thinks it's outgoing to another proxy? thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 18
3
How to config SIP blind transfer in extension.conf
I want to setup a blind transer for auto forwarding to SIP peer. I have context forwarding looks like this in extension.conf [forwarding] ... exten => 511,1,Dial(SIP/sip_proxy-out) ... This will do the re-invite, which is attendance transfer maybe. But I want a blind transfer by REFER method. How can I do that? I know that the transfer() function may be able to do that. But I don't know
2012 Sep 11
5
Searching from Dataframe.
Hi, i have a dataframe containing some values. for eg:- MyDataFrame<- Name Age Place ------- ------ ----------- Aby 12 USA Raj 25 UK Romi 32 ENG Amy 31 IND My requirement what is, i have a search key word[it should search from all the columns], that i need to find out from this dataframe. If search keyword found , it
2012 Oct 10
1
combine unadjusted and adjusted forest plots
Hello, I am learning to use the metafor package to conduct meta-regression analyses for a systematic review on multidisciplinary care interventions in chronic kidney disease. For the forest plots, I can't figure out how to plot unadjusted and adjusted models on the same plot. From top to bottom, I would like to be able have the unadjusted plot, the multivariate adjusted plot, then each
2006 Nov 09
2
register suddenly fails
Hi everybody, I've got a very strange problem: As far as I remember I didn't change anything on my Asterisk side. I have 2 SIP providers to which I can place outbound calls. Today I noticed that outbound calls to provider "inode" fail (and inbound from this provider too). On the CLI I get every 20 seconds following messages: Nov 9 20:01:07 NOTICE[952]: chan_sip.c:5422
2007 Feb 18
3
chan_sip.c:1968 create_addr: No such host:
I have followed all the install note for A2billing and have everything installed and configured and my asterisk works except the callingcard application. Added the following [callingcard] ; CallingCard application exten => 777,1,Answer exten => 777,2,Wait,2 exten => 777,3,DeadAGI,a2billing.php exten => 777,4,Wait,2 exten => 777,5,Hangup I am using 777 as the calling card
2018 Jun 21
2
Contribute - request
Hi, i would like to contribute to the WiKi. Lots of the articles are outdated... *Username: LucianMaly* *Proposed subject of my contribution(s): for example https://wiki.centos.org/HowTos/Skype <https://wiki.centos.org/HowTos/Skype> and https://wiki.centos.org/HowTos/OS_Protection <https://wiki.centos.org/HowTos/OS_Protection> plus some others* *Proposed location of my
2010 Apr 18
1
problems originating an outgoing IAX2 call
Dear all i'm trying to originate an outgoing call with the command originate, from Asterisk's CLI i'm typing: CLI> originate IAX2/my-iax-provider/number2call application wait 10 [Apr 18 19:31:12] DEBUG[32331]: chan_iax2.c:4000 create_addr: prepending 40 to prefs -- Call accepted by 62.149.202.150 (format ilbc) -- Format for call is ilbc -- Hungup
2018 Jun 24
1
Contribute - request
On Thu, Jun 21, 2018 at 12:01 PM, Lucian Maly <lucky at senior.cz> wrote: > Hi, i would like to contribute to the WiKi. Lots of the articles are > outdated... > > Username: LucianMaly > Proposed subject of my contribution(s): for example > https://wiki.centos.org/HowTos/Skype and > https://wiki.centos.org/HowTos/OS_Protection plus some others > Proposed location of my
2012 Jun 22
1
Problem with GT520 and optimus on Fedora 17
Hello, I have an Asus laptop, U36SD, with Optimus technology. The discrete gpu is an NVIDIA GeForce GT 520M with 1GB DDR3 VRAM Using Fedora 17; up to kernel 3.3.7-1 I was able to use bumblebee and bbswitch and then running optirun command (as I could do in F16). No more with kernel 3.4. Tried 3.4.0-1.fc17.x86_64, 3.4.2-4.fc17.x86_64 and 3.4.3-1.fc17.x86_64. I already opened a bug against F17:
2015 Oct 31
3
Libvirt enhancement requests
Hi Lucian, It seems to be upstream libvirt-1.2.15-2 with options with_xen and with_libxl enabled. http://cbs.centos.org/koji/buildinfo?buildID=1348 Regards, Jean-Marc Le 28/10/2015 09:38, Nux! a ?crit : > Pasi, > > Where are these RPMs, how are they built, what exactly are the differences vs the stock ones? > > Regards, > Lucian > > -- > Sent from the Delta quadrant
2015 Oct 28
2
Libvirt enhancement requests
On Tue, Oct 27, 2015 at 05:19:16PM +0000, Nux! wrote: > To clarify my own request: > > RBD (for CEPH) support is available in the version bundled in RHEL 7.2 Beta, so we'll have it in CentOS 7.2 (or whatever will be the identifying number). > > The hooks seems just like a matter of creating files in the correct location. > > ..So, all is good in the world once again.
2005 Sep 29
2
Don't call
I have set up extension.conf and sip.con with default parameter of UNIVOICE server, but Asterisk show this message when I call a number: Sep 29 11:34:52 WARNING[4179]: chan_sip.c:1899 create_addr: No such host: univoice,Ttr Sep 29 11:34:52 NOTICE[4179]: app_dial.c:1109 dial_exec_full: Unable to create channel of type 'SIP' (cause 3 - No route to destination) == Everyone is
2005 Feb 28
1
No such host when trying to register
As I got to compile 1.0.6 and got it to run but having the same problem as before I thought of creating a new mail thread about this instead of continuing with one where topic is about something else. (Sorry) So, I can't do register anymore. It worked just a couple of days before and I haven't done anything special as far as I remember. *CLI outputs: Feb 28 22:16:55 NOTICE[53475]:
2006 Jul 08
2
Creating/Saving dependent objects
Folks, Am new to RoR and am building an example to get myself familiar. I am running into a simple issue while creating a user registration page. I have a User and Address models defined as below (partial/relevant code included below). User has_one address and Address belongs_to user. I have a foreign key defined in address table that refers to user(id) In a form I take in username, password,
2015 Jan 14
2
DJBDNS: very weird dnscache issue
Lucian, So far here is the best we could find out: https://bugzilla.redhat.com/show_bug.cgi?id=1084747 Testing to see if this is the solution; so far it seems to be. Cheers, Boris. On Tue, Jan 13, 2015 at 2:49 PM, Nux! <nux at li.nux.ro> wrote: > Use BIND. How the times have changed. :-) > > PS: I'm also curious for a solution.. for when djbnostalgia hits me. > >
2009 Dec 08
3
botched RAID, now e2fsck or what?
Hi all, Somehow I managed to mess with a RAID array containing an ext3 partition. Parenthesis, if it matters: I disconnected physically a drive while the array was online. Next thing, I lost the right order of the drives in the array. While trying to re-create it, I overwrote the raid superblocks. Luckily, the array was RAID5 degraded, so whenever I re-created it, it didn't go into sync;
2004 Apr 30
6
app_dbodbc segfault
Is anyone out there using app_dbodbc (http://www.bkw.org/~brian/app_dbodbc.c)? Any problems with it? I was able to get it all working, but it causes * to segfault every now and then. It does not appear to be related to any specific function (ODBCget,ODBCput,ODBCdel,ODBCdelltree). It is 100% repeatable. If I noload the module, everything works fine, but when its running, after calls to any of the
2015 Oct 22
2
PHP version not enough for developers
Kai, It is a reality, but when you look at the RHEL target audience, it's not exactly hip devs deploying Docker in the cloud. Big corps, banks and the like have a very slow development cycle and long term support is absolutely crucial, software needs to run for years on end without glitches, without interruptions, in a very predictable manner etc. For the aforementioned devs I think the best
2015 Oct 27
2
Libvirt enhancement requests
So... how exactly do we proceed? Anyone from the Virt SIG, please stand up? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Pasi K?rkk?inen" <pasik at iki.fi> > To: "Discussion about the virtualization on CentOS" <centos-virt at centos.org> > Sent: Sunday, 25 October, 2015 11:02:22 >