Re: [Asterisk-java-users] Dialing via the Manager interface
Brought to you by:
srt
|
From: Darnell G. <da...@bi...> - 2005-06-07 06:45:36
|
Stefan,
That simple change did the trick. Thanks for your help.
- darnell gadberry
On 6/6/05 11:11 PM, "Stefan Reuter" <sr...@re...> wrote:
>> originateAction.setChannel("IAX2/NuFone");
>> originateAction.setContext("nufone-outgoing");
>> originateAction.setExten(phoneNumber);
>
> [snip]
>
>> -----------------------
>>
>> From my extensions.conf file the nufone-outgoing context
>>
>> [nufone-ougoing]
>> exten => _1NXXNXXXXXX,1,Dial,IAX2/NuFone
>>
>> -----------------------------------
>
> what you probably want to do is to connect an internal phone to the
> external nuphone number.
> So channel must point to a local phone (SIP/myuser or whatever) and
> context/exten/priority to the external number. What you did is pointing
> both to the external number...
>
> =Stefan
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> _______________________________________________
> Asterisk-java-users mailing list
> Ast...@li...
> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users
|