similar to: IAX Trunk issue. (Dale Noll

Displaying 20 results from an estimated 300 matches similar to: "IAX Trunk issue. (Dale Noll"

2012 Jun 25
1
IAX Trunk issue.
I'm testing a few IAX trunk scenarios in a controlled lab. From server2 extension 5000 (Server IP Address 172.16.200.212) I dial 6001 which goes across the IAX trunk to server 1 (IP address 172.16.200.210). Instead of ringing the 6001 phone, it plays tt-weasels (the s extension). When I dial 6099 it also plays tt-weasels as it's supposed to, but it's not the tt-weasels under its
2006 Mar 26
0
RE: Asterisk-Users Digest, Vol 20, Issue 184
Hi Joseph, With iax servers dispersed across the internet, you could still use the below setup, it would work but it's not as secure as you would want it. I would then have a context for each server and use the IP address deny and permit statements. Also, you can have 1 server with a public IP and have the other servers behind a NAT register to the public server. There are really several
2007 Apr 18
0
Your future, noll-kholl
Worried about the loss of erectoin? EVEN if you have no erectoin problems SOFT CIAKLIS would help you to bring back some romantic moments that u lost in past. Just disolve half a pil under your tongue and get ready for action in 15 minutes. SOFT CIABLIS! It makes your lovemaking incredible! VISIT US TODAY, AND GET OUR SPECIAL 70% DISC4OUNT OFER! Instant shipping worldwide. Absolutely
2007 Apr 18
0
Your future, noll-kholl
Worried about the loss of erectoin? EVEN if you have no erectoin problems SOFT CIAKLIS would help you to bring back some romantic moments that u lost in past. Just disolve half a pil under your tongue and get ready for action in 15 minutes. SOFT CIABLIS! It makes your lovemaking incredible! VISIT US TODAY, AND GET OUR SPECIAL 70% DISC4OUNT OFER! Instant shipping worldwide. Absolutely
2011 Sep 21
3
RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4
Is anyone can help me with this ? I'm really desperate. Thx in ad. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ikka - Mitra Kreasindo Sent: Wednesday, September 14, 2011 5:02 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Mixmonitor command parameter problem on
2005 Sep 22
1
SayUnixTime in CVS?
Can anyone tell me what I missed? I'm trying to setup a simple extension (400) that reports the time when it is dialed. I searched the threads and it seems like this should work... Here's what's in my extensions.conf: exten => 400,1,Answer() exten => 400,n,Wait,1 exten => 400,n,SayUnixTime(,EST5EDT,) exten => 400,n,Playback(tt-weasels) [BTW, tt-weasels is hillarious!
2009 Jul 20
0
No subject
/var/lib/asterisk/sounds/soundfile.alaw /var/lib/asterisk/sounds/soundfile.wav to go from alaw to mp3, first convert to wav, then use lame <options> /var/lib/asterisk/sounds/soundfile.wav /var/lib/asterisk/sounds/soundfile.mp3 sox looks like it can ogg/vorbis, but mine doesn't list mp3. You might fetch the source for sox and see if it can do mp3; lame is probably just as easy to obtain
2006 Jun 23
6
Caller ID Matching in extensions.conf
I'm running 1.2.9.1, and I can't get caller id dialplan matching to work. When calling from 9220370 to 1234, the following does not match. exten => 9220370/1234,1,NoOp(${CALLERIDNUM}) exten => 9220370/1234,2,Answer exten => 9220370/1234,3,Playback(tt-weasels) However, when calling from 9220370 to 1234, this DOES match. exten => 1234,1,NoOp(${CALLERIDNUM}) exten =>
2015 Jun 30
1
Help With Physical Layer
On Tue, Jun 30, 2015 at 3:34 AM, Tony Kasule <timotsmith at gmail.com> wrote: > Hello, > > Anyone to help me with this issue? It has never worked :( > > On Wed, May 20, 2015 at 11:34 AM, Tony Kasule <timotsmith at gmail.com> > wrote: > >> Hello users, >> >> I have a Digium Te235 and asterisk 13 which have worked well with 1 >> carrier but
2007 Aug 29
5
Ringing sound doesn't work
Hi, I have these extensions: exten => 101,1,Dial(SIP/101,15) exten => 102,1,Dial(SIP/102,15) exten => 0,1,Dial(SIP/101&SIP/102,15,r) They work fine and I get the ringing sound if I dial them directly. However, I also have this extension: exten => s,1,Answer() exten => s,2,Background(viagenie) exten => s,3,WaitExten() The ringing sound doesn't work for any extension
2007 Aug 05
1
How does one use sip_autoreg
I've RTFM and Googled but can't seem to get sip_autoreg to work (or perhaps I'm just completely missing the point of it). (what I'd like to do is avoid having to put explicit entries for every SIP phone into extensions.conf). Asterisk is creating entries in the (virtual) context sip_autoreg: asterisk*CLI> dialplan show sip_autoreg [ Context 'sip_autoreg'
2015 Jan 30
0
Remote Attended Transfer
Hello, I'm trying to find more information about this Remote Attended Transfers, as is explained in https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Remote+Attended+Transfers for Asterisk 12 using pjsip stack Was Remote Attended Transfer implemented in previous versions of Asterisk (versions without PJSIP, Asterisk 11 and previous)? Where can I find configuration examples to do it work
2011 Jun 07
3
why doesn't "s" accept incoming call
Call from 'sip' to extension '+1xxxyyyzzzz' rejected because extension not found in context 'out'. But [out] exten => s,1,NoOp( this is the extension: ${EXTEN}) exten => s,n,Answer() exten => s,n(weasels),PlayBack(weasels-eaten-phonesys) ........ If I set "s" to "_." it works. Shouldn't "s" work here? Is it because the
2004 Apr 05
3
ZAP channels
I have made bri-stuff.0.0.2rc19 to work (I think) but I can not achieve any in-dialing nor I can dial out; this is what I have from "pri intense debug span 1" command ---------- *CLI> pri intense debug span 1 Enabled EXTENSIVE debugging on span 1 -- Executing Playback("SIP/201-a862", "tt-weasels") in new stack -- Playing 'tt-weasels' (language
2009 Aug 04
4
CDR Problem - No CDRs when call is not bridged
Hi! I just found out that Asterisk (1.4) does not write CDRs if the incoming call was not forwarded but handled internally without answering the call. E.g.: [from_pstn] exten => 997,1,Answer() exten => 997,2,Playback(tt-weasels) exten => 997,3,Hangup() exten => 999,1,Playback(tt-weasels|noanswer) exten => 999,4,Hangup() For incoming calls to 997 a CDR will be written, but not
2005 Feb 14
0
Asterisk as SIP UAC !!!
Hi gentleman I've configured SER to forward every call starting with sip uri request "1" to Asterisk. I need to configure Asterisk as a Sip UAC in order to make it call to my other SIP Provider outside my network, sending username and password for authentication. I've read at www.voip-info.org some articles but found none that could suit to my needs, but yet I've found an
2010 Aug 27
1
Early media and IAX2
My IAX2 trunk provider, Teliax, seems to be forcing early media. Early media is cool and all, but my Asterisk install doesn't seem to be fully supporting it. My initial setting was using Dial() to call all of my dahdi (TDM400P) extensions. The results were that incoming calls would not hear any ringing tones and the call would be ended by Teliax after 21 seconds. Looking at the packet dumps,
2005 Mar 23
4
Playback of sound files but no sound
Hello, I'm running asterisk-1.0.6 on a centos3.4 box. I'm still in testing phase and so far everything is running smoothly. I'm now trying to play a soundfile or an mp3file using 'MP3Player', 'Playback' or the 'Background' commands, but don't get any sound. The logfile says: -- Executing BackGround("SIP/joa-9def", "tt-weasels") in
2008 May 30
3
Freetype kills Icewind Dale 2 on Fedora 9
The latest Fedora 9 RPM install of Wine (0.9.58-1) will give the following complaint without freetype installed: Code: Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org However Icewind Dale 2 still runs fine. But if I install freetype then it won't run at all and
2010 Dec 30
4
Error Installing Icewind Dale II and Morrowind
Ubuntu 10.10 x64 Wine 1.2.2 I mount the .iso and run setup.exe and before installation even loads I get error: An installation support file 'C:\users\admin\Temp\{588C135F-0B15-4A02-8F2D-04697BE2904E}\bbrd3.bmp could not be installed. (0x80070002).[/code]