|
We use it to route our (& clients) calls. You talking to sipgate, you mean to use one of their inbound numbers or to make calls out via their service?
I use sipgate so my girlfriend and I can have "home" numbers (aka I have a Derby number, and she has a Cardiff Number) so our families & friends can call us locally - as we're living in Exeter at the moment.
Sipgate's service is pretty **** to be honest with you, I've complained so many times - their latest excuse is their adding new servers within a week to cope with their load. Last 4 times their services have been unuseable, it was due to their "carrier".
Anyway,
Registering with their service (sip.conf):
register => 2898230:PASSWD@sipgate.co.uk/2898230 ; Chris (sipgate.co.uk)
^ Registers with the user 2898230 and Password PASSWD at sipgate, and passes it through to "2898230" as the extension (the /2898230 bit).
in extensions.conf :
[incoming]
exten => 2898230,1,Macro(incoming,100,SIP/chris,Derby Number)
exten => 1006483,1,Macro(incoming,101,SIP/ellie,Cardiff Number)
Just an example of who I use sipgate for my own, and Ellie's own number.. I use a macro to call internal extensions mind, but you could simply have (in whatever context)
exten => SIPGATE-EXTENSION,1,Dial(SIP/user,30,twW) ; (allows transfer, and recording)
exten => SIPGATE-EXTENSION,2,Voicemail(u1) ; after 30 seconds has gone by, send the dialing user to voicemail (user "1", with their unavaliable message).
Outgoing wise:
Once you've created the user context you (if memory serves me correctly need to have insecure=very (or perhaps its yes?) for it to work - there's an example in their support section on their site. I don't have a config at hand to show you, as I don't use them for outbound calls anymore.
Note: I don't use A@H, I did a source install - but its along the same lines anyway.
__________________
Christopher Marks
chris@reflex.net.uk
Reflex Internet
Company No. 05527976
Any views expressed are my own, and not those of my company.
__________________
Registered User
|