Ankündigung

Einklappen
Keine Ankündigung bisher.

OMG und sipgate

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    OMG und sipgate

    Hallo!
    Bin gerade dabei mir eine Testumgebung mit der Appliance zu bauen. Als PSTN-Provider möchte ich sipgate per SIP nutzen.
    Call geht auch 'raus, ich erhalte aber immer ein
    484 Address incomplete
    Vermutlich setze ich die Rufnummern noch falsch im OMG um?
    Gruß,
    Jens

    (
    STRUCT CallProcTable (
    STRING Description Calls!`to!`SIPGATE ;
    STRING NumberList !@ ;
    STRING SpecificConfigSet OMG!`Trunk!`sipgate ;
    BOOL InvertNumberList 0 ;
    STRING cngDetection off ;
    STRING cngDetectionTimeout 15 ;
    STRING action stop ;
    STRING disabled no ;
    STRING Destination SIP ;
    STRING RegularExpression ^!h.*!i,!h.*!i,!h.*!i,!h.*!i ;
    STRING replacedCalledPartyNumber \1 ;
    STRING replacedCallingPartyNumber1 \2 ;
    STRING replacedCallingPartyNumber2 \3 ;
    STRING replacedRedirectedPartyNumber \4 ;
    STRING replacedFaxCSID !@ ;
    STRING sipDefaultGatewayIpAddress sipconnect.sipgate.de ;
    STRING sipDefaultGatewayIpMode TCP ;
    STRING sipDefaultGatewayIpPort 5060 ;
    STRING AdditionalParameters !@ ;
    STRING faxRouting off ;
    STRING faxDestination SIP ;
    STRING faxRegularExpression !h.*!i,!h.*!i,!h.*!i,!h.*!i ;
    STRING faxReplacedCalledPartyNumber \1 ;
    STRING faxReplacedCallingPartyNumber1 \2 ;
    STRING faxReplacedCallingPartyNumber2 \3 ;
    STRING faxReplacedRedirectedPartyNumber \4 ;
    STRING faxReplacedFaxCSID !@ ;
    STRING faxSipDefaultGatewayIpAddress !@ ;
    STRING faxSipDefaultGatewayIpMode TCP ;
    STRING faxSipDefaultGatewayIpPort 5060 ;
    STRING faxAdditionalParameters !@ ;
    ) ;
    STRUCT CallProcTableOut (
    STRING Description Calls!`from!`SIPGATE ;
    STRING NumberList !@ ;
    STRING SpecificConfigSet OMG!`Trunk!`sipgate ;
    BOOL InvertNumberList 0 ;
    STRING RegularExpressionForIpAddressMatch !@ ;
    STRING RegularExpression ^021178178998116!h.*!i,!h.*!i,.*,!h.*!i ;
    STRING replacedCalledPartyNumber \1 ;
    STRING replacedCallingPartyNumber1 \2 ;
    STRING replacedRedirectedPartyNumber \3 ;
    STRING action stop ;
    STRING disabled no ;
    STRING AdditionalParameters !@ ;
    ) ;
    )
Lädt...
X