GotSpeech.NET

The online community for Microsoft Speech Server developers
Welcome to GotSpeech.NET Sign in | Join | Help
in Search
Gold Systems

Outbound Calling with Dialogic gateway

Last post 08-26-2008, 3:13 PM by ml_. 12 replies.
Sort Posts: Previous Next
  •  06-09-2008, 12:10 PM 5803

    Outbound Calling with Dialogic gateway

    HI all,

    I just received the DMG 1008LS, plugged it in, set up the IP config, and made an outbound call with a softphone.  I'm trying to call out through my small sample app, and am running into problems.  Any tips?  Seems like this should be an easy thing to do.

     

    Thanks.

  •  06-09-2008, 12:52 PM 5804 in reply to 5803

    Re: Outbound Calling with Dialogic gateway

    Your question would get more traction if it was more specific.

    http://support.microsoft.com/kb/555375


    --
    How To Ask a Question: http://support.microsoft.com/kb/555375
    --
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    http://www.microsoft.com/info/cpyright.htm
  •  06-09-2008, 1:36 PM 5805 in reply to 5804

    Re: Outbound Calling with Dialogic gateway

    OK.

     I'm trying to make an outbound call with my test outbound app through the debugger.  My execute code looks like this:

    private void codeActivity1_ExecuteCode(object sender, EventArgs e)

    {

    SipUriTelephonyAddress phonetocall = new SipUriTelephonyAddress();

    phonetocall.Host = "111.111.111.222";

    phonetocall.Port = 5060;

    phonetocall.User = "5555555";

    SipUriTelephonyAddress phonefrom = new SipUriTelephonyAddress();

    phonefrom.Host = "111.111.111.245";

    phonefrom.Port = 5060;

    phonefrom.User = "User";

    this.makeCall.CalledParty = phonetocall;

    this.makeCall.CallingParty = phonefrom;

    ...

    }

     

    The call always is picked up by the "incoming call control" and not sent out to the gateway.  I'm puzzled as to why, and am thinking I need to miss with the Trusted SIP peer stuff.

  •  06-09-2008, 1:44 PM 5806 in reply to 5805

    Re: Outbound Calling with Dialogic gateway

    Well, as far as I know, outbound calls don't really use a device when in debugger mode.  Have you tested your Dialogic device to make sure it can actually make calls?  Use the Diagnostics PBX interface to make sure a call will go out.  I assume you've added the Dialogic as a trusted SIP Peer.

  •  06-09-2008, 1:51 PM 5808 in reply to 5806

    Re: Outbound Calling with Dialogic gateway

    Yes, I can make outgoing calls.  I did so from a softphone, and also through the Diagnostics PBX interface just now. 
  •  06-09-2008, 1:56 PM 5809 in reply to 5808

    Re: Outbound Calling with Dialogic gateway

    Excellent!  Did you setup your Dialogic gateway as a Trusted SIP Peer in the MS OCS Administrator?  It should be your only trusted SIP Peer and the allow outbound calls should be clicked on
  •  06-09-2008, 2:04 PM 5811 in reply to 5808

    Re: Outbound Calling with Dialogic gateway

    I answered my own question, I needed to modify my SIP peer to point to the gateway.  Now it works fine, but starts talking prior to me answering the phone.  I know there is another post on here about that.


    Thanks all.

    Filed under:
  •  06-09-2008, 3:04 PM 5814 in reply to 5811

    Re: Outbound Calling with Dialogic gateway

    Excellent!  You'll probably need to implement the answeringMachine activity.  good luck.
  •  06-14-2008, 10:03 PM 5897 in reply to 5811

    Re: Outbound Calling with Dialogic gateway

    With a Dialogic gateway under the Advanced Gateway settings there is a Call Connect Mode parameter that you need to set to "OnAnswer".

     

     


    Marshall Harrison
    Microsoft MVP, Office Communications Server


    www.GoldSys.com
    W: 303.447.2774
    H: 904.342-6205

    the gotspeech guy
  •  08-19-2008, 1:38 PM 6745 in reply to 5897

    Re: Outbound Calling with Dialogic gateway

    Since I just upgraded to the 6.0 firmware, the gateway is sending a connected signal before anyone picks up the phone, so my app starts talking too early.  I cannot find this setting with the new firmware version.  Am I blind?  Is it renamed to something else?
  •  08-21-2008, 8:33 AM 6752 in reply to 6745

    Re: Outbound Calling with Dialogic gateway

    Under configuration, voip, media, do you have Voice Activity Detection off?  Mine is on.
  •  08-26-2008, 1:12 PM 6791 in reply to 6752

    Re: Outbound Calling with Dialogic gateway

    Mine is on also.

    The old parameter was under the Advanced Gateway settings and was called  Call Connect Mode. Mine was  was set to "Instant" I simply switched it to "OnAnswer" and the problem was solved.

    I can't seem to find this parameter in the new interface.


    Marshall Harrison
    Microsoft MVP, Office Communications Server


    www.GoldSys.com
    W: 303.447.2774
    H: 904.342-6205

    the gotspeech guy
  •  08-26-2008, 3:13 PM 6794 in reply to 6791

    Re: Outbound Calling with Dialogic gateway

    There seems to be a bug in the Dialogic firmware. There is a post about this on the Dialogic forums - http://www.dialogic.com/forums/forums/thread-view.asp?tid=3746&posts=6&start=1

    Marc LaFleur

    View Marc LaFleur's profile on LinkedIn


    Blog: Speaking from the Edge
View as RSS news feed in XML