Skip to content

Commit

Permalink
fix(config): Go back to dtmfs gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcos87 committed Nov 1, 2017
1 parent 44a8749 commit b216c8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/jssip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ export const settings = {
},
custom:
{
dtmfsGateway: null,
outbound: 'peallagoon',
// dtmfsGateway: null,
dtmfsGateway: '385485876@did.callwithus.com',
// outbound: 'peallagoon',
outbound: null,
defaultUtiDomain: 'rhizortc.specialstories.org',
virtualNumbersPrefixs: [999100, 999200],
conferenceCallPrefixs: [500]
Expand Down

0 comments on commit b216c8a

Please sign in to comment.