Displaying 1 result from an estimated 1 matches for "hiva".
Did you mean:
shiva
2011 Feb 08
2
Call files error
...calls
- want to set a custom CDR field in MySQL ( field name 'azonosito' )
Asterisk is version 1.8.2.3 with freepbx 2.8.1.
What I've tried is to create two custom context and place the call through
them.
The call file:
; First CID
SetVar: callid1=0036111188887777
SetVar: azon1=elso hivas azonosito { Viperke }
; Frist phone num
Channel: Local/0036701234567 at CustomCallOut-1
WaitTime: 45
MaxRetries: 0
RetryTime: 0
; 2nd CID
SetVar: callid2=0036204313763
SetVar: azon2=masodik hivas azonosito { V1pr: ehehhe }
Context: CustomCallOut-2
; 2nd phone num
Extension: 003617654321
The con...