Le 17/12/2010 07:45, Gilles a écrit :
On Thu, 16 Dec 2010 17:05:35 -0500, "Jamie A. Stapleton"
<jstaple...@computer-business.com>  wrote:
Just add something like this to your dialplan:

exten=>1234,1,Dial(SIP/u...@domain.com)

Then, when you dial 1234 on your XLite, it will connect you to u...@domain.com.
Thanks Jamie, but isn't there a universal way to solve this, so that
users can dial any SIP number without first having to create an
extension for that specific number?
Then create a prefix for SIP calls

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

and you dial 9u...@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 @ ?

--
Daniel

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to