Getting RE to get an incoming call #489
Unanswered
williamkibira
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a toy sip project I'm working on and so far I can trigger a call using
re
to a sip-phone .However I've failed to figure out how to get an incoming call to come trough to the code I've written .
Is there something special that I'd have to do regarding the set up of
re
to get the callback registered tosip_listen
to be triggered when sip phone is trying to make a call to my code ?I also tried testing the demo
sip_ua.c
in theredemos
and I could not get them to talk all receive a call .Is there something I'm missing or am required to have in place ?
I've got something like this
and regarding the callback registered which is a static method
I'd like to know what is necessary get this callback triggered for an incoming call to be handled
Any help and guidance on this would be very much appreciated
Beta Was this translation helpful? Give feedback.
All reactions