Displaying 3 results from an estimated 3 matches for "_0049".
Did you mean:
0049
2006 Oct 16
1
Multiple 'routes' to extension in different contextes. How to influence search oder?
...TEN});
; International Destinations
exten => _00z.,1,Dial(SIP/someisp/${EXTEN});
exten => _00z.,n,Dial(Zap/g1/${EXTEN});
include => freedestinations;
[freedestinations]
; Local Free Destionations
exten => _0800.,1,Dial(Zap/g1/${EXTEN});
; International Free Destionations
exten => _0049.,1,Dial(SIP/FWD/*${EXTEN}:2);
------------------------------
Now I get into this situation. I would like to call a german Free Numer:
0049800xxxxxxx
This is best matched in the context [freedestinations], and also the cheapest.
My Telco charges a fee to call free destionations abroad.
But still...
2004 May 08
3
asterisk with german SIPGATE ?
hi
anybody running with german SIPGATE?
my configuration don't works :-(
regards
thorsten@gehrig.de
2014 Jul 18
0
Dial international number over dahdi trunk
Hi all,
I am trying to perform the following outgoing call:
exten => _49.,1,Log(NOTICE,Dialing German number: ${EXTEN})
same => n,Set(route=DAHDI/g1/00${EXTEN})
same => n,Dial(${route})
exten => _0049.,1,Goto(${EXTEN:2},1)
exten => _01149.,1,Goto(${EXTEN:3},1)
exten => _+49.,1,Goto(${EXTEN:1},1)
But this is not working. I have also tried changing the route to:
same => n,Set(route=DAHDI/g1/${EXTEN})
With similar results:
server1*CLI>
...
-- Goto (c...