Displaying 2 results from an estimated 2 matches for "build_callid".
Did you mean:
build_call
2005 Sep 03
0
MWI - message waiting indication
...f(p->ourip));
+ strcpy(p -> username, peer -> mailbox); /*
Username = Mailbox name */
+ s = strchr(p -> username, '@'); /*
Remove the context part */
+ if (s != NULL)
+ *s = 0;
build_via(p, p->via, sizeof(p->via));
build_callid(p->callid, sizeof(p->callid),
p->ourip, p->fromdomain);
/* Send MWI */
After this patch is applied, the MWI NOTIFY messages
coming from asterisk will have the URI
user@ser.server.tld. This can be then routed with ser
to the correct phone with normal SER routing rules.
ie. SER...
2004 Jan 26
1
SIP behind NAT - use of "externip" option
I am having difficulty configuring SIP behind NAT (using latest CVS).
Using sip.conf:
[general]
port=5060 ; Port to bind to
externip=ww.xx.yy.zz
bindaddr=0.0.0.0
nat=yes
register=>[userid]:[password]@voiptalk.org/2000
[voiptalk.org]
nat=yes
externip=ww.xx.yy.zz
type=friend
secret=[password]
nat=yes
reinvite=no
canreinvite=no
I fail to register. SIP Debug gives:
SIP