Displaying 5 results from an estimated 5 matches for "h245alphanumeric".
2006 Oct 24
6
Callmanager 3.3(5) and Asterisk with ooh323
I have experience problems like this in a different scenario. It is
usually due to codec translation problem.
What is the default codec set on CCM for the IP Phone and the default
set in Asterisk? Make sure the defaults are the same. Try G.711
Michael
2006 Dec 07
1
-- Called 12127773456@OOH323 Segmentation fault (core dumped)
...o be used for all clients.Only ulaw and gsm supported as of
now.
;Default - ulaw
; ONLY ulaw, gsm, g729 and g7231 supported as of now
allow=all ;Note order of disallow/allow is important.
;allow=g729
;allow=ulaw
; dtmf mode to be used by default for all clients. Supports rfc2833,
q931keypad
; h245alphanumeric, h245signal.
;Default - rfc 2833
dtmfmode=rfc2833
; User/peer/friend definitions:
; User config options Peer config options
; ------------------ -------------------
; context
; disallow disallow
; allow...
2006 Oct 18
0
ooh323 dtmf problem
...23 trunk
setup with chan_h323 is working fine with dtmf
I tried all possible modes with ooh323, but without success,
with chan_h323, I'm using default (rfc2833) and it works
possible dtmf modes from chan_ooh323
; dtmf mode to be used by default for all clients. Supports rfc2833,
q931keypad
; h245alphanumeric, h245signal.
;Default - rfc 2833
dtmfmode=rfc2833
2007 Feb 06
0
ooh323 drops registration with Cisco IOS GateKeeper - bug or config issue?
...fault for all clients.
;accountcode=h3230101
;The codecs to be used for all clients.Only ulaw and gsm supported as of now.
disallow=all ;Note order of disallow/allow is important.
allow=alaw
allow=ulaw
allow=gsm
; dtmf mode to be used by default for all clients. Supports rfc2833, q931keypad
; h245alphanumeric, h245signal.
;Default - rfc 2833
dtmfmode=rfc2833
[cisco-gk]
type=peer
ip=192.168.1.6
port=1720
context=from-h323
disallow=all
allow=alaw
allow=ulaw
allow=gsm
rtptimeout=60
dtmfmode=rfc2833
h323id=PABX
trace of it disconnecting:
[root@pabx asterisk]# cat h323_log
---------Date 02/06/07-------...
2008 Feb 08
1
(no subject)
...o be used for all clients.Only ulaw and gsm supported as of now.
;Default - ulaw
; ONLY ulaw, gsm, g729 and g7231 supported as of now
disallow=all ;Note order of disallow/allow is important.
allow=gsm
allow=ulaw
; dtmf mode to be used by default for all clients. Supports rfc2833, q931keypad
; h245alphanumeric, h245signal.
;Default - rfc 2833
dtmfmode=rfc2833
; User/peer/friend definitions:
; User config options Peer config options
; ------------------ & nbsp; -------------------
; context
; disallow disall...