Displaying 1 result from an estimated 1 matches for "118f5310".
2006 May 22
1
SIP to IAX - forcing codec pass thru
...--
iax.conf...
[general]
bandwidth=high
disallow=lpc10
jitterbuffer=yes
dropcount=2
maxjitterbuffer=500
maxexcessbuffer=80
minexcessbuffer=10
jittershrinkrate=1
tos=lowdelay
---
when a call comes in, we dial something like this, in our dial plan:
-- Executing Goto("SIP/213.166.5.134-118f5310",
"sip-users|7770002|1") in new stack
-- Goto (sip-users,7770002,1)
-- Executing Dial("SIP/213.166.5.134-118f5310",
"IAX2/user:pass@customeripaddress/441376350002") in new stack
-- Called user:3l3phant@customeripaddress/441376350002
-- Call a...