Go Back   Wireless and Wifi Forums > News > Newsgroups > uk.telecom.voip
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-10-2007, 10:28 AM
gvido.sprogis@gmail.com
Guest
 
Posts: n/a
Default music on hold by preesing button "R"

HI! It's me again.
Now my problem is: I make a call from Farfisa through asterisk to SPA
3000 FXO port. when I press 2 times button "R" on the attached phone,
asterisk asterisk is sending DTMF signal to Farfisa.
I make another call from Farfisa to .... FXO port. when I press butto
"R" tha asterisk

O, and very interesting thing:

when I pick up the phone after first ring->
-- Executing Dial("SIP/300-8512", "SIP/303|15") in new stack
-- Called 303
-- SIP/303-131a is ringing
-- SIP/303-131a answered SIP/300-8512
-- Attempting native bridge of SIP/300-8512 and SIP/303-131a
-- Started music on hold, class 'default', on SIP/300-8512
-- Stopped music on hold on SIP/300-8512
-- Started music on hold, class 'default', on SIP/300-8512
-- Stopped music on hold on SIP/300-8512
== Spawn extension (internal, 193, 2) exited non-zero on
'SIP/300-8512'

when I pick up the phone after second ring ->
-- Executing Dial("SIP/300-8512", "SIP/303|15") in new stack
-- Called 303
-- SIP/303-131a is ringing
-- SIP/303-131a answered SIP/300-8512
-- Attempting native bridge of SIP/300-8512 and SIP/303-131a
-- Started music on hold, class 'default', on SIP/300-8512
-- Stopped music on hold on SIP/300-8512
-- Started music on hold, class 'default', on SIP/300-8512
-- Stopped music on hold on SIP/300-8512
== Spawn extension (internal, 193, 2) exited non-zero on
'SIP/300-8512'


my features.conf
;
; Sample Parking configuration
;

[general]
parkext => 700
parkpos => 701-720
context => parkedcalls
parkingtime => 3600

;transferdigittimeout => 3

xfersound = beep
xferfailsound = beeperr
adsipark = yes
;findslot => next
;automon => *1
[featuremap]
disconnect => *0
automon => *1
atxfer => *2
blindxfer => #2
pickupexten = *8
[applicationmap]
;testfeature => #9,callee,Playback,tt-monkeys

my sip.conf for peer 193, 300 and 303
[193] ; Gvido linux on pc
type=friend
secret=1234
qualify=yes
nat=no
host=dynamic
context=internal
Callgroup=1
pickupgrou=1
dtmfmode=inband
disallow=all
allow=alaw

[300]; Farfisa
type=friend
secret=farfisa1234
qualify=yes
nat=no
host=dynamic
context=internal
Callgroup=1
pickupgroup=1
dtmfmode=inband
;disallow=all
;allow=ulaw

[303]; Sipura
type=friend
secret=sipura303
qualify=yes
nat=no
host=dynamic
context=internal
Callgroup=1
pickupgroup=1
dtmfmode=inband
;disalow=all
;allow=alaw


SPA 3000 Line 1
Audio Configuration
Preferred Codec:G726-32
Use Pref Codec Only:No
G729a Enable:Yes
G723 Enable:Yes
G726-16 Enable: Yes
G726-24 Enable: Yes
G726-32 Enable: Yes
G726-40 Enable: Yes
DTMF Process INFO:yes
DTMF Process AVT:NO
DTMF Tx Method: Auto
Hook Flash Tx Method: Info

SPA PSTN line

Audio Configuration
Preferred Codec:G726-32
Use Pref Codec Only:No
G729a Enable:Yes
G723 Enable:Yes
G726-16 Enable:Yes
G726-24 Enable: Yes
G726-32 Enable: Yes
G726-40 Enable: Yes
DTMF Process INFO:Yes
DTMF Process AVT:Yes DTMF Tx Method: Inband

PSTN line tab dial plan: (SO<:193@192.168.1.5>)
Line 1 tab enable IP dialing yes

could You please help me, again? Thank You =)


Reply With Quote
  #2 (permalink)  
Old 01-10-2007, 09:20 PM
ale.cx
Guest
 
Posts: n/a
Default Re: music on hold by preesing button "R"


gvido.spro...@gmail.com wrote:
> HI! It's me again.
> Now my problem is: I make a call from Farfisa through asterisk to SPA
> 3000 FXO port. when I press 2 times button "R" on the attached phone,
> asterisk asterisk is sending DTMF signal to Farfisa.


What are you attempting to acheive? Put someone on hold and make
another call?

> I make another call from Farfisa to .... FXO port. when I press butto
> "R" tha asterisk
>
> O, and very interesting thing:

<snip>

I think something is missing in your post!

> [303]; Sipura

<snip>
> dtmfmode=inband


> SPA 3000 Line 1

<snip>
> DTMF Process INFO:yes
> DTMF Process AVT:NO
> DTMF Tx Method: Auto
> Hook Flash Tx Method: Info


They don't match! Make [303] use dtmfmode=info [like the SPA3000] or
vice versa, and you should be all set.


> could You please help me, again? Thank You =)


What is the problem you're having?

alexd


Reply With Quote
  #3 (permalink)  
Old 01-11-2007, 10:24 AM
Paul
Guest
 
Posts: n/a
Default Re: music on hold by preesing button "R"

ale.cx wrote:
> gvido.spro...@gmail.com wrote:
>> HI! It's me again.
>> Now my problem is: I make a call from Farfisa through asterisk to SPA
>> 3000 FXO port. when I press 2 times button "R" on the attached phone,
>> asterisk asterisk is sending DTMF signal to Farfisa.

>
> What are you attempting to acheive? Put someone on hold and make
> another call?
>
>> I make another call from Farfisa to .... FXO port. when I press butto
>> "R" tha asterisk
>>
>> O, and very interesting thing:

> <snip>
>
> I think something is missing in your post!
>
>> [303]; Sipura

> <snip>
>> dtmfmode=inband

>
>> SPA 3000 Line 1

> <snip>
>> DTMF Process INFO:yes
>> DTMF Process AVT:NO
>> DTMF Tx Method: Auto
>> Hook Flash Tx Method: Info

>
> They don't match! Make [303] use dtmfmode=info [like the SPA3000] or
> vice versa, and you should be all set.
>
>
>> could You please help me, again? Thank You =)

>
> What is the problem you're having?
>
> alexd
>


Sending a hook flash via SIP INFO probably wont work. I'd change the
hook flash Tx method to AVT.

cheers,
Paul.

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Music Metadata filling my phone memory? BGhouse alt.cellular.verizon 1 04-01-2007 01:31 AM
music on hold keymaster uk.telecom.voip 13 03-20-2007 10:55 PM
SOLUTION: Wake Treo with side button Harlan Messinger alt.cellular.verizon 1 03-15-2007 01:23 PM
NEWS: Cingular to launch cell phone music service John Navas alt.cellular.cingular 1 11-02-2006 08:13 PM
asterisk@home and changing Music On Hold Sparks uk.telecom.voip 8 10-28-2005 05:31 PM


All times are GMT. The time now is 08:09 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45