Am 13.10.2010 22:45, schrieb Oscar Soriano Riera:
Hi Patrick
Thanks for your help.
This is the configuration of my dialplan in extension.conf:
[general]
static=yes
writeprotect=no
autofallthrough=no
[globals]
CONSOLE = Console/dsp ; Console interface for demo
;CONSOLE=DAHDI/1
;CONSOLE=Phone/phone0
IAXINFO = guest ; IAXtel username/password
;IAXINFO=myuser:mypass
TRUNK = DAHDI/G2 ; Trunk interface
TRUNKMSD = 1 ; MSD digits to strip (usually 1 or 0)
FEATURES =
DIALOPTIONS =
RINGTIME = 20
FOLLOWMEOPTIONS =
PAGING_HEADER = Intercom
;TRUNK=IAX2/user:pass@provider
[from-dect]
;Incoming calls (from PP)
;
exten => s,1,Answer ; Answer the line
exten => s,n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds
exten => s,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10
seconds
exten => s,n,WaitExten(,d) ; Wait for an extension to be
dialed.
;Outgoing calls (to PP)
exten => 600,1,Set(RING_PATTERN=3)
exten => 601,1,Set(RING_PATTERN=silent)
Does it work if you remove these two lines?
include => dect_register