Sponsored Content
Full Discussion: Asterisk / SIP Question.
Top Forums UNIX for Advanced & Expert Users Asterisk / SIP Question. Post 302130591 by cbkihong on Tuesday 7th of August 2007 01:46:43 AM
Old 08-07-2007
If you understand SIP, you should know that any SIP client needs to register to a SIP proxy to make it known to the proxy about its location (IP address, port etc.). Asterisk can act as a SIP proxy. I'm not sure about the exact "sip phone" you mentioned. But if your SIP phone is reachable over the LAN (i.e. has IP address), then you may configure it to register to the Asterisk server on the LAN. Exactly how to configure depends on how you would like to set it up, really.

How did you set up your Asterisk? If you compile and install manually, there is a chance for you to install a set of sample configuration with Asterisk. It would include sip.conf. For SIP, you just have to look into that file for SIP profiles and other related configuration (dtmfmode, jitter buffer, etc.). If your system is AsteriskNow or Trixbox based, they should be there out of the box.

By the way, Asterisk Forums :: Index is likely a better place than here for Asterisk questions.
 

We Also Found This Discussion For You

1. IP Networking

How to interconnect two Asterisk Servers with a SIP trunk Internationally

How to interconnect two Asterisk Servers with a SIP trunk Internationally Is it possible to setup an asterisk box in ex. Colombia S.A and another in the USA, setting up trunks between the boxes to speak to each other via sip or aix, create extensions, forward any incoming call on that local... (0 Replies)
Discussion started by: metallica1973
0 Replies
sip_hold_msg(3SIP)				   Session Initiation Protocol Library Functions				sip_hold_msg(3SIP)

NAME
sip_hold_msg, sip_free_msg - adds and removes a reference from a SIP message SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ] #include <sip.h> void sip_hold_msg(sip_msg_t sip_msg); void sip_free_msg(sip_msg_t sip_msg); DESCRIPTION
The sip_hold_msg() function adds a reference to the SIP message passed as the argument. The reference is used to prevent the SIP message from being freed when in use. The sip_free_msg() function is used to remove an added reference on the SIP message passed as the argument. If this is the last reference on the SIP message (i.e. the number of references on the SIP message is 0), the SIP message is destroyed and associated resources freed. Freeing a SIP message does not set the sip_msg pointer to NULL. Applications should not expect the pointer to a freed SIP message to be NULL. RETURN VALUES
The value of errno is not changed by these calls in the event of an error. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
libsip(3LIB) SunOS 5.11 25 Jan 2007 sip_hold_msg(3SIP)
All times are GMT -4. The time now is 06:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy