Re: [asterisk-users] Tranfer the called number in 3 way call

2016-12-09 Thread John Kiniston
You could use the IAXVAR() function to set variables before dialing your IAX peer on the initial PBX that then get retrieved by the 2nd PBX. PBXA: same => n,Set(IAXVAR(CALLERID)=${CALLERID(num)}) same => n,Set(IAXVAR(DNID)=${CALLERID(DNID)}) PBXB: same => n,NoOP(CallerID is ${IAXVAR(CALLERID)}

[asterisk-users] Tranfer the called number in 3 way call

2016-12-08 Thread sam habash
Hey there, I have a question i want a dialplan to send the called number of the client instead of my callerID when making a 3way call or when transfering to an extension from a bridge to another pbx. The problem i add a variable and using thw two underscores but i still see the my calledID ,