Recent content by Pascal P

  1. P

    [SOLVED] IVR Extension is not working.

    I think I got into a newbie problem :) I just noticed that when I create a IVR with the main domain, it's not working but if I create a new domain, the context is in place.
  2. P

    [SOLVED] IVR Extension is not working.

    Going farther with the dialplan configuration, I noticed that there is no context. I added the right context and it started to work. Maybe it could be a good thing to add a context mandatory field in the IVR menu creation.
  3. P

    [SOLVED] IVR Extension is not working.

    Here's the IVR's generated DialPlan : condition destination_number ^100$ 5 action answer 10 action sleep 1000 15 action set hangup_after_bridge=true 20 action set ringback=local_stream://default 25 action set transfer_ringback=local_stream://default 30 action set...
  4. P

    [SOLVED] IVR Extension is not working.

    Hello, I am trying create a simple IVR with 2 options. I want my main office phone number to be routed directly to the IVR. So I created the IVR with the options 1 and 2. The IVR extension is 100. I created a destination to the office's phone number with an action that goes to the IVR...