[asterisk-users] Call sip:user at domain.com?

Administrator TOOTAI admin at tootai.net
Fri Dec 17 13:36:58 UTC 2010


Le 17/12/2010 12:48, Gilles a écrit :
> On Fri, 17 Dec 2010 10:16:00 +0100, Administrator TOOTAI
> <admin at tootai.net>  wrote:
>    
>> Then create a prefix for SIP calls
>>
>> exten=>_9.,1,Dial(SIP/${EXTEN:1})
>>
>> and you dial 9user at domain.com from XLite
>>
>> Remember that calling sip URL is not as easy with a phone. Imagine you have an ATA with DECT or POTS
>> phone connected on it: how to send alpha characters or @ ?
>>      
> Thanks Daniel. I added that line above, told Asterisk to reload the
> dialplan, and typed the following in XLite:
>
> 9*031600 at ekiga.net
>
> This is to perform an echo test
> http://wiki.ekiga.org/index.php/Fun_Numbers
>
> I guess something else must be done to Asterisk for this to work:
>
> ==========
> CLI>
>      -- Executing [9*031600 at my-phones:1] Dial("SIP/6011-00a1b67c",
> "SIP/*031600") in new stack
>
> [Dec 17 11:43:14] WARNING[306]: chan_sip.c:2923 create_addr: No such
> host: *031600
>    
[...]

Domain part disappear.

exten=>_9*.,1,Dial(SIP/${EXTEN:1}@ekiga.net)

In Xlite call 9*031600

You should read info on voip.org to learn basis of Asterisk.

-- 
Daniel



More information about the asterisk-users mailing list