Displaying 1 result from an estimated 1 matches for "frommalmo".
Did you mean:
frommalmoe
2007 Feb 14
1
Following call forwards
...l locations connected by IP, and they each
need to be able to dial local numbers, but the calls all exit at the
same location and the users would get all confused if their local
calls from Malm? end up connecting to a phone in Stockholm.
It's not so difficult in that specific case. Add context=frommalmoe to
sip.conf, and do something like this:
[frommalmoe]
exten => _Z.,1,Goto(outgoing,032${EXTEN},1)
exten => _0.,1,Goto(outgoing,${EXTEN},1)
(I have no idea what the real prefix for Malm? is, this is just an
example).
When you have phones all over the country it gets complicated though.
You...