Displaying 1 result from an estimated 1 matches for "iax_firefly".
2005 May 13
3
2 minutes pause before ring on H323 channel
...o 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 => 11,1,Dial(${SIP_PHONE})
exten => 20,1,Dial,${H323_SJPHONE}
exten => 21,1,Dia...