Upgrade 3CX to v18 and get it hosted free!

Asterisk config sirrix.conf Dialplan-Applications

Author image

Dialplan-Applications

SrxEchoCan(enable)
Enables or disables the ECHO cancellation on the calling ‘Srx’ channel. Should be called before placing an outgoing call.

enable

0: disable echo cancellation

1: enable echo cancellation

  • Example:

exten => _X.,1,SrxEchoCan(0)

SrxDeflect(number[|pres_allowed])
Deflect call on the calling ‘Srx’ channel to the given number (using ISDN “Call Deflection” protocol, CD)

number
ISDN destination number

pres_allowed
allow presentation of number?

0: not allowed

1: allowed

  • Always returns 0 immediately.
  • On ISDN basic access port of German T-Com, you need to use
    • “SrxDeflect” on “Mehrgeraete-Anschluessen” (PtMP)
    • “SrxReroute” on “Anlagen-Anschluessen” (PtP)
  • Example:

exten => _X.,1,SrxDeflect(012349876) ; PtMP (Mehrgeraete-Anschluss)
exten => _X.,2,Wait(1)
exten => _X.,3,Dial(Srx/gOut/012349876)

SrxReroute(number[|pres_allowed])
Reroute call on the calling ‘Srx’ channel to the given number (using ISDN “Call Rerouteing” protocol, CR), cf. SrxDeflect.

  • On ISDN basic access port of German T-Com, you need to use
    • “SrxDeflect” on “Mehrgeraete-Anschluessen” (PtMP)
    • “SrxReroute” on “Anlagen-Anschluessen” (PtP)
  • Example:

exten => _X.,1,SrxReroute(012349876) ; PtP (Anlagen-Anschluss)
exten => _X.,2,Wait(1)
exten => _X.,3,Dial(Srx/gOut/012349876)

SrxMWI(group[/[digits_to_append][/number_to_set]]|sender_number|msg_count)
Set / unset Message Waiting Indication on a Srx-group

group
name of a Srx-group including the preceding ‘g’

digits_to_append
digits that shall be appended to the group’s number (if group’s number ends with “+”)

number_to_set
number to overwrite group’s number with

sender_number
extension of sender

msg_count
number of waiting messages (0 disables MWI)

  • Always returns 0
  • Examples:

exten => _X.,1,SrxMWI(gInternal//1234|4711|1)
OR
exten => _X.,1,SrxMWI(gInternal/34|4712|0)


See Also

Previous: Example of a sirrix.conf
Next: Asterisk CLI commands
Index: Asterisk Sirrix ISDN channels


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.
Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.