[AsteriskBrasil] CDR MYSQL
Alex Tavares Faiotto
alexfaiotto em globo.com
Segunda Janeiro 4 09:28:11 BRST 2010
Pessoal Hoje eu tenho o seguinte dial plan
Queria fazer uma bilhetagem me ajudem ....
exten =>
_X.,1,Set(FILENAME2=${STRFTIME(${EPOCH},GMT+2,%Y%m%d%H%M%S)}${EXTEN}.wav)
exten =>
_X.,2,Set(DIRNAME2=${STRFTIME(${EPOCH},,%Y/%m/%d)}/${EXTEN}/${FILENAME})
exten => _X.,3,Dial(SIP/${EXTEN})
exten => _X.,4,Hangup
;------------------------------------------------------------|
;## inclusao do CDR##
exten h must be in same context!
exten => h,1,noop("extended CDR")
exten => h,n,set(CDR(hangupcause)=${HANGUPCAUSE}) ; hangupcause
exten => h,n,set(CDR(peerip)=${CHANNEL(peerip)}) ; like 10.0.0.5 if behind
nat
exten => h,n,set(CDR(recvip)=${CHANNEL(recvip)}) ; like 194.79.52.192 -
public ip
exten => h,n,set(CDR(from)=${CHANNEL(from)}) ; like
sip:1111 em sip.proxy.cz<sip%3A1111 em sip.proxy.cz>
exten => h,n,set(CDR(uri)=${CHANNEL(uri)}) ; like
sip:1111 em 10.0.0.5<sip%3A1111 em 10.0.0.5>
exten => h,n,set(CDR(useragent)=${CHANNEL(useragent)}) ; useragent like
Aastra_57i
exten => h,n,set(CDR(codec1)=${CHANNEL(audioreadformat)}) ; codec *
exten => h,n,set(CDR(codec2)=${CHANNEL(audiowriteformat)}) ;
exten => h,n,set(CDR(llp)=${CHANNEL(rtpqos,audio,local_lostpackets)}) ; lost
packets by local end **
exten => h,n,set(CDR(rlp)=${CHANNEL(rtpqos,audio,remote_lostpackets)}) ;
lost packets by remote end
exten => h,n,set(CDR(ljitt)=${CHANNEL(rtpqos,audio,local_jitter)}) ; the
same for jitter
exten => h,n,set(CDR(rjitt)=${CHANNEL(rtpqos,audio,remote_jitter)})
exten => h,n,set(CDR(local)=${DIRNAME2}) ---- INSERIR DADOS NA TABELA
LOCAL COM A VARIAVEL DE CIMA
exten => h,n,set(CDR(nomearquivo)=${FILENAME2}) ---- INSERIR DADOS NA
TABELA NOMEARQUIVO COM A VARIAVEL DE CIMA
Tem como eu adicionar essas duas variaveis? junto com meu conjunto do cdr?
OBRIGADO
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20100104/8b2e2726/attachment.htm
Mais detalhes sobre a lista de discussão AsteriskBrasil