I got 2 linphones installed at 2 nanopis.
I tried to call the username 8 by:
Call 8
Instead of call 3 which was working fine.
But i am trying to make the call through the username.
So could i make the call through the username ?
And another question if i assigned 2 linphones with same username then could make a call to both at same time through this username since username could be the same but not the URI this is what sip protocol says. And this is called forking you know
Does this mean forking is not supported in asterisk ?
If yes i would appreciate leading me.
And if not then is there a way to be done.
And you still did not answer my question if i could make the call through the username
And how to choose a username or defaultuser
Which is located at sip.conf
The chan_sip module provides the ability to configure some stuff in the Dial line[1]. I’m still very much unclear on what you mean by “call through the username”. In chan_sip you call through a friend or peer which has configuration.
As for forking there is nothing built into chan_sip to do it. It’s done in the dialplan using the Dial application and dialing multiple targets.
For example if i have
[123]
Type=friend
Username=333
Allow=ulaw
Context=phones
Host=dynmic
Secret=pasword
The name of the peer is 123
So if want to call this peer then i must call from linphone :
Call 123
Where 123 is the peer name
So i am asking if i could do this
Call 333
Where 333 is the username
Or if i could do something like this
Where i choose an alias which could be used instead of the name of the peer
Thanks