Hello!

I needed to "answer" the local call for any sound to pass through:

[default]

exten => s,1,dial(local/2...@dialplan/n)

[dailplan]

exten => 220,1,answer()
exten => 220,2,saydigits(123)
exten => 220,3,dial(SIP/120||m)

>From my understanding, the answer command only answers the local call,
but the final dial at priority 3 will remain unanswered.

Thanks,
Elliot

On Tue, Jun 30, 2009 at 12:31 PM, Elliot Murdock<murdo...@gmail.com> wrote:
> Hello,
>
> Oddly enough, sound is sent to original caller if it is a registered
> SIP device on the server.  If the caller is remote, than nothing is
> passed back.
>
> Any help will be greatly appreciated,
> Elliot
>
> On Tue, Jun 30, 2009 at 12:13 PM, Elliot Murdock<murdo...@gmail.com> wrote:
>> Hello!
>>
>> I am trying to set up a dialplan that uses the Local channel type:
>>
>> [default]
>>
>> exten => s,1,dial(local/2...@dialplan/n)
>>
>> [dailplan]
>>
>> exten => 220,1,saydigits(123)
>> exten => 220,2,dial(SIP/120||m)
>>
>>
>> The calling party does not hear any of the digits nor the music on
>> hold.  What should be done so the sound is sent back to the original
>> call?
>>
>> Thank you for your help,
>> Elliot
>>
>

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to