I am using Asterisk 1.2.4
I would like to make call next way:
Dial(SIP/${EXTEN:3}:name:pass@voip_provider.com
If I will try to use SJPhone - I have no problems - I can receive and make calls - same if I am using Grandstream.
If I will put in sip.conf
register => name:pass@voip_provider.com/3335
and in extensions.conf, I make extension - 3335 - I can receive calls.
But I can’t dialout.
I tried:
- Dial(SIP/${EXTEN:3}:name:pass@voip_provider.com
//Also I tried all posible combinations like name:pass:${EXTEN:3}@voip_provider.com etc. - In sip.conf I writed [sip_musimi-out] :
type=peer
secret=pass
username=name ; Authentication user for outbound proxies
fromuser=name ; Many SIP providers require this!
fromdomain=my IP
host=voip_provider.com
usereqphone=yes ; This provider requires “;user=phone” on URI
and tried to Dial(SIP/${EXTEN:3}@sip_musimi-out
In all cases I am receiving one and same:
– Got SIP response 500 “I’m terribly sorry, server error occurred (1/SL)” back from 212.130.58.214
– SIP/musimi.dk-5c84 is circuit-busy
I will higly appreciate any suggestions
PS
I am using musimi.dk as SIP provider.