I want to achieve register+proxysip
Hello, I want to achieve register+proxysip, using dialog cannot customize the server Handler. My scenario
- Dialog continuously registers to SIP server A
- Dialog receives invitation requests from server A and forwards the invitation requests to server B
- Server B responds to accept or reject
How should I do it?
HI @lovemianhuatang , I think diago is not yet ready for proxy, but it has plans to have it. To reuse lot of things, it will probably require new structures + RFC proxy behavior. There was project called wiresip as attempt (check my repos), but due to diago dev it is stopped.
I think this to really happen it would need some financial support, as in this case we need faster dev/maintance. For now I can only suggest using plain sipgo, as you are not requiring any media support. You can reuse registration/authorization provided on diago and mix them.
Bigger idea is that diago as library will win both words and make any current frameworks obsolete.