Displaying 2 results from an estimated 2 matches for "appels_vers_isdn".
2009 Feb 25
0
Patton 5.3. How to get incoming calls ?
...n but now with 5.3,
configuration process changed.
Here is an extract from my running config.
Any idea ?
Regards
context cs switch
  routing-table called-e164 appels_provenance_ISDN
    route [0-9]+ dest-service ASTERISK_SRV
    route default dest-service ASTERISK_SRV
  routing-table called-uri appels_vers_ISDN
    route default dest-service isdnports
  mapping-table called-e164 to called-ip transfo
    map [0-9]+ to 192.168.100.254
  mapping-table called-e164 to called-uri transfo2
  interface isdn IF-PBX
    route call dest-table appels_provenance_ISDN
  interface isdn IF-PBX2
    route call dest-ta...
2009 Feb 26
0
Patton 5.3. How to get incoming calls ? [SOLVED]
...Here is an extract from my running config.
> Any idea ?
>
> Regards
>
> context cs switch
>
>   routing-table called-e164 appels_provenance_ISDN
>     route [0-9]+ dest-service ASTERISK_SRV
>     route default dest-service ASTERISK_SRV
>
>   routing-table called-uri appels_vers_ISDN
>     route default dest-service isdnports
>
>   mapping-table called-e164 to called-ip transfo
>     map [0-9]+ to 192.168.100.254
>
>   mapping-table called-e164 to called-uri transfo2
>
>   interface isdn IF-PBX
>     route call dest-table appels_provenance_ISDN
>
&...