search for: iaxvar

Displaying 11 results from an estimated 11 matches for "iaxvar".

2013 Oct 07
1
IAX and Variables
Hi a new small question ;=) We have two Asterisk, connected in IAX2. On the first, in dialplan, we have: exten => _XX.,1,Set(IAXVAR(ACCOUNTID)=${CDR(accountcode)}) we sent into the IAXVAR "ACCOUNTID" the accountcode. On the second, in dialplan, we have: exten => 18,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)}) That's work, the second server get the variable. I want now said at the second server that acc...
2008 Mar 24
1
Passing variables over IAX2 -- IAXVAR patch?
...re too I have run into the wellknown problem with IAX about passing variables between servers. In my current 1.0.x network with IAX peers and Queues -- passing some extra variable information between Queue member channels is obviously not going to work. Googling shows some old discussions of an IAXVAR patch ......but I can't seem to find it anywhere. Anyone know about this or if the solution worked? Discussions seem to indicate that it worked .....as a sort of temp fix for those that needed it.... :-S Any help/suggestions appreciated -- -- Chris Earle System Solutions Specialist, Network...
2013 Jun 09
1
Extenxions Optimization
Hi We want optimize my extensions file conf on asterisk 11.4.0 : We have a big quantity of extensions, all are same "design": ; Destination: Gambia Type: Fixe exten => _00220X.,1,Set(CDR(CodeCom)=BUS-GMB) exten => _00220X.,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)}) exten => _00220X.,3,Set(CALLERID(all)=${NUMID}) exten => _00220X.,4,Set(CALLERPRES()=${CALLPRES}) exten => _00220X.,5,Dial(SIP/Trunk-Telco/${EXTEN:2},180,rt) exten => _00220X.,6,Hangup ; Destination: Libya Type: Fixe exten => _002...
2016 Oct 24
2
IAX - Equivalent of SipAddHeader
Hi list, is there any existing IAX command to add information to a call like SipAddHeader? Another solution is sending text frame (0x07) frame type, but I don know how do it in a dialplan. Thanks for any hint. -- Daniel
2008 Jun 27
2
How to pass variable between 2 Asterisk servers over IAX2
Hello, Anybody can advice how to pass variable between 2 Asterisk servers over IAX2? With SIP I can use SipAddHeader. How do to the same with IAX2? Thank you. Regards, Mindaugas Kezys http://www.kolmisoft.com
2013 Jan 06
1
Get CONNECTEDLINE info from other Asterisk system via IAX2
...d. To clarify, I would like to display the number AND name on the calling phone when calling extensions on another Asterisk system. I seem to be able to 'send' all the information I want to the system I am calling but cannot 'return' or lookup any information. I can use CALLERID and IAXVAR to 'send' information just fine. Is this as expected or does anyone have any ideas? I am using Digium D40s and D70s and Asterisk 1.8.11-cert10. Your help is appreciated. Thank you. Chet Stevens -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://list...
2007 Jul 05
1
IAX additional call-data
Hi, Just a quick question. Is there a way when making an IAX call to transmit some additional call-data, perhaps in a variable? I could overload callerid-name, but that is nasty and ugly :) Thanks for any suggestions. Regards, Steve
2007 Oct 30
1
Size of Exten when using IAX
Hi, We are use IAX protocol between two asterisk servers. Now we send information through this protocol by using EXTEN We see that the variable EXTEN only holds 66 characters. If we set a value larger then 66 characters, for example 70 characters. The last 4 characters are cut off. Is there a way to increase this variable? Kind regards -------------- next part
2015 Jul 06
0
Asterisk 13.4.0 - mixmonitor only records one side's perspective
...p(Transferring Call. This Channel ${CHANNEL}, Other channel ${BLINDTRANSFER}) exten=>_[123]xxx,n(dodial),Dial(Sip/${EXTEN},120,tTg) [macro-VCRECORD] ; MACRO To setup Recording ;${ARG1} Description To Save ;${ARG2} Dialed Number exten=>s,1,NoOp(Start of MixMonitor recording) exten=>s,n,Set(IAXVAR(accountcode)=${CDR(accountcode)}) exten=>s,n,GoToIf($["${MIXMONITOR_FILENAME}" = ""]?startrec:finrec) exten=>s,n(startrec),Set(recDir=${STRFTIME(${EPOCH},,%y%m/%d)}) exten=>s,n,Set(recFile=${recDir}/${STRFTIME(${EPOCH},,%y%m%d%H%M%S)}D${ARG1} N${ARG2}ID${UNIQUEID}.gsm)...
2018 Oct 08
3
Non-matching linkedid on CDR Records [SEC=UNCLASSIFIED]
Hi all, Just thought I'd update this thread in case anyone else is Googling trying to find out how to do this... I found the solution to my problem to be to use the IAXVAR() function to pass the accountcode between the Asterisk boxen and update the CHANNEL(accountcode) with that variable. Thanks to Richard @ Digium for the reply that clarified my misunderstanding. Calum On Wed, 2018-10-03 at 07:33 -0500, Richard Mudgett wrote: On Wed, Oct 3, 2018 at 12:20 AM Cal...
2018 Oct 03
2
Non-matching linkedid on CDR Records [SEC=UNCLASSIFIED]
Hi asterisk-users, We have recently moved to the 13.x branch of Asterisk from 11.x, and we're trying to correlate CDR records from multiple-legs for billing purposes. As part of this change we have added 'linkedid' to our CDR table schema in an attempt to join the multiple records into one billable record. The call path can be simplified as (transport types in brackets): SIP