Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Extended settings:

No change is needed.

If you have configured the settings in the Voiceworks portal that the DID number is in the to/field, you need to use the Manual settings below. 

Background Color
#F0F0F0
#F0F0F0

[Voiceworks-incoming]
exten => _.,1,Set(channelname=Voiceworks-incoming)
exten => _.,2,Set(lineconfigid=1925)
exten => _.,3,Set(var_to=${SIP_HEADER(To)})
exten => _.,4,Set(firstcut=${CUT(var_to,:,2)})
exten => _.,5,Set(secoundcut=${CUT(firstcut,@,1)})
exten => _.,6,Set(CALLERID(all)=${CALLERID(number)})
exten => _.,7,Goto(Voiceworks-incoming-manuell,${EXTEN},1)

[Voiceworks-incoming-manuell]
exten => _X.,1,Goto(incoming,${EXTEN},1)
exten => _+X.,1,Goto(incoming,${EXTEN},1)

 

 

Voiceworks settings:

 

 

 

 

...