similar to: Trying to forward calls by using the Callee's context as the forward dial context

Displaying 20 results from an estimated 80 matches similar to: "Trying to forward calls by using the Callee's context as the forward dial context"

2017 Dec 26
4
Answered time on channel
Hi, I have a dial plan where I need to notify an external system when a call was answered and when the call hung up. In both requests the start time needs to be the same. My Dialplan looks something like this: [outbound] Exten => _X.,1,Dial(SIP/${EXTEN}@1.1.1.1,,U(call-answer-from-carrier)) Exten => h,1,NoOp(ANSWERED_TIME: ${ANSWEREDTIME} >>> DIAL_TIME: ${DIALEDTIME}
2006 Dec 15
1
zapata.conf channel variable question
The setvar command below works fine in iax.conf and in sip.conf but not here in zaptel.conf. I need it to retrieve info from the AstDB. Advice is apreciated, can't seem to find an answer. ; define channels group=1 context=longdistance_users signalling=fxo_ks ;FXO Sig for Phone callerid="John French" <103> mailbox="101" callwaiting=yes threewaycalling=yes
2017 Dec 27
3
Answered time on channel
It seems that what ever I set in my answer handler does not show up in the hangup handler. In order to do billing I can't rely on the g option where the caller hangs up the call. Looks like I can either use h or a hangup handler along with the shared function. On Tue, Dec 26, 2017 at 4:40 PM, Eric Wieling <ewieling at nyigc.com> wrote: > Don't use an 'h' extension, use
2006 May 29
4
app_conference DTMFs?
We need to conference together a call center agent, a customer and a third party IVR and send DTMF tones from the agent to the IVR. MeetMe has been eating our DTMFs so we'd like to try app_conference. Has anybody setup such a configuration in app_conference and how did you configure it? -HJC
2013 Dec 11
0
invalid From/Contact header values
Hi, I'm observing wrong From/Contact header values. When I try to set CallerID(num) it has no effect in the From and Contact Headers, and these values are the same as the dialed number. SIP Peers are defined using asterisk realtime. If I define the SIP Peers using sip.conf then From/Contact header value are correct. extentions.conf [test] exten=> 1000, 1,NoOp() same=>
2006 May 12
6
voicemailmain()
Hi, in the menu of voicemailmain, appear a lot of options, there is a way to leave only some of them? Also I want to know if there is a option that erase all message in a user box. Best REgards Ever Zalazar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/98a6f962/attachment.htm
2009 Jun 03
1
IAX2 Channel Information
I'm trying to isolate the IP address of inbound calls to my switch over IAX2. Is the proper way to get that information as follows: ${IAXPEER(IP)} If the caller was inbound via SIP, this works: ${SIPCHANINFO(PEERIP)} So I'm looking to return the IP address of the caller via IAX2. Thanks Lee -------------- next part -------------- An HTML attachment was
2007 Oct 02
4
Queue members, URI.
Is there an advantage to having a Queue members URI in the form: SIP/User (or indeed IAX2/User) Over Local/<number>@context ? I know that the latter will allow you to do things like set counting logic etc. through dialplan operations, but the former appears to be a more direct route to calling the party. (and if need be, there is the ability in queues to run a script on connection iirc).
2008 Feb 01
0
Bypassing a Auth on Invite or Forbiden?
Hello, I have 2 asterisk servers that are not working well together. One is acting like a registrar (PBX01) for all my PAP2's and other SIP/IAX devices. And the other is acting like my sip gateway (PBX02) to various providers. They are both on a private network and should be trusting each others IP 100%. But the PBX02 challenges PBX01's requests all the time even though
2005 Jul 23
2
(cause 66 - Channel not implemented) -- IAX?
Hi, I am setting up a small call center using *. I have ZAP setup for incoming calls and IAX setup for agents. Agents login using AgentCallbackLogin. When customers call, it's getting picked up and when queue is trying to call back the agents, I am getting error. I am using CVS HEAD, and updated just now. The error is: -- Executing Answer("Zap/1-1", "") in new
2003 Oct 29
1
Gnophone and Asterisk
How do I get Gnophone to register to my Asterisk server? I have set up iax. conf as follows: [tim] type=friend ;username=tstornes host=dynamic ;defaultip=207.194.60.56 secret=1111 context=from-iax callerid => "Tim" <5000> auth=plaintext qualify=10 permit=0.0.0.0/0.0.0.0 and extensions.conf includes a section in the context from-iax: exten => 5000,1,Dial(IAX/tim/s|100|r)
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
2003 Feb 18
7
gnophone
I am having a really hard time getting gnophone working with asterisk. Gnophone tries to register with my server but there is no response. I can direct incoming calls to gnophone but if gnophone answers them, asterisk does not recognize it. Here is my configuration: iax.conf [jambo] type=user host=dynamic defaultip=136.159.99.100 permit=136.159.99.100 username=jambo secret=fubar
2008 Mar 13
3
How to find out the IP of the calling party?
Hi All, I'm trying to achieve the following: - If <sip/iax user> logs in from home, they can dial internal extensions only (this is to avoid employees going wild on local/mobile calls from home) - If <sip/iax user> logs in from the office, they can call anyone they want. Since I have my users defined in an LDAP tree, I'd like to stick to one-account-per-user (each account is
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
I have an Ubuntu system and went into Synaptic and checked asterisk for installation. Once installed, I started it with /usr/sbin/asterisk -vvvgc and got the following output with several errors and notices. Do I need to do more or are these ok? I expected to have some conf files in /etc/asterisk but there is nothing there. Thanks! Created by Mark Spencer <markster@digium.com>
2013 Oct 01
0
Feature request: SIPPEER or IAXPEER equivalent for DAHDI
Hello, With setvar statements in chan_dahdi.conf, we have a convenient way to store DAHDI channels specific values. Unfortunately, we don't have a function to access this data from the dialplan as easily as SIPPEER ou IAXPEER would for SIP or IAX trunks. Using AST_CONFIG, you can access DAHDI setvar value but: 1. only one setvar value (see bellow) 2. AST_CONFIG reads values from current
2005 Jun 05
0
Re: Bison, Flex, Conditional Expression
To any that may be interested in the implementation of the conditional expression in the expression parser (ast_expr2*) in asterisk, I've filed the patch at: http://bugs.digium.com/view.php?id=4459 Right now, a comment has been added noting that the IF func provides this capability, and asks if both would really be necessary. It's a good question. I haven't been following the
2010 Jul 30
0
Aastra ignore call button hangs up call instead of going to voicemail
I have a Asterisk server (PBX in a Flash) with Aastra 57i phones. When there is an incoming call the phone will display two buttons "answer" and "ignore". If you press "ignore" the call is dropped instead of sent to voice mail. The following is the log: -- Called 111 -- SIP/111-00001c14 is ringing -- Got SIP response 486 "Busy Here" back from
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
Hi, Ive been struggling with asterisk for a few days now. I understand pretty much how it works and how to tie things together (SIP -> SIP internally works fine etc), but just cannot get asterisk to work with an X100P clone (its a Ambient MD3200, if that means anything to you guys). I have tried (initially) asterisk 1.07 with zaptel 1.07, and now Asterisk CVS-HEAD with zaptel cvs. Both give
2006 Mar 13
2
Unknown signalling method 'pri_cpe'
Anyone have any idea what this is talking about. Here is my zapata.conf [channels] switchtype=5ess signalling=pri_cpe echocancel=yes echocancelwhenbridged=yes echotraining=400 callerid=asreceived group=1 context=default musiconhold=default faxdetect=incoming channel => 1-23 Here is my zaptel.conf span=1,1,0,esf,b8zs bchan=1-23 # set this to 1-15,17-31 for E1 dchan=24 # set this to 16 for