[Home]

Summary:ASTERISK-08752: incoming call can be routed only to one extension
Reporter:Michael Schreiber (mik_schreiber)Labels:
Date Opened:2007-02-08 06:00:15.000-0600Date Closed:2011-06-07 14:11:54
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:if there a public numbers, it schould be possible to route one number to several extensions. The gui should offer a way to crate something like this:
exten = _X.,1,Goto (default|551|552|553|1)
Comments:By: Jason Parker (jparker) 2007-02-08 11:11:39.000-0600

This is a non-issue.  You can achieve this with something like below.  Closing.

_X.,1,Goto(default|550|1)

550,1,Dial(SIP/551&SIP/552&SIP/553)

By: Michael Schreiber (mik_schreiber) 2007-02-09 01:50:39.000-0600

Yes, you can do it with vi and modifing extensions.conf but not in the GUI

This is a way
_X.,1,Goto(default|550|1)
550,1,Dial(SIP/551&SIP/552&SIP/553)

this is the same
exten = _X.,1,Goto (default|551|552|553|1)

but both need vi - my request was to add this functionin to the gui because i think, that several persons have the need to assign a number to several extensions.

In older builds of the GUI (without a combobox to select the assigned extension) it was possible to write "extension1|extension2|exten...." into the edit field.



By: Phillip (killfill) 2007-05-16 22:42:26

Cannot this be done on a Queue?.
You can add queues to incomming calls.

By: Olle Johansson (oej) 2007-05-17 01:46:13

Please use the mailing list for these kind of discussions. This is the issue tracker.
If you check the syntax for goto, you will see that this is not the use of the goto command and how you route calls. There are plenty of support forums - mailing list, web forum, IRC. Please don't use the bug tracker for that. Thanks.

/O