Displaying 20 results from an estimated 30 matches for "bridgepeer".
2016 Sep 19
2
Ast 13.11.2 : bridgepeer variable empty ?
Hello
I can confirm that the variable DIALEDPEERNAME contains the information
that I would expect in the variable BRIDGEPEER.
But I read nowhere that DIALEDPEERNAME has replaced BRIDGEPEER as of
Asterisk version 13 ?!
So if this is not the intention, then yes this is probably a bug and
should be reported.
Kind regards.
Jonas.
On 18-09-16 19:58, Ludovic Gasc wrote:
> Hi,
>
> You might use DIALEDPEERNA...
2016 Sep 17
2
Ast 13.11.2 : bridgepeer variable empty ?
...vider-0000010b left 'simple_bridge' basic-bridge
<ab233c52-249f-4370-bcdd-3eb9af7c6cfd>
When the call ends in Asterisk version 1.8.32.3 I can read the variable
in h-context.
In Asterisk 13.11.2 this variable is always empty. How come ??
Dialplan logic :
...
exten => h,n,NoOp(bridgepeer = ${BRIDGEPEER})
...
CLI on Asterisk 13.11.2 :
-- Executing [h at calling:15] NoOp("SIP/mysippeer-00004c80", "bridgepeer
= SIP/myprovider-00004c83") in new stack
CLI on Asterisk 13.11.2 :
VERBOSE[23420][C-00000051] pbx.c: Executing [h at calling:15]
NoOp("SIP/mysipp...
2006 Jun 21
1
getting zap peer of sip channel
I'm wanting to capture the zap channel that a sip channel has connected to.
I came across the ${BRIDGEPEER} variable documented on the wiki, and if
I show channel SIP/<channel> when a call is connected I can see
BRIDGEPEER as one of the channel variables.
However ${BRIDGEPEER} is not set when I want it: I run a macro when the
call has been connected.
Does anyone have a hint on how to achieve...
2007 Mar 15
1
asterisk n-way call problem
...st,,g)
exten => 0,n,Set(DYNAMIC_FEATURES=)
exten => 0,n,Goto(dynamic-nway,${CONFNO},1)
exten => i,1,Goto(dynamic-nway,${CONFNO},1)
[dynamic-nway-dest]
exten => _XXX,1,Dial(SIP/${EXTEN})
[macro-nway-start]
exten => s,1,Set(CONFNO=${FindFreeConf()})
;exten => s,n,ChannelRedirect(${BRIDGEPEER},dynamic-nway,${CONFNO},1)
exten => s,n,ChannelRedirect(${BRIDGEPEER},dynamic-nway,${CONFNO},1)
exten => s,n,Read(DEST,dial,,i)
exten => s,n,Set(DYNAMIC_FEATURES=nway-inv#nway-noinv)
exten => s,n,Dial(Local/${DEST}@dynamic-nway-dest,,g)
exten => s,n,Set(DYNAMIC_FEATURES=)
exten =>...
2008 Dec 02
0
How to get both channel ids from diaplan ?
...al times but I couldn't find any
answer.
Sorry for asking.
I want from dialplan, to transfer a callee to a context-extension-priority
that would play a given fax file to callee (callee is supposed to be a fax
number).
I can get caller's channel id (with built-in CHANNEL variable).
I found BRIDGEPEER but its value remains unset (see bellow) even inside
connect2fax routine (in which I would like to re-direct both channels :
incoming channel to let caller hear "you successfully sent a fax" and
outgoing channel to get fax content) :
context mylocal {
_2X. => {...
2010 Jul 30
1
asterisk-users Digest, Vol 72, Issue 82
thanks for your reply but i think ${BRIDGEPEER} will work only when both
channels are connected. i want to get channel-id before dialing so that i
can dial using that channel id.
> ${BRIDGEPEER} is probably a good way to do what you want.. if Channel
> A calls Channel B, and you want Channel A to "get" the channelID of
>...
2011 Jun 02
1
Three-way conference in Asterisk
Hi
How to set a threeway conference in asterisk only for VOIP (I am
using only SIP channel).
Thanks
Nikhil
2008 Aug 20
1
3-way conference call
...EST}@nway-conf-dest,,g)
exten =>0,n,Set(DYNAMIC_FEATURES=)
exten =>0,n,Goto(nway-conf,${CONFNO},1)
exten =>i,1,Goto(nway-conf,${CONFNO},1)
[nway-conf-dest]
exten =>_XXX,1,Dial(SIP/${EXTEN})
[macro-nway-conf-start]
exten =>s,1,Set(CONFNO=300)
exten =>s,n,ChannelRedirect(${BRIDGEPEER},nway-conf,${CONFNO},1)
exten =>s,n,Read(DEST,dial,,i)
exten =>s,n,Set(DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv)
exten =>s,n,Dial(local/${DEST}@nway-conf-dest,,g)
exten =>s,n,Set(DYNAMIC_FEATURES=)
exten =>s,n,Goto(nway-conf,${CONFNO},1)
[macro-nway-conf-ok]
exten =>...
2006 Mar 29
5
Asterisk Between PBX and FXS
.... No I put
asterisk in the middle.
Asterisk receives the call and dial to a SIP/peer.
How the pbx installed support 2 extensions to one fxs... How can I figure out
in asterisk which extension was dialed before the call came to asterisk?
Does asterisk receive this information in some variable?
${BRIDGEPEER}
${CALLERID(dndi)}
${BLINDTRANSFER}
${BLINDTRANSFER}
I tried the above variables without success.
Thanks in advance.
Fernando Lujan
2006 Feb 24
1
ImportVar Syntax
I am trying to use ImportVar to get some information out of a SIP/ZAP
channel. I cannot seem to find an example of the syntax, or what
variables I can access.
Basically, I would like to output which person is being called. i.e:
SIP/25 calls SIP/21. 25 executes a macro, and the result is SIP/21. The
info that I want is stored in the channel's "Direct Bridge" variable.
I have
2011 Apr 11
0
update CDR fields after Queue
...on. so
the '*userfield' *field will remained Blank.
is there any way to suspend CDR write INTO DB untill the end of the whole
dialplan priorities?
*exten => research,1,Answer()*
*exten => research,n,Wait(3)*
*exten => research,n,Queue(research,tkc)*
*exten => research,n,Noop(${BRIDGEPEER:4:4})*
*exten => research,n,SayNumber(${BRIDGEPEER:4:4})*
*exten => research,n,read(dtmf,,1,,,10)*
*exten => research,n,Set(CDR(userfield)=${**dtmf}**)*
*exten => research,n,Hangup*
--
Regards,
Ali R. Taleghani
0936 322 4069
-------------- next part --------------
An HTML attachment...
2009 Jul 26
0
MeetMe time doesn't show up in CDRs?
...EATURES=cob-join#cob-nojoin)
exten => *,n,Dial(Local/${DEST}@callout,,g)
exten => *,n,Set(DYNAMIC_FEATURES=)
exten => *,n,Goto(cob-meetme,${COB_CONFNO},1)
[macro-cob-join]
exten => s,1,Set(CDR(accountcode)=${MY_ACCOUNTCODE})
exten => s,n,ChannelRedirect(${BRIDGEPEER},cob-meetme,${COB_CONFNO},2)
[macro-cob-nojoin]
exten => s,1,Set(CDR(accountcode)=${MY_ACCOUNTCODE})
exten => s,n,SoftHangup(${BRIDGEPEER})
I have these in features.conf and enabled in the dialplan:
cob-join => *33,self/both,Macro,cob-join
cob-nojoin => *34,...
2007 Mar 09
3
Polycom call parking feature and Asterisk call parking
Hi:
I want to make parking calls easier for my hard-working users. Is there
a way to make the Polycom call park feature work with Asterisk?
In case it just works out of the box, I haven't tried it yet; but the
"call park" feature isn't enabled on the Polycom phones by default.
-Stephen-
2014 May 07
1
asterisk12.2.0 PJSIP2.2.0 codec translation problem
...me: 0h3m24s
Bridge ID: 0cbdb7d7-81ed-4c5f-896f-cea37599b148
-- PBX --
Context: outgoing-kamailio
Extension:pjsi
Priority: 1
Call Group: 0
Pickup Group: 0
Application: AppDial
Data: (Outgoing Line)
Call Identifer: [C-00000000]
Variables:
BRIDGEPEER=PJSIP/7001-00000000
DIALEDPEERNUMBER=7000
CDR Variables:
level 1: calledsubaddr=
level 1: callingsubaddr=
level 1: dnid=
level 1: clid="" <700
level 1: src=7000
level 1: dcontext=outgoin
level 1: channel=PJSIP/7
level 1: lastapp=AppDial
level 1: lastdata=(Outgoi
level 1: start=139938...
2007 Apr 23
1
problem with 3-way conferenicing
...@nway-conf-dest,,g)
exten => 0,n,Set(DYNAMIC_FEATURES=)
exten => 0,n,Goto(nway-conf,${CONFNO},1)
exten => i,1,Goto(nway-conf,${CONFNO},1)
[nway-conf-dest]
exten => _.,1,Dial(SIP/${EXTEN})
[macro-nway-conf-start]
exten => s,1,Set(CONFNO=300)
exten => s,n,ChannelRedirect(${BRIDGEPEER},nway-conf,${CONFNO},1)
exten => s,n,Read(DEST,dial,,i)
exten => s,n,Set(DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv)
exten => s,n,Dial(Local/${DEST}@nway-conf-dest,,g)
exten => s,n,Set(DYNAMIC_FEATURES=)
exten => s,n,Goto(nway-conf,${CONFNO},1)
[macro-nway-conf-ok]
exten...
2010 Jul 29
4
How to extract channel-id of a user or peer
Hi,
my question is how can i get channel-id of a user or peer. I tried using
ChanIsAvail(username). this works correctly when user and asterisk are on
Local LAN. But my asterisk server is on public ip and users are behind nat,
and so this method says unknow host when used on public asterisk server.
I also tried built-in variable ${CHANNEL}, but this returns the channel-id
of the calling channel.
2009 Jan 20
1
Called's channel
Hi,
I have a question...
With the variable ${CHANNEL} I can get the channel whose made the call, or the caller. How can I get the channel of the called side?
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
2010 Jun 29
0
How to configure key sequence in features.conf.
...mic
context=from-sip
****************************extensions.conf**************************
[from-sip]
include => testkey1
include => keycommand
exten => 1,1,Dial(sip/1)
exten => 1,2,Hangup()
exten => 2,1,Dial(sip/2)
exten => 2,2,Hangup()
[keycommand]
exten => s,1,SoftHangup(${BRIDGEPEER})
***********************************************************************
when I use sip extensions 1 call to sip extensions 2, In the process they
calling, i press *3 keys. But there is nothing happened, the call still
through, and the system does not play the voice file.
I don't know where...
2011 Feb 15
1
outbound call leg CALLID
Hello everyone
Is there a possibility to catch an outbound callleg ID for the follovong
scenario: some carrier -----> ------(asterisk1) --->-----asterisk2 ?
I can get inbound callid for asterisk1 with a ${SIPCALLID} in
extensions.conf or to look it up in cdrs field (are the same). But how about
outbound? I have all calls just forwarded through asterisk1, not answered
and for every call I
2013 Sep 13
2
Transfer Fraud
Is there a general recipe to avoid fraudulent calls under the following conditions?
A receptionist transfers calls as a callee (customers are calling) and as a caller (boss asks to
call and then transfer to him), i.e. the Dial cmd for the internal context contains "Tt". Then
an outside call would operate as a Local channel in an internal context after the first
transfer. If the