creytiv / re

Generic library for real-time communications with async IO support

Home Page:http://creytiv.com/re.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does libre supports REGISTER message?

alishir opened this issue · comments

I tried to implement simple SIP server with libre, I created a sipsess but when I send a REGISTER request to the server, I got following error:

unhandeled request from 192.168.5.34:33690: REGISTER sip:127.0.0.1:5060;transport=tcp

How should I handle REGISTER messages?

I think I found the solution from source code, by using sip_listen I set and custom handler for sip messages.