similar to: Keep getting message in logs that pbx.c cannot find extension context 'default'

Displaying 20 results from an estimated 200 matches similar to: "Keep getting message in logs that pbx.c cannot find extension context 'default'"

2004 Jun 24
4
toll access - account code
Our telco has setup toll access account codes for outgoing calls. I would like to include these account codes in the dialplan for certain extensions (fax lines, modems) so that they are not prompted for the 4 digit code when making a toll call. I have played around with the 'w' command with ZAP channels, commas, and DISA, all with no success. I see a lot of examples of Asterisk with
2015 Sep 19
2
[Bug 2470] New: ssh-keygen reports wrong minimal passphrase length
https://bugzilla.mindrot.org/show_bug.cgi?id=2470 Bug ID: 2470 Summary: ssh-keygen reports wrong minimal passphrase length Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs
2003 Jan 28
6
reading non-existent files
Dear R-experts I would like to read all files from a directory, the files have names "myname0001.txt" etc. I paste the directory plus file names and use "read.delim()". My problem is that some file names are missing, so I get an error and my program stops. Is there a way to check for a null pointer analogous to C, so that I can simply skip non-existent filenames? Please do
2005 Oct 16
4
Cannot telnet to port 5038 on asterisk
Hi, I cannot do the following: telnet 127.0.0.1 5038 I get connection refused and this is preventing AMP from installing. I had this working when I was using FC3 but I had to upgrade to FC4 for another application. So I am running PHP5, MYSQL 4 with FC4 and asterisk is running (I had this problem before with FC3 and it turned out asterisk was not running) I am using 1.2.0 beta1 Asterisk
2015 Mar 19
2
libvirt-python Segfaults
Hello I am trying to get libvirt-python working in Ubuntu 14.04 64 bit system. I tried installing the binaries from the repo itself: 1. root@test-vm8-109:/home/test# libvirtd --version libvirtd (libvirt) 1.2.2 root@test-vm8-109:/home/test# python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or
2020 Apr 23
2
Testing COI
Hi, I am playing around with the COI plugin and try to get things working. I followed the Dovecot docs and also got the source from Github (dovecot/coi). I have compiled and installed coi successfully. IMAP seems to be fine, but LMTP has some errors in the logs, so I removed imap_coi for the moment: Apr 23 17:05:16 mx dovecot: lmtp(10752): Fatal: Couldn't load required plugin
2009 May 14
1
Goto not matching
Hi all, I'm using asterisk in realtime...I have a specific scenario to jump from context to another context...The call will come from a gateway registered under Test context and this call should be sent to the On-net extension as Listed in the paste bin below: http://pastebin.com/d50b2ba42 The issue is that the call is matching the test context but as soon as it execute the GoTo tag I got
2011 Jan 07
1
AGI->Macro w/Agruments
OK, I need to dial a macro from AGI and needs to pass an argument. Ok, I found an bug report, but it was stated "un fixable?" really after 5 years? https://issues.asterisk.org/view.php?id=2470 I found this email in the archive, but no solution other then the dodgy work around? http://www.mail-archive.com/asterisk-users at lists.digium.com/msg85048.html I have
2005 May 25
2
HiPath 4000 and Asterisk
Hi all, I'm trying to setup Asterisk trunk to Siemens HiPath 4000 V2.01 What would be the best way to do so? I am a bit confused because as far as I've understand this PBX doesn't support H323, but I saw somewhere someone who created a cornet trunk and it worked using H323. So if anyone knows what I need to configure I would appreciate it. I've read some information
2008 Nov 06
1
Asterisk Realtime Configuration
Hi, Having some issues here with getting asterisk realtime for the dialplan (extensions.conf) setup: mysql> desc extensions_table; +----------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------+--------------+------+-----+---------+----------------+ | id | int(11) | NO | MUL | NULL |
2010 Oct 06
2
Asterisk 1.8: Warning messages in CLI while putting a SIP-Call on hold
Hi, while testing current release candidate 1.8.0-rc2 I stumbled on a weird behavior. I did not find any hints in the archives or at the bug tracker. Two SIP-Clients are connected (both on the local net, no NAT). The RTP stream flows directly between the phones. If I set phone A on hold, the music on hold is played. On the CLI I see the following message running: WARNING[2470]:
2010 Feb 01
3
merging data frames gives all NAs
Dear kind R helpers, I have a vector of runway names in rwy ("31R", "31L",... the number is user selectable) arrgnd is a data frame with data for all flights and all runways, with a Runway column. I am trying to subset arrgnd into a dat frame for each selected runway, and then combine them back together using the following code: for (j in 1:nr) { # nr = number of
2005 Mar 22
4
Review: Asterisk at CeBIT 2005 / Asterisk at Linux-Tag 2005
For all who are interested: A quick review of CeBIT 2005. :-) CeBIT was a very successfull event. Most of the time, the asterisk-booth was crowded with more people than we could talk to. We had with us a demo-installation including different IP-phones, digital and analog phones as well as a Siemens HiPATH PBX to which our Asterisk-server served as a VoIP-gateway, and many people were impressed
2015 Mar 20
1
Re: libvirt-python Segfaults
Hi Harish, I believe the proper establishment of a connection should be done by libvirt.open() or libvirt.openAuth() or libvirt.openReadOnly(). All of them will return a functional virConnect instance. I'm not sure this segfault is worth to fix since instantiate a virConnect directly is not an expected usage. Hope this information will help you. Best Regards, Hao Liu +86-010-62608262
2011 Mar 24
0
[LLVMdev] mblaze backend: unreachable executed
> what does "refuses to compile" mean? I.e. what error do you get? > Specifically I get this message when compiling with the default -mattr: Call result #2 has unhandled type i32 UNREACHABLE executed at CallingConvLower.cpp:162! 0 llc 0x0000000100a1e115 PrintStackTrace(void*) + 38 1 llc 0x0000000100a1e6d0 SignalHandler(int) + 254 2
2011 Sep 15
1
[LLVMdev] Can llvm support a target backend without function call ?
Hi all, I am writing a llvm backend for a small stream processor. Because of its special application field, the processor does not support function. When I built the llvm backend for the new target, I leave the calling convention and frame lowering part blank. It compilered correctly, but I encountered execution errors, like *[xxx at localhost ex]$ llc test.ll -march=SSP -o test.s 0 llc
2007 Nov 08
1
Windows bombarding Samba looking for share that does not exist
I have a strange problem and I'm hoping that somebody on the list recognizes what it is. I am running Samba 3.0.23d on a Linux box with 2.6.20.15 kernel. I am connecting from 5 or 6 Windows XP SP 2 boxes. A share on the Linux box exists called "Music" (Note the UPPER CASE "M"). The share is accessible to all users who have smbpasswords on the Linux box. Most Windows
2006 Apr 05
2
What causes deadlock?
Hi What causes deadlock? Apr 5 14:02:43 WARNING[2413] channel.c: Avoided initial deadlock for '0x82acb10', 10 retries! Apr 5 14:02:43 WARNING[2413] channel.c: Avoided initial deadlock for '0x8298160', 10 retries! Here is the portion of the log: Apr 5 14:02:42 NOTICE[23363] chan_zap.c: Got event 18 (Ring Begin)... Apr 5 14:02:42 VERBOSE[23363] logger.c: -- Executing
2003 Feb 14
1
FW: [Fwd: Re: [S] Exact p-values]
Dear all Just for fun, I have just downloaded the paper mentioned below and checked it with R-1.6.1. Everything is ok with exception of Table 2b, where I get always 1 instead of 0.5: > pbinom(1e15,2e15,0.5) [1] 1 Which value should be correct? Best regards Christian Stratowa ============================================== Christian Stratowa, PhD Boehringer Ingelheim Austria Dept NCE Lead
2006 Feb 27
1
Asterisk and Hipath interconnections
Hi Stephen, You said that PRI works great. We are using HiPath 3550 and Siemens digital phone which using *11, *97 etc for function keys. However Asterisk uses the the * key plus one or two digits for function keys as well(it is common key combination for functions). So is it any way to disable *11, *97 keys in HiPath system and pass this keys to Asterisk? Thanks and regards, Isaac >Hi