Connecting Dect phones with softphones on asterisk new stack

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/linux-dect@lists.osmocom.org/.

Oscar Soriano Riera oskar at enrutador.com
Wed Oct 13 23:50:26 UTC 2010


Hi PATRICK ¡¡¡¡¡¡¡¡¡¡¡¡
Thanks very much for you help , now i can do call from the softphone to
siemens ¡¡¡  i will continued studied your fantastical project  in my litle
laboratoy¡¡¡¡ 
Thanks 

On Wed, 13 Oct 2010 23:50:42 +0200, Patrick McHardy <kaber at trash.net>
wrote:
> 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 at 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




More information about the linux-dect mailing list