On Thu, May 18, 2006 at 12:11:09PM +0300, Ira Abramov wrote:
> I started going through the different SoftPhone options and I noticed an
> odd thing. most hard phone support only SIP, but there are also some
> excellent softphones out there that support only AIX2. 

What about Linux and OSX? What about AIX4? IAX2, I gather ;-)

> If I have an
> employee that uses a hardphone at the office but wants to connect with
> an AIX softphone from home, he can't do that with the same extension
> number? the way I read it, an extension can ONLY be one or the other. so
> in essence I'd have to define two extensions for that guy and put them
> in a ring group, plus set the IAX extension to give the CID of the main
> one. did I get it right?

You can basically do this using regexten .

When the IAX2 device from home connects, an entry gets generated in an a
context.

That entry is simply:

exten => 1234,1,NoOp

but without it the caller device will never reach, say, 

exten => _1XXX,2,Dial(IAX2/${EXTEN})

Or maybe actually to:

exten => _1XXX,1,Goto(sipcontext,${EXTEN})

because expressions (_*-s) have lower precedence.

> 
> also, if I want to have two phones with the same extension number, do
> they register with the same number or do I have to give them different
> extension numbers and create a hunt/ring group?

This is basically the wrong question to ask, I guess. Please explain
what you want to do by "same extension number".

> 
> ehhm... I think it's time I dive into an Asterisk-specific ML, eh? :)

asterisk-user is quite busy. Gilad started one a year ago, and it dies
out. Revive it?

-- Tzafrir

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to