search for: diselpro

Displaying 5 results from an estimated 5 matches for "diselpro".

2005 Mar 13
1
sip.conf entry precedence
...er for the outgoing calls (vtele_out) -- piece of sip.conf --- ; entry for incoming calls [vtele_in] type=user context=sip-in host=voztele.com disallow=all allow=g729 allow=ulaw allow=alaw ;Entry for outgoing calls [vtele_out] type=peer username=34xxxxxxxx fromuser=34xxxxxxxx secret=xxxxx context=diselpro host=voztele.com disallow=all allow=g729 allow=ulaw allow=alaw ----- The host is the same for incoming and outgoing calls (vtele.com). I have a problem when i get an incoming call, because asterisk matchs the incoming call with [vtele_out], if y comment the entry "host=voztele.com" in...
2008 Jan 29
1
softmodems bank for ast.
Hi. We need a full featured modem bank 20+ to attend data calls. IAXmodem only supports fax protocols because spandsp only support fax protocols. The idea is to do a IAX wrapper like IAXmodem but with a full featured (but propietary) softmodem library like PCTEL or linuxant. I hate astribank+hardmodems solution. Some body think that is possible? Sorry for my horrible English. ;) Bye.
2005 Mar 16
2
AGI kill
Hello. When the caller hangup the phone, asterisk kills my AGI python script without notification. I caught all signals, but none was trigered. How can i trap this event to resume some operations. Sorry for my poor english :) Thanks.
2005 May 30
1
app_senddtmf.so.
Hi. I have installed asterisk 1.0.7. I need to send dtmf with tone duration. This functionality is in the cvs version. Can any body send me the app_senddtmf.so binary compiled for i386 or pentium IV to replace the 1.0.7 version.? I want to preserve the rest of 1.0.7 version of asterisk, because I use the debian package and I want to maintain the asterisk upgrades and patches. Thanks.
2005 Jul 11
1
RTP traffic
Hello. How can I check if the RTP traffic between two channels is bypassed? Some * console command? Thanks.