We have realised we actually made a big mistake from the above phase 2. We realised our error immediately that we should put the both accounts of messenger back in the default context with a brand new number. In this way, asterisk server is able to recognise both of them and calls are able to be established!!
Therefore deleted the configuration we have done earlier on in phase 2.
- context = training in sip.config have been removed
- [training] context have been removed in extensions.config
In other words, our sip.config and extensions.config become..
**********************************
extensions.conf
[default]
exten=>_5564111001,1,Dial(SIP/fyp)
exten=>_5564111002,1,Dial(SIP/fyp1)
exten=>_556411XXXX,102,Hangup
sip.conf
[fyp]
username=fyp
type=friend
context=default
host=dynamic
[fyp1]
username=fyp1
type=friend
context=default
host=dynamic
************************************
This leads to our success of configuring MSN task. In addition, we added 556411xxxx into the routeplan of our callmanager which allows MSN to be able to establish calls to our CallManager. In other words, We have achieved our task for MSN.
Being able to establish calls from....
- MSN to MSN
- MSN to Asterisk Server
- MSN to CallManager Server
Labels: messenger task, task-managed