No subject
Thu Jan 15 22:29:28 CST 2009
gateway has no marker bit set and has time stamp =0. * is dropping this rtp
packet as it isn't forwarded to the phone. Rather it forwards the next rtp
packet with time stamped preserved (ts = 160) after setting its marker bit.
======================================================================
----------------------------------------------------------------------
(0100619) jeremey_g (reporter) - 2009-02-24 09:18
http://bugs.digium.com/view.php?id=14539#c100619
----------------------------------------------------------------------
extensions.conf and sip.conf respectively
[default]
include => inbound
;exten => _00XXXXXXXXX,1,Dial(2010/${EXTEN:1})
;exten => 2010,1,Dial(2010/${EXTEN:1})
exten => s,1,Hangup();
[macro-storec2]
exten => s,1,Set(DB(ch/c2)=${CDR(channel)})
exten => s,2,Set(DB(ch/${ARG1})=${CDR(channel)})
exten => s,3,NoOp(OPTI_DEBUG In Macro, c2 value: ${DB(ch/c2)}, ARG1:
${ARG1})
[inbound]
;exten => 0390xxxxxx,1,Dial(SIP/101)
exten => 2010,1,Set(DB(ch/c1)=${CDR(channel)})
exten => 2010,2,NoOp()
exten => 2010,3,Dial(SIP/2010,,M(storec2^${EXTEN}))
exten => 2000,1,Set(DB(ch/g1)=${CDR(channel)});bridge this gsm call
channel
exten => 2000,2,Set(VCCCHAN1=${DB(ch/c2)})
exten => 2000,3,NoOp(####################HO2GSM Callerid: ${CALLERID(num)}
and cdr channel: ${CDR(channel)} ###)
exten => 2000,4,Bridge(${VCCCHAN1})
exten => 2000,5,NoOp(################### Bridge Result:
${BRIDGERESULT}#################)
;ho2voip
;exten => 2001,1,Set(VCCCHAN1=${DB(ch/g1)})
exten => 2001,1,Set(DB(ch/v1loop)=${CDR(channel)})
exten => 2001,2,NoOp(####################VDINFO Callerid: ${CALLERID(num)}
and channel: ${CDR(channel)}and VCCCHAN1 ${VCCCHAN1} ###)
exten => 2001,3,Dial(SIP/2011,,G(4)) ; dial ho initiator ie aparty
exten => 2001,4,Set(DB(ch/v1)=${CDR(channel)})
exten => 2001,5,NoOp();bridge current call channel with given gsm channel
g1
exten => 2001,6,Bridge(${DB(ch/c2)});
exten => 2001,7,NoOp(################### Bridge Result:
${BRIDGERESULT}#################)
---------------------------------------------
[general]
promiscredir=no
tcpenable=no
bindport=5060
srvlookup=no
rtpkeepalive=1
;following must be greater than rtptimeout
;rtpholdtimeout=
;rtptimeout
context=default
permit=0.0.0.0
disallow=all
allow=alaw
insecure=port,invite
[2010]
host=dynamic
context=inbound
canreinvite=no
type=friend
nat=yes
allow=alaw
;qualify=1000 ; Consider it down if it's 1 second to
reply
; qualify=yes; uses default value
;qualifyfreq=60
[2011]
host=dynamic
context=inbound
canreinvite=no
type=friend
nat=yes
allow=alaw
;qualify=1000 ; Consider it down if it's 1 second to
reply
; qualify=yes; uses default value
;qualifyfreq=60
Issue History
Date Modified Username Field Change
======================================================================
2009-02-24 09:18 jeremey_g Note Added: 0100619
======================================================================
More information about the asterisk-bugs
mailing list