similar to: Passing Dial URL argument through Asterisk

Displaying 20 results from an estimated 30000 matches similar to: "Passing Dial URL argument through Asterisk"

2009 Sep 17
1
I'm not getting the ability to leave a voicemail-message
I'm having a little problem with voicemail. Actually I'm not getting the ability to leave a voicemail-message. This is part of the dialplan : > exten => s,n(voicemail),PlayBack(/var/lib/asterisk/sounds/voicemail/${ARG1}) > exten => s,n,NoOp(${ARG1}@boxes) > exten => s,n,Voicemail(${ARG1}@boxes) > exten => s,n,Hangup() > exten => s,n,MacroExit This is the
2014 Dec 24
1
Connect Asterisk to WiFi
On Tue, Dec 23, 2014 at 6:51 PM, Joseph <syscon780 at gmail.com> wrote: > > > Most cell phone don't have a USB port but you are correct, maybe I just need > IAX2 soft-phone like: > Zoiper - it works on most of the platforms. I think Zoiper registers > directly with Asterisk IAX2 (if configured) as an extension, isn't it? If your cellphone is capable of a Wi-Fi
2007 Dec 29
0
IAX2 failed to authenticate; it uses wrong name
I am new to Asterisk and have a question about a problem that really confuses me. I am running Asterisk 1.4.15 at site A and 1.4.10 (from ubuntu repository) Both are NATted. I set up a IAX2 connection between two asterisk boxes (A and B). During my tests I used a laptop with zoiper and a username of laptop (on site B) with a (IAX2) connection to the remote asterisk box A. I do not know whether
2009 Oct 25
2
SIP interconnection problem
Hi all, I've setup two * servers which are SIP interconnected ala osaka/toronto from the * book (before anyone sugggests using IAX instead, no, I NEED to have them SIP interconnected for verification/test purposes). Then I have a Zoiper connected to one of them via IAX (so that * will not reinvite (?)). As soon as I try to call (via Zoiper) an extension on the other * I get a "Failed to
2009 May 22
1
VOICEMAIL : I've tried a lot but mailing through Asterisk is just not working...
Don't be afraid about the info that I'm going to post in this mail, but I want you to give as much info as possible. Also I want to show you what I've tried. What do I want When a voicemail-message is left via the Voicemail()-application, I want the .wav-file send to my mail-address as an attachment. My mail-setup I'm not using sendmail as MTA. I have msmtp as MTA and mutt as
2007 Feb 14
0
Zoiper softphone version 1.03 now available
Hello guys! We released a new ZoIPer BIZ BETA (version 1.03). You can experience better look and more advanced features. Finally MS Vista fans can also make use of it. Zoiper BIZ BETA is available free of charge from www.zoiper.com. There you can find out more about the improvements and features. We are also offering customization packages for ZoIPeR Free Windows. Zoiper is a multiprotocol:
2009 Dec 27
0
Macro only accepts 1 argument
Hello list ! This is my call to the macro : exten => 36,n,Macro(mymacro,${KNUMMER},yo) This is where {ARG1} and {ARG2} are used inside the macro : exten => s,n,Voicemail(${ARG1}@${ARG2},s) This the output on the CLI : VoiceMail("IAX2/zoiper-13958", "908001@|s") The variable ${KNUMMER} is set in the dialplan and well replaced by 908001. But {ARG2} is not replaced by
2013 Sep 28
1
iax: unable to transfer - one way audio
We have zoiper connected over iax to asterisk in Sydney. The call is to asterisk in New York. The caller in NZ can hear clearly. Nothing in NY. Here's the sydney server: -- Accepting AUTHENTICATED call from <zoiperipaddr>: > requested format = speex, > requested prefs = (), > actual format = ulaw, > host prefs = (silk16|ulaw|gsm|g722),
2012 Jan 11
2
Attempt to Originate between IAX2/xxxx and an application hangs until timeout in 1.8.8.1
I am investigating an issue with IAX2 extensions in Asterisk 1.8.x. My application connects to Asterisk via AMI and attempts to run an Originate command between an extension (such as SIP/5555 or IAX2/8888) and an application (in my case it is AgentLogin). This works correctly for SIP extensions, in all Asterisk versions. With IAX2 extensions, this worked correctly in Asterisk 1.6.2.20, but
2010 Feb 08
0
Help with iax.conf {tesco|freshtel} 1.6
I have something going on that I don't fully understand after a weekend of looking for answers. I have an iax account with Tesco that works flawlessly with the Zoiper client - but is giving me trouble with inbound calls in Asterisk 1.6. After some playing I have ended up with an iax.conf file that looks like this: [general] calltokenoptional = 77.75.0.0/255.255.248.0 maxcallnumbers = 16382
2011 Oct 23
1
Questions on IAX client
Hi, I used to use Zoiper IAX to connect to my asterisk server from remote site. On asterisk CLI, I can see my zoiper client registered and stay on line. HOwever, I don't know why now I can't call this client. It always show up as "Unable to create channel IAX2 (Cause 20 Unknown) I am using Asterisk 1.8.7.1 CK -------------- next part -------------- An HTML attachment was
2009 Jan 21
1
Asterisk queues sending calls to members on the phone
Hello, We're using Asterisk to manage call queues. Queue members are connected via IAX2 using the Zoiper softphone, and Zoiper is configured with 2 lines. We're finding that calls are routed to queue members even when they are on the phone, on their softphone's other line. For example, if a queue member makes an outgoing call on line 1 or is handling a queue call on line 1, the
2014 Dec 24
0
Connect Asterisk to WiFi
On 12/23/14 18:35, Rusty Newton wrote: >On Tue, Dec 23, 2014 at 6:34 PM, Rusty Newton <rnewton at digium.com> wrote: >> On Tue, Dec 23, 2014 at 4:17 PM, Joseph <syscon780 at gmail.com> wrote: >>> Are there any adapters that would allow me to connect asterisk to wifi or we >>> are not there yet? >>> I have Digium adapter S101i that was discontinued
2009 Nov 25
1
Channel Variable
Hi I have been using the CHANNEL variable as a way of checking if a user is allowed to make outgoing calls, and what their source caller ID should be (these values are in a database). This works all of the time with SIP and most of the time with IAX, however sometimes with IAX the channel variable seems to be wrong. I have been using Zoiper as my IAX client and Asterisk 1.6.2.0-rc6. For the sake
2004 Apr 25
0
Strange IAX behaviors
I've been setting up a couple of * boxes with IAX trunking between them. But I've been seeing some strange IAX behavior. Asterisk version is latest CVS-04/21/04-18:10:19. Here's what I'm doing: the boxes are peers, and I have setup my iax.conf file to look something like this: << machine1 >> [iaxuser] type=friend username=iaxuser secret=foo auth=md5
2010 Jun 15
1
Asterisk hangs up for some calls
Dear list; I'm trying for forward some calls to an others asterisk using IAX2 protocol. But My asterisk can forward some calls and for others it hangs up automaticaly. Before my asterisk was working perfectly, i do not know what is happening!! When i try directly zoiper with my provider's asterisk it works perfectly. Here is the output from the cli when i made a call that asterisk hangs
2013 Sep 06
1
11.4.0: iax packets lost by amazon ec2
I have 11.4.0 on an Amazon EC2 instance. SIP works fine, but I can't get iax to work. I've opened 4569 in the EC2 Security Group. I'm using the zoiper client. Using tcpdump I can see the zoiper packets coming in on 4569, but nothing shows on the asterisk cli. Frame 33: 79 bytes on wire (632 bits), 79 bytes captured (632 bits) on interface 0 0000 12 31 3b 12 40 84 fe ff ff ff
2009 May 15
0
What happened here when transfering a call ? Circuit-busy ???
I call the firm from my portable at home (zoiper softphone). I have internal extension 60, and I call the internal SIP-client 10 at the firm via an IAX-connection over internet. My colleague at phone 10 answers my call. I ask him to transfer me with my colleague at extension 50. He then presses "transfer" on the grandstream GXP2020 (I get music) and dials the number 50. Phone 50
2007 Dec 18
2
Asterisk/iaxclient IAX2 source port
All, I have a simple question and a complicated reason for asking: Is it possible to change asterisk's source port for outbound IAX2 connections? I've tried using "sourceaddress" to no avail. I can set it to: proper.ip.of.box:4569 or 0.0.0.0:4569 and it works as expected. But if I try to set it to: proper.ip.of.box:5000 or 0.0.0.0:5000 it fails around line 8536 in
2005 Aug 03
1
IAXy2 question?
Does IAXy2 have any internal diaplan? What I need to do is have a phone that when picked up automatically dials out in a hotline fashion. I know that I can setup Sipura devices to do this, but I'd rather use IAX2. Alternatively, do any of the cheapish SIP phone support this sort of internal dialplan functionality? Thanks, Michael -- Michael Graves