* You are viewing Posts Tagged ‘sip’

SetCallerPres Questions

Does SetCallerPres(Prohib) remove the ANI data from a SIP call or does it simply set a flag telling other devices not to display the data?

In other words, could another system override that and see the caller ID
anyway? The answer may affect how I handle 911 calls, so I’m very curious.

Call Diversion Override

Hi,

for a call routing setup with my mobile phone, I’d like to set the CDO feature on an outgoing SIP call. I know my SIP proxy provider will pass the call to a Teles SS7 gateway, keeping most of it intact.

The goal is to forward all calls from the mobile phone number to Asterisk, which will pass it back should I be unavailable there. Upon passing it back to the mobile number, I of course want to take it there and not create a forwarding loop.

Setting the SS7 CDO feature on the second step would so what I want, but how do I set it in Asterisk?

-nik

Integrate Astreisk With SIP Interface

Hi

Once I installed astrisk , how do we connect with SIP interface ?

Can somebody guide me how to integrate SIP interface with asterisk ? I want to use Astrisk just for IVR purpose.

Thank you Luke

Chanstats Console Errors

Running Asterisk 10.12.2 on Debian/sparc

i’m doing all SIP/rtp. directmedia=yes directrtpsetup=yes


I frequently see on the console:
WARNING[7832]: chan_sip.c:19134 show_chanstats_cb: Could not get RTP stats

What is this error trying to tell me ? ‘sip show channelstats’ shows all 0s (save Peer/CallID/Duration)


I looked for that string in the source but i didnt learn much.

Question About CDR

hello list,

i need your help about cdr ,i have installed the module cdr in my asterisk
1.4 .

for the inbound calls when i call my SIP exten like below :

exten => 506,1,Dial(SIP/223, 10)
exten => 506,n,Dial(SIP/276, 10)

in CDR i have just one line with SIP /276 the last line but there is no historic for the first SIP 223

recid Record ID | calldate |clid |src | dst
|dcontext |channel | dstchannel |lastapp |lastdata |duration |billsec
|disposition |amaflags |accountcode |uniqueid
|3 |

626747 |2013-05-09 09:22:55 |0661551203 |0661551203 |506
|default |Zap/14-1 |SIP/276-092ac7b0 |Dial |SIP/276| 10|21 |0
|NO ANSWER


any help please to have the historic for 223 and 276

thanks and regards