Re: [asterisk-users] SIP: number to names

2007-04-13 Thread Ronaldo Zacarias Afonso
OK Yuan, What I wanted to know is if the extension I've created is right. exten = 101,1,Dial(SIP/sip:[EMAIL PROTECTED]) Will my asterisk bridge a SIP phone that dialed 101 to the SIP user: [EMAIL PROTECTED] Do I need some think more in order for it to work? Do you have or know any

Re: [asterisk-users] SIP: number to names

2007-04-13 Thread Eric \ManxPower\ Wieling
It would be exten = 101,1,Dial(SIP/[EMAIL PROTECTED]) If Asterisk does not find a [host.domain.com] entry in sip.conf it will dial by hostname/IP address. Only settings in sip.conf [general] section will be used. People do this with Asterisk all the time. You are not trying to do anything

Re: [asterisk-users] SIP: number to names

2007-04-13 Thread Yuan LIU
From: Ronaldo Zacarias Afonso [EMAIL PROTECTED] Date: Fri, 13 Apr 2007 08:06:04 -0300 OK Yuan, What I wanted to know is if the extension I've created is right. exten = 101,1,Dial(SIP/sip:[EMAIL PROTECTED]) OK, the syntax is a bit off. exten = 101,1,Dial(SIP/[EMAIL PROTECTED]) will send the

[asterisk-users] SIP: number to names

2007-04-12 Thread Ronaldo Zacarias Afonso
Hi all, Is it possible to configure an extension number to dial a sip address? For example: exten = 101,1,Dial(SIP/sip:[EMAIL PROTECTED]) That way I can dial to a sip name using my Hardphone that is not able to dial using names just numbers. Thanks in advance. Ronaldo. (I hope putting my sip

RE: [asterisk-users] SIP: number to names

2007-04-12 Thread Yuan LIU
From: Ronaldo Zacarias Afonso [EMAIL PROTECTED] Date: Thu, 12 Apr 2007 11:54:51 -0300 Hi all, Is it possible to configure an extension number to dial a sip address? Nothing prevents you from doing this. Yuan Liu For example: exten = 101,1,Dial(SIP/sip:[EMAIL PROTECTED]) That way I can