Displaying 1 result from an estimated 1 matches for "sip_xlit".
Did you mean:
sip_xmit
2005 May 13
3
2 minutes pause before ring on H323 channel
...lation is that the time goes in some kind of
timeout 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
;
[loca...