Displaying 1 result from an estimated 1 matches for "h323_sjphone".
Did you mean:
h323_phone
2005 May 13
3
2 minutes pause before ring on H323 channel
...eout wait... who knows...
Does anyone else experienced common problems? Any help to resolve the problem will be appreciated
And here are my .conf files ... very basic yet ;-)
==== extensions.conf ===
[general]
static=yes
writeprotect=no
[globals]
SIP_XLITE = SIP/xlite
SIP_PHONE = SIP/sipphone
H323_SJPHONE = H323/sjphone@192.168.0.1
H323_PHONE = H323/h323phone@192.168.0.101
IAX_FIREFLY = IAX2/firefly
;
; Inbound
;
[inbound]
exten => s, 1, Answer
exten => s, 2, Playback(ss-noservice)
exten => s, 3, Hangup
;
; Internal Extensions
;
[local]
exten => 10,1,Dial(${SIP_XLITE})
exten => 1...