[asterisk-users] Pressing 0 to get an external line

Marco Mouta marco.mouta at gmail.com
Tue Sep 9 19:45:29 CDT 2008


Hello,

please read bellow:

On Tue, Sep 9, 2008 at 11:04 PM, Christian Victor
<christian at victormedia.de> wrote:
> Hi Asterisk users!
>
> I have a little problem with an Asterisk 1.4.22 installation for a
> customer. The PBX is connected to an E1 line and we have a few snom 300
> attached to it.
>
> The goal is to emulate traditional german PBX behaviour wich is the play
> a stuttered "internal" dialtone after pickup and accept all internal
> extensions. If a specific "get office" digit - usually 0 - is pressed
> you get the normal dialtone. Now you can enter the external telephone
> number end get connected immediately without pressing "dial" on the snom
> phone.
>
> My problem here is first to implement this internal/external dialtone

You can use DISA application without authentication to fake the
dialtone of traditional german PBX.

> and second to make the phone dial without pressing "dial" on the phone.

This might be a first scratch
exten => _X.,1,Answer
exten => _X.,2,DigitTimeout(5)
exten => _X.,3,ResponseTimeout(10)
exten => _X.,4,DISA(no-password|mycontext)

And with this DigitTimeout  and Response Timeout you may solve the
need to press dial I guess...



Looking forward to hearing from you.

Kind regards,
Mouta


> Because the length of telephone numbers in germany is not constant we
> will have to implement this with a timeout or by somehow overlap-dialing
> digit by tigit to the E1.
>
> I hope one of you already implemented this behaviour or can maybe push
> me in the right direction.
>
> Thanks a lot
> Christian
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
Esta mensagem (incluindo quaisquer anexos) pode conter informação
confidencial para uso exclusivo do destinatário. Se não for o
destinatário pretendido, não deverá usar, distribuir ou copiar este
e-mail. Se recebeu esta mensagem por engano, por favor informe o
emissor e elimine-a imediatamente. Obrigado.

This e-mail message is intended only for individual(s) to whom it is
addressed and may contain information that is privileged,
confidential, proprietary, or otherwise exempt from disclosure under
applicable law. If you believe you have received this message in
error, please advise the sender by return e-mail and delete it from
your mailbox. Thank you.



More information about the asterisk-users mailing list